diff --git a/CHANGELOG.md b/CHANGELOG.md index e17ac39f..0f75d060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ ## v5.1.0 +### API Versions + +| API Name | API Version | +|----------|-------------| +| shopper-login | 1.46.0 | +| shopper-baskets | 1.11.0 | +| shopper-baskets | 2.5.1 | +| shopper-configurations | 1.2.0 | +| shopper-consents | 1.1.4 | +| shopper-context | 1.1.3 | +| shopper-customers | 1.6.1 | +| shopper-experience | 1.2.1 | +| shopper-gift-certificates | 1.2.0 | +| shopper-orders | 1.12.1 | +| shopper-payments | 1.4.0 | +| shopper-products | 1.3.0 | +| shopper-promotions | 1.2.0 | +| shopper-search | 1.8.0 | +| shopper-seo | 1.0.17 | +| shopper-stores | 1.2.0 | + ### Enchancements - Allow developers to pass in custom fetch implementation via `clientConfig` [#272](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/pull/272) diff --git a/api-versions.txt b/api-versions.txt index b887f102..22821f62 100644 --- a/api-versions.txt +++ b/api-versions.txt @@ -1,16 +1,18 @@ -shopper-baskets-oas-v1=1.9.4 -shopper-baskets-oas-v2=2.3.3 -shopper-configurations-oas-v1=1.0.2 +# APIs for ECOM v26.3 +# Formally Shopper Login +auth-oas-v1=1.46.0 +shopper-baskets-oas-v1=1.11.0 +shopper-baskets-oas-v2=2.5.1 +shopper-configurations-oas-v1=1.2.0 shopper-consents-oas-v1=1.1.4 shopper-context-oas-v1=1.1.3 -shopper-customers-oas-v1=1.3.2 -shopper-experience-oas-v1=1.1.2 -shopper-gift-certificates-oas-v1=1.0.29 -shopper-login-oas-v1=1.42.2 -shopper-orders-oas-v1=1.10.0 -shopper-payments-oas-v1=1.2.3 -shopper-products-oas-v1=1.1.3 -shopper-promotions-oas-v1=1.0.39 -shopper-search-oas-v1=1.5.4 +shopper-customers-oas-v1=1.6.1 +shopper-experience-oas-v1=1.2.1 +shopper-gift-certificates-oas-v1=1.2.0 +shopper-orders-oas-v1=1.12.1 +shopper-payments-oas-v1=1.4.0 +shopper-products-oas-v1=1.3.0 +shopper-promotions-oas-v1=1.2.0 +shopper-search-oas-v1=1.8.0 shopper-seo-oas-v1=1.0.17 -shopper-stores-oas-v1=1.0.19 +shopper-stores-oas-v1=1.2.0 diff --git a/apis/shopper-login-oas-1.42.2/shopper-login-oas-v1-public.yaml b/apis/auth-oas-1.46.0/auth-oas-v1-public.yaml similarity index 84% rename from apis/shopper-login-oas-1.42.2/shopper-login-oas-v1-public.yaml rename to apis/auth-oas-1.46.0/auth-oas-v1-public.yaml index 8fd8d6c2..09226210 100644 --- a/apis/shopper-login-oas-1.42.2/shopper-login-oas-v1-public.yaml +++ b/apis/auth-oas-1.46.0/auth-oas-v1-public.yaml @@ -2,10 +2,10 @@ openapi: 3.0.3 info: x-api-type: Shopper x-api-family: Shopper - title: Shopper Login - version: 1.42.2 + title: Auth + version: 1.46.0 description: |- - [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-login/shopper-login-oas-v1-public.yaml) + [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/auth/auth-oas-v1-public.yaml) # API Overview @@ -742,7 +742,7 @@ paths: - $ref: '#/components/parameters/organizationId' - name: Authorization in: header - description: "Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`), for example: `clientId:clientSecret`. \nRequired unless the grant type is `authorization_code_pkce`." + description: "Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`), for example: `clientId:clientSecret`. \nNot required if the grant type is `authorization_code_pkce` or `refresh_token`." required: false schema: type: string @@ -892,7 +892,7 @@ paths: type: string /organizations/{organizationId}/oauth2/session-bridge/token: post: - summary: Get a shopper JWT access token for a registered customer using session bridging. + summary: Get a shopper JWT access token for a customer using session bridging. description: |- For public client ID requests, you must set the grant_type to `session_bridge`. @@ -1065,7 +1065,7 @@ paths: - $ref: '#/components/parameters/organizationId' - name: Authorization in: header - description: "Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`), for example: `clientId:clientSecret`. \nRequired unless the grant type is `authorization_code_pkce`." + description: "Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`), for example: `clientId:clientSecret`. \nNot required if the grant type is `authorization_code_pkce` or `refresh_token`." required: false schema: type: string @@ -2236,7 +2236,7 @@ paths: /organizations/{organizationId}/oauth2/webauthn/register/authorize: post: summary: Authorize user for WebAuthn registration - description: "Authorizes a user to register a WebAuthn credential (passkey). This endpoint validates the user's \ncredentials and creates a password action token that can be used to start the registration process.\nThe token is sent to the user via the specified channel (email or SMS).\n" + description: "Authorizes a user to register a WebAuthn credential (passkey). This endpoint validates the user's \ncredentials and creates a password action token that can be used to start the registration process.\nThe token is sent to the user via the specified channel (email or SMS).\n\nThe SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint." operationId: authorizeWebauthnRegistration parameters: - $ref: '#/components/parameters/organizationId' @@ -2280,6 +2280,8 @@ paths: description: | Starts the WebAuthn registration process by generating credential creation options. Returns the challenge and other parameters needed by the authenticator to create a new credential. + + The SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint. operationId: startWebauthnUserRegistration parameters: - $ref: '#/components/parameters/organizationId' @@ -2339,6 +2341,8 @@ paths: description: | Completes the WebAuthn registration process by verifying the credential created by the authenticator. Stores the public key and credential information for future authentication. + + The SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint. operationId: finishWebauthnUserRegistration parameters: - $ref: '#/components/parameters/organizationId' @@ -2382,39 +2386,587 @@ paths: description: | Starts the WebAuthn authentication process by generating credential request options. Returns the challenge and allowed credentials for the user to authenticate with. + + The SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint. operationId: startWebauthnAuthentication parameters: - $ref: '#/components/parameters/organizationId' - name: Authorization in: header - description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' - required: false + description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' + required: false + schema: + type: string + example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW + requestBody: + required: true + content: + application/x-www-form-urlencoded: + schema: + $ref: '#/components/schemas/AuthenticateRequest' + examples: + authenticateRequest: + value: + tenant_id: zzte_053 + client_id: 12345678-1234-1234-1234-123456789012 + channel_id: RefArch + user_id: user@example.com + responses: + '200': + description: Authentication options successfully generated + content: + application/json: + schema: + $ref: '#/components/schemas/PublicKeyCredentialRequestOptions' + examples: + webauthnAuthenticationStartSuccess: + $ref: '#/components/examples/webauthnAuthenticationStartSuccess' + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingClientId400: + $ref: '#/components/examples/BadOrMissingClientId400' + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + '404': + description: Not Found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + UserNotFound404: + $ref: '#/components/examples/UserNotFound404' + /organizations/{organizationId}/oauth2/webauthn/authenticate/finish: + post: + summary: Finish WebAuthn authentication + description: | + Completes the WebAuthn authentication process by verifying the assertion from the authenticator. + Returns OAuth tokens upon successful authentication. + + The SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint. + operationId: finishWebauthnAuthentication + parameters: + - $ref: '#/components/parameters/organizationId' + - name: Authorization + in: header + description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' + required: false + schema: + type: string + example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/AuthenticateFinishRequest' + responses: + '200': + description: Authentication successful + content: + application/json: + schema: + $ref: '#/components/schemas/AuthenticateResult' + examples: + webauthnAuthenticationFinishSuccess: + $ref: '#/components/examples/webauthnAuthenticationFinishSuccess' + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingClientId400: + $ref: '#/components/examples/BadOrMissingClientId400' + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + /organizations/{organizationId}/oauth2/webauthn/passkey/user/{loginId}: + get: + summary: Retrieve passkey user information and credentials by login ID + description: "This endpoint retrieves a user's WebAuthn passkey information including all associated credentials. \nIt returns the user's profile information along with a list of all registered passkey credentials.\n\nThe SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint.\n\nThis endpoint requires Shopper JWT authentication. " + operationId: getPasskeyUserByLoginId + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/channel_id' + - name: loginId + in: path + description: The login ID (username) of the user whose passkey information is being retrieved + required: true + schema: + type: string + minLength: 1 + maxLength: 256 + example: user@example.com + - name: Authorization + in: header + description: Shopper JWT access token + required: true + schema: + type: string + minLength: 1 + maxLength: 4096 + example: Bearer eyJ2ZXIiOiIxLjAiLCJraWQiOiI0ZTQyNTFkOS0zM2Y2LTRjMTMtYjZmZC1mOWJkNTJmYTZhNDciLCJ0eXAiOiJqd3QiLCJjbHYiOiJKMi4xLjAiLCJhbGciOiJFUzI1NiJ9... + responses: + '200': + description: The passkey user information and credentials were retrieved successfully. + content: + application/json: + schema: + $ref: '#/components/schemas/PasskeyUser' + examples: + getPasskeyUserByLoginIdSuccess: + $ref: '#/components/examples/getPasskeyUserByLoginIdSuccess' + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingLoginId400: + value: + error: invalid_request + error_description: The login ID is missing or invalid. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '403': + description: Forbidden - token validation failed + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + TokenMismatch403: + value: + error: forbidden + error_description: The loginId, organizationId, or channel_id in the token does not match the request parameters. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '404': + description: Not found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + PasskeyUserNotFound404: + value: + error: not_found + error_description: No passkey user found with the provided login ID. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + security: + - ShopperToken: + - sfcc.pwdless_login + delete: + summary: Delete passkey user and all associated credentials + description: "This endpoint deletes a user's WebAuthn passkey information and all associated credentials.\nThe endpoint validates the Shopper JWT signature and ensures that the loginId, organizationId, \nand channel_id in the token match the values in the path and query parameters.\n\nThe SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint.\n\nThis endpoint requires Shopper JWT authentication. " + operationId: deletePasskeyUser + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/channel_id' + - name: loginId + in: path + description: The login ID (username) of the user whose passkey information is being deleted + required: true + schema: + type: string + minLength: 1 + maxLength: 256 + example: user@example.com + - name: Authorization + in: header + description: Shopper JWT access token + required: true + schema: + type: string + minLength: 1 + maxLength: 4096 + example: Bearer eyJ2ZXIiOiIxLjAiLCJraWQiOiI0ZTQyNTFkOS0zM2Y2LTRjMTMtYjZmZC1mOWJkNTJmYTZhNDciLCJ0eXAiOiJqd3QiLCJjbHYiOiJKMi4xLjAiLCJhbGciOiJFUzI1NiJ5... + responses: + '204': + description: The passkey user and all credentials were deleted successfully. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingLoginId400: + value: + error: invalid_request + error_description: The login ID is missing or invalid. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '403': + description: Forbidden - token validation failed + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + TokenMismatch403: + value: + error: forbidden + error_description: The loginId, organizationId, or channel_id in the token does not match the request parameters. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '404': + description: Not found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + PasskeyUserNotFound404: + value: + error: not_found + error_description: No passkey user found with the provided login ID. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + security: + - ShopperToken: + - sfcc.pwdless_login + /organizations/{organizationId}/oauth2/webauthn/passkey/user/{loginId}/credentials/{credentialId}: + delete: + summary: Delete a specific passkey credential + description: "This endpoint deletes a specific WebAuthn passkey credential for a user.\nThe endpoint validates the Shopper JWT signature and ensures that the loginId, organizationId, \nand channel_id in the token match the values in the path and query parameters.\n\nThe SLAS client must have the `sfcc.pwdless_login` scope to access this endpoint.\n\nThis endpoint requires Shopper JWT authentication. " + operationId: deletePasskeyCredential + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/channel_id' + - name: loginId + in: path + description: The login ID (username) of the user whose passkey credential is being deleted + required: true + schema: + type: string + minLength: 1 + maxLength: 256 + example: user@example.com + - name: credentialId + in: path + description: The unique identifier of the credential to delete + required: true + schema: + type: string + minLength: 1 + maxLength: 1024 + example: Y3JlZGVudGlhbElkMTIz + - name: Authorization + in: header + description: Shopper JWT access token + required: true schema: type: string - example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW - requestBody: - required: true - content: - application/x-www-form-urlencoded: - schema: - $ref: '#/components/schemas/AuthenticateRequest' - examples: - authenticateRequest: - value: - tenant_id: zzte_053 - client_id: 12345678-1234-1234-1234-123456789012 - channel_id: RefArch - user_id: user@example.com + minLength: 1 + maxLength: 4096 + example: Bearer eyJ2ZXIiOiIxLjAiLCJraWQiOiI0ZTQyNTFkOS0zM2Y2LTRjMTMtYjZmZC1mOWJkNTJmYTZhNDciLCJ0eXAiOiJqd3QiLCJjbHYiOiJKMi4xLjAiLCJhbGciOiJFUzI1NiJ5... responses: - '200': - description: Authentication options successfully generated - content: - application/json: + '204': + description: The passkey credential was deleted successfully. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. schema: - $ref: '#/components/schemas/PublicKeyCredentialRequestOptions' - examples: - webauthnAuthenticationStartSuccess: - $ref: '#/components/examples/webauthnAuthenticationStartSuccess' + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string '400': description: Bad request content: @@ -2422,8 +2974,35 @@ paths: schema: $ref: '#/components/schemas/Oauth2ErrorResponse' examples: - BadOrMissingClientId400: - $ref: '#/components/examples/BadOrMissingClientId400' + BadOrMissingParameter400: + value: + error: invalid_request + error_description: The login ID or credential ID is missing or invalid. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string '401': description: Unauthorized content: @@ -2433,66 +3012,127 @@ paths: examples: Unauthorized401: $ref: '#/components/examples/InvalidClient401' - '404': - description: Not Found - content: - application/problem+json: + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. schema: - $ref: '#/components/schemas/Oauth2ErrorResponse' - examples: - UserNotFound404: - $ref: '#/components/examples/UserNotFound404' - /organizations/{organizationId}/oauth2/webauthn/authenticate/finish: - post: - summary: Finish WebAuthn authentication - description: | - Completes the WebAuthn authentication process by verifying the assertion from the authenticator. - Returns OAuth tokens upon successful authentication. - operationId: finishWebauthnAuthentication - parameters: - - $ref: '#/components/parameters/organizationId' - - name: Authorization - in: header - description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' - required: false - schema: - type: string - example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/AuthenticateFinishRequest' - responses: - '200': - description: Authentication successful - content: - application/json: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. schema: - $ref: '#/components/schemas/AuthenticateResult' - examples: - webauthnAuthenticationFinishSuccess: - $ref: '#/components/examples/webauthnAuthenticationFinishSuccess' - '400': - description: Bad request + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '403': + description: Forbidden - token validation failed content: application/problem+json: schema: $ref: '#/components/schemas/Oauth2ErrorResponse' examples: - BadOrMissingClientId400: - $ref: '#/components/examples/BadOrMissingClientId400' - '401': - description: Unauthorized + TokenMismatch403: + value: + error: forbidden + error_description: The loginId, organizationId, or channel_id in the token does not match the request parameters. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + '404': + description: Not found content: application/problem+json: schema: $ref: '#/components/schemas/Oauth2ErrorResponse' examples: - Unauthorized401: - $ref: '#/components/examples/InvalidClient401' + PasskeyCredentialNotFound404: + value: + error: not_found + error_description: No passkey credential found with the provided credential ID. + headers: + X-RateLimit-1M-Limit: + description: The 1 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-1M-Remaining: + description: The 1 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-1M-Reset: + description: The 1 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + X-RateLimit-5M-Limit: + description: The 5 minute maximum number of requests permitted per hour. + schema: + type: string + X-RateLimit-5M-Remaining: + description: The 5 minute number of requests remaining in the current rate limit window. + schema: + type: string + X-RateLimit-5M-Reset: + description: The 5 minute time at which the current rate limit window resets in UTC epoch seconds. + schema: + type: string + security: + - ShopperToken: + - sfcc.pwdless_login components: + securitySchemes: + ShopperToken: + type: oauth2 + 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. \nFor a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary).\nA 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.\nThe `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.\n" + flows: + clientCredentials: + tokenUrl: https://{shortCode}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + scopes: + sfcc.pwdless_login: Passwordless Login scope + sfcc.session_bridge: Session Bridge scope + sfcc.ta_ext_on_behalf_of: Trusted Agent External On Behalf Of scope + sfcc.ts_ext_on_behalf_of: Trusted System External On Behalf Of scope + authorizationCode: + authorizationUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + tokenUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + scopes: + sfcc.pwdless_login: Passwordless Login scope + sfcc.session_bridge: Session Bridge scope + sfcc.ta_ext_on_behalf_of: Trusted Agent External On Behalf Of scope + sfcc.ts_ext_on_behalf_of: Trusted System External On Behalf Of scope schemas: OrganizationId: description: An identifier for the organization the request is being made by @@ -2604,7 +3244,7 @@ components: - email locale: type: string - description: The locale of the template. Not needed for the `callback` mode + description: The locale of the template. Required when the mode is `email` or `sms`. example: en-us usid: type: string @@ -2642,6 +3282,11 @@ components: type: string description: "The user's phone number. Optional when `register_customer` is `true`. \nThe `phone_number` parameter is not used when `register_customer` parameter is not added or is `false`." example: 17776665555 + customer_no: + maxLength: 100 + type: string + description: "The customer number assigned to the shopper profile when `register_customer` is set to `true`. \nIf the `customer_no` already exists, the request fails. \nThe `customer_no` parameter is optional and only used when `register_customer` is set to `true`." + example: 123456789 description: A request for a passwordless login token. This is only available for registered users using B2C Commerce. TokenType: type: string @@ -3031,7 +3676,7 @@ components: example: RefArch locale: type: string - description: The locale of the template. + description: The locale of the template. Required when the mode is `email` or `sms`. example: en-us client_id: maxLength: 40 @@ -3362,7 +4007,6 @@ components: required: - client_id - channel_id - - user_id properties: tenant_id: type: string @@ -3516,6 +4160,80 @@ components: example: true tokenResponse: $ref: '#/components/schemas/TokenResponse' + PasskeyCredential: + type: object + description: Represents a WebAuthn passkey credential + properties: + id: + type: integer + format: int32 + description: Unique identifier for the credential + example: 20 + userId: + type: integer + format: int32 + description: The ID of the user who owns this credential + example: 26 + credentialId: + type: string + description: The WebAuthn credential ID + maxLength: 1024 + example: SVKfbUGBXofb2JzliJrMtZDENYByWgq_j4-p2M_3wC4 + nickName: + type: string + description: User-friendly name for the credential + maxLength: 32 + example: Fingerprint + publicKey: + type: string + description: The public key associated with this credential + maxLength: 1024 + example: pQECAyYgASFYIHM_4IKLMC8dboiRNfD0E0Gk4LmCTIgEyCTr-9SyHHeIIlggfn5_AzAl67kttLXWb-_Ts6MG7WHKoXzlKtame_wEYPE + userHandle: + type: string + description: The user handle associated with this credential + maxLength: 128 + example: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: + type: string + maxLength: 8 + description: The signature counter for replay attack prevention + example: '42' + PasskeyUser: + type: object + description: Represents a passkey user with their associated credentials + properties: + id: + type: integer + format: int32 + description: Unique identifier for the passkey user + example: 26 + userName: + type: string + description: The username of the passkey user + maxLength: 128 + example: user@example.com + displayName: + type: string + description: The display name of the passkey user + maxLength: 256 + example: John Doe + userHandle: + type: string + description: The user handle (WebAuthn user ID) + maxLength: 128 + example: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + slasUserId: + type: integer + format: int32 + description: The associated SLAS user ID + example: 10000 + credentials: + type: array + description: Set of passkey credentials associated with this user + uniqueItems: true + items: + $ref: '#/components/schemas/PasskeyCredential' parameters: organizationId: description: An identifier for the organization the request is being made by @@ -3978,3 +4696,26 @@ components: customer_id: '1000005' enc_user_id: 45D39A8499A95288F82855427EBA99B5 idp_access_token: '' + getPasskeyUserByLoginIdSuccess: + value: + id: 26 + userName: user@example.com + displayName: John Doe + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + slasUserId: 10000 + credentials: + - id: 21 + userId: 26 + credentialId: t5Awv5pJ_kM7K8U2-5ijw5rSKNkHFHTTg_gAbdrod8c + nickName: Fingerprint + publicKey: pQECAyYgASFYIKIpY59lUthC1dDw_9WXKCOaLNCB2WSoGrK0kAZG33s3IlggxTvdmk2QC_HPjAwf_eHdoxIBvfN3c376ws8xUaxlJ4A + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: '2' + - id: 22 + userId: 26 + credentialId: SVKfbUGBXofb2JzliJrMtZDENYByWgq_j4-p2M_3wC4 + nickName: YubiKey + publicKey: pQECAyYgASFYIHM_4IKLMC8dboiRNfD0E0Gk4LmCTIgEyCTr-9SyHHeIIlggfn5_AzAl67kttLXWb-_Ts6MG7WHKoXzlKtame_wEYPE + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: '5' +x-sdk-classname: ShopperLogin diff --git a/apis/shopper-login-oas-1.42.2/exchange.json b/apis/auth-oas-1.46.0/exchange.json similarity index 60% rename from apis/shopper-login-oas-1.42.2/exchange.json rename to apis/auth-oas-1.46.0/exchange.json index 01a6e823..18e71d86 100644 --- a/apis/shopper-login-oas-1.42.2/exchange.json +++ b/apis/auth-oas-1.46.0/exchange.json @@ -1,9 +1,9 @@ { - "main": "shopper-login-oas-v1-public.yaml", - "name": "Shopper Login OAS", + "main": "auth-oas-v1-public.yaml", + "name": "Auth OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-login-oas", - "version": "1.42.2", + "assetId": "auth-oas", + "version": "1.46.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-baskets-oas-1.9.4/exchange.json b/apis/shopper-baskets-oas-1.11.0/exchange.json similarity index 93% rename from apis/shopper-baskets-oas-1.9.4/exchange.json rename to apis/shopper-baskets-oas-1.11.0/exchange.json index 10a82bd5..8d6741e2 100644 --- a/apis/shopper-baskets-oas-1.9.4/exchange.json +++ b/apis/shopper-baskets-oas-1.11.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Baskets OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-baskets-oas", - "version": "1.9.4", + "version": "1.11.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-baskets-oas-1.9.4/shopper-baskets-oas-v1-public.yaml b/apis/shopper-baskets-oas-1.11.0/shopper-baskets-oas-v1-public.yaml similarity index 99% rename from apis/shopper-baskets-oas-1.9.4/shopper-baskets-oas-v1-public.yaml rename to apis/shopper-baskets-oas-1.11.0/shopper-baskets-oas-v1-public.yaml index c9659e1b..629d6b31 100644 --- a/apis/shopper-baskets-oas-1.9.4/shopper-baskets-oas-v1-public.yaml +++ b/apis/shopper-baskets-oas-1.11.0/shopper-baskets-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Checkout title: Shopper Baskets - version: 1.9.4 + version: 1.11.0 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-baskets/shopper-baskets-oas-v1-public.yaml) @@ -126,6 +126,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard responses: '200': description: The initialized basket. @@ -206,6 +207,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/overrideExisting' - $ref: '#/components/parameters/merge' @@ -297,6 +299,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/createDestinationBasket' - $ref: '#/components/parameters/productItemMergeMode' @@ -346,6 +349,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard responses: '204': description: Success, without a body. @@ -377,6 +381,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders.rw - sfcc.shopper-baskets-orders + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' responses: @@ -418,6 +423,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/removeExternalTax' - $ref: '#/components/parameters/locale' @@ -486,6 +492,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' responses: @@ -528,6 +535,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' - $ref: '#/components/parameters/useAsShipping' @@ -583,6 +591,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' requestBody: @@ -642,6 +651,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' responses: @@ -690,6 +700,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' requestBody: @@ -751,6 +762,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' responses: @@ -807,6 +819,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard responses: '200': description: Success, the response body contains the basket without the deleted gift certificate. @@ -826,6 +839,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/locale' responses: @@ -950,6 +964,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1001,6 +1016,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1057,6 +1073,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/locale' @@ -1118,6 +1135,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1222,6 +1240,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1279,6 +1298,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/locale' @@ -1325,6 +1345,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1381,6 +1402,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders.rw - sfcc.shopper-baskets-orders + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/locale' @@ -1430,6 +1452,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1481,6 +1504,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/locale' @@ -1524,6 +1548,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1662,6 +1687,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1733,6 +1759,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/locale' @@ -1792,6 +1819,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1848,6 +1876,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1908,6 +1937,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard requestBody: content: application/json: @@ -1966,6 +1996,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders.rw - sfcc.shopper-baskets-orders + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/locale' @@ -2009,6 +2040,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/exchange' - $ref: '#/components/parameters/locale' diff --git a/apis/shopper-baskets-oas-2.3.3/exchange.json b/apis/shopper-baskets-oas-2.5.1/exchange.json similarity index 93% rename from apis/shopper-baskets-oas-2.3.3/exchange.json rename to apis/shopper-baskets-oas-2.5.1/exchange.json index 36fe3e2e..314a1405 100644 --- a/apis/shopper-baskets-oas-2.3.3/exchange.json +++ b/apis/shopper-baskets-oas-2.5.1/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Baskets OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-baskets-oas", - "version": "2.3.3", + "version": "2.5.1", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-baskets-oas-2.3.3/shopper-baskets-oas-v2-public.yaml b/apis/shopper-baskets-oas-2.5.1/shopper-baskets-oas-v2-public.yaml similarity index 98% rename from apis/shopper-baskets-oas-2.3.3/shopper-baskets-oas-v2-public.yaml rename to apis/shopper-baskets-oas-2.5.1/shopper-baskets-oas-v2-public.yaml index 8b0db0a2..f143ea40 100644 --- a/apis/shopper-baskets-oas-2.3.3/shopper-baskets-oas-v2-public.yaml +++ b/apis/shopper-baskets-oas-2.5.1/shopper-baskets-oas-v2-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Checkout title: Shopper Baskets - version: 2.3.3 + version: 2.5.1 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-baskets-v2/shopper-baskets-oas-v2-public.yaml) @@ -197,6 +197,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard /organizations/{organizationId}/baskets/actions/transfer: post: description: |- @@ -257,6 +258,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -346,6 +348,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -390,6 +393,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard delete: description: Removes a basket. operationId: deleteBasket @@ -420,6 +424,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: |- Updates a basket. Only the currency of the basket, source code, the custom @@ -485,6 +490,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -582,6 +588,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -640,6 +647,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -688,6 +696,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -750,6 +759,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -803,6 +813,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -829,6 +840,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: Updates a gift certificate item of an existing basket. operationId: updateGiftCertificateItemInBasket @@ -877,6 +889,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/organizationId' @@ -921,7 +934,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/BasketProductItem' examples: ItemPost: $ref: '#/components/examples/ItemPost' @@ -978,6 +991,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: |- Updates multiple items in a basket. This behaviour matches that of updating a @@ -1024,7 +1038,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/BasketProductItem' examples: ItemPatch: $ref: '#/components/examples/ItemPatch' @@ -1063,6 +1077,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/basketId' @@ -1108,6 +1123,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: |- Updates an item in a basket. The item to be updated can be a bundled product item, although the @@ -1150,7 +1166,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/BasketProductItem' examples: ItemPatch: $ref: '#/components/examples/ItemPatch' @@ -1199,6 +1215,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/itemId' - $ref: '#/components/parameters/organizationId' @@ -1306,6 +1323,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/basketId' @@ -1354,6 +1372,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: Updates payment instrument of an existing basket. operationId: updatePaymentInstrumentInBasket @@ -1410,6 +1429,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/paymentInstrumentId' - $ref: '#/components/parameters/organizationId' @@ -1456,6 +1476,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/basketId' @@ -1514,6 +1535,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/basketId' @@ -1556,6 +1578,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: |- Updates a custom manual price adjustment on the basket. Only the following path values are considered for the update; all other attributes are ignored. @@ -1613,6 +1636,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/priceAdjustmentId' - $ref: '#/components/parameters/organizationId' @@ -1752,6 +1776,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/basketId' @@ -1814,6 +1839,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: |- Updates a shipment for a basket. @@ -1882,6 +1908,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/shipmentId' - $ref: '#/components/parameters/organizationId' @@ -1940,6 +1967,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/shipmentId' @@ -1998,6 +2026,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/shipmentId' @@ -2047,6 +2076,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/shipmentId' @@ -2090,6 +2120,7 @@ paths: security: - ShopperTokenTaob: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/basketId' @@ -2754,6 +2785,31 @@ components: description: The year the payment card is valid from. example: 2015 type: integer + GiftCardResponse: + additionalProperties: false + description: Document representing a gift card response. + type: object + properties: + brand: + maxLength: 256 + description: The gift card brand. + example: givex + type: string + maskedCardNumber: + maxLength: 40 + description: The masked gift card number. + example: '*********4422' + type: string + expirationMonth: + format: int32 + description: The month when the gift card expires. + example: 1 + type: integer + expirationYear: + format: int32 + description: The year when the gift card expires. + example: 2030 + type: integer PaymentInstrumentId: description: The payment instrument ID example: ba248424e3eee797f062162f8b @@ -2784,6 +2840,10 @@ components: description: The payment card. allOf: - $ref: '#/components/schemas/PaymentCard' + giftCard: + description: The gift card. + allOf: + - $ref: '#/components/schemas/GiftCardResponse' paymentInstrumentId: description: The payment instrument ID. It is read only. allOf: @@ -2802,12 +2862,6 @@ components: type: string maxLength: 256 example: pi_3N4B2vF0wDjebNCp1234567 - redirectUrl: - description: Redirect URL for payment methods that require user redirection to complete payment. - type: string - format: uri - maxLength: 2048 - example: https://checkout.stripe.com/pay/cs_test_abc123 gateway: description: The payment gateway used to process the payment. example: stripe @@ -2843,6 +2897,16 @@ components: adyen: description: | # Adyen specific properties. + + - adyenError: Error information returned by Adyen if the payment fails. Null on success. + - adyenPaymentIntent: The Adyen payment intent object containing payment details and required actions. + - resultCode: The result of the payment request (for example, "REDIRECT_SHOPPER", "AUTHORISED", "PENDING", "REFUSED"). + - accountID: The Adyen merchant account ID. + - adyenPaymentIntentAction: The action object for payment methods requiring additional shopper interaction. + - url: The URL for completing the payment (redirect or 3DS authentication). + - type: The action type (for example, "redirect", "threeDS2", "voucher"). + - method: The HTTP method for the action (for example, "GET", "POST"). + - successful: A boolean indicating whether the Adyen operation is successful. type: object additionalProperties: true ProductItem: @@ -2973,10 +3037,6 @@ components: a particular shipping method. It is read only. example: 006490dcc338feeafc71c964bf type: string - omsData: - description: Information retrieved from Order Management (OMS) for the product. Only available in context of an order. - allOf: - - $ref: '#/components/schemas/OmsProductData' tax: format: double description: The tax for the product item, not including price adjustments. It is read only. @@ -3229,31 +3289,10 @@ components: type: string required: - id - OmsProductData: - description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information.\nOnly available in context of an order." - additionalProperties: false - properties: - status: - description: Order Management (OMS) status - example: ordered - enum: - - ordered - - returned - - canceled - - paid - - reshipped - - fulfilled - - partially_fulfilled - - allocated - - partially_allocated - - return_initiated - type: string - quantityAvailableToCancel: - format: double - description: The quantity that can be cancelled. - example: 2 - type: number - type: object + BasketProductItem: + description: Document representing a basket product item. + allOf: + - $ref: '#/components/schemas/ProductItem' ShipmentId: minLength: 1 type: string @@ -3635,7 +3674,7 @@ components: description: The product items. type: array items: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/BasketProductItem' productSubTotal: format: double description: |- @@ -3819,6 +3858,40 @@ components: description: The year the payment card is valid from. example: 2019 type: integer + GiftCardRequest: + additionalProperties: false + description: Represents gift card details for a request. + type: object + required: + - brand + - cardNumber + - cvc + properties: + brand: + maxLength: 256 + description: The gift card type or brand (for example, givex, blackhawk). + example: givex + type: string + cardNumber: + maxLength: 40 + description: The gift card number. + example: '6364530000000000' + type: string + cvc: + maxLength: 4 + description: The card verification code (CVC/CVV) for the gift card. + example: '123' + type: string + expirationMonth: + format: int32 + description: The month when the gift card expires. + example: 1 + type: integer + expirationYear: + format: int32 + description: The year when the gift card expires. + example: 2030 + type: integer PaymentReferenceRequest: type: object description: Properties for Payments Reference Request @@ -3904,6 +3977,10 @@ components: description: The payment card. allOf: - $ref: '#/components/schemas/OrderPaymentCardRequest' + giftCardRequest: + description: The gift card request. + allOf: + - $ref: '#/components/schemas/GiftCardRequest' paymentMethodId: maxLength: 256 description: The payment method ID. diff --git a/apis/shopper-configurations-oas-1.0.2/exchange.json b/apis/shopper-configurations-oas-1.2.0/exchange.json similarity index 93% rename from apis/shopper-configurations-oas-1.0.2/exchange.json rename to apis/shopper-configurations-oas-1.2.0/exchange.json index 5fc9b276..a9f6bb0c 100644 --- a/apis/shopper-configurations-oas-1.0.2/exchange.json +++ b/apis/shopper-configurations-oas-1.2.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Configurations OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-configurations-oas", - "version": "1.0.2", + "version": "1.2.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-configurations-oas-1.0.2/shopper-configurations-oas-v1-public.yaml b/apis/shopper-configurations-oas-1.2.0/shopper-configurations-oas-v1-public.yaml similarity index 99% rename from apis/shopper-configurations-oas-1.0.2/shopper-configurations-oas-v1-public.yaml rename to apis/shopper-configurations-oas-1.2.0/shopper-configurations-oas-v1-public.yaml index 5c1b234b..85145e86 100644 --- a/apis/shopper-configurations-oas-1.0.2/shopper-configurations-oas-v1-public.yaml +++ b/apis/shopper-configurations-oas-1.2.0/shopper-configurations-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Configuration title: Shopper Configurations - version: 1.0.2 + version: 1.2.0 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-configurations/shopper-configurations-oas-v1-public.yaml) @@ -119,6 +119,7 @@ paths: security: - ShopperToken: - sfcc.shopper-configurations + - sfcc.shopper-standard components: securitySchemes: ShopperToken: diff --git a/apis/shopper-customers-oas-1.3.2/exchange.json b/apis/shopper-customers-oas-1.6.1/exchange.json similarity index 93% rename from apis/shopper-customers-oas-1.3.2/exchange.json rename to apis/shopper-customers-oas-1.6.1/exchange.json index 66f6bf0a..a47aa3ff 100644 --- a/apis/shopper-customers-oas-1.3.2/exchange.json +++ b/apis/shopper-customers-oas-1.6.1/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Customers OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-customers-oas", - "version": "1.3.2", + "version": "1.6.1", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-customers-oas-1.3.2/shopper-customers-oas-v1-public.yaml b/apis/shopper-customers-oas-1.6.1/shopper-customers-oas-v1-public.yaml similarity index 97% rename from apis/shopper-customers-oas-1.3.2/shopper-customers-oas-v1-public.yaml rename to apis/shopper-customers-oas-1.6.1/shopper-customers-oas-v1-public.yaml index 21583b05..240d0232 100644 --- a/apis/shopper-customers-oas-1.3.2/shopper-customers-oas-v1-public.yaml +++ b/apis/shopper-customers-oas-1.6.1/shopper-customers-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Customer title: Shopper Customers - version: 1.3.2 + version: 1.6.1 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-customers/shopper-customers-oas-v1-public.yaml) @@ -116,6 +116,7 @@ paths: security: - ShopperToken: - sfcc.shopper-customers.register + - sfcc.shopper-standard /organizations/{organizationId}/customers/password/actions/reset: post: summary: Reset customer password after obtaining a reset token. @@ -279,6 +280,7 @@ paths: security: - ShopperToken: - sfcc.shopper-customers.register + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}: get: summary: Get a customer and all existing addresses and payment instruments associated with the requested customer. This endpoint only accepts a registered customer ShopperToken (JWT). @@ -324,6 +326,7 @@ paths: - ShopperToken: - sfcc.shopper-myaccount - sfcc.shopper-myaccount.rw + - sfcc.shopper-standard patch: summary: Update a customer. This endpoint only accepts a registered customer ShopperToken (JWT). operationId: updateCustomer @@ -373,6 +376,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.rw + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/addresses: post: summary: Create a new address with the given name for the customer. This endpoint only accepts a registered customer ShopperToken (JWT). @@ -423,6 +427,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.addresses.rw + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/addresses/{addressName}: get: summary: Retrieve a customer's address by address name. This endpoint only accepts a registered customer ShopperToken (JWT). @@ -466,6 +471,7 @@ paths: - ShopperToken: - sfcc.shopper-myaccount.addresses - sfcc.shopper-myaccount.addresses.rw + - sfcc.shopper-standard delete: summary: Delete a customer's address by address name. This endpoint only accepts a registered customer ShopperToken (JWT). operationId: removeCustomerAddress @@ -500,6 +506,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.addresses.rw + - sfcc.shopper-standard patch: summary: Update a customer's address by address name. This endpoint only accepts a registered customer ShopperToken (JWT). operationId: updateCustomerAddress @@ -550,6 +557,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.addresses.rw + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/baskets: get: summary: Get the baskets for a customer. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -591,6 +599,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.baskets + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/orders: get: summary: Return a page list of all the customer's orders. The default page size is 10. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -655,6 +664,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.orders + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/password: put: summary: Update a customer's password. This endpoint only accepts a registered customer ShopperToken (JWT). @@ -698,6 +708,7 @@ paths: security: - ShopperToken: - sfcc.shopper-customers.login + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/payment-instruments: post: summary: Add a payment instrument to the customer information. This endpoint only accepts a registered customer ShopperToken (JWT). @@ -748,6 +759,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.paymentinstruments.rw + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/payment-instruments/{paymentInstrumentId}: get: summary: Retrieve a customer's payment instrument by its ID. This endpoint only accepts a registered customer ShopperToken (JWT). @@ -791,6 +803,7 @@ paths: - ShopperToken: - sfcc.shopper-myaccount.paymentinstruments - sfcc.shopper-myaccount.paymentinstruments.rw + - sfcc.shopper-standard delete: summary: Delete a customer's payment instrument. This endpoint only accepts a registered customer ShopperToken (JWT). operationId: deleteCustomerPaymentInstrument @@ -825,6 +838,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.paymentinstruments.rw + - sfcc.shopper-standard patch: summary: Update a customer's payment instrument. This endpoint only accepts a registered customer ShopperToken (JWT). operationId: updateCustomerPaymentInstrument @@ -874,6 +888,44 @@ paths: examples: getCustomer404: $ref: '#/components/examples/getCustomer404' + security: + - ShopperToken: + - sfcc.shopper-myaccount.paymentinstruments.rw + - sfcc.shopper-standard + /organizations/{organizationId}/customers/{customerId}/payment-method-references/{paymentMethodReferenceId}: + delete: + summary: Delete a customer's payment method reference. This endpoint only accepts a registered customer ShopperToken (JWT). + description: Deletes a specific payment method reference from a customer's account using the payment method reference ID and account ID. + operationId: deleteCustomerPaymentMethodReference + parameters: + - $ref: '#/components/parameters/paymentMethodReferenceId' + - $ref: '#/components/parameters/customerId' + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/accountId' + responses: + '204': + description: No content + '400': + description: | + CustomerId URL parameter does not match the verified customer represented by the JWT token. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + registerCustomer400: + $ref: '#/components/examples/registerCustomer400' + '404': + description: | + Requested resource not found. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + getCustomer404: + $ref: '#/components/examples/getCustomer404' security: - ShopperToken: - sfcc.shopper-myaccount.paymentinstruments.rw @@ -919,6 +971,7 @@ paths: - ShopperToken: - sfcc.shopper-myaccount.productlists - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard post: summary: Create a customer product list. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. operationId: createCustomerProductList @@ -968,6 +1021,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/product-lists/{listId}: get: summary: Return a customer product list for the given customer and the items in the list. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -1011,6 +1065,7 @@ paths: - ShopperToken: - sfcc.shopper-myaccount.productlists - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard delete: description: Delete a customer product list. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. operationId: deleteCustomerProductList @@ -1045,6 +1100,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard patch: summary: Change a product list. Changeable properties include name, description, and if the list is public. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. operationId: updateCustomerProductList @@ -1095,6 +1151,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/product-lists/{listId}/items: post: summary: Add an item to the customer's product list. @@ -1147,6 +1204,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard /organizations/{organizationId}/customers/{customerId}/product-lists/{listId}/items/{itemId}: get: summary: Return an item of a customer product list and the actual product details such as image, availability, and price. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -1191,6 +1249,7 @@ paths: - ShopperToken: - sfcc.shopper-myaccount.productlists - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard delete: summary: Remove an item from a customer product list. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. operationId: deleteCustomerProductListItem @@ -1216,6 +1275,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard patch: summary: Update an item in a customer's product list. description: |- @@ -1268,6 +1328,7 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.productlists.rw + - sfcc.shopper-standard /organizations/{organizationId}/product-lists: get: summary: 'Retrieve all public product lists as defined by the given search term, for example: email OR first name and last name). This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken.' @@ -1321,6 +1382,7 @@ paths: security: - ShopperToken: - sfcc.shopper-productlists + - sfcc.shopper-standard /organizations/{organizationId}/product-lists/{listId}: get: summary: Retrieve a public product list by ID and the items under that product list. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -1369,6 +1431,7 @@ paths: security: - ShopperToken: - sfcc.shopper-productlists + - sfcc.shopper-standard /organizations/{organizationId}/product-lists/{listId}/items: get: summary: Retrieve all items of a public product list. @@ -1412,6 +1475,7 @@ paths: security: - ShopperToken: - sfcc.shopper-productlists + - sfcc.shopper-standard /organizations/{organizationId}/product-lists/{listId}/items/{itemId}: get: summary: Retrieve an item from a public product list and the actual product details such as product, image, availability, and price. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -1464,6 +1528,7 @@ paths: security: - ShopperToken: - sfcc.shopper-productlists + - sfcc.shopper-standard components: securitySchemes: ShopperToken: @@ -2541,6 +2606,31 @@ components: type: integer type: object additionalProperties: false + GiftCardResponse: + additionalProperties: false + description: Document representing a gift card response. + type: object + properties: + brand: + maxLength: 256 + description: The gift card brand. + example: givex + type: string + maskedCardNumber: + maxLength: 40 + description: The masked gift card number. + example: '*********4422' + type: string + expirationMonth: + format: int32 + description: The month when the gift card expires. + example: 1 + type: integer + expirationYear: + format: int32 + description: The year when the gift card expires. + example: 2030 + type: integer PaymentInstrumentId: description: The payment instrument ID example: ba248424e3eee797f062162f8b @@ -2571,6 +2661,10 @@ components: description: The payment card. allOf: - $ref: '#/components/schemas/PaymentCard' + giftCard: + description: The gift card. + allOf: + - $ref: '#/components/schemas/GiftCardResponse' paymentInstrumentId: description: The payment instrument ID. It is read only. allOf: @@ -2589,12 +2683,6 @@ components: type: string maxLength: 256 example: pi_3N4B2vF0wDjebNCp1234567 - redirectUrl: - description: Redirect URL for payment methods that require user redirection to complete payment. - type: string - format: uri - maxLength: 2048 - example: https://checkout.stripe.com/pay/cs_test_abc123 gateway: description: The payment gateway used to process the payment. example: stripe @@ -2630,6 +2718,16 @@ components: adyen: description: | # Adyen specific properties. + + - adyenError: Error information returned by Adyen if the payment fails. Null on success. + - adyenPaymentIntent: The Adyen payment intent object containing payment details and required actions. + - resultCode: The result of the payment request (for example, "REDIRECT_SHOPPER", "AUTHORISED", "PENDING", "REFUSED"). + - accountID: The Adyen merchant account ID. + - adyenPaymentIntentAction: The action object for payment methods requiring additional shopper interaction. + - url: The URL for completing the payment (redirect or 3DS authentication). + - type: The action type (for example, "redirect", "threeDS2", "voucher"). + - method: The HTTP method for the action (for example, "GET", "POST"). + - successful: A boolean indicating whether the Adyen operation is successful. type: object additionalProperties: true ProductItem: @@ -2760,10 +2858,6 @@ components: a particular shipping method. It is read only. example: 006490dcc338feeafc71c964bf type: string - omsData: - description: Information retrieved from Order Management (OMS) for the product. Only available in context of an order. - allOf: - - $ref: '#/components/schemas/OmsProductData' tax: format: double description: The tax for the product item, not including price adjustments. It is read only. @@ -3016,31 +3110,10 @@ components: type: string required: - id - OmsProductData: - description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information.\nOnly available in context of an order." - additionalProperties: false - properties: - status: - description: Order Management (OMS) status - example: ordered - enum: - - ordered - - returned - - canceled - - paid - - reshipped - - fulfilled - - partially_fulfilled - - allocated - - partially_allocated - - return_initiated - type: string - quantityAvailableToCancel: - format: double - description: The quantity that can be cancelled. - example: 2 - type: number - type: object + BasketProductItem: + description: Document representing a basket product item. + allOf: + - $ref: '#/components/schemas/ProductItem' ShipmentId: minLength: 1 type: string @@ -3422,7 +3495,7 @@ components: description: The product items. type: array items: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/BasketProductItem' productSubTotal: format: double description: |- @@ -3567,6 +3640,40 @@ components: maxLength: 50 type: string example: '00000410' + OmsProductData: + description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information.\nOnly available in context of an order." + additionalProperties: false + properties: + status: + description: Order Management (OMS) status + example: ordered + enum: + - ordered + - returned + - canceled + - paid + - reshipped + - fulfilled + - partially_fulfilled + - allocated + - partially_allocated + - return_initiated + type: string + quantityAvailableToCancel: + format: double + description: The quantity that can be cancelled. + example: 2 + type: number + type: object + OrderProductItem: + description: Document representing an order product item. + allOf: + - $ref: '#/components/schemas/ProductItem' + properties: + omsData: + description: Product information retrieved from Order Management (OMS). Only available in the context of an order. + allOf: + - $ref: '#/components/schemas/OmsProductData' OmsShipmentItem: description: Individual item within a shipment type: object @@ -3799,7 +3906,7 @@ components: description: The product items. It is read only. type: array items: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/OrderProductItem' productSubTotal: format: double description: |- @@ -5314,6 +5421,26 @@ components: schema: minLength: 1 type: string + paymentMethodReferenceId: + name: paymentMethodReferenceId + in: path + description: The ID of the payment method reference to delete. + required: true + schema: + minLength: 1 + maxLength: 256 + type: string + example: pm_12345678 + accountId: + name: accountId + in: query + description: The account ID used to scope payment method references. + required: true + schema: + minLength: 1 + maxLength: 256 + type: string + example: acc_987654321 listId: name: listId in: path diff --git a/apis/shopper-experience-oas-1.1.2/exchange.json b/apis/shopper-experience-oas-1.2.1/exchange.json similarity index 93% rename from apis/shopper-experience-oas-1.1.2/exchange.json rename to apis/shopper-experience-oas-1.2.1/exchange.json index 411f0853..1df2d0a9 100644 --- a/apis/shopper-experience-oas-1.1.2/exchange.json +++ b/apis/shopper-experience-oas-1.2.1/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Experience OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-experience-oas", - "version": "1.1.2", + "version": "1.2.1", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-experience-oas-1.1.2/shopper-experience-oas-v1-public.yaml b/apis/shopper-experience-oas-1.2.1/shopper-experience-oas-v1-public.yaml similarity index 99% rename from apis/shopper-experience-oas-1.1.2/shopper-experience-oas-v1-public.yaml rename to apis/shopper-experience-oas-1.2.1/shopper-experience-oas-v1-public.yaml index e0ff687a..f35157df 100644 --- a/apis/shopper-experience-oas-1.1.2/shopper-experience-oas-v1-public.yaml +++ b/apis/shopper-experience-oas-1.2.1/shopper-experience-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Experience title: Shopper Experience - version: 1.1.2 + version: 1.2.1 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-experience/shopper-experience-oas-v1-public.yaml) @@ -108,6 +108,7 @@ paths: - ShopperToken: - sfcc.shopper-experience - sfcc.shopper-experience.pages + - sfcc.shopper-standard /organizations/{organizationId}/pages/{pageId}: get: summary: Get a Page Designer page based on a single page ID. @@ -161,6 +162,7 @@ paths: - ShopperToken: - sfcc.shopper-experience - sfcc.shopper-experience.pages + - sfcc.shopper-standard /organizations/{organizationId}/contents/{id}: get: summary: Get a content asset by ID. diff --git a/apis/shopper-gift-certificates-oas-1.0.29/exchange.json b/apis/shopper-gift-certificates-oas-1.2.0/exchange.json similarity index 93% rename from apis/shopper-gift-certificates-oas-1.0.29/exchange.json rename to apis/shopper-gift-certificates-oas-1.2.0/exchange.json index cbc3050f..5c2916b3 100644 --- a/apis/shopper-gift-certificates-oas-1.0.29/exchange.json +++ b/apis/shopper-gift-certificates-oas-1.2.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Gift Certificates OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-gift-certificates-oas", - "version": "1.0.29", + "version": "1.2.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-gift-certificates-oas-1.0.29/shopper-gift-certificates-oas-v1-public.yaml b/apis/shopper-gift-certificates-oas-1.2.0/shopper-gift-certificates-oas-v1-public.yaml similarity index 99% rename from apis/shopper-gift-certificates-oas-1.0.29/shopper-gift-certificates-oas-v1-public.yaml rename to apis/shopper-gift-certificates-oas-1.2.0/shopper-gift-certificates-oas-v1-public.yaml index 54c83294..dbdb4229 100644 --- a/apis/shopper-gift-certificates-oas-1.0.29/shopper-gift-certificates-oas-v1-public.yaml +++ b/apis/shopper-gift-certificates-oas-1.2.0/shopper-gift-certificates-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Pricing title: Shopper Gift Certificates - version: 1.0.29 + version: 1.2.0 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-gift-certificates/shopper-gift-certificates-oas-v1-public.yaml) @@ -74,6 +74,7 @@ paths: security: - ShopperToken: - sfcc.shopper-gift-certificates + - sfcc.shopper-standard components: securitySchemes: ShopperToken: diff --git a/apis/shopper-orders-oas-1.10.0/exchange.json b/apis/shopper-orders-oas-1.12.1/exchange.json similarity index 93% rename from apis/shopper-orders-oas-1.10.0/exchange.json rename to apis/shopper-orders-oas-1.12.1/exchange.json index 8c134584..29aea030 100644 --- a/apis/shopper-orders-oas-1.10.0/exchange.json +++ b/apis/shopper-orders-oas-1.12.1/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Orders OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-orders-oas", - "version": "1.10.0", + "version": "1.12.1", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-orders-oas-1.10.0/shopper-orders-oas-v1-public.yaml b/apis/shopper-orders-oas-1.12.1/shopper-orders-oas-v1-public.yaml similarity index 97% rename from apis/shopper-orders-oas-1.10.0/shopper-orders-oas-v1-public.yaml rename to apis/shopper-orders-oas-1.12.1/shopper-orders-oas-v1-public.yaml index cbed4e1a..05c68ba3 100644 --- a/apis/shopper-orders-oas-1.10.0/shopper-orders-oas-v1-public.yaml +++ b/apis/shopper-orders-oas-1.12.1/shopper-orders-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Checkout title: Shopper Orders - version: 1.10.0 + version: 1.12.1 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-orders/shopper-orders-oas-v1-public.yaml) @@ -105,6 +105,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard /organizations/{organizationId}/orders/{orderNo}: get: description: Gets information for an order. @@ -139,6 +140,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard /organizations/{organizationId}/orders/{orderNo}/lookup: post: description: |+ @@ -205,6 +207,7 @@ paths: - ShopperTokenTsob: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard /organizations/{organizationId}/orders/{orderNo}/actions/fail: post: description: |- @@ -232,6 +235,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard responses: '201': description: | @@ -331,6 +335,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard /organizations/{organizationId}/orders/{orderNo}/payment-instruments/{paymentInstrumentId}: delete: description: Removes a payment instrument of an order. @@ -365,6 +370,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard patch: description: |- Updates a payment instrument of an order. @@ -433,6 +439,7 @@ paths: security: - ShopperToken: - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard /organizations/{organizationId}/orders/{orderNo}/payment-methods: get: description: Gets the applicable payment methods for an existing order considering the open payment amount only. @@ -477,6 +484,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard /organizations/{organizationId}/orders/{orderNo}/taxes: get: description: |- @@ -1098,12 +1106,38 @@ components: description: The year the payment card is valid from. example: 2015 type: integer + GiftCardResponse: + additionalProperties: false + description: Document representing a gift card response. + type: object + properties: + brand: + maxLength: 256 + description: The gift card brand. + example: givex + type: string + maskedCardNumber: + maxLength: 40 + description: The masked gift card number. + example: '*********4422' + type: string + expirationMonth: + format: int32 + description: The month when the gift card expires. + example: 1 + type: integer + expirationYear: + format: int32 + description: The year when the gift card expires. + example: 2030 + type: integer PaymentInstrumentId: description: The payment instrument ID example: ba248424e3eee797f062162f8b type: string OrderPaymentInstrument: description: Document representing an order payment instrument. + type: object properties: amount: format: double @@ -1127,6 +1161,10 @@ components: description: The payment card. allOf: - $ref: '#/components/schemas/PaymentCard' + giftCard: + description: The gift card. + allOf: + - $ref: '#/components/schemas/GiftCardResponse' paymentInstrumentId: description: The payment instrument ID. It is read only. allOf: @@ -1145,12 +1183,6 @@ components: type: string maxLength: 256 example: pi_3N4B2vF0wDjebNCp1234567 - redirectUrl: - description: Redirect URL for payment methods that require user redirection to complete payment. - type: string - format: uri - maxLength: 2048 - example: https://checkout.stripe.com/pay/cs_test_abc123 gateway: description: The payment gateway used to process the payment. example: stripe @@ -1186,6 +1218,16 @@ components: adyen: description: | # Adyen specific properties. + + - adyenError: Error information returned by Adyen if the payment fails. Null on success. + - adyenPaymentIntent: The Adyen payment intent object containing payment details and required actions. + - resultCode: The result of the payment request (for example, "REDIRECT_SHOPPER", "AUTHORISED", "PENDING", "REFUSED"). + - accountID: The Adyen merchant account ID. + - adyenPaymentIntentAction: The action object for payment methods requiring additional shopper interaction. + - url: The URL for completing the payment (redirect or 3DS authentication). + - type: The action type (for example, "redirect", "threeDS2", "voucher"). + - method: The HTTP method for the action (for example, "GET", "POST"). + - successful: A boolean indicating whether the Adyen operation is successful. type: object additionalProperties: true ProductItem: @@ -1316,9 +1358,6 @@ components: a particular shipping method. It is read only. example: 006490dcc338feeafc71c964bf type: string - omsData: - description: Information retrieved from Order Management (OMS) for the product. - $ref: '#/components/schemas/OmsData' tax: format: double description: The tax for the product item, not including price adjustments. It is read only. @@ -1571,31 +1610,10 @@ components: type: string required: - id - OmsData: - description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information." - additionalProperties: false - properties: - status: - description: Order Management (OMS) status - example: ordered - enum: - - ordered - - returned - - canceled - - paid - - reshipped - - fulfilled - - partially_fulfilled - - allocated - - partially_allocated - - return_initiated - type: string - quantityAvailableToCancel: - format: double - description: The quantity that can be cancelled. - example: 2 - type: number - type: object + BasketProductItem: + description: Document representing a basket product item. + allOf: + - $ref: '#/components/schemas/ProductItem' ShipmentId: minLength: 1 type: string @@ -1977,7 +1995,7 @@ components: description: The product items. type: array items: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/BasketProductItem' productSubTotal: format: double description: |- @@ -2045,7 +2063,41 @@ components: maxLength: 50 type: string example: '00000410' - ShipmentItem: + OmsProductData: + description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information.\nOnly available in context of an order." + additionalProperties: false + properties: + status: + description: Order Management (OMS) status + example: ordered + enum: + - ordered + - returned + - canceled + - paid + - reshipped + - fulfilled + - partially_fulfilled + - allocated + - partially_allocated + - return_initiated + type: string + quantityAvailableToCancel: + format: double + description: The quantity that can be cancelled. + example: 2 + type: number + type: object + OrderProductItem: + description: Document representing an order product item. + allOf: + - $ref: '#/components/schemas/ProductItem' + properties: + omsData: + description: Product information retrieved from Order Management (OMS). Only available in the context of an order. + allOf: + - $ref: '#/components/schemas/OmsProductData' + OmsShipmentItem: description: Individual item within a shipment type: object additionalProperties: false @@ -2063,7 +2115,7 @@ components: type: number format: double example: 2 - schemas-Shipment: + OmsShipment: description: Shipment information from Salesforce Order Management created during fulfillment process. See https://developer.salesforce.com/docs/atlas.en-us.230.0.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_fulfillmentorder.htm for more information. type: object additionalProperties: false @@ -2102,8 +2154,8 @@ components: description: Items included in this shipment type: array items: - $ref: '#/components/schemas/ShipmentItem' - schemas-OmsData: + $ref: '#/components/schemas/OmsShipmentItem' + OmsData: description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_ordersummary.htm for more information." additionalProperties: false properties: @@ -2115,7 +2167,7 @@ components: description: List of shipments associated with the order type: array items: - $ref: '#/components/schemas/schemas-Shipment' + $ref: '#/components/schemas/OmsShipment' type: object Order: description: Document representing an order. @@ -2277,7 +2329,7 @@ components: description: The product items. It is read only. type: array items: - $ref: '#/components/schemas/ProductItem' + $ref: '#/components/schemas/OrderProductItem' productSubTotal: format: double description: |- @@ -2335,7 +2387,8 @@ components: - $ref: '#/components/schemas/SiteId' omsData: description: Information retrieved from Order Management (OMS) for the order. - $ref: '#/components/schemas/schemas-OmsData' + allOf: + - $ref: '#/components/schemas/OmsData' sourceCode: description: The source code assigned to the basket from which this order was created. It is read only. example: OUTDOOR1 @@ -2494,6 +2547,40 @@ components: description: The year the payment card is valid from. example: 2019 type: integer + GiftCardRequest: + additionalProperties: false + description: Represents gift card details for a request. + type: object + required: + - brand + - cardNumber + - cvc + properties: + brand: + maxLength: 256 + description: The gift card type or brand (for example, givex, blackhawk). + example: givex + type: string + cardNumber: + maxLength: 40 + description: The gift card number. + example: '6364530000000000' + type: string + cvc: + maxLength: 4 + description: The card verification code (CVC/CVV) for the gift card. + example: '123' + type: string + expirationMonth: + format: int32 + description: The month when the gift card expires. + example: 1 + type: integer + expirationYear: + format: int32 + description: The year when the gift card expires. + example: 2030 + type: integer PaymentReferenceRequest: type: object description: Properties for Payments Reference Request @@ -2578,6 +2665,10 @@ components: description: The payment card. allOf: - $ref: '#/components/schemas/OrderPaymentCardRequest' + giftCardRequest: + description: The gift card request. + allOf: + - $ref: '#/components/schemas/GiftCardRequest' paymentMethodId: maxLength: 256 description: The payment method ID. @@ -3548,7 +3639,6 @@ components: paymentMethodId: PAYPAL paymentReference: paymentReferenceId: PAY-1AB23456CD789012EF34GHIJ - redirectUrl: https://www.paypal.com/checkoutnow?token=EC-1AB23456CD789012EF - amount: 566.76 paymentCard: cardType: Visa @@ -3557,7 +3647,6 @@ components: paymentMethodId: CREDIT_CARD paymentReference: paymentReferenceId: 8815749596351791C - redirectUrl: https://test.adyen.com/hpp/pay.shtml?merchantReference=12345 - amount: 2 paymentCard: expirationYear: 1990 diff --git a/apis/shopper-payments-oas-1.2.3/exchange.json b/apis/shopper-payments-oas-1.4.0/exchange.json similarity index 93% rename from apis/shopper-payments-oas-1.2.3/exchange.json rename to apis/shopper-payments-oas-1.4.0/exchange.json index c582e9a2..45182a6e 100644 --- a/apis/shopper-payments-oas-1.2.3/exchange.json +++ b/apis/shopper-payments-oas-1.4.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Payments OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-payments-oas", - "version": "1.2.3", + "version": "1.4.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-payments-oas-1.2.3/shopper-payments-oas-v1-public.yaml b/apis/shopper-payments-oas-1.4.0/shopper-payments-oas-v1-public.yaml similarity index 58% rename from apis/shopper-payments-oas-1.2.3/shopper-payments-oas-v1-public.yaml rename to apis/shopper-payments-oas-1.4.0/shopper-payments-oas-v1-public.yaml index 71942801..7c1bfabc 100644 --- a/apis/shopper-payments-oas-1.2.3/shopper-payments-oas-v1-public.yaml +++ b/apis/shopper-payments-oas-1.4.0/shopper-payments-oas-v1-public.yaml @@ -3,8 +3,37 @@ info: x-api-type: Shopper x-api-family: Checkout title: Shopper Payments - version: 1.2.3 - description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-payments/shopper-payments-oas-v1-public.yaml)\n\n# API Overview\n\nUse the Shopper Payments API to retrieve payment configuration information for organizations in the B2C Commerce system.\n\nThe Shopper Payments API provides access to comprehensive payment configuration data, including payment processor settings, gateway configurations, and payment method details.\n\n## Authentication & Authorization\n\nThe client requesting payment configuration information must have access to the `/payment-configuration` resource. The Shopper Payments API requires a shopper access token from the Shopper Login and API Access Service (SLAS).\n\nFor 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.\n\nYou must include `sfcc.shopper-baskets-orders` or `sfcc.shopper-baskets-orders.rw` in the client ID used to generate the token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html)\n\n## Use Cases\n\n### Payment Method Discovery\n\nRetrieve available payment methods and their capabilities for dynamic payment form generation.\n\n- Payment Method Set Information: Access details about configured payment method set accounts. \n- Payment Methods: Supported payment method types (card, paypal, applepay, etc.), available payment modes for each method, and account associations. \n- Active Gateways: Return detailed payment method information including supported card brands.\n\n### Gateway Status Monitoring\n\nCheck the status and configuration of payment gateways and processors.\n\n- Gateway Response Data: Retrieve payment processor gateway information and supported payment methods. \n- Payment Method Set Accounts: Account identifiers and configurations, payment processor API keys and settings, gateway identifiers and response data, live/test mode indicators, and vendor information (Stripe, Adyen, PayPal, etc.). \n- Inactive/Pending Gateways: Might return null gateway response data. \n- Multiple Vendors: Support for different payment processors with vendor-specific configurations.\n\n### Payment Flow Configuration\n\nDetermine supported payment modes (multi-step vs express) for different payment methods.\n\n- Payment Modes Configuration: View supported payment modes (Multistep, Express) for each payment method. \n- Configuration Settings: Multi-step checkout enablement status, express checkout enablement status, automatic card capture settings, zone identification, saved payment method configuration, and merchant account identification.\n\n### SDK Version Management\n\nEnsure compatibility by checking the current SDK version requirements.\n\n- SDK Version Information: Get the current SDK version being used." + version: 1.4.0 + description: |- + [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-payments/shopper-payments-oas-v1-public.yaml) + + # API Overview + + Use the Shopper Payments API to: + + - Retrieve payment configuration information for storefronts when Salesforce Payments is enabled. + + The API returns the available payment methods, merchant account details, and payment gateway configurations for a specific payment zone site assignment. + + The response includes: + + - Zone ID: The unique identifier for the Payments zone. + - Payment Method Set Accounts: List of configured payment processor accounts with API keys, vendor information (Stripe, Adyen, PayPal, etc.), and live/test mode indicators. + - Payment Methods: List of available payment methods with their associated accounts, payment method types, and supported payment modes. + + ## Authentication & Authorization + + The client requesting payment configuration must have access to the `/payment-configuration` resource. The Shopper Payments API requires a shopper access token from the Shopper Login and API Access Service (SLAS). + + 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 `sfcc.shopper-baskets-orders`, `sfcc.shopper-baskets-orders.rw`, or `sfcc.shopper-standard` in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + + ## Use Cases + + ### Retrieve Payment Configuration + + Retrieve payment configuration settings for Stripe, PayPal, and Adyen based on the payment methods enabled in the merchant's payment zone site. This includes API keys, vendor details, and live/test mode status. Specify a zone via `zoneId` or use `currency` and `countryCode` for automatic resolution. servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/checkout/shopper-payments/v1 variables: @@ -21,6 +50,7 @@ paths: - $ref: '#/components/parameters/currency' - $ref: '#/components/parameters/countryCode' - $ref: '#/components/parameters/zoneId' + - $ref: '#/components/parameters/amount' get: description: |- Retrieves the payment configuration for the organization. @@ -28,7 +58,9 @@ paths: **Parameters:** - `siteId`: Required. The site identifier for context-specific configuration - `currency`: Required. Three-letter currency code (ISO 4217) for payment method configuration - - `countryCode`: Required. Two-letter country code (ISO 3166-1 alpha-2) for country-specific payment configuration + - `countryCode`: Optional. Two-letter country code (ISO 3166-1 alpha-2) for country-specific payment configuration + - `amount`: Optional. Transaction amount for payment method configuration + - `zoneId`: Optional. Payment zone identifier to retrieve zone-specific configuration **Response Behavior:** - Returns payment configuration data when available @@ -39,6 +71,7 @@ paths: - ShopperToken: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + - sfcc.shopper-standard responses: '200': description: Payment configuration details. @@ -49,10 +82,32 @@ paths: examples: stripeConfiguration: $ref: '#/components/examples/PaymentConfigurationGetForStripe' - paypalConfiguration: + stripeAndPaypalConfiguration: $ref: '#/components/examples/PaymentConfigurationGetForStripeAndPaypal' + adyenConfiguration: + $ref: '#/components/examples/PaymentConfigurationGetForAdyen' noDataFound: $ref: '#/components/examples/PaymentConfigurationNoDataFound' + '400': + description: |- + Possible reasons: + - the site ID is required and must not be null. + - the specified currency is invalid (must be ISO 4217) or not + supported by the site. + - the provided country code is invalid (must be 2 uppercase + letters matching ISO 3166-1 alpha-2). + - the provided zone ID is invalid (must match pattern + [a-zA-Z0-9\-_]{1,100}). + - the provided amount is invalid (must be non-negative). + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + BadRequest: + $ref: '#/components/examples/BadRequest' + InvalidPaymentConfigurationRequest: + $ref: '#/components/examples/InvalidPaymentConfigurationRequest' tags: - Payment Configuration components: @@ -102,6 +157,13 @@ components: minLength: 1 maxLength: 100 nullable: true + Amount: + type: number + format: double + description: The transaction amount. + minimum: 0 + example: 100 + nullable: true PaymentConfiguration: type: object properties: @@ -139,42 +201,18 @@ components: description: Account BN code (optional, null if not a PayPal account) example: Example_PPCP maxLength: 100 - additionalProperties: true - gatewayId: - type: string - description: Gateway identifier - example: 0b0SB000000IpdZYAS - minLength: 1 - gatewayResponse: - type: object - nullable: true - description: Gateway response data (optional, can be null) - properties: + country: + type: string + description: The country associated with this payment account configuration + example: US + maxLength: 256 paymentMethods: - type: array - description: Available payment methods from gateway - items: - type: object - properties: - brands: - type: array - description: Supported card brands - items: - type: string - example: visa - example: - - amex - - cup - - diners - - discover - - mc - - visa - type: - type: string - description: Payment method type - example: scheme + type: object + nullable: true + description: Available payment methods from gateway (optional, null if not an Adyen account) + additionalProperties: true additionalProperties: true - isLive: + live: type: boolean description: Whether the account is in live mode example: false @@ -184,8 +222,7 @@ components: example: Stripe required: - accountId - - gatewayId - - isLive + - live - vendor paymentMethods: type: array @@ -217,6 +254,46 @@ components: required: - paymentMethodSetAccounts - paymentMethods + ErrorResponse: + type: object + additionalProperties: true + properties: + title: + description: "A short, human-readable summary of the problem\ntype. It will not change from occurrence to occurrence of the \nproblem, except for purposes of localization\n" + type: string + maxLength: 256 + example: You do not have enough credit + type: + description: | + A URI reference [RFC3986] that identifies the + problem type. This specification encourages that, when + dereferenced, it provide human-readable documentation for the + problem type (e.g., using HTML [W3C.REC-html5-20141028]). When + this member is not present, its value is assumed to be + "about:blank". It accepts relative URIs; this means + that they must be resolved relative to the document's base URI, as + per [RFC3986], Section 5. + type: string + maxLength: 2048 + example: NotEnoughMoney + detail: + description: A human-readable explanation specific to this occurrence of the problem. + type: string + example: Your current balance is 30, but that costs 50 + instance: + description: | + A URI reference that identifies the specific + occurrence of the problem. It may or may not yield further + information if dereferenced. It accepts relative URIs; this means + that they must be resolved relative to the document's base URI, as + per [RFC3986], Section 5. + type: string + maxLength: 2048 + example: /account/12345/msgs/abc + required: + - title + - type + - detail parameters: organizationId: description: An identifier for the organization the request is being made by @@ -263,6 +340,13 @@ components: value: Amer-Zone schema: $ref: '#/components/schemas/ZoneId' + amount: + name: amount + in: query + description: The transaction amount. Optional. Some gateways, such as Adyen, allow for payment methods to be qualified or disqualified based on the amount of the transaction. + required: false + schema: + $ref: '#/components/schemas/Amount' examples: PaymentConfigurationGetForStripe: value: @@ -271,8 +355,7 @@ components: - accountId: acct_1RegszI5I22eU0I3 config: key: pk_test_JsbBx7imKb7n7Xtlb5MH5BNO00ttiURmPV - gatewayId: 0b0SB000000IpdZYAS - isLive: false + live: false vendor: Stripe paymentMethods: - accountId: acct_1RegszI5I22eU0I3 @@ -286,15 +369,13 @@ components: - accountId: acct_1RegszI5I22eU0I3 config: key: pk_test_JsbBx7imKb7n7Xtlb5MH5BNO00ttiURmPV - gatewayId: 0b0SB000000IpdZYAS - isLive: false + live: false vendor: Stripe - accountId: XK92PMVFNRBDG config: bnCode: SalesforceCommerceCloud_PPCP key: AYzMrnD7y4Zc5m5QJZTQ4zPKbP8TMn0r7aStK_3hM9gnaykL-VwK5tGQj4g1y93V6UNvC5j_FZSSa6xpR - gatewayId: 0b0SB000000IpdZEU - isLive: false + live: false vendor: Paypal paymentMethods: - accountId: acct_1RegszI5I22eU0I3 @@ -305,8 +386,45 @@ components: paymentMethodType: paypal paymentModes: - Multistep + PaymentConfigurationGetForAdyen: + value: + zoneId: Amer-Zone + paymentMethodSetAccounts: + - accountId: TestAccount941ECOM + config: + country: US + key: test_JE2ML2CMKZHJRL3QWUW4YCE32A3SL3BH + paymentMethods: + paymentMethods: + - brands: + - amex + - cup + - diners + - discover + - mc + - visa + name: Cards + type: scheme + live: false + vendor: Adyen + paymentMethods: + - accountId: TestAccount941ECOM + paymentMethodType: card + paymentModes: + - Multistep PaymentConfigurationNoDataFound: value: zoneId: null paymentMethodSetAccounts: [] paymentMethods: [] + BadRequest: + value: + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/bad-request + title: Bad Request + detail: Decoding of the property with path '$.failedExample.[1].intProperty' failed because the expected type is 'Integer|Decimal' but the actual type was 'String'. + InvalidPaymentConfigurationRequest: + value: + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/invalid-payment-configuration-request + title: Bad Request + detail: The payment configuration request field 'countryCode' is invalid. + invalidField: countryCode diff --git a/apis/shopper-products-oas-1.1.3/exchange.json b/apis/shopper-products-oas-1.3.0/exchange.json similarity index 93% rename from apis/shopper-products-oas-1.1.3/exchange.json rename to apis/shopper-products-oas-1.3.0/exchange.json index a4fa9da2..aeb990d1 100644 --- a/apis/shopper-products-oas-1.1.3/exchange.json +++ b/apis/shopper-products-oas-1.3.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Products OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-products-oas", - "version": "1.1.3", + "version": "1.3.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-products-oas-1.1.3/shopper-products-oas-v1-public.yaml b/apis/shopper-products-oas-1.3.0/shopper-products-oas-v1-public.yaml similarity index 99% rename from apis/shopper-products-oas-1.1.3/shopper-products-oas-v1-public.yaml rename to apis/shopper-products-oas-1.3.0/shopper-products-oas-v1-public.yaml index b83aa4d5..5160806e 100644 --- a/apis/shopper-products-oas-1.1.3/shopper-products-oas-v1-public.yaml +++ b/apis/shopper-products-oas-1.3.0/shopper-products-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Product title: Shopper Products - version: 1.1.3 + version: 1.3.0 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-products/shopper-products-oas-v1-public.yaml) @@ -95,6 +95,7 @@ paths: security: - ShopperToken: - sfcc.shopper-products + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/ids' - $ref: '#/components/parameters/inventoryIds' @@ -136,6 +137,7 @@ paths: security: - ShopperToken: - sfcc.shopper-products + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/inventoryIds' - $ref: '#/components/parameters/expand_singleId' @@ -185,6 +187,7 @@ paths: security: - ShopperToken: - sfcc.shopper-categories + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/parameters-ids' - $ref: '#/components/parameters/levels' @@ -222,6 +225,7 @@ paths: security: - ShopperToken: - sfcc.shopper-categories + - sfcc.shopper-standard parameters: - $ref: '#/components/parameters/levels' - $ref: '#/components/parameters/locale' diff --git a/apis/shopper-promotions-oas-1.0.39/exchange.json b/apis/shopper-promotions-oas-1.2.0/exchange.json similarity index 93% rename from apis/shopper-promotions-oas-1.0.39/exchange.json rename to apis/shopper-promotions-oas-1.2.0/exchange.json index d256e75a..4039ed24 100644 --- a/apis/shopper-promotions-oas-1.0.39/exchange.json +++ b/apis/shopper-promotions-oas-1.2.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Promotions OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-promotions-oas", - "version": "1.0.39", + "version": "1.2.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-promotions-oas-1.0.39/shopper-promotions-oas-v1-public.yaml b/apis/shopper-promotions-oas-1.2.0/shopper-promotions-oas-v1-public.yaml similarity index 98% rename from apis/shopper-promotions-oas-1.0.39/shopper-promotions-oas-v1-public.yaml rename to apis/shopper-promotions-oas-1.2.0/shopper-promotions-oas-v1-public.yaml index 9b0b5ff0..44fbe3ae 100644 --- a/apis/shopper-promotions-oas-1.0.39/shopper-promotions-oas-v1-public.yaml +++ b/apis/shopper-promotions-oas-1.2.0/shopper-promotions-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Pricing title: Shopper Promotions - version: 1.0.39 + version: 1.2.0 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-promotions/shopper-promotions-oas-v1-public.yaml) @@ -78,6 +78,7 @@ paths: security: - ShopperToken: - sfcc.shopper-promotions + - sfcc.shopper-standard /organizations/{organizationId}/promotions/campaigns/{campaignId}: get: summary: Return an array of enabled promotions matching the specified filter criteria. @@ -125,6 +126,7 @@ paths: security: - ShopperToken: - sfcc.shopper-promotions + - sfcc.shopper-standard components: securitySchemes: ShopperToken: @@ -166,9 +168,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -315,9 +316,9 @@ components: - title - type - detail - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. + CurrencyCode: + description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD type: string parameters: @@ -388,7 +389,7 @@ components: description: The currency mnemonic specified for price. This parameter is effective only for product suggestions. required: false schema: - $ref: '#/components/schemas/ISOCurrency' + $ref: '#/components/schemas/CurrencyCode' examples: PromotionsResult: value: diff --git a/apis/shopper-search-oas-1.5.4/exchange.json b/apis/shopper-search-oas-1.8.0/exchange.json similarity index 93% rename from apis/shopper-search-oas-1.5.4/exchange.json rename to apis/shopper-search-oas-1.8.0/exchange.json index 1c17ba31..60dccd9a 100644 --- a/apis/shopper-search-oas-1.5.4/exchange.json +++ b/apis/shopper-search-oas-1.8.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Search OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-search-oas", - "version": "1.5.4", + "version": "1.8.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-search-oas-1.5.4/shopper-search-oas-v1-public.yaml b/apis/shopper-search-oas-1.8.0/shopper-search-oas-v1-public.yaml similarity index 85% rename from apis/shopper-search-oas-1.5.4/shopper-search-oas-v1-public.yaml rename to apis/shopper-search-oas-1.8.0/shopper-search-oas-v1-public.yaml index 58aea3f2..d39941de 100644 --- a/apis/shopper-search-oas-1.5.4/shopper-search-oas-v1-public.yaml +++ b/apis/shopper-search-oas-1.8.0/shopper-search-oas-v1-public.yaml @@ -3,8 +3,8 @@ info: x-api-type: Shopper x-api-family: Search title: Shopper Search - version: 1.5.4 - description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-search/shopper-search-oas-v1-public.yaml)\n\n# API Overview\n\nUse the Shopper Search API for search functionality that lets shoppers search for products using keywords and refinement. The search results can be products or suggestions based on the endpoint you choose in the API.\n\nCaching is provided for the Shopper Search API. For details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)\n\n## Authentication & Authorization\n\nThe client requesting the API must have access to the product search and search suggestion resources. \n\nThe Shopper Search API requires a JWT acquired via the Shopper Customers endpoint:\n\n```\nhttps://{shortCode}.api.commercecloud.salesforce.com/customer/shopper-customers/v1/organizations/{organizationId}/customers/actions/login\n```\n\n## Use Cases\n\n### Provide Search Suggestions\n\nUse the Shopper Search API to provide search suggestions as a shopper searches.\n\nFor example, a developer who is building a shopping app using the Salesforce Commerce API would like to provide product, brand, and category suggestions. When a shopper types in a search phrase that exceeds a definable minimum length and the GET Search Suggestion endpoint is requested, the platform delivers a set of suggestions with products (name, ID), brands (name), and categories (name, ID). Shoppers can reach their desired search results more quickly using the suggested completion and correction.\n\n### Provide Search Results\n\nUse the Shopper Search API to gather product results for a shoppers search query.\n\nFor example, a developer who is building a shopping app using the Salesforce Commerce API would like to implement a product search functionality. When a shopper enters a search phrase and the GET Product Search endpoint is requested, the platform performs a keyword search and a sorted search result is returned. The sorted search result can be refined according to given values (for example, a price range).\nThe product search result contains a definable number of product search hits. A product search hit describes a matching product with its ID and name. Furthermore, the search hit contains product images, prices, represented products, and variations. In addition to the search hits, the search results also deliver refinement and sorting options.\n\n### Retrieve Promotion Information\n\nNote: This only applies if `promotions` expand is provided in the query parameter.\n\nPromotions provide discounts to shoppers when they meet certain purchase requirements.\n\nPromotion 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:\n\n- Pricing discounts for basket and shipping promotions are NEVER returned by the 'getProduct' or 'getProducts' endpoint.\n- Promotional pricing is ONLY returned for products that are included with non-conditional promotions.\n- Callout messages are ALWAYS returned by the 'getProduct' and 'getProducts' endpoints.\n\nBy default, 'getProduct' and 'getProducts' return promotion information for a queried product. Promotion information includes both pricing and callout message information. However, the specific pricing and callout information that is fetched is determined by:\n\n- Promotion Type\n- Product Type\n- Product Purchase Requirements\n\nSome promotions can be displayed on a Product Data Page (PDP) or Product Listing page (PLP), while other promotions are displayed in the context of a basket, such as an order level promotion: \"add the product to your basket to view price information\". It is important to understand what is included in the response when designing a PDP or PLP on top of SCAPI to ensure your design aligns with implementable features.\n\nNote: When you search for a variant product, the Product Search API returns the master or main product as the primary search hit. When promotion data (productPromotion) is returned, it does not contain pricing information because the returned product is the main product. To retrieve pricing information, pass the query string `allVariationProperties=true` with the `promotions` expand parameter, which returns pricing data for variant products if the promotion is unconditional. The `allVariationProperties` flag specifies the variation properties to be included in the result.\n\n### Filter Products by Promotion Role\n\nYou can filter products by their role in a promotion using the `pmid` (promotion ID) and `pmpt` (promotion product type) refinement parameters together. This allows you to find specific types of products within a promotion:\n\n- **`pmid`**: Specifies the promotion ID to filter by\n- **`pmpt`**: Specifies the type of products to return within that promotion:\n - `all`: Returns all products related to the promotion (default behavior)\n - `qualifying`: Returns only products that qualify for the promotion but don't receive the discount/bonus\n - `discounted`: Returns only products that receive a discount in the promotion \n - `bonus`: Returns only products that are given as bonuses in the promotion\n\n**Example Usage:**\n```\nGET /organizations/{organizationId}/product-search?refine=pmid=summer-sale&refine=pmpt=discounted\n```\n\nThis would return only the products that receive discounts in the \"summer-sale\" promotion.\n\n**Note:** The `pmpt` parameter only has an effect when used with `pmid`. If `pmpt` is specified without `pmid`, it will be ignored and all products will be returned.\n\n#### Shopper Personalization\nThe SCAPI response can be personalized using the Shopper Context API or hooks. By setting specific values in the Shopper Context API, you can modify the response of the 'getProduct' or 'getProducts' endpoint based on the shopper's context. For instance, you can offer a 5% discount or free shipping to shoppers using mobile devices.\n\n#### JWA Caching\nThe response is cached in JWA, which means promotion data contained in the response is also cached based on the TTL (Time to Live) specified in the Business Manager [Feature Switches](https://help.salesforce.com/s/articleView?id=cc.b2c_feature_switches.htm&type=5) configuration.\nWhen the shopper context value is updated, a check is conducted to see if the updated shopper context affects the retrieval of product-promotion data. If it does, then the response is fetched from the source and cached in the JWA.\n\nFor details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)\n\n\n### Use Hooks\n\nFor details working with hooks, see [Extensibility with Hooks.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html)\n\n## Best Practices\n\nThese best practices refer to features that are generally available with B2C Commerce 24.3.\n\nFor better performance, when you call the GET Product Search endpoint, we recommend that you:\n\n- Use the `select` query parameter to filter the response of a specified field or set of fields, and remove default outputs that you don't need. For example, filter the response to return only the relevant product names, ids, variants, and product IDs of the variants.\n- Limit API requests to the GET Product Search endpoint instead of calling both the GET Product Search and GET Products endpoints to show information on a product listing page (PLP). Use these features to provide the additional product information needed to render product tiles:\n - **Allowable value:** `promotions` value in the `expand` query parameter\n - **Query parameters:** `perPricebook`, `allImages`, and `allVariationProperties`\n - **Responses:** `productPromotions`, `imageGroups`, `priceRanges`, `tieredPrices`, `variants`, and `variationGroups`\n- Pass in only the `expand` values and query parameters that you consider necessary to meet your PLP requirements. Requesting large amounts of information can increase the latency, especially if there's a lot of data to be returned (for example, many imageGroups and variants)." + version: 1.8.0 + description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-search/shopper-search-oas-v1-public.yaml)\n\n# API Overview\n\nUse the Shopper Search API for search functionality that lets shoppers search for products using keywords and refinement. The search results can be products or suggestions based on the endpoint you choose in the API.\n\nCaching is provided for the Shopper Search API. For details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)\n\n## Authentication & Authorization\n\nThe client requesting the API must have access to the product search and search suggestion resources. \n\nThe Shopper Search API requires a JWT acquired via the Shopper Customers endpoint:\n\n```\nhttps://{shortCode}.api.commercecloud.salesforce.com/customer/shopper-customers/v1/organizations/{organizationId}/customers/actions/login\n```\n\nYou must include the relevant scopes in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html)\n\n## Use Cases\n\n### Provide Search Suggestions\n\nUse the Shopper Search API to provide search suggestions as a shopper searches.\n\nFor example, a developer who is building a shopping app using the Salesforce Commerce API would like to provide product, brand, and category suggestions. When a shopper types in a search phrase that exceeds a definable minimum length and the GET Search Suggestion endpoint is requested, the platform delivers a set of suggestions with products (name, ID), brands (name), and categories (name, ID). Shoppers can reach their desired search results more quickly using the suggested completion and correction.\n\n### Provide Search Results\n\nUse the Shopper Search API to gather product results for a shoppers search query.\n\nFor example, a developer who is building a shopping app using the Salesforce Commerce API would like to implement a product search functionality. When a shopper enters a search phrase and the GET Product Search endpoint is requested, the platform performs a keyword search and a sorted search result is returned. The sorted search result can be refined according to given values (for example, a price range).\nThe product search result contains a definable number of product search hits. A product search hit describes a matching product with its ID and name. Furthermore, the search hit contains product images, prices, represented products, and variations. In addition to the search hits, the search results also deliver refinement and sorting options.\n\n### Retrieve Promotion Information\n\nNote: This only applies if `promotions` expand is provided in the query parameter.\n\nPromotions provide discounts to shoppers when they meet certain purchase requirements.\n\nPromotion 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:\n\n- Pricing discounts for basket and shipping promotions are NEVER returned by the 'getProduct' or 'getProducts' endpoint.\n- Promotional pricing is ONLY returned for products that are included with non-conditional promotions.\n- Callout messages are ALWAYS returned by the 'getProduct' and 'getProducts' endpoints.\n\nBy default, 'getProduct' and 'getProducts' return promotion information for a queried product. Promotion information includes both pricing and callout message information. However, the specific pricing and callout information that is fetched is determined by:\n\n- Promotion Type\n- Product Type\n- Product Purchase Requirements\n\nSome promotions can be displayed on a Product Data Page (PDP) or Product Listing page (PLP), while other promotions are displayed in the context of a basket, such as an order level promotion: \"add the product to your basket to view price information\". It is important to understand what is included in the response when designing a PDP or PLP on top of SCAPI to ensure your design aligns with implementable features.\n\nNote: When you search for a variant product, the Product Search API returns the master or main product as the primary search hit. When promotion data (productPromotion) is returned, it does not contain pricing information because the returned product is the main product. To retrieve pricing information, pass the query string `allVariationProperties=true` with the `promotions` expand parameter, which returns pricing data for variant products if the promotion is unconditional. The `allVariationProperties` flag specifies the variation properties to be included in the result.\n\n### Filter Products by Promotion Role\n\nYou can filter products by their role in a promotion using the `pmid` (promotion ID) and `pmpt` (promotion product type) refinement parameters together. This allows you to find specific types of products within a promotion:\n\n- `pmid`: Specifies the promotion ID to filter by\n- `pmpt`: Specifies the type of products to return within that promotion:\n - `all`: Returns all products related to the promotion (default behavior)\n - `qualifying`: Returns only products that qualify for the promotion but don't receive the discount/bonus\n - `discounted`: Returns only products that receive a discount in the promotion \n - `bonus`: Returns only products that are given as bonuses in the promotion\n\nExample Usage:\n```\nGET /organizations/{organizationId}/product-search?refine=pmid=summer-sale&refine=pmpt=discounted\n```\n\nThis would return only the products that receive discounts in the \"summer-sale\" promotion.\n\n**Note:** The `pmpt` parameter only has an effect when used with `pmid`. If `pmpt` is specified without `pmid`, it will be ignored and all products will be returned.\n\n### Shopper Personalization\nThe SCAPI response can be personalized using the Shopper Context API or hooks. By setting specific values in the Shopper Context API, you can modify the response of the 'getProduct' or 'getProducts' endpoint based on the shopper's context. For instance, you can offer a 5% discount or free shipping to shoppers using mobile devices.\n\n## JWA Caching\nThe response is cached in JWA, which means promotion data contained in the response is also cached based on the TTL (Time to Live) specified in the Business Manager [Feature Switches](https://help.salesforce.com/s/articleView?id=cc.b2c_feature_switches.htm&type=5) configuration.\nWhen the shopper context value is updated, a check is conducted to see if the updated shopper context affects the retrieval of product-promotion data. If it does, then the response is fetched from the source and cached in the JWA.\n\nFor details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)\n\n## Use Hooks\n\nFor details working with hooks, see [Extensibility with Hooks.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html)\n\n## Best Practices\n\nThese best practices refer to features that are generally available with B2C Commerce 24.3.\n\nFor better performance, when you call the GET Product Search endpoint, we recommend that you:\n\n- Use the `select` query parameter to filter the response of a specified field or set of fields, and remove default outputs that you don't need. For example, filter the response to return only the relevant product names, ids, variants, and product IDs of the variants.\n- Limit API requests to the GET Product Search endpoint instead of calling both the GET Product Search and GET Products endpoints to show information on a product listing page (PLP). Use these features to provide the additional product information needed to render product tiles:\n - **Allowable value:** `promotions` value in the `expand` query parameter\n - **Query parameters:** `perPricebook`, `allImages`, and `allVariationProperties`\n - **Responses:** `productPromotions`, `imageGroups`, `priceRanges`, `tieredPrices`, `variants`, and `variationGroups`\n- Pass in only the `expand` values and query parameters that you consider necessary to meet your PLP requirements. Requesting large amounts of information can increase the latency, especially if there's a lot of data to be returned (for example, many imageGroups and variants)." servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/search/shopper-search/v1 variables: @@ -62,6 +62,8 @@ paths: $ref: '#/components/examples/ProductSearchWithPromotionFilterExample' ProductSearchResultWithCustomVariationPropertiesExample: $ref: '#/components/examples/ProductSearchResultWithCustomVariationPropertiesExample' + ProductSearchWithProcessedQueryExample: + $ref: '#/components/examples/ProductSearchWithProcessedQueryExample' '400': description: Bad Request. content: @@ -76,6 +78,7 @@ paths: security: - ShopperToken: - sfcc.shopper-product-search + - sfcc.shopper-standard /organizations/{organizationId}/search-suggestions: get: summary: "Provides keyword-based search suggestions for products, categories, and brands. Returns suggested items for each \nbased on the search phrase." @@ -119,6 +122,7 @@ paths: security: - ShopperToken: - sfcc.shopper-product-search + - sfcc.shopper-standard components: securitySchemes: ShopperToken: @@ -153,11 +157,6 @@ components: description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites example: RefArch type: string - String256: - type: string - maxLength: 256 - description: "The String256 schema is a foundational schema designed for fields or attributes that are stored in a database field with a maximum capacity of 256 bytes. \nThis schema accommodates various character sets, with the following considerations:\n - ASCII Characters: Each ASCII character occupies 1 byte, allowing up to 256 characters.\n - Latin Characters: Many Latin characters require 2 bytes each, allowing up to 128 characters.\n - Asian Characters: Many Asian characters require 3 bytes each, allowing approximately 85 characters." - example: Max Mustermann CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. pattern: ^([A-Z][A-Z][A-Z]|N/A)$ @@ -225,29 +224,24 @@ components: - limit - offset - total - String4000: - type: string - maxLength: 4000 - description: "The String4000 schema is a foundational schema designed for fields or attributes that are stored in a database field with a maximum capacity of 4000 bytes. \nThis schema accommodates various character sets, with the following considerations:\n - ASCII Characters: Each ASCII character occupies 1 byte, allowing up to 4000 characters.\n - Latin Characters: Many Latin characters require 2 bytes each, allowing up to 2000 characters.\n - Asian Characters: Many Asian characters require 3 bytes each, allowing approximately 1333 characters." - example: This is a detailed description of an Excellent Product. It includes all the features, specifications, and benefits of the product. The Excellent Product is designed to provide exceptional performance and reliability. It is made from high-quality materials and has been rigorously tested to ensure it meets the highest standards. Whether you are using it for personal or professional purposes, the Excellent Product is the perfect choice. With its advanced technology and user-friendly design, it offers unparalleled convenience and efficiency. Order your Excellent Product today and experience the difference it can make. Image: properties: alt: - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: The White Dress Shirt disBaseLink: - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: https://edge.disstg.commercecloud.salesforce.com/dw/image/v2/ZZEU_006/on/demandware.static/-/Sites-apparel-catalog/default/dw9368b001/images/large/70284588_100_0.jpg link: minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: https://zzeu-006.sandbox.us01.dx.commercecloud.salesforce.com/on/demandware.static/-/Sites-apparel-catalog/default/dw9368b001/images/large/70284588_100_0.jpg title: - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: The White Dress Shirt required: - link @@ -301,8 +295,8 @@ components: properties: description: description: The localized description of the variation value. - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Size 15R image: description: The first product image for the configured viewtype and this variation value. @@ -314,8 +308,8 @@ components: - $ref: '#/components/schemas/Image' name: description: The localized display name of the variation value. - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: 15R orderable: description: A flag indicating whether at least one variant with this variation attribute value is available to sell. @@ -324,8 +318,8 @@ components: value: minLength: 1 description: The actual variation value. - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: 15R required: - value @@ -336,13 +330,13 @@ components: id: minLength: 1 description: The ID of the variation attribute. - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 example: size name: description: The localized display name of the variation attribute. - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: size values: description: The sorted array of variation values. This array can be empty. @@ -371,8 +365,7 @@ components: example: hi-res type: string minLength: 1 - allOf: - - $ref: '#/components/schemas/String256' + maxLength: 256 required: - images - viewType @@ -393,8 +386,8 @@ components: pricebook: description: The active pricebook from which the min and the max prices are calculated. The pricebook is based on the site context of the request as defined in ECOM. example: usd-list-pricebook - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 type: object ProductPromotion: description: Document representing a product promotion. @@ -403,8 +396,8 @@ components: description: The localized call-out message of the promotion. example: Fantastic promotion minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 promotionId: description: The unique ID of the promotion. example: summerSale @@ -433,8 +426,8 @@ components: pricebook: description: The active pricebook for which this price is defined example: usd-list-pricebook - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 quantity: format: double description: Quantity tier for which the price is defined. @@ -468,8 +461,8 @@ components: description: The actual variation attribute ID - value pairs. type: object additionalProperties: - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Beige productPromotions: description: |- @@ -513,8 +506,8 @@ components: type: object minLength: 1 additionalProperties: - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Beige required: - orderable @@ -529,8 +522,8 @@ components: $ref: '#/components/schemas/CurrencyCode' hitType: description: The type information for the search hit. - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 example: product image: description: The first image of the product hit for the configured viewtype. @@ -561,8 +554,8 @@ components: productName: description: The localized name of the product. example: Modern Dress Shirt - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 productType: description: The type information for the product. allOf: @@ -629,20 +622,55 @@ components: id: description: The ID of the Page Meta Tag. example: title - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 value: description: Locale-specific value of the Page Meta Tag, evaluated by resolving the rule set for the given Business Manager ID. example: Buy the Long Sleeve Covered Placket Blouse for USD 61.99. type: string type: object + query: + description: The query string that was searched for. + type: string + maxLength: 50 + example: dresses + AppliedProcessor: + description: The result of a processor execution. + type: object + properties: + processorName: + description: The name of the processor. + example: Attribute Aware Search + type: string + maxLength: 256 + result: + $ref: '#/components/schemas/query' + refinements: + description: The refinements that were applied to the query. + type: object + additionalProperties: + type: string + maxLength: 256 + example: Beige + ProcessedQuery: + description: The result of query processing. + type: object + properties: + query: + $ref: '#/components/schemas/query' + appliedProcessors: + description: The processors that were executed for the search query and their results. + type: array + maxItems: 5 + items: + $ref: '#/components/schemas/AppliedProcessor' ProductSearchRefinementValue: description: Document representing a product search refinement value. properties: description: description: The localized description of the refinement value. - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: The Beige objects hitCount: format: int32 @@ -653,23 +681,22 @@ components: label: description: The localized label of the refinement value. minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Beige presentationId: description: |- The optional presentation ID associated with the refinement value. The presentation ID can be used, for example, to associate an ID with an HTML widget. - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 example: beige value: description: "The refinement value. In the case of an attribute refinement, this is the bucket, the attribute value, or a \nvalue range. In the case of a category refinement, this is the category ID. In the case of a price \nrefinement, this is the price range. Ranges are enclosed by parentheses and delimited by \"..\"; for example, \n\"(100..999)\" and \"(Aa..Fa)\" are valid ranges." type: string minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + maxLength: 4000 example: Beige values: description: The array of hierarchical refinement values. This array can be empty. @@ -691,13 +718,13 @@ components: category refinement, the ID must be "cgid". In the case of a price refinement, the ID must be "price". example: refinementColor minLength: 1 - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 label: description: The localized label of the refinement. example: Color - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 values: description: The sorted array of refinement values. This array can be empty. type: array @@ -808,14 +835,14 @@ components: id: description: The ID of the sorting option. minLength: 1 - allOf: - - $ref: '#/components/schemas/String256' + maxLength: 256 + type: string example: best-matches label: description: The localized label of the sorting option. minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + maxLength: 4000 + type: string example: Best Matches required: - id @@ -842,6 +869,10 @@ components: type: string maxLength: 50 example: dresses + processedQuery: + description: The result of query processing. + allOf: + - $ref: '#/components/schemas/ProcessedQuery' refinements: description: The sorted array of search refinements. This array can be empty. type: array @@ -857,13 +888,13 @@ components: description: A map of selected refinement attribute ID or value pairs. The sorting order is the same as in request URL. type: object additionalProperties: - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Beige selectedSortingOption: description: The ID of the applied sorting option. - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: best-matches sortingOptions: description: The sorted array of search sorting options. This array can be empty. @@ -936,14 +967,14 @@ components: name: description: The localized name of the category. minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Dresses parentCategoryName: description: The name of the parent category. minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Clothing required: - id @@ -989,8 +1020,8 @@ components: productName: description: The localized name of the product. minLength: 1 - allOf: - - $ref: '#/components/schemas/String4000' + type: string + maxLength: 4000 example: Playstation 3 Bundle required: - currency @@ -1125,8 +1156,8 @@ components: required: false schema: example: brand - allOf: - - $ref: '#/components/schemas/String256' + type: string + maxLength: 256 currency: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. name: currency @@ -1201,8 +1232,7 @@ components: type: string example: c_batteryLife pattern: ^c_.* - allOf: - - $ref: '#/components/schemas/String256' + maxLength: 256 type: array maxItems: 5 qSearchSuggestion: @@ -1250,8 +1280,7 @@ components: type: string example: c_batteryLife pattern: ^c_.* - allOf: - - $ref: '#/components/schemas/String256' + maxLength: 256 type: array maxItems: 5 includeEinsteinSuggestedPhrases: @@ -1617,6 +1646,57 @@ components: label: Best Matches offset: 0 total: 1 + ProductSearchWithProcessedQueryExample: + summary: Product search result demonstrating processors being executed on the search query. + value: + limit: 1 + hits: + - hitType: master + productId: portable-media-player + productName: Portable Media Player + productType: + master: true + representedProduct: + id: media-player-purple-8gb + variants: + - productId: media-player-silver-8gb + variationValues: + color: Silver + memorySize: 8 GB + c_badges: + - Popular + c_mediaFormat: + - '0020' + - '0050' + c_musicStorage: 2,000 songs + - productId: media-player-purple-8gb + variationValues: + color: Purple + memorySize: 8 GB + c_badges: + - Best Seller + c_mediaFormat: + - '0010' + - '0020' + - '0030' + c_musicStorage: 2,000 songs + processedQuery: + appliedProcessors: + - processorName: Attribute Aware Search + refinements: + price: (..200) + result: media player purple + query: media player purple + query: media player purple under 200 + refinements: [] + searchPhraseSuggestions: + suggestedPhrases: [] + suggestedTerms: [] + sortingOptions: + - id: best-matches + label: Best Matches + offset: 0 + total: 1 MalformedSelectorGetProductsSearchForSelect: value: title: Malformed Selector diff --git a/apis/shopper-stores-oas-1.0.19/exchange.json b/apis/shopper-stores-oas-1.2.0/exchange.json similarity index 93% rename from apis/shopper-stores-oas-1.0.19/exchange.json rename to apis/shopper-stores-oas-1.2.0/exchange.json index f2462500..c1475ac5 100644 --- a/apis/shopper-stores-oas-1.0.19/exchange.json +++ b/apis/shopper-stores-oas-1.2.0/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Stores OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-stores-oas", - "version": "1.0.19", + "version": "1.2.0", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-stores-oas-1.0.19/shopper-stores-oas-v1-public.yaml b/apis/shopper-stores-oas-1.2.0/shopper-stores-oas-v1-public.yaml similarity index 99% rename from apis/shopper-stores-oas-1.0.19/shopper-stores-oas-v1-public.yaml rename to apis/shopper-stores-oas-1.2.0/shopper-stores-oas-v1-public.yaml index b3e91e86..b905c552 100644 --- a/apis/shopper-stores-oas-1.0.19/shopper-stores-oas-v1-public.yaml +++ b/apis/shopper-stores-oas-1.2.0/shopper-stores-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Store title: Shopper Stores - version: 1.0.19 + version: 1.2.0 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-stores/shopper-stores-oas-v1-public.yaml) @@ -73,6 +73,7 @@ paths: security: - ShopperToken: - sfcc.shopper-stores + - sfcc.shopper-standard /organizations/{organizationId}/store-search: get: summary: Retrieve a list of stores for the given site that are within a configured distance of a geolocation. @@ -135,6 +136,7 @@ paths: security: - ShopperToken: - sfcc.shopper-stores + - sfcc.shopper-standard components: securitySchemes: ShopperToken: diff --git a/docs/assets/js/search.json b/docs/assets/js/search.json index 444016ef..05e96515 100644 --- a/docs/assets/js/search.json +++ b/docs/assets/js/search.json @@ -1 +1 @@ -{"kinds":{"1":"Module","2":"Namespace","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":256,"name":"PathParameters","url":"interfaces/helpers.pathparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":4,"kind":256,"name":"QueryParameters","url":"interfaces/helpers.queryparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":5,"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":6,"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":7,"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":8,"kind":4194304,"name":"LocaleCode","url":"modules/helpers.html#localecode-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":9,"kind":65536,"name":"__type","url":"modules/helpers.html#localecode-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.LocaleCode"},{"id":10,"kind":4194304,"name":"UrlParameters","url":"modules/helpers.html#urlparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":11,"kind":4194304,"name":"CustomQueryParameters","url":"modules/helpers.html#customqueryparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":12,"kind":65536,"name":"__type","url":"modules/helpers.html#customqueryparameters-1.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomQueryParameters"},{"id":13,"kind":4194304,"name":"CustomRequestBody","url":"modules/helpers.html#customrequestbody-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":14,"kind":65536,"name":"__type","url":"modules/helpers.html#customrequestbody-1.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomRequestBody"},{"id":15,"kind":1,"name":"clientConfig","url":"modules/clientconfig.html","classes":"tsd-kind-module"},{"id":16,"kind":256,"name":"ClientConfigInit","url":"interfaces/clientconfig.clientconfiginit.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"clientConfig"},{"id":17,"kind":1024,"name":"baseUri","url":"interfaces/clientconfig.clientconfiginit.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":18,"kind":1024,"name":"proxy","url":"interfaces/clientconfig.clientconfiginit.html#proxy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":19,"kind":1024,"name":"headers","url":"interfaces/clientconfig.clientconfiginit.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":20,"kind":1024,"name":"parameters","url":"interfaces/clientconfig.clientconfiginit.html#parameters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":21,"kind":1024,"name":"fetchOptions","url":"interfaces/clientconfig.clientconfiginit.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":22,"kind":1024,"name":"transformRequest","url":"interfaces/clientconfig.clientconfiginit.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":23,"kind":1024,"name":"throwOnBadResponse","url":"interfaces/clientconfig.clientconfiginit.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":24,"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":25,"kind":1024,"name":"baseUri","url":"classes/clientconfig.clientconfig-1.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":26,"kind":1024,"name":"proxy","url":"classes/clientconfig.clientconfig-1.html#proxy","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":27,"kind":1024,"name":"headers","url":"classes/clientconfig.clientconfig-1.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":28,"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":29,"kind":1024,"name":"parameters","url":"classes/clientconfig.clientconfig-1.html#parameters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":30,"kind":1024,"name":"fetchOptions","url":"classes/clientconfig.clientconfig-1.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":31,"kind":1024,"name":"transformRequest","url":"classes/clientconfig.clientconfig-1.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":32,"kind":1024,"name":"throwOnBadResponse","url":"classes/clientconfig.clientconfig-1.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":33,"kind":512,"name":"constructor","url":"classes/clientconfig.clientconfig-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":34,"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":35,"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":36,"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":37,"kind":4194304,"name":"FetchOptions","url":"modules/clientconfig.html#fetchoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":38,"kind":4194304,"name":"FetchFunction","url":"modules/clientconfig.html#fetchfunction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":39,"kind":65536,"name":"__type","url":"modules/clientconfig.html#fetchfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"clientConfig.FetchFunction"},{"id":40,"kind":1,"name":"config","url":"modules/config.html","classes":"tsd-kind-module"},{"id":41,"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":42,"kind":32,"name":"isBrowser","url":"modules/helpers.html#isbrowser-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":43,"kind":32,"name":"isNode","url":"modules/helpers.html#isnode-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":44,"kind":32,"name":"globalObject","url":"modules/helpers.html#globalobject-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":45,"kind":32,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":46,"kind":32,"name":"fetch","url":"modules/helpers.html#fetch-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":47,"kind":1,"name":"shopperLogin","url":"modules/shopperlogin.html","classes":"tsd-kind-module"},{"id":48,"kind":32,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperLogin"},{"id":49,"kind":1,"name":"templateUrl","url":"modules/templateurl.html","classes":"tsd-kind-module"},{"id":50,"kind":128,"name":"TemplateURL","url":"classes/templateurl.templateurl-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"templateUrl"},{"id":51,"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":52,"kind":2048,"name":"replaceOrigin","url":"classes/templateurl.templateurl-1.html#replaceorigin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":53,"kind":2048,"name":"addQueryParams","url":"classes/templateurl.templateurl-1.html#addqueryparams","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":54,"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":55,"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":56,"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":57,"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":58,"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":59,"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":60,"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":61,"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":62,"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":63,"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":64,"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":65,"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":66,"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":67,"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":68,"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":69,"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":70,"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":71,"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":72,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":73,"kind":32,"name":"USER_AGENT_HEADER","url":"modules/version.html#user_agent_header","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":74,"kind":32,"name":"USER_AGENT_VALUE","url":"modules/version.html#user_agent_value","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":75,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":76,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":77,"kind":4194304,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":78,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":79,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":80,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":81,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":82,"kind":4194304,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":83,"kind":4194304,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":84,"kind":4194304,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":85,"kind":4194304,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":86,"kind":4194304,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":87,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":88,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":89,"kind":4194304,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":90,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.html#granttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":91,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":92,"kind":4194304,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":93,"kind":4194304,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":94,"kind":4194304,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":95,"kind":4194304,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":96,"kind":4194304,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":97,"kind":4194304,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":98,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":99,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":100,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":101,"kind":16777216,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":102,"kind":16777216,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":103,"kind":16777216,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":104,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":105,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":106,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":107,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":108,"kind":16777216,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":109,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":110,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":111,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":112,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":113,"kind":16777216,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":114,"kind":16777216,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":115,"kind":16777216,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":116,"kind":16777216,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":117,"kind":16777216,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":118,"kind":16777216,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":119,"kind":16777216,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":120,"kind":16777216,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":121,"kind":16777216,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":122,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":123,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":124,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":125,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":126,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":127,"kind":128,"name":"ShopperLogin","url":"classes/shopperlogin.shopperlogin-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperLogin"},{"id":128,"kind":1024,"name":"clientConfig","url":"classes/shopperlogin.shopperlogin-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":129,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperlogin.shopperlogin-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":130,"kind":2097152,"name":"apiPaths","url":"classes/shopperlogin.shopperlogin-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":131,"kind":32,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authenticatecustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":132,"kind":32,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authorizecustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":133,"kind":32,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authorizepasswordlesscustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":134,"kind":32,"name":"authorizeWebauthnRegistration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authorizewebauthnregistration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":135,"kind":32,"name":"finishWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.finishwebauthnauthentication-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":136,"kind":32,"name":"finishWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.finishwebauthnuserregistration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":137,"kind":32,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":138,"kind":32,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getjwksuri-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":139,"kind":32,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getpasswordlessaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":140,"kind":32,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getpasswordresettoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":141,"kind":32,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getsessionbridgeaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":142,"kind":32,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.gettrustedagentaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":143,"kind":32,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.gettrustedagentauthorizationtoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":144,"kind":32,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.gettrustedsystemaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":145,"kind":32,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getuserinfo-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":146,"kind":32,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getwellknownopenidconfiguration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":147,"kind":32,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.introspecttoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":148,"kind":32,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.logoutcustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":149,"kind":32,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.resetpassword-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":150,"kind":32,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.revoketoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":151,"kind":32,"name":"startWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.startwebauthnauthentication-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":152,"kind":32,"name":"startWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.startwebauthnuserregistration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":153,"kind":512,"name":"constructor","url":"classes/shopperlogin.shopperlogin-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":154,"kind":1024,"name":"paramKeys","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":155,"kind":65536,"name":"__type","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperLogin.ShopperLogin.paramKeys"},{"id":156,"kind":32,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authenticatecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":157,"kind":32,"name":"authenticateCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authenticatecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":158,"kind":32,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":159,"kind":32,"name":"authorizeCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":160,"kind":32,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizepasswordlesscustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":161,"kind":32,"name":"authorizePasswordlessCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizepasswordlesscustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":162,"kind":32,"name":"authorizeWebauthnRegistration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizewebauthnregistration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":163,"kind":32,"name":"authorizeWebauthnRegistrationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizewebauthnregistrationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":164,"kind":32,"name":"finishWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnauthentication","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":165,"kind":32,"name":"finishWebauthnAuthenticationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnauthenticationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":166,"kind":32,"name":"finishWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnuserregistration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":167,"kind":32,"name":"finishWebauthnUserRegistrationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnuserregistrationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":168,"kind":32,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":169,"kind":32,"name":"getAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":170,"kind":32,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getjwksuri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":171,"kind":32,"name":"getJwksUriRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getjwksurirequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":172,"kind":32,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordlessaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":173,"kind":32,"name":"getPasswordLessAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordlessaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":174,"kind":32,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordresettoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":175,"kind":32,"name":"getPasswordResetTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordresettokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":176,"kind":32,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getsessionbridgeaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":177,"kind":32,"name":"getSessionBridgeAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getsessionbridgeaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":178,"kind":32,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":179,"kind":32,"name":"getTrustedAgentAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":180,"kind":32,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentauthorizationtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":181,"kind":32,"name":"getTrustedAgentAuthorizationTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentauthorizationtokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":182,"kind":32,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedsystemaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":183,"kind":32,"name":"getTrustedSystemAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedsystemaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":184,"kind":32,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getuserinfo","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":185,"kind":32,"name":"getUserInfoRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getuserinforequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":186,"kind":32,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getwellknownopenidconfiguration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":187,"kind":32,"name":"getWellknownOpenidConfigurationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getwellknownopenidconfigurationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":188,"kind":32,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.introspecttoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":189,"kind":32,"name":"introspectTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.introspecttokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":190,"kind":32,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.logoutcustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":191,"kind":32,"name":"logoutCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.logoutcustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":192,"kind":32,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.resetpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":193,"kind":32,"name":"resetPasswordRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.resetpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":194,"kind":32,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.revoketoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":195,"kind":32,"name":"revokeTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.revoketokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":196,"kind":32,"name":"startWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnauthentication","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":197,"kind":32,"name":"startWebauthnAuthenticationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnauthenticationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":198,"kind":32,"name":"startWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnuserregistration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":199,"kind":32,"name":"startWebauthnUserRegistrationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnuserregistrationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":200,"kind":2048,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authenticatecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":201,"kind":2048,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":202,"kind":2048,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizepasswordlesscustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":203,"kind":2048,"name":"authorizeWebauthnRegistration","url":"classes/shopperlogin.shopperlogin-3.html#authorizewebauthnregistration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":204,"kind":2048,"name":"finishWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#finishwebauthnauthentication-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":205,"kind":2048,"name":"finishWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#finishwebauthnuserregistration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":206,"kind":2048,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":207,"kind":2048,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#getjwksuri-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":208,"kind":2048,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordlessaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":209,"kind":2048,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordresettoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":210,"kind":2048,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getsessionbridgeaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":211,"kind":2048,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":212,"kind":2048,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentauthorizationtoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":213,"kind":2048,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedsystemaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":214,"kind":2048,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#getuserinfo-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":215,"kind":2048,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#getwellknownopenidconfiguration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":216,"kind":2048,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#introspecttoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":217,"kind":2048,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#logoutcustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":218,"kind":2048,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#resetpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":219,"kind":2048,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#revoketoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":220,"kind":2048,"name":"startWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#startwebauthnauthentication-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":221,"kind":2048,"name":"startWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#startwebauthnuserregistration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":222,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":223,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":224,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":225,"kind":4194304,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":226,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":227,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":228,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":229,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":230,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":231,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":232,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":233,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":234,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":235,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":236,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":237,"kind":4194304,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":238,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerQueryParameters"},{"id":239,"kind":4194304,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":240,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerPathParameters"},{"id":241,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-2.__type-1.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerPathParameters.__type"},{"id":242,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":243,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerBodyType"},{"id":244,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.client_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":245,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.response_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":246,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.redirect_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":247,"kind":32,"name":"state","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.state","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":248,"kind":32,"name":"scope","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":249,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":250,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.channel_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":251,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.code_challenge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":252,"kind":4194304,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":253,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeCustomerQueryParameters"},{"id":254,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.redirect_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":255,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.response_type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":256,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.client_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":257,"kind":32,"name":"scope","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.scope-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":258,"kind":32,"name":"state","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.state-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":259,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.usid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":260,"kind":32,"name":"hint","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":261,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.channel_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":262,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.code_challenge-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":263,"kind":32,"name":"ui_locales","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.ui_locales","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":264,"kind":4194304,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.html#authorizecustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":265,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizecustomerpathparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeCustomerPathParameters"},{"id":266,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authorizecustomerpathparameters-2.__type-3.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerPathParameters.__type"},{"id":267,"kind":4194304,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":268,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerQueryParameters"},{"id":269,"kind":32,"name":"register_customer","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-2.__type-7.register_customer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerQueryParameters.__type"},{"id":270,"kind":4194304,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":271,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerPathParameters"},{"id":272,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-2.__type-6.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerPathParameters.__type"},{"id":273,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":274,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerBodyType"},{"id":275,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.user_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":276,"kind":32,"name":"mode","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.mode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":277,"kind":32,"name":"locale","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":278,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.usid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":279,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.channel_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":280,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.callback_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":281,"kind":32,"name":"last_name","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.last_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":282,"kind":32,"name":"email","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":283,"kind":32,"name":"first_name","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.first_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":284,"kind":32,"name":"phone_number","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.phone_number","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":285,"kind":4194304,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":286,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeWebauthnRegistrationQueryParameters"},{"id":287,"kind":4194304,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":288,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeWebauthnRegistrationPathParameters"},{"id":289,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-2.__type-9.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationPathParameters.__type"},{"id":290,"kind":4194304,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":291,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType"},{"id":292,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.user_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":293,"kind":32,"name":"mode","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.mode-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":294,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.channel_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":295,"kind":32,"name":"locale","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":296,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.client_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":297,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.code_challenge-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":298,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.callback_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":299,"kind":32,"name":"idp_name","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.idp_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":300,"kind":32,"name":"hint","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":301,"kind":4194304,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":302,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnAuthenticationQueryParameters"},{"id":303,"kind":4194304,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":304,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnAuthenticationPathParameters"},{"id":305,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-2.__type-11.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.finishWebauthnAuthenticationPathParameters.__type"},{"id":306,"kind":4194304,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":307,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnUserRegistrationQueryParameters"},{"id":308,"kind":4194304,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":309,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnUserRegistrationPathParameters"},{"id":310,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-2.__type-13.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.finishWebauthnUserRegistrationPathParameters.__type"},{"id":311,"kind":4194304,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.html#getaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":312,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenQueryParameters"},{"id":313,"kind":4194304,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.html#getaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":314,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenpathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenPathParameters"},{"id":315,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getaccesstokenpathparameters-2.__type-16.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenPathParameters.__type"},{"id":316,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":317,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenBodyType"},{"id":318,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.refresh_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":319,"kind":32,"name":"code","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":320,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.usid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":321,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.grant_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":322,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.redirect_uri-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":323,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.code_verifier","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":324,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.client_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":325,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.channel_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":326,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-15.dnt","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":327,"kind":4194304,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.html#getjwksuriqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":328,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getjwksuriqueryparameters-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getJwksUriQueryParameters"},{"id":329,"kind":4194304,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.html#getjwksuripathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":330,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getjwksuripathparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getJwksUriPathParameters"},{"id":331,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getjwksuripathparameters-2.__type-18.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getJwksUriPathParameters.__type"},{"id":332,"kind":4194304,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":333,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenQueryParameters"},{"id":334,"kind":4194304,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":335,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenPathParameters"},{"id":336,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-2.__type-21.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenPathParameters.__type"},{"id":337,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":338,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenBodyType"},{"id":339,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-20.grant_type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":340,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-20.hint-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":341,"kind":32,"name":"pwdless_login_token","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-20.pwdless_login_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":342,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-20.client_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":343,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-20.code_verifier-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":344,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-20.login_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":345,"kind":4194304,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":346,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenQueryParameters"},{"id":347,"kind":4194304,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":348,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenPathParameters"},{"id":349,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-2.__type-24.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenPathParameters.__type"},{"id":350,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":351,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenBodyType"},{"id":352,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.user_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":353,"kind":32,"name":"mode","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.mode-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":354,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.channel_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":355,"kind":32,"name":"locale","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":356,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.client_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":357,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.code_challenge-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":358,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.callback_uri-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":359,"kind":32,"name":"idp_name","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.idp_name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":360,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-23.hint-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":361,"kind":4194304,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":362,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenQueryParameters"},{"id":363,"kind":4194304,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":364,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenPathParameters"},{"id":365,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-2.__type-27.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenPathParameters.__type"},{"id":366,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":367,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType"},{"id":368,"kind":32,"name":"code","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.code-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":369,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.client_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":370,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.channel_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":371,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.code_verifier-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":372,"kind":32,"name":"dwsid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.dwsid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":373,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.grant_type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":374,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.login_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":375,"kind":32,"name":"dwsgst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.dwsgst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":376,"kind":32,"name":"dwsrst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.dwsrst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":377,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.usid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":378,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-26.dnt-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":379,"kind":4194304,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":380,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenQueryParameters"},{"id":381,"kind":4194304,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":382,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenPathParameters"},{"id":383,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-2.__type-30.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenPathParameters.__type"},{"id":384,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":385,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType"},{"id":386,"kind":32,"name":"agent_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.agent_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":387,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.client_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":388,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.channel_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":389,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.code_verifier-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":390,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.grant_type-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":391,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.login_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":392,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.idp_origin","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":393,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.usid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":394,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.dnt-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":395,"kind":32,"name":"state","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-29.state-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":396,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":397,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters"},{"id":398,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33.client_id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":399,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33.channel_id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":400,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33.code_challenge-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":401,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33.login_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":402,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33.idp_origin-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":403,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33.redirect_uri-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":404,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-33.response_type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":405,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":406,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAuthorizationTokenPathParameters"},{"id":407,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-2.__type-32.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenPathParameters.__type"},{"id":408,"kind":4194304,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":409,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenQueryParameters"},{"id":410,"kind":4194304,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":411,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenPathParameters"},{"id":412,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-2.__type-35.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenPathParameters.__type"},{"id":413,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":414,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType"},{"id":415,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.usid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":416,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.grant_type-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":417,"kind":32,"name":"hint","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.hint-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":418,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.login_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":419,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.idp_origin-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":420,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.client_id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":421,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.channel_id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":422,"kind":32,"name":"email_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.email_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":423,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-34.dnt-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":424,"kind":4194304,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.html#getuserinfoqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":425,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getuserinfoqueryparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getUserInfoQueryParameters"},{"id":426,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getuserinfoqueryparameters-2.__type-38.channel_id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getUserInfoQueryParameters.__type"},{"id":427,"kind":4194304,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.html#getuserinfopathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":428,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getuserinfopathparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getUserInfoPathParameters"},{"id":429,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getuserinfopathparameters-2.__type-37.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getUserInfoPathParameters.__type"},{"id":430,"kind":4194304,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":431,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getWellknownOpenidConfigurationQueryParameters"},{"id":432,"kind":4194304,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":433,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getWellknownOpenidConfigurationPathParameters"},{"id":434,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-2.__type-39.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getWellknownOpenidConfigurationPathParameters.__type"},{"id":435,"kind":4194304,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.html#introspecttokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":436,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenqueryparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenQueryParameters"},{"id":437,"kind":4194304,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.html#introspecttokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":438,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenpathparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenPathParameters"},{"id":439,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#introspecttokenpathparameters-2.__type-42.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenPathParameters.__type"},{"id":440,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":441,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenBodyType"},{"id":442,"kind":32,"name":"token","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-41.token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":443,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-41.token_type_hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":444,"kind":4194304,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":445,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.logoutCustomerQueryParameters"},{"id":446,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-45.client_id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":447,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-45.refresh_token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":448,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-45.channel_id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":449,"kind":32,"name":"hint","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-45.hint-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":450,"kind":4194304,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.html#logoutcustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":451,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#logoutcustomerpathparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.logoutCustomerPathParameters"},{"id":452,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#logoutcustomerpathparameters-2.__type-44.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerPathParameters.__type"},{"id":453,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.html#resetpasswordqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":454,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordqueryparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordQueryParameters"},{"id":455,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.html#resetpasswordpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":456,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordpathparameters-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordPathParameters"},{"id":457,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#resetpasswordpathparameters-2.__type-47.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordPathParameters.__type"},{"id":458,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":459,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordBodyType"},{"id":460,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46.client_id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":461,"kind":32,"name":"pwd_action_token","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46.pwd_action_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":462,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46.code_verifier-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":463,"kind":32,"name":"new_password","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46.new_password","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":464,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46.channel_id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":465,"kind":32,"name":"hint","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46.hint-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":466,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-46.user_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":467,"kind":4194304,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.html#revoketokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":468,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenQueryParameters"},{"id":469,"kind":4194304,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.html#revoketokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":470,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenpathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenPathParameters"},{"id":471,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#revoketokenpathparameters-2.__type-50.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenPathParameters.__type"},{"id":472,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":473,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenBodyType"},{"id":474,"kind":32,"name":"token","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-49.token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":475,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-49.token_type_hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":476,"kind":4194304,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":477,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnAuthenticationQueryParameters"},{"id":478,"kind":4194304,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":479,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnAuthenticationPathParameters"},{"id":480,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-2.__type-53.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationPathParameters.__type"},{"id":481,"kind":4194304,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":482,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnAuthenticationBodyType"},{"id":483,"kind":32,"name":"tenant_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-52.tenant_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":484,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-52.client_id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":485,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-52.channel_id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":486,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-52.user_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":487,"kind":4194304,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":488,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnUserRegistrationQueryParameters"},{"id":489,"kind":4194304,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":490,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnUserRegistrationPathParameters"},{"id":491,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-2.__type-56.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationPathParameters.__type"},{"id":492,"kind":4194304,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":493,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnUserRegistrationBodyType"},{"id":494,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-55.client_id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":495,"kind":32,"name":"pwd_action_token","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-55.pwd_action_token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":496,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-55.user_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":497,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-55.channel_id-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":498,"kind":32,"name":"display_name","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-55.display_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":499,"kind":32,"name":"nick_name","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-55.nick_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":500,"kind":4194304,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":501,"kind":4194304,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":502,"kind":4194304,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":503,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":504,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":505,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":506,"kind":16777216,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":507,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":508,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":509,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":510,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":511,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":512,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":513,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":514,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":515,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":516,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":517,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":518,"kind":16777216,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":519,"kind":16777216,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.html#authenticatecustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":520,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":521,"kind":16777216,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.html#authorizecustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":522,"kind":16777216,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.html#authorizecustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":523,"kind":16777216,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":524,"kind":16777216,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":525,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":526,"kind":16777216,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":527,"kind":16777216,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":528,"kind":16777216,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":529,"kind":16777216,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":530,"kind":16777216,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":531,"kind":16777216,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":532,"kind":16777216,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":533,"kind":16777216,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.html#getaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":534,"kind":16777216,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.html#getaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":535,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":536,"kind":16777216,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.html#getjwksuriqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":537,"kind":16777216,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.html#getjwksuripathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":538,"kind":16777216,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":539,"kind":16777216,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":540,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":541,"kind":16777216,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":542,"kind":16777216,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":543,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":544,"kind":16777216,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":545,"kind":16777216,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":546,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":547,"kind":16777216,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":548,"kind":16777216,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":549,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":550,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":551,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":552,"kind":16777216,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":553,"kind":16777216,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":554,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":555,"kind":16777216,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.html#getuserinfoqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":556,"kind":16777216,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.html#getuserinfopathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":557,"kind":16777216,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":558,"kind":16777216,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":559,"kind":16777216,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.html#introspecttokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":560,"kind":16777216,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.html#introspecttokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":561,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":562,"kind":16777216,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.html#logoutcustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":563,"kind":16777216,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.html#logoutcustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":564,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.html#resetpasswordqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":565,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.html#resetpasswordpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":566,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":567,"kind":16777216,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.html#revoketokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":568,"kind":16777216,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.html#revoketokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":569,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":570,"kind":16777216,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":571,"kind":16777216,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":572,"kind":16777216,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":573,"kind":16777216,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":574,"kind":16777216,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":575,"kind":16777216,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":576,"kind":16777216,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":577,"kind":16777216,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":578,"kind":16777216,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":579,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":580,"kind":1,"name":"responseError","url":"modules/responseerror.html","classes":"tsd-kind-module"},{"id":581,"kind":128,"name":"ResponseError","url":"classes/responseerror.responseerror-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"responseError"},{"id":582,"kind":512,"name":"constructor","url":"classes/responseerror.responseerror-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":583,"kind":1024,"name":"response","url":"classes/responseerror.responseerror-1.html#response","classes":"tsd-kind-property tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":584,"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":585,"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":586,"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":587,"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":588,"kind":32,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":589,"kind":64,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":590,"kind":64,"name":"nanoid","url":"modules/helpers.html#nanoid","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":591,"kind":64,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":592,"kind":64,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":593,"kind":64,"name":"authorize","url":"modules/helpers.html#authorize-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":594,"kind":64,"name":"authorizeIDP","url":"modules/helpers.html#authorizeidp-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":595,"kind":64,"name":"loginIDPUser","url":"modules/helpers.html#loginidpuser-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":596,"kind":64,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":597,"kind":64,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":598,"kind":64,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":599,"kind":64,"name":"authorizePasswordless","url":"modules/helpers.html#authorizepasswordless-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":600,"kind":64,"name":"getPasswordLessAccessToken","url":"modules/helpers.html#getpasswordlessaccesstoken-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":601,"kind":64,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":602,"kind":64,"name":"logout","url":"modules/helpers.html#logout-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":603,"kind":16777216,"name":"isBrowser","url":"modules/helpers.html#isbrowser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":604,"kind":16777216,"name":"isNode","url":"modules/helpers.html#isnode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":605,"kind":16777216,"name":"globalObject","url":"modules/helpers.html#globalobject","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":606,"kind":16777216,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":607,"kind":16777216,"name":"fetch","url":"modules/helpers.html#fetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":608,"kind":16777216,"name":"authorize","url":"modules/helpers.html#authorize","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":609,"kind":16777216,"name":"authorizeIDP","url":"modules/helpers.html#authorizeidp","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":610,"kind":16777216,"name":"loginIDPUser","url":"modules/helpers.html#loginidpuser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":611,"kind":16777216,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":612,"kind":16777216,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":613,"kind":16777216,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":614,"kind":16777216,"name":"authorizePasswordless","url":"modules/helpers.html#authorizepasswordless","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":615,"kind":16777216,"name":"getPasswordLessAccessToken","url":"modules/helpers.html#getpasswordlessaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":616,"kind":16777216,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":617,"kind":16777216,"name":"logout","url":"modules/helpers.html#logout","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":618,"kind":16777216,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":619,"kind":16777216,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":620,"kind":16777216,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":621,"kind":16777216,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":622,"kind":16777216,"name":"CompositeParameters","url":"modules/helpers.html#compositeparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":623,"kind":16777216,"name":"RequireParametersUnlessAllAreOptional","url":"modules/helpers.html#requireparametersunlessallareoptional","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":624,"kind":16777216,"name":"BaseUriParameters","url":"modules/helpers.html#baseuriparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":625,"kind":16777216,"name":"LocaleCode","url":"modules/helpers.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":626,"kind":16777216,"name":"PathParameters","url":"modules/helpers.html#pathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":627,"kind":16777216,"name":"QueryParameters","url":"modules/helpers.html#queryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":628,"kind":16777216,"name":"UrlParameters","url":"modules/helpers.html#urlparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":629,"kind":16777216,"name":"CustomQueryParameters","url":"modules/helpers.html#customqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":630,"kind":16777216,"name":"CustomRequestBody","url":"modules/helpers.html#customrequestbody","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":631,"kind":16777216,"name":"CustomParams","url":"modules/helpers.html#customparams","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":632,"kind":16777216,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":633,"kind":16777216,"name":"doFetch","url":"modules/helpers.html#dofetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":634,"kind":16777216,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#encodescapispecialcharacters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":635,"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":636,"kind":64,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#encodescapispecialcharacters-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":637,"kind":256,"name":"CustomParams","url":"interfaces/helpers.customparams-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":638,"kind":1024,"name":"apiName","url":"interfaces/helpers.customparams-1.html#apiname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":639,"kind":1024,"name":"apiVersion","url":"interfaces/helpers.customparams-1.html#apiversion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":640,"kind":1024,"name":"endpointPath","url":"interfaces/helpers.customparams-1.html#endpointpath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":641,"kind":1024,"name":"organizationId","url":"interfaces/helpers.customparams-1.html#organizationid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":642,"kind":1024,"name":"shortCode","url":"interfaces/helpers.customparams-1.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":643,"kind":64,"name":"contentTypeHeaderExists","url":"modules/helpers.html#contenttypeheaderexists","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":644,"kind":64,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":645,"kind":1,"name":"shopperBaskets","url":"modules/shopperbaskets.html","classes":"tsd-kind-module"},{"id":646,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBaskets"},{"id":647,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":648,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":649,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":650,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":651,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":652,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":653,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":654,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":655,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":656,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":657,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":658,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":659,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":660,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":661,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":662,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":663,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":664,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":665,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":666,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":667,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":668,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":669,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":670,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":671,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":672,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":673,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":674,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":675,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":676,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":677,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":678,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":679,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":680,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":681,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":682,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":683,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":684,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":685,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":686,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":687,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":688,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":689,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":690,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":691,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":692,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":693,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":694,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":695,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":696,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":697,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":698,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":699,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":700,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":701,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":702,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":703,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":704,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":705,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":706,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":707,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":708,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":709,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":710,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":711,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":712,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":713,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":714,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":715,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":716,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":717,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":718,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":719,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":720,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":721,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":722,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":723,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":724,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":725,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":726,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":727,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":728,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":729,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":730,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":731,"kind":128,"name":"ShopperBaskets","url":"classes/shopperbaskets.shopperbaskets-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperBaskets"},{"id":732,"kind":1024,"name":"clientConfig","url":"classes/shopperbaskets.shopperbaskets-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":733,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperbaskets.shopperbaskets-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":734,"kind":2097152,"name":"apiPaths","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":735,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addcoupontobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":736,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addgiftcertificateitemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":737,"kind":32,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.additemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":738,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addpaymentinstrumenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":739,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addpriceadjustmenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":740,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addpricebookstobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":741,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addtaxesforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":742,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addtaxesforbasketitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":743,"kind":32,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.createbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":744,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.createshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":745,"kind":32,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.deletebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":746,"kind":32,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":747,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getpaymentmethodsforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":748,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getpricebooksforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":749,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getshippingmethodsforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":750,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.gettaxesfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":751,"kind":32,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.mergebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":752,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removecouponfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":753,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removegiftcertificateitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":754,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removeitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":755,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removepaymentinstrumentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":756,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removepriceadjustmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":757,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removeshipmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":758,"kind":32,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.transferbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":759,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateasagentbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":760,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateasstorefrontbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":761,"kind":32,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":762,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatebillingaddressforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":763,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatecustomerforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":764,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updategiftcertificateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":765,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":766,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateitemsinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":767,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatepaymentinstrumentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":768,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatepriceadjustmentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":769,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":770,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateshippingaddressforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":771,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateshippingmethodforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":772,"kind":512,"name":"constructor","url":"classes/shopperbaskets.shopperbaskets-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":773,"kind":1024,"name":"paramKeys","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":774,"kind":65536,"name":"__type","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperBaskets.ShopperBaskets.paramKeys"},{"id":775,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addcoupontobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":776,"kind":32,"name":"addCouponToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addcoupontobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":777,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addgiftcertificateitemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":778,"kind":32,"name":"addGiftCertificateItemToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addgiftcertificateitemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":779,"kind":32,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.additemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":780,"kind":32,"name":"addItemToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.additemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":781,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpaymentinstrumenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":782,"kind":32,"name":"addPaymentInstrumentToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpaymentinstrumenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":783,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpriceadjustmenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":784,"kind":32,"name":"addPriceAdjustmentToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpriceadjustmenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":785,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpricebookstobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":786,"kind":32,"name":"addPriceBooksToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpricebookstobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":787,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":788,"kind":32,"name":"addTaxesForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":789,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasketitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":790,"kind":32,"name":"addTaxesForBasketItemRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasketitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":791,"kind":32,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":792,"kind":32,"name":"createBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":793,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":794,"kind":32,"name":"createShipmentForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":795,"kind":32,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.deletebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":796,"kind":32,"name":"deleteBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.deletebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":797,"kind":32,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":798,"kind":32,"name":"getBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":799,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpaymentmethodsforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":800,"kind":32,"name":"getPaymentMethodsForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpaymentmethodsforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":801,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpricebooksforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":802,"kind":32,"name":"getPriceBooksForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpricebooksforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":803,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getshippingmethodsforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":804,"kind":32,"name":"getShippingMethodsForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getshippingmethodsforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":805,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.gettaxesfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":806,"kind":32,"name":"getTaxesFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.gettaxesfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":807,"kind":32,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.mergebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":808,"kind":32,"name":"mergeBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.mergebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":809,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removecouponfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":810,"kind":32,"name":"removeCouponFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removecouponfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":811,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removegiftcertificateitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":812,"kind":32,"name":"removeGiftCertificateItemFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removegiftcertificateitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":813,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":814,"kind":32,"name":"removeItemFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":815,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepaymentinstrumentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":816,"kind":32,"name":"removePaymentInstrumentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepaymentinstrumentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":817,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepriceadjustmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":818,"kind":32,"name":"removePriceAdjustmentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepriceadjustmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":819,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeshipmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":820,"kind":32,"name":"removeShipmentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeshipmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":821,"kind":32,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.transferbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":822,"kind":32,"name":"transferBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.transferbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":823,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasagentbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":824,"kind":32,"name":"updateAsAgentBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasagentbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":825,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasstorefrontbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":826,"kind":32,"name":"updateAsStorefrontBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasstorefrontbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":827,"kind":32,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":828,"kind":32,"name":"updateBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":829,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebillingaddressforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":830,"kind":32,"name":"updateBillingAddressForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebillingaddressforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":831,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatecustomerforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":832,"kind":32,"name":"updateCustomerForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatecustomerforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":833,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updategiftcertificateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":834,"kind":32,"name":"updateGiftCertificateItemInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updategiftcertificateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":835,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":836,"kind":32,"name":"updateItemInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":837,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateitemsinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":838,"kind":32,"name":"updateItemsInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateitemsinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":839,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepaymentinstrumentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":840,"kind":32,"name":"updatePaymentInstrumentInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepaymentinstrumentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":841,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepriceadjustmentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":842,"kind":32,"name":"updatePriceAdjustmentInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepriceadjustmentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":843,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":844,"kind":32,"name":"updateShipmentForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":845,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingaddressforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":846,"kind":32,"name":"updateShippingAddressForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingaddressforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":847,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingmethodforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":848,"kind":32,"name":"updateShippingMethodForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingmethodforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":849,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addcoupontobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":850,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addgiftcertificateitemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":851,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#additemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":852,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpaymentinstrumenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":853,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpriceadjustmenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":854,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpricebookstobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":855,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":856,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasketitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":857,"kind":2048,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":858,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":859,"kind":2048,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#deletebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":860,"kind":2048,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":861,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpaymentmethodsforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":862,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpricebooksforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":863,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#getshippingmethodsforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":864,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#gettaxesfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":865,"kind":2048,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#mergebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":866,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removecouponfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":867,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removegiftcertificateitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":868,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":869,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepaymentinstrumentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":870,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepriceadjustmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":871,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeshipmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":872,"kind":2048,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#transferbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":873,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasagentbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":874,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasstorefrontbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":875,"kind":2048,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":876,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebillingaddressforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":877,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatecustomerforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":878,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updategiftcertificateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":879,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":880,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateitemsinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":881,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepaymentinstrumentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":882,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepriceadjustmentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":883,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":884,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingaddressforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":885,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingmethodforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":886,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":887,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":888,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":889,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addCouponToBasketQueryParameters"},{"id":890,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketQueryParameters.__type"},{"id":891,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketQueryParameters.__type"},{"id":892,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":893,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addCouponToBasketPathParameters"},{"id":894,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketPathParameters.__type"},{"id":895,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2.__type.basketid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketPathParameters.__type"},{"id":896,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":897,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addGiftCertificateItemToBasketQueryParameters"},{"id":898,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":899,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":900,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":901,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addGiftCertificateItemToBasketPathParameters"},{"id":902,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketPathParameters.__type"},{"id":903,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.basketid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketPathParameters.__type"},{"id":904,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":905,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addItemToBasketQueryParameters"},{"id":906,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketQueryParameters.__type"},{"id":907,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketQueryParameters.__type"},{"id":908,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":909,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addItemToBasketPathParameters"},{"id":910,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketPathParameters.__type"},{"id":911,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2.__type-4.basketid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketPathParameters.__type"},{"id":912,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":913,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPaymentInstrumentToBasketQueryParameters"},{"id":914,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":915,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":916,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":917,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPaymentInstrumentToBasketPathParameters"},{"id":918,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketPathParameters.__type"},{"id":919,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.basketid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketPathParameters.__type"},{"id":920,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":921,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceAdjustmentToBasketQueryParameters"},{"id":922,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":923,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":924,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":925,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceAdjustmentToBasketPathParameters"},{"id":926,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketPathParameters.__type"},{"id":927,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2.__type-8.basketid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketPathParameters.__type"},{"id":928,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":929,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceBooksToBasketQueryParameters"},{"id":930,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceBooksToBasketQueryParameters.__type"},{"id":931,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":932,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceBooksToBasketPathParameters"},{"id":933,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceBooksToBasketPathParameters.__type"},{"id":934,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2.__type-10.basketid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceBooksToBasketPathParameters.__type"},{"id":935,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":936,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketQueryParameters"},{"id":937,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketQueryParameters.__type"},{"id":938,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":939,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketPathParameters"},{"id":940,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketPathParameters.__type"},{"id":941,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2.__type-14.basketid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketPathParameters.__type"},{"id":942,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":943,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketItemQueryParameters"},{"id":944,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemQueryParameters.__type"},{"id":945,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":946,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketItemPathParameters"},{"id":947,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemPathParameters.__type"},{"id":948,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemPathParameters.__type"},{"id":949,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12.basketid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemPathParameters.__type"},{"id":950,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.html#createbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":951,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createBasketQueryParameters"},{"id":952,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketQueryParameters.__type"},{"id":953,"kind":32,"name":"taxMode","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17.taxmode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketQueryParameters.__type"},{"id":954,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketQueryParameters.__type"},{"id":955,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbaskets.html#createbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":956,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createbasketpathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createBasketPathParameters"},{"id":957,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#createbasketpathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketPathParameters.__type"},{"id":958,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":959,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createShipmentForBasketQueryParameters"},{"id":960,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2.__type-19.siteid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketQueryParameters.__type"},{"id":961,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2.__type-19.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketQueryParameters.__type"},{"id":962,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":963,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createShipmentForBasketPathParameters"},{"id":964,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2.__type-18.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketPathParameters.__type"},{"id":965,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2.__type-18.basketid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketPathParameters.__type"},{"id":966,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.html#deletebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":967,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#deletebasketqueryparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.deleteBasketQueryParameters"},{"id":968,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#deletebasketqueryparameters-2.__type-21.siteid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.deleteBasketQueryParameters.__type"},{"id":969,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.html#deletebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":970,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#deletebasketpathparameters-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.deleteBasketPathParameters"},{"id":971,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#deletebasketpathparameters-2.__type-20.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.deleteBasketPathParameters.__type"},{"id":972,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#deletebasketpathparameters-2.__type-20.basketid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.deleteBasketPathParameters.__type"},{"id":973,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.html#getbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":974,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getbasketqueryparameters-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getBasketQueryParameters"},{"id":975,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getbasketqueryparameters-2.__type-23.siteid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketQueryParameters.__type"},{"id":976,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#getbasketqueryparameters-2.__type-23.locale-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketQueryParameters.__type"},{"id":977,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbaskets.html#getbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":978,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getbasketpathparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getBasketPathParameters"},{"id":979,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getbasketpathparameters-2.__type-22.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketPathParameters.__type"},{"id":980,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getbasketpathparameters-2.__type-22.basketid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketPathParameters.__type"},{"id":981,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":982,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPaymentMethodsForBasketQueryParameters"},{"id":983,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.siteid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketQueryParameters.__type"},{"id":984,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.locale-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketQueryParameters.__type"},{"id":985,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":986,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPaymentMethodsForBasketPathParameters"},{"id":987,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2.__type-24.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketPathParameters.__type"},{"id":988,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2.__type-24.basketid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketPathParameters.__type"},{"id":989,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":990,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPriceBooksForBasketQueryParameters"},{"id":991,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-2.__type-27.siteid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPriceBooksForBasketQueryParameters.__type"},{"id":992,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":993,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPriceBooksForBasketPathParameters"},{"id":994,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2.__type-26.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPriceBooksForBasketPathParameters.__type"},{"id":995,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2.__type-26.basketid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPriceBooksForBasketPathParameters.__type"},{"id":996,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":997,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getShippingMethodsForShipmentQueryParameters"},{"id":998,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.siteid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentQueryParameters.__type"},{"id":999,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.locale-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentQueryParameters.__type"},{"id":1000,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1001,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters"},{"id":1002,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters.__type"},{"id":1003,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28.shipmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters.__type"},{"id":1004,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28.basketid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters.__type"},{"id":1005,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1006,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getTaxesFromBasketQueryParameters"},{"id":1007,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-2.__type-31.siteid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getTaxesFromBasketQueryParameters.__type"},{"id":1008,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1009,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getTaxesFromBasketPathParameters"},{"id":1010,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2.__type-30.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getTaxesFromBasketPathParameters.__type"},{"id":1011,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2.__type-30.basketid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getTaxesFromBasketPathParameters.__type"},{"id":1012,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1013,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.mergeBasketQueryParameters"},{"id":1014,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.siteid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1015,"kind":32,"name":"createDestinationBasket","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.createdestinationbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1016,"kind":32,"name":"productItemMergeMode","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.productitemmergemode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1017,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.locale-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1018,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.html#mergebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1019,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#mergebasketpathparameters-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.mergeBasketPathParameters"},{"id":1020,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#mergebasketpathparameters-2.__type-32.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketPathParameters.__type"},{"id":1021,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1022,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeCouponFromBasketQueryParameters"},{"id":1023,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2.__type-35.siteid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketQueryParameters.__type"},{"id":1024,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2.__type-35.locale-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketQueryParameters.__type"},{"id":1025,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1026,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeCouponFromBasketPathParameters"},{"id":1027,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketPathParameters.__type"},{"id":1028,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34.basketid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketPathParameters.__type"},{"id":1029,"kind":32,"name":"couponItemId","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34.couponitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketPathParameters.__type"},{"id":1030,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1031,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeGiftCertificateItemFromBasketQueryParameters"},{"id":1032,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.siteid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1033,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.locale-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1034,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1035,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters"},{"id":1036,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1037,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.basketid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1038,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.giftcertificateitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1039,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1040,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeItemFromBasketQueryParameters"},{"id":1041,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2.__type-39.siteid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketQueryParameters.__type"},{"id":1042,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2.__type-39.locale-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketQueryParameters.__type"},{"id":1043,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1044,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeItemFromBasketPathParameters"},{"id":1045,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38.itemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketPathParameters.__type"},{"id":1046,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketPathParameters.__type"},{"id":1047,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38.basketid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketPathParameters.__type"},{"id":1048,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1049,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePaymentInstrumentFromBasketQueryParameters"},{"id":1050,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.siteid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":1051,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.locale-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":1052,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1053,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters"},{"id":1054,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1055,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1056,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.basketid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1057,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1058,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePriceAdjustmentFromBasketQueryParameters"},{"id":1059,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.siteid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":1060,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.locale-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":1061,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1062,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters"},{"id":1063,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.priceadjustmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1064,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1065,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.basketid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1066,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1067,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeShipmentFromBasketQueryParameters"},{"id":1068,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2.__type-45.siteid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketQueryParameters.__type"},{"id":1069,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2.__type-45.locale-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketQueryParameters.__type"},{"id":1070,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1071,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeShipmentFromBasketPathParameters"},{"id":1072,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44.shipmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketPathParameters.__type"},{"id":1073,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44.organizationid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketPathParameters.__type"},{"id":1074,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44.basketid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketPathParameters.__type"},{"id":1075,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1076,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.transferBasketQueryParameters"},{"id":1077,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.siteid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1078,"kind":32,"name":"overrideExisting","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.overrideexisting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1079,"kind":32,"name":"merge","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.merge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1080,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.locale-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1081,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.html#transferbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1082,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#transferbasketpathparameters-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.transferBasketPathParameters"},{"id":1083,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#transferbasketpathparameters-2.__type-46.organizationid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketPathParameters.__type"},{"id":1084,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1085,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsAgentBasketQueryParameters"},{"id":1086,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2.__type-49.siteid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketQueryParameters.__type"},{"id":1087,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2.__type-49.locale-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketQueryParameters.__type"},{"id":1088,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1089,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsAgentBasketPathParameters"},{"id":1090,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2.__type-48.organizationid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketPathParameters.__type"},{"id":1091,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2.__type-48.basketid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketPathParameters.__type"},{"id":1092,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1093,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters"},{"id":1094,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51.siteid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters.__type"},{"id":1095,"kind":32,"name":"exchange","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51.exchange","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters.__type"},{"id":1096,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51.locale-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters.__type"},{"id":1097,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1098,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsStorefrontBasketPathParameters"},{"id":1099,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2.__type-50.organizationid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketPathParameters.__type"},{"id":1100,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2.__type-50.basketid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketPathParameters.__type"},{"id":1101,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1102,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBasketQueryParameters"},{"id":1103,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53.siteid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketQueryParameters.__type"},{"id":1104,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53.removeexternaltax","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketQueryParameters.__type"},{"id":1105,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53.locale-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketQueryParameters.__type"},{"id":1106,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.html#updatebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1107,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebasketpathparameters-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBasketPathParameters"},{"id":1108,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatebasketpathparameters-2.__type-52.organizationid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketPathParameters.__type"},{"id":1109,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatebasketpathparameters-2.__type-52.basketid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketPathParameters.__type"},{"id":1110,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1111,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters"},{"id":1112,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.siteid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1113,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.locale-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1114,"kind":32,"name":"useAsShipping","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.useasshipping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1115,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.removeexternaltax-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1116,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1117,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBillingAddressForBasketPathParameters"},{"id":1118,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2.__type-54.organizationid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketPathParameters.__type"},{"id":1119,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2.__type-54.basketid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketPathParameters.__type"},{"id":1120,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1121,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateCustomerForBasketQueryParameters"},{"id":1122,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2.__type-57.siteid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketQueryParameters.__type"},{"id":1123,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2.__type-57.locale-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketQueryParameters.__type"},{"id":1124,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1125,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateCustomerForBasketPathParameters"},{"id":1126,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2.__type-56.organizationid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketPathParameters.__type"},{"id":1127,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2.__type-56.basketid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketPathParameters.__type"},{"id":1128,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1129,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateGiftCertificateItemInBasketQueryParameters"},{"id":1130,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.siteid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":1131,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.locale-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":1132,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1133,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters"},{"id":1134,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.organizationid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":1135,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.basketid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":1136,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.giftcertificateitemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":1137,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1138,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemInBasketQueryParameters"},{"id":1139,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61.removeexternaltax-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketQueryParameters.__type"},{"id":1140,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61.siteid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketQueryParameters.__type"},{"id":1141,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61.locale-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketQueryParameters.__type"},{"id":1142,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1143,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemInBasketPathParameters"},{"id":1144,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60.itemid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketPathParameters.__type"},{"id":1145,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60.organizationid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketPathParameters.__type"},{"id":1146,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60.basketid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketPathParameters.__type"},{"id":1147,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1148,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemsInBasketQueryParameters"},{"id":1149,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63.siteid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketQueryParameters.__type"},{"id":1150,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63.removeexternaltax-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketQueryParameters.__type"},{"id":1151,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63.locale-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketQueryParameters.__type"},{"id":1152,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1153,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2.__type-62","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemsInBasketPathParameters"},{"id":1154,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2.__type-62.organizationid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketPathParameters.__type"},{"id":1155,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2.__type-62.basketid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketPathParameters.__type"},{"id":1156,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1157,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters"},{"id":1158,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.removeexternaltax-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":1159,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.siteid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":1160,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.locale-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":1161,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1162,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters"},{"id":1163,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":1164,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.organizationid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":1165,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.basketid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":1166,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1167,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePriceAdjustmentInBasketQueryParameters"},{"id":1168,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67.siteid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketQueryParameters.__type"},{"id":1169,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1170,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters"},{"id":1171,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.priceadjustmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":1172,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.organizationid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":1173,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.basketid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":1174,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1175,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2.__type-69","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShipmentForBasketQueryParameters"},{"id":1176,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2.__type-69.siteid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketQueryParameters.__type"},{"id":1177,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2.__type-69.locale-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketQueryParameters.__type"},{"id":1178,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1179,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShipmentForBasketPathParameters"},{"id":1180,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68.shipmentid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketPathParameters.__type"},{"id":1181,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68.organizationid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketPathParameters.__type"},{"id":1182,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68.basketid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketPathParameters.__type"},{"id":1183,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1184,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters"},{"id":1185,"kind":32,"name":"useAsBilling","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.useasbilling","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1186,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.removeexternaltax-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1187,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.siteid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1188,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.locale-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1189,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1190,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters"},{"id":1191,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70.organizationid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters.__type"},{"id":1192,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70.shipmentid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters.__type"},{"id":1193,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70.basketid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters.__type"},{"id":1194,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1195,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2.__type-73","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingMethodForShipmentQueryParameters"},{"id":1196,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.siteid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentQueryParameters.__type"},{"id":1197,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.locale-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentQueryParameters.__type"},{"id":1198,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1199,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters"},{"id":1200,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72.organizationid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters.__type"},{"id":1201,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72.shipmentid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters.__type"},{"id":1202,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72.basketid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters.__type"},{"id":1203,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1204,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1205,"kind":4194304,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1206,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1207,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1208,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1209,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1210,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1211,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1212,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.html#additemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1213,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.html#additemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1214,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1215,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1216,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1217,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1218,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1219,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1220,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1221,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1222,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1223,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1224,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.html#createbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1225,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbaskets.html#createbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1226,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1227,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1228,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.html#deletebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1229,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.html#deletebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1230,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.html#getbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1231,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbaskets.html#getbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1232,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1233,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1234,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1235,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1236,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1237,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1238,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1239,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1240,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.html#mergebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1241,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.html#mergebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1242,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1243,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1244,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1245,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1246,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1247,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1248,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1249,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1250,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1251,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1252,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1253,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1254,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.html#transferbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1255,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.html#transferbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1256,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1257,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1258,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1259,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1260,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.html#updatebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1261,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.html#updatebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1262,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1263,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1264,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1265,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1266,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1267,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1268,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1269,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1270,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1271,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1272,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1273,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1274,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1275,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1276,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1277,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1278,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1279,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1280,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1281,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1282,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1283,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1284,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1285,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1286,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1287,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1288,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1289,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1290,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1291,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1292,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1293,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1294,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.html#additemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1295,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1296,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1297,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1298,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1299,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1300,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1301,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1302,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1303,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1304,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1305,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.html#createbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1306,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbaskets.html#createbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1307,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1308,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1309,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.html#deletebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1310,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.html#deletebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1311,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.html#getbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1312,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbaskets.html#getbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1313,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1314,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1315,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1316,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1317,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1318,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1319,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1320,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1321,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.html#mergebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1322,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.html#mergebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1323,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1324,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1325,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1326,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1327,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1328,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1329,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1330,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1331,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1332,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1333,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1334,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1335,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.html#transferbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1336,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.html#transferbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1337,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1338,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1339,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1340,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1341,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.html#updatebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1342,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.html#updatebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1343,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1344,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1345,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1346,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1347,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1348,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1349,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1350,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1351,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1352,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1353,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1354,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1355,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1356,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1357,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1358,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1359,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1360,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1361,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1362,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1363,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1364,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1365,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1366,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1367,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1368,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1369,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1370,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1371,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1372,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1373,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1374,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1375,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1376,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1377,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1378,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1379,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1380,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1381,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1382,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1383,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1384,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1385,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1386,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1387,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1388,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1389,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1390,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1391,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1392,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1393,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1394,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1395,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1396,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1397,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1398,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1399,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1400,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1401,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1402,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1403,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1404,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1405,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1406,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1407,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1408,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1409,"kind":2,"name":"ShopperBasketsTypes","url":"modules/shopperbaskets.shopperbasketstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1410,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#shopperbasketspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1411,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#shopperbasketsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1412,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addcoupontobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1413,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addcoupontobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1414,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1415,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1416,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#additemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1417,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#additemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1418,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1419,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1420,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1421,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1422,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1423,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpricebookstobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1424,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1425,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1426,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1427,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1428,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1429,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1430,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1431,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1432,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1433,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#deletebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1434,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#deletebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1435,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1436,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1437,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1438,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1439,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1440,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1441,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1442,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1443,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1444,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1445,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1446,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1447,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1448,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1449,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removecouponfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1450,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1451,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1452,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1453,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1454,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1455,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1456,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1457,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1458,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1459,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1460,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#transferbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1461,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#transferbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1462,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasagentbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1463,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasagentbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1464,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1465,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1466,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1467,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1468,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1469,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1470,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1471,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1472,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1473,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1474,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1475,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1476,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1477,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateitemsinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1478,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1479,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1480,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1481,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1482,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1483,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1484,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1485,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1486,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1487,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1488,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.shopperbasketstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1489,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1490,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1491,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1492,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.shopperbasketstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1493,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1494,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1495,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.shopperbasketstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1496,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.shopperbasketstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1497,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1498,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1499,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1500,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.shopperbasketstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1501,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.shopperbasketstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1502,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.shopperbasketstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1503,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.shopperbasketstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1504,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.shopperbasketstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1505,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1506,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1507,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1508,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1509,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1510,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1511,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1512,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1513,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1514,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1515,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.shopperbasketstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1516,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1517,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1518,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1519,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1520,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.shopperbasketstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1521,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1522,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1523,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1524,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1525,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1526,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.shopperbasketstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1527,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1528,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1529,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.shopperbasketstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1530,"kind":1,"name":"shopperBasketsv2","url":"modules/shopperbasketsv2.html","classes":"tsd-kind-module"},{"id":1531,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1532,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1533,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1534,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1535,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1536,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1537,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1538,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1539,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1540,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1541,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1542,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1543,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1544,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1545,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1546,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1547,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1548,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1549,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1550,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1551,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1552,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1553,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1554,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1555,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1556,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1557,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1558,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1559,"kind":4194304,"name":"OmsProductData","url":"modules/shopperbasketsv2.html#omsproductdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1560,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.html#omsproductdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1561,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1562,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1563,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1564,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1565,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1566,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1567,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1568,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1569,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1570,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1571,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1572,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1573,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1574,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1575,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1576,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1577,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1578,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1579,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1580,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1581,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1582,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1583,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1584,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1585,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1586,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1587,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1588,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1589,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1590,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1591,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1592,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1593,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1594,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1595,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1596,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1597,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1598,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1599,"kind":16777216,"name":"OmsProductData","url":"modules/shopperbasketsv2.html#omsproductdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1600,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.html#omsproductdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1601,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1602,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1603,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1604,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1605,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1606,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1607,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1608,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1609,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1610,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1611,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1612,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1613,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1614,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1615,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1616,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1617,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1618,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1619,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1620,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1621,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1622,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1623,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1624,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1625,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1626,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1627,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1628,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1629,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1630,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1631,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1632,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1633,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1634,"kind":128,"name":"ShopperBasketsV2","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperBasketsv2"},{"id":1635,"kind":1024,"name":"clientConfig","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1636,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1637,"kind":2097152,"name":"apiPaths","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1638,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addcoupontobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1639,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addgiftcertificateitemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1640,"kind":32,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.additemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1641,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addpaymentinstrumenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1642,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addpriceadjustmenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1643,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addpricebookstobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1644,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addtaxesforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1645,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addtaxesforbasketitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1646,"kind":32,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.createbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1647,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.createshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1648,"kind":32,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.deletebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1649,"kind":32,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1650,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getpaymentmethodsforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1651,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getpricebooksforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1652,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getshippingmethodsforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1653,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.gettaxesfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1654,"kind":32,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.mergebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1655,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removecouponfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1656,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removegiftcertificateitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1657,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removeitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1658,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removepaymentinstrumentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1659,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removepriceadjustmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1660,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removeshipmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1661,"kind":32,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.transferbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1662,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateasagentbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1663,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateasstorefrontbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1664,"kind":32,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1665,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatebillingaddressforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1666,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatecustomerforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1667,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updategiftcertificateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1668,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1669,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateitemsinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1670,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatepaymentinstrumentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1671,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatepriceadjustmentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1672,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1673,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateshippingaddressforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1674,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateshippingmethodforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1675,"kind":512,"name":"constructor","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1676,"kind":1024,"name":"paramKeys","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1677,"kind":65536,"name":"__type","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys"},{"id":1678,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addcoupontobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1679,"kind":32,"name":"addCouponToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addcoupontobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1680,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addgiftcertificateitemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1681,"kind":32,"name":"addGiftCertificateItemToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addgiftcertificateitemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1682,"kind":32,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.additemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1683,"kind":32,"name":"addItemToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.additemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1684,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpaymentinstrumenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1685,"kind":32,"name":"addPaymentInstrumentToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpaymentinstrumenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1686,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpriceadjustmenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1687,"kind":32,"name":"addPriceAdjustmentToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpriceadjustmenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1688,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpricebookstobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1689,"kind":32,"name":"addPriceBooksToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpricebookstobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1690,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1691,"kind":32,"name":"addTaxesForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1692,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasketitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1693,"kind":32,"name":"addTaxesForBasketItemRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasketitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1694,"kind":32,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1695,"kind":32,"name":"createBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1696,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1697,"kind":32,"name":"createShipmentForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1698,"kind":32,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.deletebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1699,"kind":32,"name":"deleteBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.deletebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1700,"kind":32,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1701,"kind":32,"name":"getBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1702,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpaymentmethodsforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1703,"kind":32,"name":"getPaymentMethodsForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpaymentmethodsforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1704,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpricebooksforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1705,"kind":32,"name":"getPriceBooksForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpricebooksforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1706,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getshippingmethodsforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1707,"kind":32,"name":"getShippingMethodsForShipmentRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getshippingmethodsforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1708,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.gettaxesfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1709,"kind":32,"name":"getTaxesFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.gettaxesfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1710,"kind":32,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.mergebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1711,"kind":32,"name":"mergeBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.mergebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1712,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removecouponfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1713,"kind":32,"name":"removeCouponFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removecouponfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1714,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removegiftcertificateitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1715,"kind":32,"name":"removeGiftCertificateItemFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removegiftcertificateitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1716,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1717,"kind":32,"name":"removeItemFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1718,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepaymentinstrumentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1719,"kind":32,"name":"removePaymentInstrumentFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepaymentinstrumentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1720,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepriceadjustmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1721,"kind":32,"name":"removePriceAdjustmentFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepriceadjustmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1722,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeshipmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1723,"kind":32,"name":"removeShipmentFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeshipmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1724,"kind":32,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.transferbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1725,"kind":32,"name":"transferBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.transferbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1726,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasagentbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1727,"kind":32,"name":"updateAsAgentBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasagentbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1728,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasstorefrontbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1729,"kind":32,"name":"updateAsStorefrontBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasstorefrontbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1730,"kind":32,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1731,"kind":32,"name":"updateBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1732,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebillingaddressforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1733,"kind":32,"name":"updateBillingAddressForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebillingaddressforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1734,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatecustomerforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1735,"kind":32,"name":"updateCustomerForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatecustomerforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1736,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updategiftcertificateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1737,"kind":32,"name":"updateGiftCertificateItemInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updategiftcertificateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1738,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1739,"kind":32,"name":"updateItemInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1740,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateitemsinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1741,"kind":32,"name":"updateItemsInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateitemsinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1742,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepaymentinstrumentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1743,"kind":32,"name":"updatePaymentInstrumentInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepaymentinstrumentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1744,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepriceadjustmentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1745,"kind":32,"name":"updatePriceAdjustmentInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepriceadjustmentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1746,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1747,"kind":32,"name":"updateShipmentForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1748,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingaddressforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1749,"kind":32,"name":"updateShippingAddressForShipmentRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingaddressforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1750,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingmethodforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1751,"kind":32,"name":"updateShippingMethodForShipmentRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingmethodforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1752,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addcoupontobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1753,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addgiftcertificateitemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1754,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#additemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1755,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpaymentinstrumenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1756,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpriceadjustmenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1757,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpricebookstobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1758,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1759,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasketitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1760,"kind":2048,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1761,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1762,"kind":2048,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#deletebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1763,"kind":2048,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1764,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpaymentmethodsforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1765,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpricebooksforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1766,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getshippingmethodsforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1767,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#gettaxesfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1768,"kind":2048,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#mergebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1769,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removecouponfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1770,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removegiftcertificateitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1771,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1772,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepaymentinstrumentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1773,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepriceadjustmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1774,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeshipmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1775,"kind":2048,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#transferbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1776,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasagentbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1777,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasstorefrontbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1778,"kind":2048,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1779,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebillingaddressforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1780,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatecustomerforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1781,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updategiftcertificateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1782,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1783,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateitemsinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1784,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepaymentinstrumentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1785,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepriceadjustmentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1786,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1787,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingaddressforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1788,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingmethodforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1789,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1790,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1791,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1792,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addCouponToBasketQueryParameters"},{"id":1793,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketQueryParameters.__type"},{"id":1794,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketQueryParameters.__type"},{"id":1795,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1796,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addCouponToBasketPathParameters"},{"id":1797,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketPathParameters.__type"},{"id":1798,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2.__type.basketid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketPathParameters.__type"},{"id":1799,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1800,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addGiftCertificateItemToBasketQueryParameters"},{"id":1801,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":1802,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":1803,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1804,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addGiftCertificateItemToBasketPathParameters"},{"id":1805,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketPathParameters.__type"},{"id":1806,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.basketid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketPathParameters.__type"},{"id":1807,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1808,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addItemToBasketQueryParameters"},{"id":1809,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketQueryParameters.__type"},{"id":1810,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketQueryParameters.__type"},{"id":1811,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1812,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addItemToBasketPathParameters"},{"id":1813,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketPathParameters.__type"},{"id":1814,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2.__type-4.basketid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketPathParameters.__type"},{"id":1815,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1816,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPaymentInstrumentToBasketQueryParameters"},{"id":1817,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":1818,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":1819,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1820,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPaymentInstrumentToBasketPathParameters"},{"id":1821,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketPathParameters.__type"},{"id":1822,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.basketid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketPathParameters.__type"},{"id":1823,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1824,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceAdjustmentToBasketQueryParameters"},{"id":1825,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":1826,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":1827,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1828,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceAdjustmentToBasketPathParameters"},{"id":1829,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketPathParameters.__type"},{"id":1830,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2.__type-8.basketid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketPathParameters.__type"},{"id":1831,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1832,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceBooksToBasketQueryParameters"},{"id":1833,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceBooksToBasketQueryParameters.__type"},{"id":1834,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1835,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceBooksToBasketPathParameters"},{"id":1836,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceBooksToBasketPathParameters.__type"},{"id":1837,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2.__type-10.basketid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceBooksToBasketPathParameters.__type"},{"id":1838,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1839,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketQueryParameters"},{"id":1840,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketQueryParameters.__type"},{"id":1841,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1842,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketPathParameters"},{"id":1843,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketPathParameters.__type"},{"id":1844,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2.__type-14.basketid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketPathParameters.__type"},{"id":1845,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1846,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketItemQueryParameters"},{"id":1847,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemQueryParameters.__type"},{"id":1848,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1849,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters"},{"id":1850,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters.__type"},{"id":1851,"kind":32,"name":"itemId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters.__type"},{"id":1852,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12.basketid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters.__type"},{"id":1853,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1854,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createBasketQueryParameters"},{"id":1855,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1856,"kind":32,"name":"taxMode","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.taxmode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1857,"kind":32,"name":"temporary","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.temporary","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1858,"kind":32,"name":"populateCustomerDetails","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.populatecustomerdetails","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1859,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1860,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.html#createbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1861,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createbasketpathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createBasketPathParameters"},{"id":1862,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#createbasketpathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketPathParameters.__type"},{"id":1863,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1864,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createShipmentForBasketQueryParameters"},{"id":1865,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2.__type-19.siteid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketQueryParameters.__type"},{"id":1866,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2.__type-19.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketQueryParameters.__type"},{"id":1867,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1868,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createShipmentForBasketPathParameters"},{"id":1869,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2.__type-18.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketPathParameters.__type"},{"id":1870,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2.__type-18.basketid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketPathParameters.__type"},{"id":1871,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1872,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.deleteBasketQueryParameters"},{"id":1873,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-2.__type-21.siteid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.deleteBasketQueryParameters.__type"},{"id":1874,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1875,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.deleteBasketPathParameters"},{"id":1876,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2.__type-20.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.deleteBasketPathParameters.__type"},{"id":1877,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2.__type-20.basketid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.deleteBasketPathParameters.__type"},{"id":1878,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1879,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getBasketQueryParameters"},{"id":1880,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2.__type-23.siteid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketQueryParameters.__type"},{"id":1881,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2.__type-23.locale-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketQueryParameters.__type"},{"id":1882,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1883,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getBasketPathParameters"},{"id":1884,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2.__type-22.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketPathParameters.__type"},{"id":1885,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2.__type-22.basketid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketPathParameters.__type"},{"id":1886,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1887,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPaymentMethodsForBasketQueryParameters"},{"id":1888,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.siteid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketQueryParameters.__type"},{"id":1889,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.locale-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketQueryParameters.__type"},{"id":1890,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1891,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPaymentMethodsForBasketPathParameters"},{"id":1892,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2.__type-24.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketPathParameters.__type"},{"id":1893,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2.__type-24.basketid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketPathParameters.__type"},{"id":1894,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1895,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPriceBooksForBasketQueryParameters"},{"id":1896,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-2.__type-27.siteid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPriceBooksForBasketQueryParameters.__type"},{"id":1897,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1898,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPriceBooksForBasketPathParameters"},{"id":1899,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2.__type-26.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPriceBooksForBasketPathParameters.__type"},{"id":1900,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2.__type-26.basketid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPriceBooksForBasketPathParameters.__type"},{"id":1901,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1902,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getShippingMethodsForShipmentQueryParameters"},{"id":1903,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.siteid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentQueryParameters.__type"},{"id":1904,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.locale-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentQueryParameters.__type"},{"id":1905,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1906,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters"},{"id":1907,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters.__type"},{"id":1908,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28.shipmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters.__type"},{"id":1909,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28.basketid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters.__type"},{"id":1910,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1911,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getTaxesFromBasketQueryParameters"},{"id":1912,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-2.__type-31.siteid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getTaxesFromBasketQueryParameters.__type"},{"id":1913,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1914,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getTaxesFromBasketPathParameters"},{"id":1915,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2.__type-30.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getTaxesFromBasketPathParameters.__type"},{"id":1916,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2.__type-30.basketid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getTaxesFromBasketPathParameters.__type"},{"id":1917,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1918,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.mergeBasketQueryParameters"},{"id":1919,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.siteid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1920,"kind":32,"name":"createDestinationBasket","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.createdestinationbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1921,"kind":32,"name":"productItemMergeMode","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.productitemmergemode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1922,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.locale-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1923,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1924,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.mergeBasketPathParameters"},{"id":1925,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-2.__type-32.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketPathParameters.__type"},{"id":1926,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1927,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeCouponFromBasketQueryParameters"},{"id":1928,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2.__type-35.siteid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketQueryParameters.__type"},{"id":1929,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2.__type-35.locale-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketQueryParameters.__type"},{"id":1930,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1931,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters"},{"id":1932,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters.__type"},{"id":1933,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34.basketid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters.__type"},{"id":1934,"kind":32,"name":"couponItemId","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34.couponitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters.__type"},{"id":1935,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1936,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketQueryParameters"},{"id":1937,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.siteid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1938,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.locale-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1939,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1940,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters"},{"id":1941,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1942,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.basketid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1943,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.giftcertificateitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1944,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1945,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeItemFromBasketQueryParameters"},{"id":1946,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2.__type-39.siteid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketQueryParameters.__type"},{"id":1947,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2.__type-39.locale-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketQueryParameters.__type"},{"id":1948,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1949,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeItemFromBasketPathParameters"},{"id":1950,"kind":32,"name":"itemId","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38.itemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketPathParameters.__type"},{"id":1951,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketPathParameters.__type"},{"id":1952,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38.basketid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketPathParameters.__type"},{"id":1953,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1954,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketQueryParameters"},{"id":1955,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.siteid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":1956,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.locale-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":1957,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1958,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters"},{"id":1959,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1960,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1961,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.basketid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1962,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1963,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketQueryParameters"},{"id":1964,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.siteid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":1965,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.locale-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":1966,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1967,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters"},{"id":1968,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.priceadjustmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1969,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1970,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.basketid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1971,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1972,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeShipmentFromBasketQueryParameters"},{"id":1973,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2.__type-45.siteid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketQueryParameters.__type"},{"id":1974,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2.__type-45.locale-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketQueryParameters.__type"},{"id":1975,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1976,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters"},{"id":1977,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44.shipmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters.__type"},{"id":1978,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44.organizationid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters.__type"},{"id":1979,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44.basketid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters.__type"},{"id":1980,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1981,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.transferBasketQueryParameters"},{"id":1982,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.siteid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":1983,"kind":32,"name":"overrideExisting","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.overrideexisting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":1984,"kind":32,"name":"merge","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.merge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":1985,"kind":32,"name":"populateCustomerDetails","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.populatecustomerdetails-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":1986,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.locale-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":1987,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1988,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.transferBasketPathParameters"},{"id":1989,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-2.__type-46.organizationid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketPathParameters.__type"},{"id":1990,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1991,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsAgentBasketQueryParameters"},{"id":1992,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2.__type-49.siteid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketQueryParameters.__type"},{"id":1993,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2.__type-49.locale-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketQueryParameters.__type"},{"id":1994,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1995,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsAgentBasketPathParameters"},{"id":1996,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2.__type-48.organizationid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketPathParameters.__type"},{"id":1997,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2.__type-48.basketid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketPathParameters.__type"},{"id":1998,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1999,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters"},{"id":2000,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51.siteid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters.__type"},{"id":2001,"kind":32,"name":"exchange","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51.exchange","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters.__type"},{"id":2002,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51.locale-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters.__type"},{"id":2003,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2004,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsStorefrontBasketPathParameters"},{"id":2005,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2.__type-50.organizationid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketPathParameters.__type"},{"id":2006,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2.__type-50.basketid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketPathParameters.__type"},{"id":2007,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2008,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBasketQueryParameters"},{"id":2009,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53.siteid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketQueryParameters.__type"},{"id":2010,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53.removeexternaltax","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketQueryParameters.__type"},{"id":2011,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53.locale-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketQueryParameters.__type"},{"id":2012,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2013,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBasketPathParameters"},{"id":2014,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2.__type-52.organizationid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketPathParameters.__type"},{"id":2015,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2.__type-52.basketid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketPathParameters.__type"},{"id":2016,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2017,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters"},{"id":2018,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.siteid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2019,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.locale-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2020,"kind":32,"name":"useAsShipping","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.useasshipping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2021,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.removeexternaltax-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2022,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2023,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBillingAddressForBasketPathParameters"},{"id":2024,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2.__type-54.organizationid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketPathParameters.__type"},{"id":2025,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2.__type-54.basketid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketPathParameters.__type"},{"id":2026,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2027,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateCustomerForBasketQueryParameters"},{"id":2028,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2.__type-57.siteid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketQueryParameters.__type"},{"id":2029,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2.__type-57.locale-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketQueryParameters.__type"},{"id":2030,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2031,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateCustomerForBasketPathParameters"},{"id":2032,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2.__type-56.organizationid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketPathParameters.__type"},{"id":2033,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2.__type-56.basketid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketPathParameters.__type"},{"id":2034,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2035,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketQueryParameters"},{"id":2036,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.siteid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":2037,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.locale-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":2038,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2039,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters"},{"id":2040,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.organizationid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":2041,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.basketid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":2042,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.giftcertificateitemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":2043,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2044,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemInBasketQueryParameters"},{"id":2045,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61.removeexternaltax-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketQueryParameters.__type"},{"id":2046,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61.siteid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketQueryParameters.__type"},{"id":2047,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61.locale-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketQueryParameters.__type"},{"id":2048,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2049,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemInBasketPathParameters"},{"id":2050,"kind":32,"name":"itemId","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60.itemid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketPathParameters.__type"},{"id":2051,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60.organizationid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketPathParameters.__type"},{"id":2052,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60.basketid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketPathParameters.__type"},{"id":2053,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2054,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters"},{"id":2055,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63.siteid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters.__type"},{"id":2056,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63.removeexternaltax-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters.__type"},{"id":2057,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63.locale-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters.__type"},{"id":2058,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2059,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2.__type-62","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemsInBasketPathParameters"},{"id":2060,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2.__type-62.organizationid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketPathParameters.__type"},{"id":2061,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2.__type-62.basketid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketPathParameters.__type"},{"id":2062,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2063,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters"},{"id":2064,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.removeexternaltax-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":2065,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.siteid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":2066,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.locale-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":2067,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2068,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters"},{"id":2069,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":2070,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.organizationid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":2071,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.basketid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":2072,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2073,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketQueryParameters"},{"id":2074,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67.siteid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketQueryParameters.__type"},{"id":2075,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2076,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters"},{"id":2077,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.priceadjustmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":2078,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.organizationid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":2079,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.basketid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":2080,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2081,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2.__type-69","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShipmentForBasketQueryParameters"},{"id":2082,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2.__type-69.siteid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketQueryParameters.__type"},{"id":2083,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2.__type-69.locale-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketQueryParameters.__type"},{"id":2084,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2085,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters"},{"id":2086,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68.shipmentid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters.__type"},{"id":2087,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68.organizationid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters.__type"},{"id":2088,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68.basketid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters.__type"},{"id":2089,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2090,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters"},{"id":2091,"kind":32,"name":"useAsBilling","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.useasbilling","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2092,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.removeexternaltax-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2093,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.siteid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2094,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.locale-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2095,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2096,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters"},{"id":2097,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70.organizationid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters.__type"},{"id":2098,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70.shipmentid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters.__type"},{"id":2099,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70.basketid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters.__type"},{"id":2100,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2101,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2.__type-73","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingMethodForShipmentQueryParameters"},{"id":2102,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.siteid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentQueryParameters.__type"},{"id":2103,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.locale-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentQueryParameters.__type"},{"id":2104,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2105,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters"},{"id":2106,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72.organizationid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters.__type"},{"id":2107,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72.shipmentid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters.__type"},{"id":2108,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72.basketid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters.__type"},{"id":2109,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbasketsv2.html#shopperbasketspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2110,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2111,"kind":4194304,"name":"ShopperBasketsParameters","url":"modules/shopperbasketsv2.html#shopperbasketsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2112,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2113,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2114,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2115,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2116,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2117,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2118,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2119,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2120,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2121,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2122,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2123,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2124,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2125,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2126,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2127,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2128,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2129,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2130,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.html#createbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2131,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.html#createbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2132,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2133,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2134,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2135,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.html#deletebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2136,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.html#getbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2137,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.html#getbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2138,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2139,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2140,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2141,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2142,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2143,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2144,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2145,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2146,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2147,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.html#mergebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2148,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2149,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2150,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2151,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2152,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2153,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2154,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2155,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2156,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2157,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2158,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2159,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2160,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2161,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.html#transferbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2162,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2163,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2164,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2165,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2166,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2167,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2168,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2169,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2170,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2171,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2172,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2173,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2174,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2175,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2176,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2177,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2178,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2179,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2180,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2181,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2182,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2183,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2184,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2185,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2186,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2187,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2188,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbasketsv2.html#shopperbasketspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2189,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2190,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbasketsv2.html#shopperbasketsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2191,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2192,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2193,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2194,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2195,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2196,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2197,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2198,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2199,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2200,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2201,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2202,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2203,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2204,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2205,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2206,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2207,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2208,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2209,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2210,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2211,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2212,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.html#createbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2213,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2214,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2215,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2216,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2217,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2218,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.html#getbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2219,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2220,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2221,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2222,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2223,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2224,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2225,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2226,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2227,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2228,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2229,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2230,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2231,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2232,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2233,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2234,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2235,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2236,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2237,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2238,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2239,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2240,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2241,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2242,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2243,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2244,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2245,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2246,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2247,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2248,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2249,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2250,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2251,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2252,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2253,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2254,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2255,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2256,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2257,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2258,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2259,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2260,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2261,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2262,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2263,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2264,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2265,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2266,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2267,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2268,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2269,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbasketsv2.html#shopperbasketspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2270,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2271,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbasketsv2.html#shopperbasketsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2272,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2273,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2274,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2275,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2276,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2277,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2278,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2279,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2280,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2281,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2282,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2283,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2284,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2285,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2286,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2287,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2288,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2289,"kind":16777216,"name":"OmsProductData","url":"modules/shopperbasketsv2.html#omsproductdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2290,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.html#omsproductdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2291,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2292,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2293,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2294,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2295,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2296,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2297,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2298,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2299,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2300,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2301,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2302,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2303,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2304,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2305,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2306,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2307,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2308,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2309,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2310,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2311,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2312,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2313,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2314,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2315,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2316,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2317,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2318,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2319,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2320,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2321,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2322,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2323,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2324,"kind":2,"name":"ShopperBasketsV2Types","url":"modules/shopperbasketsv2.shopperbasketsv2types.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2325,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shopperbasketspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2326,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shopperbasketsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2327,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addcoupontobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2328,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addcoupontobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2329,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2330,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2331,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#additemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2332,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#additemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2333,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2334,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2335,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2336,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2337,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2338,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpricebookstobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2339,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2340,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2341,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2342,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2343,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2344,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2345,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2346,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2347,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2348,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#deletebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2349,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#deletebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2350,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2351,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2352,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2353,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2354,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2355,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2356,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2357,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2358,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2359,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2360,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2361,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2362,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2363,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2364,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removecouponfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2365,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2366,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2367,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2368,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2369,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2370,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2371,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2372,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2373,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2374,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2375,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#transferbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2376,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#transferbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2377,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasagentbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2378,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasagentbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2379,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2380,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2381,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2382,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2383,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2384,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2385,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2386,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2387,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2388,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2389,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2390,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2391,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2392,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateitemsinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2393,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2394,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2395,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2396,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2397,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2398,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2399,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2400,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2401,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2402,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2403,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2404,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2405,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2406,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2407,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2408,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2409,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2410,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2411,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2412,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2413,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2414,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2415,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2416,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2417,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2418,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2419,"kind":4194304,"name":"OmsProductData","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#omsproductdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2420,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#omsproductdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2421,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2422,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2423,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2424,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2425,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2426,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2427,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2428,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2429,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2430,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2431,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2432,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2433,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2434,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2435,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2436,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2437,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2438,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2439,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2440,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2441,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2442,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2443,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2444,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2445,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2446,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2447,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2448,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2449,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2450,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2451,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2452,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2453,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2454,"kind":1,"name":"shopperConfigurations","url":"modules/shopperconfigurations.html","classes":"tsd-kind-module"},{"id":2455,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2456,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2457,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2458,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2459,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2460,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2461,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2462,"kind":128,"name":"ShopperConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperConfigurations"},{"id":2463,"kind":1024,"name":"clientConfig","url":"classes/shopperconfigurations.shopperconfigurations-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2464,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperconfigurations.shopperconfigurations-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2465,"kind":2097152,"name":"apiPaths","url":"classes/shopperconfigurations.shopperconfigurations-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2466,"kind":32,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#apipaths.getconfigurations-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConfigurations.ShopperConfigurations.apiPaths"},{"id":2467,"kind":512,"name":"constructor","url":"classes/shopperconfigurations.shopperconfigurations-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2468,"kind":1024,"name":"paramKeys","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2469,"kind":65536,"name":"__type","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperConfigurations.ShopperConfigurations.paramKeys"},{"id":2470,"kind":32,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys.__type.getconfigurations","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.ShopperConfigurations.paramKeys.__type"},{"id":2471,"kind":32,"name":"getConfigurationsRequired","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys.__type.getconfigurationsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.ShopperConfigurations.paramKeys.__type"},{"id":2472,"kind":2048,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#getconfigurations-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2473,"kind":4194304,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2474,"kind":65536,"name":"__type","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConfigurations.getConfigurationsQueryParameters"},{"id":2475,"kind":32,"name":"siteId","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.getConfigurationsQueryParameters.__type"},{"id":2476,"kind":4194304,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2477,"kind":65536,"name":"__type","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConfigurations.getConfigurationsPathParameters"},{"id":2478,"kind":32,"name":"organizationId","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.getConfigurationsPathParameters.__type"},{"id":2479,"kind":4194304,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.html#shopperconfigurationspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2480,"kind":4194304,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2481,"kind":4194304,"name":"ShopperConfigurationsParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2482,"kind":16777216,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2483,"kind":16777216,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.html#getconfigurationspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2484,"kind":16777216,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.html#shopperconfigurationspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2485,"kind":16777216,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2486,"kind":16777216,"name":"ShopperConfigurationsParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2487,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2488,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2489,"kind":16777216,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2490,"kind":16777216,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2491,"kind":16777216,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.html#shopperconfigurationspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2492,"kind":16777216,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2493,"kind":16777216,"name":"ShopperConfigurationsParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2494,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2495,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2496,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2497,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2498,"kind":2,"name":"ShopperConfigurationsTypes","url":"modules/shopperconfigurations.shopperconfigurationstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2499,"kind":4194304,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#shopperconfigurationspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2500,"kind":4194304,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#shopperconfigurationsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2501,"kind":4194304,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#getconfigurationsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2502,"kind":4194304,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#getconfigurationspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2503,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2504,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#modelconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2505,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#siteconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2506,"kind":1,"name":"shopperConsents","url":"modules/shopperconsents.html","classes":"tsd-kind-module"},{"id":2507,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConsents"},{"id":2508,"kind":4194304,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2509,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2510,"kind":4194304,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2511,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2512,"kind":4194304,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2513,"kind":4194304,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2514,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2515,"kind":4194304,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2516,"kind":4194304,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2517,"kind":4194304,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2518,"kind":4194304,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2519,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2520,"kind":4194304,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2521,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2522,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2523,"kind":16777216,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2524,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2525,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2526,"kind":16777216,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2527,"kind":16777216,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2528,"kind":16777216,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2529,"kind":16777216,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2530,"kind":16777216,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2531,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2532,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2533,"kind":16777216,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2534,"kind":16777216,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2535,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2536,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2537,"kind":16777216,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2538,"kind":128,"name":"ShopperConsents","url":"classes/shopperconsents.shopperconsents-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperConsents"},{"id":2539,"kind":1024,"name":"clientConfig","url":"classes/shopperconsents.shopperconsents-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperConsents.ShopperConsents"},{"id":2540,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperconsents.shopperconsents-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConsents.ShopperConsents"},{"id":2541,"kind":2097152,"name":"apiPaths","url":"classes/shopperconsents.shopperconsents-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperConsents.ShopperConsents"},{"id":2542,"kind":32,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#apipaths.getsubscriptions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConsents.ShopperConsents.apiPaths"},{"id":2543,"kind":32,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#apipaths.updatesubscription-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConsents.ShopperConsents.apiPaths"},{"id":2544,"kind":32,"name":"updateSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#apipaths.updatesubscriptions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConsents.ShopperConsents.apiPaths"},{"id":2545,"kind":512,"name":"constructor","url":"classes/shopperconsents.shopperconsents-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperConsents.ShopperConsents"},{"id":2546,"kind":1024,"name":"paramKeys","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConsents.ShopperConsents"},{"id":2547,"kind":65536,"name":"__type","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperConsents.ShopperConsents.paramKeys"},{"id":2548,"kind":32,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.getsubscriptions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2549,"kind":32,"name":"getSubscriptionsRequired","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.getsubscriptionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2550,"kind":32,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscription","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2551,"kind":32,"name":"updateSubscriptionRequired","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscriptionrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2552,"kind":32,"name":"updateSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscriptions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2553,"kind":32,"name":"updateSubscriptionsRequired","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscriptionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2554,"kind":2048,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#getsubscriptions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":2555,"kind":2048,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#updatesubscription-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":2556,"kind":2048,"name":"updateSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#updatesubscriptions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":2557,"kind":4194304,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2558,"kind":4194304,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2559,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.getSubscriptionsQueryParameters"},{"id":2560,"kind":32,"name":"siteId","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2561,"kind":32,"name":"locale","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2562,"kind":32,"name":"tags","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.tags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2563,"kind":32,"name":"expand","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2564,"kind":4194304,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.html#getsubscriptionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2565,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#getsubscriptionspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.getSubscriptionsPathParameters"},{"id":2566,"kind":32,"name":"organizationId","url":"modules/shopperconsents.html#getsubscriptionspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsPathParameters.__type"},{"id":2567,"kind":4194304,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2568,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionQueryParameters"},{"id":2569,"kind":32,"name":"siteId","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionQueryParameters.__type"},{"id":2570,"kind":32,"name":"locale","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionQueryParameters.__type"},{"id":2571,"kind":4194304,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2572,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionPathParameters"},{"id":2573,"kind":32,"name":"organizationId","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionPathParameters.__type"},{"id":2574,"kind":4194304,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2575,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionsQueryParameters"},{"id":2576,"kind":32,"name":"siteId","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionsQueryParameters.__type"},{"id":2577,"kind":32,"name":"locale","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionsQueryParameters.__type"},{"id":2578,"kind":4194304,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2579,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionsPathParameters"},{"id":2580,"kind":32,"name":"organizationId","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionsPathParameters.__type"},{"id":2581,"kind":4194304,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.html#shopperconsentspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2582,"kind":4194304,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.html#shopperconsentsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2583,"kind":4194304,"name":"ShopperConsentsParameters","url":"modules/shopperconsents.html#shopperconsentsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2584,"kind":16777216,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2585,"kind":16777216,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2586,"kind":16777216,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.html#getsubscriptionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2587,"kind":16777216,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2588,"kind":16777216,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.html#updatesubscriptionpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2589,"kind":16777216,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2590,"kind":16777216,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.html#updatesubscriptionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2591,"kind":16777216,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.html#shopperconsentspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2592,"kind":16777216,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.html#shopperconsentsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2593,"kind":16777216,"name":"ShopperConsentsParameters","url":"modules/shopperconsents.html#shopperconsentsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2594,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2595,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2596,"kind":16777216,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2597,"kind":16777216,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2598,"kind":16777216,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.html#getsubscriptionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2599,"kind":16777216,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2600,"kind":16777216,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2601,"kind":16777216,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2602,"kind":16777216,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2603,"kind":16777216,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.html#shopperconsentspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2604,"kind":16777216,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.html#shopperconsentsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2605,"kind":16777216,"name":"ShopperConsentsParameters","url":"modules/shopperconsents.html#shopperconsentsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2606,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2607,"kind":16777216,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2608,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2609,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2610,"kind":16777216,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2611,"kind":16777216,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2612,"kind":16777216,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2613,"kind":16777216,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2614,"kind":16777216,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2615,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2616,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2617,"kind":16777216,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2618,"kind":16777216,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2619,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2620,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2621,"kind":16777216,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2622,"kind":2,"name":"ShopperConsentsTypes","url":"modules/shopperconsents.shopperconsentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConsents"},{"id":2623,"kind":4194304,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#shopperconsentspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2624,"kind":4194304,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#shopperconsentsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2625,"kind":4194304,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.shopperconsentstypes.html#getsubscriptionsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2626,"kind":4194304,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#getsubscriptionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2627,"kind":4194304,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#getsubscriptionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2628,"kind":4194304,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2629,"kind":4194304,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2630,"kind":4194304,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2631,"kind":4194304,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2632,"kind":4194304,"name":"ChannelType","url":"modules/shopperconsents.shopperconsentstypes.html#channeltype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2633,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.shopperconsentstypes.html#consentstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2634,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2635,"kind":4194304,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionconsenttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2636,"kind":4194304,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptiondefaultstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2637,"kind":4194304,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionbulkrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2638,"kind":4194304,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionbulkresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2639,"kind":4194304,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionerror","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2640,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2641,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2642,"kind":4194304,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2643,"kind":4194304,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionupdateresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2644,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.shopperconsentstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2645,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.shopperconsentstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2646,"kind":4194304,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.shopperconsentstypes.html#subscriptionstatusentry","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2647,"kind":1,"name":"shopperContext","url":"modules/shoppercontext.html","classes":"tsd-kind-module"},{"id":2648,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperContext"},{"id":2649,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2650,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2651,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-3","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2652,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2653,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2654,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2655,"kind":128,"name":"ShopperContexts","url":"classes/shoppercontext.shoppercontexts-2.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperContext"},{"id":2656,"kind":1024,"name":"clientConfig","url":"classes/shoppercontext.shoppercontexts-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperContext.ShopperContexts"},{"id":2657,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercontext.shoppercontexts-2.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperContext.ShopperContexts"},{"id":2658,"kind":2097152,"name":"apiPaths","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperContext.ShopperContexts"},{"id":2659,"kind":32,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.createshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2660,"kind":32,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.deleteshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2661,"kind":32,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.getshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2662,"kind":32,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.updateshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2663,"kind":512,"name":"constructor","url":"classes/shoppercontext.shoppercontexts-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperContext.ShopperContexts"},{"id":2664,"kind":1024,"name":"paramKeys","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperContext.ShopperContexts"},{"id":2665,"kind":65536,"name":"__type","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperContext.ShopperContexts.paramKeys"},{"id":2666,"kind":32,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.createshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2667,"kind":32,"name":"createShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.createshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2668,"kind":32,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.deleteshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2669,"kind":32,"name":"deleteShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.deleteshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2670,"kind":32,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.getshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2671,"kind":32,"name":"getShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.getshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2672,"kind":32,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.updateshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2673,"kind":32,"name":"updateShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.updateshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2674,"kind":2048,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#createshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2675,"kind":2048,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#deleteshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2676,"kind":2048,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#getshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2677,"kind":2048,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#updateshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2678,"kind":4194304,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2679,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.createShopperContextQueryParameters"},{"id":2680,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextQueryParameters.__type"},{"id":2681,"kind":32,"name":"evaluateContextWithClientIp","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2.__type-1.evaluatecontextwithclientip","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextQueryParameters.__type"},{"id":2682,"kind":4194304,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2683,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.createShopperContextPathParameters"},{"id":2684,"kind":32,"name":"usid","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2.__type.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextPathParameters.__type"},{"id":2685,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextPathParameters.__type"},{"id":2686,"kind":4194304,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2687,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.deleteShopperContextQueryParameters"},{"id":2688,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.deleteShopperContextQueryParameters.__type"},{"id":2689,"kind":4194304,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2690,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.deleteShopperContextPathParameters"},{"id":2691,"kind":32,"name":"usid","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2.__type-2.usid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.deleteShopperContextPathParameters.__type"},{"id":2692,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.deleteShopperContextPathParameters.__type"},{"id":2693,"kind":4194304,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2694,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.getShopperContextQueryParameters"},{"id":2695,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.getShopperContextQueryParameters.__type"},{"id":2696,"kind":4194304,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2697,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.getShopperContextPathParameters"},{"id":2698,"kind":32,"name":"usid","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2.__type-4.usid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.getShopperContextPathParameters.__type"},{"id":2699,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.getShopperContextPathParameters.__type"},{"id":2700,"kind":4194304,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2701,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.updateShopperContextQueryParameters"},{"id":2702,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextQueryParameters.__type"},{"id":2703,"kind":32,"name":"evaluateContextWithClientIp","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2.__type-7.evaluatecontextwithclientip-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextQueryParameters.__type"},{"id":2704,"kind":4194304,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2705,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.updateShopperContextPathParameters"},{"id":2706,"kind":32,"name":"usid","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2.__type-6.usid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextPathParameters.__type"},{"id":2707,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextPathParameters.__type"},{"id":2708,"kind":4194304,"name":"ShopperContextPathParameters","url":"modules/shoppercontext.html#shoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2709,"kind":4194304,"name":"ShopperContextQueryParameters","url":"modules/shoppercontext.html#shoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2710,"kind":4194304,"name":"ShopperContextParameters","url":"modules/shoppercontext.html#shoppercontextparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2711,"kind":16777216,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.html#createshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2712,"kind":16777216,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.html#createshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2713,"kind":16777216,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2714,"kind":16777216,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2715,"kind":16777216,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.html#getshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2716,"kind":16777216,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.html#getshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2717,"kind":16777216,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2718,"kind":16777216,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.html#updateshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2719,"kind":16777216,"name":"ShopperContextPathParameters","url":"modules/shoppercontext.html#shoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2720,"kind":16777216,"name":"ShopperContextQueryParameters","url":"modules/shoppercontext.html#shoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2721,"kind":16777216,"name":"ShopperContextParameters","url":"modules/shoppercontext.html#shoppercontextparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2722,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2723,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2724,"kind":16777216,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2725,"kind":16777216,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.html#createshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2726,"kind":16777216,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2727,"kind":16777216,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2728,"kind":16777216,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2729,"kind":16777216,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.html#getshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2730,"kind":16777216,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2731,"kind":16777216,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2732,"kind":16777216,"name":"ShopperContextPathParameters","url":"modules/shoppercontext.html#shoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2733,"kind":16777216,"name":"ShopperContextQueryParameters","url":"modules/shoppercontext.html#shoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2734,"kind":16777216,"name":"ShopperContextParameters","url":"modules/shoppercontext.html#shoppercontextparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2735,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2736,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2737,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2738,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2739,"kind":2,"name":"ShopperContextsTypes","url":"modules/shoppercontext.shoppercontextstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperContext"},{"id":2740,"kind":4194304,"name":"ShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2741,"kind":4194304,"name":"ShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2742,"kind":4194304,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#createshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2743,"kind":4194304,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#createshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2744,"kind":4194304,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#deleteshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2745,"kind":4194304,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#deleteshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2746,"kind":4194304,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#getshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2747,"kind":4194304,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#getshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2748,"kind":4194304,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#updateshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2749,"kind":4194304,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#updateshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2750,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.shoppercontextstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2751,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2752,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextgeolocation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2753,"kind":1,"name":"shopperCustomers","url":"modules/shoppercustomers.html","classes":"tsd-kind-module"},{"id":2754,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2755,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2756,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2757,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2758,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2759,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2760,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2761,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2762,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2763,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2764,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2765,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2766,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2767,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2768,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2769,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2770,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2771,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2772,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2773,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2774,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2775,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2776,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2777,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2778,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2779,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2780,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2781,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2782,"kind":4194304,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2783,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2784,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2785,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2786,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2787,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2788,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2789,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2790,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2791,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2792,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2793,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2794,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2795,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2796,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2797,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2798,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2799,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2800,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2801,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2802,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2803,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2804,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2805,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2806,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2807,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2808,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2809,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2810,"kind":4194304,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2811,"kind":4194304,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2812,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2813,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2814,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.html#customer-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2815,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2816,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2817,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2818,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2819,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2820,"kind":4194304,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2821,"kind":4194304,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2822,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2823,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2824,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2825,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2826,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2827,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2828,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2829,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2830,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2831,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2832,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2833,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2834,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2835,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2836,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2837,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2838,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2839,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2840,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2841,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2842,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2843,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2844,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2845,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2846,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2847,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2848,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2849,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2850,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2851,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2852,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2853,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2854,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2855,"kind":4194304,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2856,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2857,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2858,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2859,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2860,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2861,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2862,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2863,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2864,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2865,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2866,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2867,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2868,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2869,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2870,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2871,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2872,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2873,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2874,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2875,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2876,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2877,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2878,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2879,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2880,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2881,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2882,"kind":16777216,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2883,"kind":16777216,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2884,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2885,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2886,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2887,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2888,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2889,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2890,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2891,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2892,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2893,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2894,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2895,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2896,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2897,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2898,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2899,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2900,"kind":16777216,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2901,"kind":16777216,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2902,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2903,"kind":16777216,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2904,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2905,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2906,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2907,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2908,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2909,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2910,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2911,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2912,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2913,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2914,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2915,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2916,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2917,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2918,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2919,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2920,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2921,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2922,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2923,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2924,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2925,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2926,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2927,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2928,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2929,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2930,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2931,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2932,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2933,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2934,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2935,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2936,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2937,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2938,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2939,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2940,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2941,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2942,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2943,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2944,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2945,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2946,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2947,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2948,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2949,"kind":16777216,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2950,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2951,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2952,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2953,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2954,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2955,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2956,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2957,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2958,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2959,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2960,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2961,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2962,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2963,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2964,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2965,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2966,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2967,"kind":128,"name":"ShopperCustomers","url":"classes/shoppercustomers.shoppercustomers-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperCustomers"},{"id":2968,"kind":1024,"name":"clientConfig","url":"classes/shoppercustomers.shoppercustomers-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":2969,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercustomers.shoppercustomers-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":2970,"kind":2097152,"name":"apiPaths","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":2971,"kind":32,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2972,"kind":32,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2973,"kind":32,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2974,"kind":32,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2975,"kind":32,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.deletecustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2976,"kind":32,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.deletecustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2977,"kind":32,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.deletecustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2978,"kind":32,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2979,"kind":32,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2980,"kind":32,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerbaskets-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2981,"kind":32,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerorders-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2982,"kind":32,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2983,"kind":32,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2984,"kind":32,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2985,"kind":32,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerproductlists-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2986,"kind":32,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getexternalprofile-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2987,"kind":32,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2988,"kind":32,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getpublicproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2989,"kind":32,"name":"getPublicProductListItems","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getpublicproductlistitems-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2990,"kind":32,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getpublicproductlistsbysearchterm-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2991,"kind":32,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getresetpasswordtoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2992,"kind":32,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.registercustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2993,"kind":32,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.registerexternalprofile-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2994,"kind":32,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.removecustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2995,"kind":32,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.resetpassword-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2996,"kind":32,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2997,"kind":32,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2998,"kind":32,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerpassword-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":2999,"kind":32,"name":"updateCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3000,"kind":32,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3001,"kind":32,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3002,"kind":512,"name":"constructor","url":"classes/shoppercustomers.shoppercustomers-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":3003,"kind":1024,"name":"paramKeys","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":3004,"kind":65536,"name":"__type","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperCustomers.ShopperCustomers.paramKeys"},{"id":3005,"kind":32,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3006,"kind":32,"name":"createCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3007,"kind":32,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3008,"kind":32,"name":"createCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3009,"kind":32,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3010,"kind":32,"name":"createCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3011,"kind":32,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3012,"kind":32,"name":"createCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3013,"kind":32,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3014,"kind":32,"name":"deleteCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3015,"kind":32,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3016,"kind":32,"name":"deleteCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3017,"kind":32,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3018,"kind":32,"name":"deleteCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3019,"kind":32,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3020,"kind":32,"name":"getCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3021,"kind":32,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3022,"kind":32,"name":"getCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3023,"kind":32,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerbaskets","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3024,"kind":32,"name":"getCustomerBasketsRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerbasketsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3025,"kind":32,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerorders","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3026,"kind":32,"name":"getCustomerOrdersRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerordersrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3027,"kind":32,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3028,"kind":32,"name":"getCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3029,"kind":32,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3030,"kind":32,"name":"getCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3031,"kind":32,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3032,"kind":32,"name":"getCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3033,"kind":32,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlists","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3034,"kind":32,"name":"getCustomerProductListsRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3035,"kind":32,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getexternalprofile","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3036,"kind":32,"name":"getExternalProfileRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getexternalprofilerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3037,"kind":32,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3038,"kind":32,"name":"getProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3039,"kind":32,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3040,"kind":32,"name":"getPublicProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3041,"kind":32,"name":"getPublicProductListItems","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistitems","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3042,"kind":32,"name":"getPublicProductListItemsRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistitemsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3043,"kind":32,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistsbysearchterm","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3044,"kind":32,"name":"getPublicProductListsBySearchTermRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistsbysearchtermrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3045,"kind":32,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getresetpasswordtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3046,"kind":32,"name":"getResetPasswordTokenRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getresetpasswordtokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3047,"kind":32,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registercustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3048,"kind":32,"name":"registerCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registercustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3049,"kind":32,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registerexternalprofile","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3050,"kind":32,"name":"registerExternalProfileRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registerexternalprofilerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3051,"kind":32,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.removecustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3052,"kind":32,"name":"removeCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.removecustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3053,"kind":32,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.resetpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3054,"kind":32,"name":"resetPasswordRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.resetpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3055,"kind":32,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3056,"kind":32,"name":"updateCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3057,"kind":32,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3058,"kind":32,"name":"updateCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3059,"kind":32,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3060,"kind":32,"name":"updateCustomerPasswordRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3061,"kind":32,"name":"updateCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3062,"kind":32,"name":"updateCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3063,"kind":32,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3064,"kind":32,"name":"updateCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3065,"kind":32,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3066,"kind":32,"name":"updateCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3067,"kind":2048,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3068,"kind":2048,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3069,"kind":2048,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3070,"kind":2048,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3071,"kind":2048,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3072,"kind":2048,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3073,"kind":2048,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3074,"kind":2048,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3075,"kind":2048,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3076,"kind":2048,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerbaskets-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3077,"kind":2048,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerorders-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3078,"kind":2048,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3079,"kind":2048,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3080,"kind":2048,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3081,"kind":2048,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlists-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3082,"kind":2048,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#getexternalprofile-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3083,"kind":2048,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3084,"kind":2048,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3085,"kind":2048,"name":"getPublicProductListItems","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlistitems-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3086,"kind":2048,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlistsbysearchterm-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3087,"kind":2048,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#getresetpasswordtoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3088,"kind":2048,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#registercustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3089,"kind":2048,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#registerexternalprofile-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3090,"kind":2048,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#removecustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3091,"kind":2048,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#resetpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3092,"kind":2048,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3093,"kind":2048,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3094,"kind":2048,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3095,"kind":2048,"name":"updateCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3096,"kind":2048,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3097,"kind":2048,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3098,"kind":4194304,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3099,"kind":4194304,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3100,"kind":4194304,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3101,"kind":4194304,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3102,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerAddressQueryParameters"},{"id":3103,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerAddressQueryParameters.__type"},{"id":3104,"kind":4194304,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3105,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerAddressPathParameters"},{"id":3106,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2.__type.customerid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerAddressPathParameters.__type"},{"id":3107,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerAddressPathParameters.__type"},{"id":3108,"kind":4194304,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3109,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerPaymentInstrumentQueryParameters"},{"id":3110,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerPaymentInstrumentQueryParameters.__type"},{"id":3111,"kind":4194304,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3112,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerPaymentInstrumentPathParameters"},{"id":3113,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2.__type-2.customerid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerPaymentInstrumentPathParameters.__type"},{"id":3114,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerPaymentInstrumentPathParameters.__type"},{"id":3115,"kind":4194304,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3116,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListQueryParameters"},{"id":3117,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListQueryParameters.__type"},{"id":3118,"kind":4194304,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3119,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListPathParameters"},{"id":3120,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2.__type-6.customerid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListPathParameters.__type"},{"id":3121,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListPathParameters.__type"},{"id":3122,"kind":4194304,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3123,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListItemQueryParameters"},{"id":3124,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemQueryParameters.__type"},{"id":3125,"kind":4194304,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3126,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListItemPathParameters"},{"id":3127,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4.listid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemPathParameters.__type"},{"id":3128,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4.customerid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemPathParameters.__type"},{"id":3129,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemPathParameters.__type"},{"id":3130,"kind":4194304,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3131,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerPaymentInstrumentQueryParameters"},{"id":3132,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentQueryParameters.__type"},{"id":3133,"kind":4194304,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3134,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters"},{"id":3135,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters.__type"},{"id":3136,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8.customerid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters.__type"},{"id":3137,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters.__type"},{"id":3138,"kind":4194304,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3139,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListQueryParameters"},{"id":3140,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListQueryParameters.__type"},{"id":3141,"kind":4194304,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3142,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListPathParameters"},{"id":3143,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-12.listid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListPathParameters.__type"},{"id":3144,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-12.customerid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListPathParameters.__type"},{"id":3145,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListPathParameters.__type"},{"id":3146,"kind":4194304,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3147,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListItemQueryParameters"},{"id":3148,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemQueryParameters.__type"},{"id":3149,"kind":4194304,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3150,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters"},{"id":3151,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-10.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3152,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-10.listid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3153,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-10.customerid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3154,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3155,"kind":4194304,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3156,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerQueryParameters"},{"id":3157,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2.__type-29.siteid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerQueryParameters.__type"},{"id":3158,"kind":32,"name":"expand","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2.__type-29.expand-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerQueryParameters.__type"},{"id":3159,"kind":4194304,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.html#getcustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3160,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerpathparameters-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerPathParameters"},{"id":3161,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerpathparameters-2.__type-20.customerid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPathParameters.__type"},{"id":3162,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerpathparameters-2.__type-20.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPathParameters.__type"},{"id":3163,"kind":4194304,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3164,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerAddressQueryParameters"},{"id":3165,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressQueryParameters.__type"},{"id":3166,"kind":4194304,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3167,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerAddressPathParameters"},{"id":3168,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-14.addressname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressPathParameters.__type"},{"id":3169,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-14.customerid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressPathParameters.__type"},{"id":3170,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressPathParameters.__type"},{"id":3171,"kind":4194304,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3172,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerBasketsQueryParameters"},{"id":3173,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerBasketsQueryParameters.__type"},{"id":3174,"kind":4194304,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3175,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerBasketsPathParameters"},{"id":3176,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2.__type-16.customerid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerBasketsPathParameters.__type"},{"id":3177,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerBasketsPathParameters.__type"},{"id":3178,"kind":4194304,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3179,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerOrdersQueryParameters"},{"id":3180,"kind":32,"name":"crossSites","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.crosssites","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3181,"kind":32,"name":"from","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.from","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3182,"kind":32,"name":"until","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.until","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3183,"kind":32,"name":"status","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.status-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3184,"kind":32,"name":"expand","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3185,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.siteid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3186,"kind":32,"name":"limit","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3187,"kind":32,"name":"offset","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-19.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3188,"kind":4194304,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3189,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerOrdersPathParameters"},{"id":3190,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2.__type-18.customerid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersPathParameters.__type"},{"id":3191,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2.__type-18.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersPathParameters.__type"},{"id":3192,"kind":4194304,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3193,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerPaymentInstrumentQueryParameters"},{"id":3194,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-2.__type-22.siteid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentQueryParameters.__type"},{"id":3195,"kind":4194304,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3196,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters"},{"id":3197,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-21.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters.__type"},{"id":3198,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-21.customerid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters.__type"},{"id":3199,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-21.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters.__type"},{"id":3200,"kind":4194304,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3201,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListQueryParameters"},{"id":3202,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-2.__type-26.siteid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListQueryParameters.__type"},{"id":3203,"kind":4194304,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3204,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListPathParameters"},{"id":3205,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-25.listid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListPathParameters.__type"},{"id":3206,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-25.customerid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListPathParameters.__type"},{"id":3207,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-25.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListPathParameters.__type"},{"id":3208,"kind":4194304,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3209,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListItemQueryParameters"},{"id":3210,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-2.__type-24.siteid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemQueryParameters.__type"},{"id":3211,"kind":4194304,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3212,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListItemPathParameters"},{"id":3213,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-23.itemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3214,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-23.listid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3215,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-23.customerid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3216,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-23.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3217,"kind":4194304,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3218,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListsQueryParameters"},{"id":3219,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-2.__type-28.siteid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListsQueryParameters.__type"},{"id":3220,"kind":4194304,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3221,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListsPathParameters"},{"id":3222,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2.__type-27.customerid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListsPathParameters.__type"},{"id":3223,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2.__type-27.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListsPathParameters.__type"},{"id":3224,"kind":4194304,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3225,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getExternalProfileQueryParameters"},{"id":3226,"kind":32,"name":"externalId","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-31.externalid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfileQueryParameters.__type"},{"id":3227,"kind":32,"name":"authenticationProviderId","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-31.authenticationproviderid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfileQueryParameters.__type"},{"id":3228,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-31.siteid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfileQueryParameters.__type"},{"id":3229,"kind":4194304,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3230,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getExternalProfilePathParameters"},{"id":3231,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-2.__type-30.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfilePathParameters.__type"},{"id":3232,"kind":4194304,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3233,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getProductListItemQueryParameters"},{"id":3234,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-2.__type-33.siteid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemQueryParameters.__type"},{"id":3235,"kind":4194304,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3236,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getProductListItemPathParameters"},{"id":3237,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-32.itemid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemPathParameters.__type"},{"id":3238,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-32.listid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemPathParameters.__type"},{"id":3239,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-32.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemPathParameters.__type"},{"id":3240,"kind":4194304,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3241,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListQueryParameters"},{"id":3242,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-2.__type-37.siteid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListQueryParameters.__type"},{"id":3243,"kind":4194304,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3244,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListPathParameters"},{"id":3245,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2.__type-36.listid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListPathParameters.__type"},{"id":3246,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2.__type-36.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListPathParameters.__type"},{"id":3247,"kind":4194304,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3248,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListItemsQueryParameters"},{"id":3249,"kind":32,"name":"expand","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2.__type-35.expand-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsQueryParameters.__type"},{"id":3250,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2.__type-35.siteid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsQueryParameters.__type"},{"id":3251,"kind":4194304,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3252,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListItemsPathParameters"},{"id":3253,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2.__type-34.listid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsPathParameters.__type"},{"id":3254,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2.__type-34.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsPathParameters.__type"},{"id":3255,"kind":4194304,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3256,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters"},{"id":3257,"kind":32,"name":"email","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-39.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3258,"kind":32,"name":"firstName","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-39.firstname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3259,"kind":32,"name":"lastName","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-39.lastname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3260,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-39.siteid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3261,"kind":4194304,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3262,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListsBySearchTermPathParameters"},{"id":3263,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-2.__type-38.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermPathParameters.__type"},{"id":3264,"kind":4194304,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3265,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getResetPasswordTokenQueryParameters"},{"id":3266,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-2.__type-41.siteid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getResetPasswordTokenQueryParameters.__type"},{"id":3267,"kind":4194304,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3268,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getResetPasswordTokenPathParameters"},{"id":3269,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-2.__type-40.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getResetPasswordTokenPathParameters.__type"},{"id":3270,"kind":4194304,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.html#registercustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3271,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registercustomerqueryparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerCustomerQueryParameters"},{"id":3272,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#registercustomerqueryparameters-2.__type-43.siteid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerCustomerQueryParameters.__type"},{"id":3273,"kind":4194304,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.html#registercustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3274,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registercustomerpathparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerCustomerPathParameters"},{"id":3275,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#registercustomerpathparameters-2.__type-42.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerCustomerPathParameters.__type"},{"id":3276,"kind":4194304,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3277,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerExternalProfileQueryParameters"},{"id":3278,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-2.__type-45.siteid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerExternalProfileQueryParameters.__type"},{"id":3279,"kind":4194304,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3280,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerExternalProfilePathParameters"},{"id":3281,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-2.__type-44.organizationid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerExternalProfilePathParameters.__type"},{"id":3282,"kind":4194304,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3283,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.removeCustomerAddressQueryParameters"},{"id":3284,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-2.__type-47.siteid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressQueryParameters.__type"},{"id":3285,"kind":4194304,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3286,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.removeCustomerAddressPathParameters"},{"id":3287,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-46.addressname-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressPathParameters.__type"},{"id":3288,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-46.customerid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressPathParameters.__type"},{"id":3289,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-46.organizationid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressPathParameters.__type"},{"id":3290,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3291,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.resetPasswordQueryParameters"},{"id":3292,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-2.__type-49.siteid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.resetPasswordQueryParameters.__type"},{"id":3293,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.html#resetpasswordpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3294,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#resetpasswordpathparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.resetPasswordPathParameters"},{"id":3295,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#resetpasswordpathparameters-2.__type-48.organizationid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.resetPasswordPathParameters.__type"},{"id":3296,"kind":4194304,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3297,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-2.__type-61","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerQueryParameters"},{"id":3298,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-2.__type-61.siteid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerQueryParameters.__type"},{"id":3299,"kind":4194304,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3300,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPathParameters"},{"id":3301,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2.__type-54.customerid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPathParameters.__type"},{"id":3302,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2.__type-54.organizationid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPathParameters.__type"},{"id":3303,"kind":4194304,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3304,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerAddressQueryParameters"},{"id":3305,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-2.__type-51.siteid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressQueryParameters.__type"},{"id":3306,"kind":4194304,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3307,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerAddressPathParameters"},{"id":3308,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-50.addressname-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressPathParameters.__type"},{"id":3309,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-50.customerid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressPathParameters.__type"},{"id":3310,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-50.organizationid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressPathParameters.__type"},{"id":3311,"kind":4194304,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3312,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPasswordQueryParameters"},{"id":3313,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-2.__type-53.siteid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPasswordQueryParameters.__type"},{"id":3314,"kind":4194304,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3315,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPasswordPathParameters"},{"id":3316,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2.__type-52.customerid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPasswordPathParameters.__type"},{"id":3317,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2.__type-52.organizationid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPasswordPathParameters.__type"},{"id":3318,"kind":4194304,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3319,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPaymentInstrumentQueryParameters"},{"id":3320,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-2.__type-56.siteid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentQueryParameters.__type"},{"id":3321,"kind":4194304,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3322,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters"},{"id":3323,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-55.paymentinstrumentid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters.__type"},{"id":3324,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-55.customerid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters.__type"},{"id":3325,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-55.organizationid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters.__type"},{"id":3326,"kind":4194304,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3327,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-2.__type-60","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListQueryParameters"},{"id":3328,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-2.__type-60.siteid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListQueryParameters.__type"},{"id":3329,"kind":4194304,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3330,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-59","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListPathParameters"},{"id":3331,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-59.listid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListPathParameters.__type"},{"id":3332,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-59.customerid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListPathParameters.__type"},{"id":3333,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-59.organizationid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListPathParameters.__type"},{"id":3334,"kind":4194304,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3335,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-2.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListItemQueryParameters"},{"id":3336,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-2.__type-58.siteid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemQueryParameters.__type"},{"id":3337,"kind":4194304,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3338,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListItemPathParameters"},{"id":3339,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-57.itemid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3340,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-57.listid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3341,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-57.customerid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3342,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-57.organizationid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3343,"kind":4194304,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3344,"kind":4194304,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3345,"kind":4194304,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3346,"kind":16777216,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3347,"kind":16777216,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3348,"kind":16777216,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3349,"kind":16777216,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3350,"kind":16777216,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3351,"kind":16777216,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3352,"kind":16777216,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3353,"kind":16777216,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3354,"kind":16777216,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3355,"kind":16777216,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3356,"kind":16777216,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3357,"kind":16777216,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3358,"kind":16777216,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3359,"kind":16777216,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3360,"kind":16777216,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3361,"kind":16777216,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3362,"kind":16777216,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3363,"kind":16777216,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.html#getcustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3364,"kind":16777216,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.html#getcustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3365,"kind":16777216,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3366,"kind":16777216,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3367,"kind":16777216,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3368,"kind":16777216,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3369,"kind":16777216,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3370,"kind":16777216,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.html#getcustomerorderspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3371,"kind":16777216,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3372,"kind":16777216,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3373,"kind":16777216,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3374,"kind":16777216,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3375,"kind":16777216,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3376,"kind":16777216,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3377,"kind":16777216,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3378,"kind":16777216,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3379,"kind":16777216,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3380,"kind":16777216,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.html#getexternalprofilepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3381,"kind":16777216,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3382,"kind":16777216,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.html#getproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3383,"kind":16777216,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3384,"kind":16777216,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3385,"kind":16777216,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3386,"kind":16777216,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3387,"kind":16777216,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3388,"kind":16777216,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3389,"kind":16777216,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3390,"kind":16777216,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3391,"kind":16777216,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.html#registercustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3392,"kind":16777216,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.html#registercustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3393,"kind":16777216,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3394,"kind":16777216,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3395,"kind":16777216,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3396,"kind":16777216,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3397,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.html#resetpasswordqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3398,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.html#resetpasswordpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3399,"kind":16777216,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.html#updatecustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3400,"kind":16777216,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.html#updatecustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3401,"kind":16777216,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3402,"kind":16777216,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3403,"kind":16777216,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3404,"kind":16777216,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3405,"kind":16777216,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3406,"kind":16777216,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3407,"kind":16777216,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3408,"kind":16777216,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3409,"kind":16777216,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3410,"kind":16777216,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3411,"kind":16777216,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3412,"kind":16777216,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3413,"kind":16777216,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3414,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3415,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3416,"kind":16777216,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3417,"kind":16777216,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3418,"kind":16777216,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3419,"kind":16777216,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3420,"kind":16777216,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3421,"kind":16777216,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3422,"kind":16777216,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3423,"kind":16777216,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3424,"kind":16777216,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3425,"kind":16777216,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3426,"kind":16777216,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3427,"kind":16777216,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3428,"kind":16777216,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3429,"kind":16777216,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3430,"kind":16777216,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3431,"kind":16777216,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3432,"kind":16777216,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3433,"kind":16777216,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.html#getcustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3434,"kind":16777216,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.html#getcustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3435,"kind":16777216,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3436,"kind":16777216,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3437,"kind":16777216,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3438,"kind":16777216,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3439,"kind":16777216,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3440,"kind":16777216,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3441,"kind":16777216,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3442,"kind":16777216,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3443,"kind":16777216,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3444,"kind":16777216,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3445,"kind":16777216,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3446,"kind":16777216,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3447,"kind":16777216,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3448,"kind":16777216,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3449,"kind":16777216,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3450,"kind":16777216,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3451,"kind":16777216,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3452,"kind":16777216,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.html#getproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3453,"kind":16777216,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3454,"kind":16777216,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3455,"kind":16777216,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3456,"kind":16777216,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3457,"kind":16777216,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3458,"kind":16777216,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3459,"kind":16777216,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3460,"kind":16777216,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3461,"kind":16777216,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.html#registercustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3462,"kind":16777216,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.html#registercustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3463,"kind":16777216,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3464,"kind":16777216,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3465,"kind":16777216,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3466,"kind":16777216,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3467,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3468,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.html#resetpasswordpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3469,"kind":16777216,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3470,"kind":16777216,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.html#updatecustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3471,"kind":16777216,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3472,"kind":16777216,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3473,"kind":16777216,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3474,"kind":16777216,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3475,"kind":16777216,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3476,"kind":16777216,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3477,"kind":16777216,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3478,"kind":16777216,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3479,"kind":16777216,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3480,"kind":16777216,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3481,"kind":16777216,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3482,"kind":16777216,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3483,"kind":16777216,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3484,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3485,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3486,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3487,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3488,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3489,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3490,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3491,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3492,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3493,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3494,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3495,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3496,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3497,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3498,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3499,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3500,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3501,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3502,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3503,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3504,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3505,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3506,"kind":16777216,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3507,"kind":16777216,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3508,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3509,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3510,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3511,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3512,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3513,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3514,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3515,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3516,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3517,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3518,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3519,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3520,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3521,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3522,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3523,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3524,"kind":16777216,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3525,"kind":16777216,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3526,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3527,"kind":16777216,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3528,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3529,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3530,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3531,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3532,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3533,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3534,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3535,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3536,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3537,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3538,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3539,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3540,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3541,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3542,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3543,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3544,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3545,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3546,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3547,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3548,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3549,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3550,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3551,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3552,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3553,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3554,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3555,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3556,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3557,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3558,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3559,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3560,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3561,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3562,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3563,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3564,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3565,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3566,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3567,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3568,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3569,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3570,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3571,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3572,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3573,"kind":16777216,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3574,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3575,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3576,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3577,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3578,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3579,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3580,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3581,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3582,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3583,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3584,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3585,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3586,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3587,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3588,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3589,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3590,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3591,"kind":2,"name":"ShopperCustomersTypes","url":"modules/shoppercustomers.shoppercustomerstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3592,"kind":4194304,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#shoppercustomerspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3593,"kind":4194304,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#shoppercustomersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3594,"kind":4194304,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3595,"kind":4194304,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3596,"kind":4194304,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3597,"kind":4194304,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3598,"kind":4194304,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3599,"kind":4194304,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3600,"kind":4194304,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3601,"kind":4194304,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3602,"kind":4194304,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3603,"kind":4194304,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3604,"kind":4194304,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3605,"kind":4194304,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3606,"kind":4194304,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3607,"kind":4194304,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3608,"kind":4194304,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3609,"kind":4194304,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3610,"kind":4194304,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3611,"kind":4194304,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3612,"kind":4194304,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3613,"kind":4194304,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerbasketsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3614,"kind":4194304,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerbasketspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3615,"kind":4194304,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerordersexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3616,"kind":4194304,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerordersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3617,"kind":4194304,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerorderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3618,"kind":4194304,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3619,"kind":4194304,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3620,"kind":4194304,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3621,"kind":4194304,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3622,"kind":4194304,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3623,"kind":4194304,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3624,"kind":4194304,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3625,"kind":4194304,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3626,"kind":4194304,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getexternalprofilequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3627,"kind":4194304,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getexternalprofilepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3628,"kind":4194304,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3629,"kind":4194304,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3630,"kind":4194304,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3631,"kind":4194304,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3632,"kind":4194304,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistitemsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3633,"kind":4194304,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistitemsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3634,"kind":4194304,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistitemspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3635,"kind":4194304,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistsbysearchtermqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3636,"kind":4194304,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistsbysearchtermpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3637,"kind":4194304,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getresetpasswordtokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3638,"kind":4194304,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getresetpasswordtokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3639,"kind":4194304,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registercustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3640,"kind":4194304,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registercustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3641,"kind":4194304,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registerexternalprofilequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3642,"kind":4194304,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registerexternalprofilepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3643,"kind":4194304,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#removecustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3644,"kind":4194304,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#removecustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3645,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3646,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3647,"kind":4194304,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3648,"kind":4194304,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3649,"kind":4194304,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3650,"kind":4194304,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3651,"kind":4194304,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpasswordqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3652,"kind":4194304,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpasswordpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3653,"kind":4194304,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3654,"kind":4194304,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3655,"kind":4194304,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3656,"kind":4194304,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3657,"kind":4194304,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3658,"kind":4194304,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3659,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.shoppercustomerstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3660,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3661,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3662,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3663,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3664,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.shoppercustomerstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3665,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3666,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3667,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.shoppercustomerstypes.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3668,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerauthtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3669,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3670,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddressinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3671,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerextprofilerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3672,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerexternalprofile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3673,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3674,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerorderresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3675,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3676,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3677,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3678,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3679,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentupdaterequestpaymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3680,"kind":4194304,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentmethodreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3681,"kind":4194304,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentmethodreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3682,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3683,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3684,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3685,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3686,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3687,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3688,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerregistration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3689,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.shoppercustomerstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3690,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3691,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.shoppercustomerstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3692,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3693,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3694,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.shoppercustomerstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3695,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3696,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.shoppercustomerstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3697,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.shoppercustomerstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3698,"kind":4194304,"name":"OmsData","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3699,"kind":4194304,"name":"OmsProductData","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsproductdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3700,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsproductdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3701,"kind":4194304,"name":"OmsShipment","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsshipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3702,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsshipmentitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3703,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.shoppercustomerstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3704,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3705,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3706,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.shoppercustomerstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3707,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3708,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3709,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3710,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3711,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3712,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3713,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3714,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3715,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3716,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3717,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3718,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3719,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.shoppercustomerstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3720,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3721,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#passwordchangerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3722,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentbankaccountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3723,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3724,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.shoppercustomerstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3725,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.shoppercustomerstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3726,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.shoppercustomerstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3727,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3728,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3729,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3730,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3731,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistevent","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3732,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3733,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3734,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3735,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3736,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3737,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistshippingaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3738,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3739,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3740,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.shoppercustomerstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3741,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3742,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3743,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3744,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfotypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3745,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3746,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3747,"kind":4194304,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitemresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3748,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3749,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3750,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3751,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3752,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtoken","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3753,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3754,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3755,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3756,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3757,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3758,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3759,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3760,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.shoppercustomerstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3761,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.shoppercustomerstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3762,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3763,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3764,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3765,"kind":1,"name":"shopperExperience","url":"modules/shopperexperience.html","classes":"tsd-kind-module"},{"id":3766,"kind":32,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperExperience"},{"id":3767,"kind":4194304,"name":"Region","url":"modules/shopperexperience.html#region-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3768,"kind":4194304,"name":"Component","url":"modules/shopperexperience.html#component-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3769,"kind":4194304,"name":"Content","url":"modules/shopperexperience.html#content-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3770,"kind":4194304,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3771,"kind":4194304,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3772,"kind":4194304,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3773,"kind":4194304,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3774,"kind":4194304,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3775,"kind":4194304,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3776,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3777,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3778,"kind":4194304,"name":"Page","url":"modules/shopperexperience.html#page-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3779,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3780,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3781,"kind":4194304,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3782,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3783,"kind":16777216,"name":"Content","url":"modules/shopperexperience.html#content","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3784,"kind":16777216,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3785,"kind":16777216,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3786,"kind":16777216,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3787,"kind":16777216,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3788,"kind":16777216,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3789,"kind":16777216,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3790,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3791,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3792,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3793,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3794,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3795,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3796,"kind":16777216,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3797,"kind":128,"name":"ShopperExperience","url":"classes/shopperexperience.shopperexperience-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperExperience"},{"id":3798,"kind":1024,"name":"clientConfig","url":"classes/shopperexperience.shopperexperience-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":3799,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperexperience.shopperexperience-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":3800,"kind":2097152,"name":"apiPaths","url":"classes/shopperexperience.shopperexperience-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":3801,"kind":32,"name":"getContent","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getcontent-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3802,"kind":32,"name":"getContentFolder","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getcontentfolder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3803,"kind":32,"name":"getContentFolders","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getcontentfolders-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3804,"kind":32,"name":"getMultipleContent","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getmultiplecontent-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3805,"kind":32,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getpage-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3806,"kind":32,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getpages-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3807,"kind":32,"name":"searchContent","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.searchcontent-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3808,"kind":512,"name":"constructor","url":"classes/shopperexperience.shopperexperience-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":3809,"kind":1024,"name":"paramKeys","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":3810,"kind":65536,"name":"__type","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperExperience.ShopperExperience.paramKeys"},{"id":3811,"kind":32,"name":"getContent","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontent","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3812,"kind":32,"name":"getContentRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3813,"kind":32,"name":"getContentFolder","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfolder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3814,"kind":32,"name":"getContentFolderRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfolderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3815,"kind":32,"name":"getContentFolders","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfolders","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3816,"kind":32,"name":"getContentFoldersRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfoldersrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3817,"kind":32,"name":"getMultipleContent","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getmultiplecontent","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3818,"kind":32,"name":"getMultipleContentRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getmultiplecontentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3819,"kind":32,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpage","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3820,"kind":32,"name":"getPageRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpagerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3821,"kind":32,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3822,"kind":32,"name":"getPagesRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpagesrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3823,"kind":32,"name":"searchContent","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.searchcontent","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3824,"kind":32,"name":"searchContentRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.searchcontentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3825,"kind":2048,"name":"getContent","url":"classes/shopperexperience.shopperexperience-3.html#getcontent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3826,"kind":2048,"name":"getContentFolder","url":"classes/shopperexperience.shopperexperience-3.html#getcontentfolder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3827,"kind":2048,"name":"getContentFolders","url":"classes/shopperexperience.shopperexperience-3.html#getcontentfolders-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3828,"kind":2048,"name":"getMultipleContent","url":"classes/shopperexperience.shopperexperience-3.html#getmultiplecontent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3829,"kind":2048,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#getpage-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3830,"kind":2048,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#getpages-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3831,"kind":2048,"name":"searchContent","url":"classes/shopperexperience.shopperexperience-3.html#searchcontent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3832,"kind":4194304,"name":"getContentQueryParameters","url":"modules/shopperexperience.html#getcontentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3833,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentQueryParameters"},{"id":3834,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getcontentqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentQueryParameters.__type"},{"id":3835,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getcontentqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentQueryParameters.__type"},{"id":3836,"kind":4194304,"name":"getContentPathParameters","url":"modules/shopperexperience.html#getcontentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3837,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentPathParameters"},{"id":3838,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getcontentpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentPathParameters.__type"},{"id":3839,"kind":32,"name":"id","url":"modules/shopperexperience.html#getcontentpathparameters-2.__type-4.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentPathParameters.__type"},{"id":3840,"kind":4194304,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3841,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFolderQueryParameters"},{"id":3842,"kind":32,"name":"levels","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1.levels","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderQueryParameters.__type"},{"id":3843,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderQueryParameters.__type"},{"id":3844,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderQueryParameters.__type"},{"id":3845,"kind":4194304,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3846,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFolderPathParameters"},{"id":3847,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderPathParameters.__type"},{"id":3848,"kind":32,"name":"id","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderPathParameters.__type"},{"id":3849,"kind":4194304,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3850,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFoldersQueryParameters"},{"id":3851,"kind":32,"name":"ids","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3852,"kind":32,"name":"levels","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.levels-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3853,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3854,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3855,"kind":4194304,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.html#getcontentfolderspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3856,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfolderspathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFoldersPathParameters"},{"id":3857,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getcontentfolderspathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersPathParameters.__type"},{"id":3858,"kind":4194304,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3859,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getMultipleContentQueryParameters"},{"id":3860,"kind":32,"name":"ids","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7.ids-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentQueryParameters.__type"},{"id":3861,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentQueryParameters.__type"},{"id":3862,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentQueryParameters.__type"},{"id":3863,"kind":4194304,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3864,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getMultipleContentPathParameters"},{"id":3865,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentPathParameters.__type"},{"id":3866,"kind":4194304,"name":"getPageQueryParameters","url":"modules/shopperexperience.html#getpagequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3867,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPageQueryParameters"},{"id":3868,"kind":32,"name":"aspectAttributes","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.aspectattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3869,"kind":32,"name":"parameters","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.parameters","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3870,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3871,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3872,"kind":4194304,"name":"getPagePathParameters","url":"modules/shopperexperience.html#getpagepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3873,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagepathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPagePathParameters"},{"id":3874,"kind":32,"name":"pageId","url":"modules/shopperexperience.html#getpagepathparameters-2.__type-8.pageid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagePathParameters.__type"},{"id":3875,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getpagepathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagePathParameters.__type"},{"id":3876,"kind":4194304,"name":"getPagesQueryParameters","url":"modules/shopperexperience.html#getpagesqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3877,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPagesQueryParameters"},{"id":3878,"kind":32,"name":"categoryId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.categoryid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3879,"kind":32,"name":"productId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3880,"kind":32,"name":"aspectTypeId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.aspecttypeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3881,"kind":32,"name":"aspectAttributes","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.aspectattributes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3882,"kind":32,"name":"parameters","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.parameters-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3883,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3884,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3885,"kind":4194304,"name":"getPagesPathParameters","url":"modules/shopperexperience.html#getpagespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3886,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagespathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPagesPathParameters"},{"id":3887,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getpagespathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesPathParameters.__type"},{"id":3888,"kind":4194304,"name":"searchContentQueryParameters","url":"modules/shopperexperience.html#searchcontentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3889,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.searchContentQueryParameters"},{"id":3890,"kind":32,"name":"q","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.q","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3891,"kind":32,"name":"refine","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.refine","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3892,"kind":32,"name":"sort","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.sort","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3893,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3894,"kind":32,"name":"locale","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3895,"kind":32,"name":"limit","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3896,"kind":32,"name":"offset","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3897,"kind":4194304,"name":"searchContentPathParameters","url":"modules/shopperexperience.html#searchcontentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3898,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#searchcontentpathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.searchContentPathParameters"},{"id":3899,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#searchcontentpathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentPathParameters.__type"},{"id":3900,"kind":4194304,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3901,"kind":4194304,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3902,"kind":4194304,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3903,"kind":16777216,"name":"getContentQueryParameters","url":"modules/shopperexperience.html#getcontentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3904,"kind":16777216,"name":"getContentPathParameters","url":"modules/shopperexperience.html#getcontentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3905,"kind":16777216,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.html#getcontentfolderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3906,"kind":16777216,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.html#getcontentfolderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3907,"kind":16777216,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3908,"kind":16777216,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.html#getcontentfolderspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3909,"kind":16777216,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3910,"kind":16777216,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.html#getmultiplecontentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3911,"kind":16777216,"name":"getPageQueryParameters","url":"modules/shopperexperience.html#getpagequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3912,"kind":16777216,"name":"getPagePathParameters","url":"modules/shopperexperience.html#getpagepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3913,"kind":16777216,"name":"getPagesQueryParameters","url":"modules/shopperexperience.html#getpagesqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3914,"kind":16777216,"name":"getPagesPathParameters","url":"modules/shopperexperience.html#getpagespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3915,"kind":16777216,"name":"searchContentQueryParameters","url":"modules/shopperexperience.html#searchcontentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3916,"kind":16777216,"name":"searchContentPathParameters","url":"modules/shopperexperience.html#searchcontentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3917,"kind":16777216,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3918,"kind":16777216,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3919,"kind":16777216,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3920,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3921,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3922,"kind":16777216,"name":"getContentQueryParameters","url":"modules/shopperexperience.html#getcontentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3923,"kind":16777216,"name":"getContentPathParameters","url":"modules/shopperexperience.html#getcontentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3924,"kind":16777216,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3925,"kind":16777216,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.html#getcontentfolderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3926,"kind":16777216,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3927,"kind":16777216,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.html#getcontentfolderspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3928,"kind":16777216,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3929,"kind":16777216,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3930,"kind":16777216,"name":"getPageQueryParameters","url":"modules/shopperexperience.html#getpagequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3931,"kind":16777216,"name":"getPagePathParameters","url":"modules/shopperexperience.html#getpagepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3932,"kind":16777216,"name":"getPagesQueryParameters","url":"modules/shopperexperience.html#getpagesqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3933,"kind":16777216,"name":"getPagesPathParameters","url":"modules/shopperexperience.html#getpagespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3934,"kind":16777216,"name":"searchContentQueryParameters","url":"modules/shopperexperience.html#searchcontentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3935,"kind":16777216,"name":"searchContentPathParameters","url":"modules/shopperexperience.html#searchcontentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3936,"kind":16777216,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3937,"kind":16777216,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3938,"kind":16777216,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3939,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3940,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3941,"kind":16777216,"name":"Content","url":"modules/shopperexperience.html#content-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3942,"kind":16777216,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3943,"kind":16777216,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3944,"kind":16777216,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3945,"kind":16777216,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3946,"kind":16777216,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3947,"kind":16777216,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3948,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3949,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3950,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3951,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3952,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3953,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3954,"kind":16777216,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3955,"kind":2,"name":"ShopperExperienceTypes","url":"modules/shopperexperience.shopperexperiencetypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperExperience"},{"id":3956,"kind":4194304,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#shopperexperiencepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3957,"kind":4194304,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#shopperexperiencequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3958,"kind":4194304,"name":"getContentQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3959,"kind":4194304,"name":"getContentPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3960,"kind":4194304,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfolderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3961,"kind":4194304,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfolderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3962,"kind":4194304,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfoldersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3963,"kind":4194304,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfolderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3964,"kind":4194304,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getmultiplecontentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3965,"kind":4194304,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getmultiplecontentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3966,"kind":4194304,"name":"getPageQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3967,"kind":4194304,"name":"getPagePathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3968,"kind":4194304,"name":"getPagesQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3969,"kind":4194304,"name":"getPagesPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3970,"kind":4194304,"name":"searchContentQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#searchcontentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3971,"kind":4194304,"name":"searchContentPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#searchcontentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3972,"kind":4194304,"name":"Component","url":"modules/shopperexperience.shopperexperiencetypes.html#component","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3973,"kind":4194304,"name":"Content","url":"modules/shopperexperience.shopperexperiencetypes.html#content","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3974,"kind":4194304,"name":"ContentFolder","url":"modules/shopperexperience.shopperexperiencetypes.html#contentfolder","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3975,"kind":4194304,"name":"ContentFolderResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentfolderresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3976,"kind":4194304,"name":"ContentResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3977,"kind":4194304,"name":"ContentSearchRefinement","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3978,"kind":4194304,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3979,"kind":4194304,"name":"ContentSearchResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3980,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.shopperexperiencetypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3981,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.shopperexperiencetypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3982,"kind":4194304,"name":"Page","url":"modules/shopperexperience.shopperexperiencetypes.html#page","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3983,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.shopperexperiencetypes.html#pageresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3984,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperexperience.shopperexperiencetypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3985,"kind":4194304,"name":"Region","url":"modules/shopperexperience.shopperexperiencetypes.html#region","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3986,"kind":4194304,"name":"ResultBase","url":"modules/shopperexperience.shopperexperiencetypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3987,"kind":1,"name":"shopperGiftCertificates","url":"modules/shoppergiftcertificates.html","classes":"tsd-kind-module"},{"id":3988,"kind":32,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3989,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3990,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3991,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3992,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3993,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3994,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3995,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3996,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3997,"kind":128,"name":"ShopperGiftCertificates","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperGiftCertificates"},{"id":3998,"kind":1024,"name":"clientConfig","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":3999,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4000,"kind":2097152,"name":"apiPaths","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4001,"kind":32,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#apipaths.getgiftcertificate-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.apiPaths"},{"id":4002,"kind":512,"name":"constructor","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4003,"kind":1024,"name":"paramKeys","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4004,"kind":65536,"name":"__type","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys"},{"id":4005,"kind":32,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys.__type.getgiftcertificate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys.__type"},{"id":4006,"kind":32,"name":"getGiftCertificateRequired","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys.__type.getgiftcertificaterequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys.__type"},{"id":4007,"kind":2048,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#getgiftcertificate-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4008,"kind":4194304,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4009,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.getGiftCertificateQueryParameters"},{"id":4010,"kind":32,"name":"siteId","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.getGiftCertificateQueryParameters.__type"},{"id":4011,"kind":4194304,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4012,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.getGiftCertificatePathParameters"},{"id":4013,"kind":32,"name":"organizationId","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.getGiftCertificatePathParameters.__type"},{"id":4014,"kind":4194304,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4015,"kind":4194304,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4016,"kind":4194304,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4017,"kind":16777216,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4018,"kind":16777216,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4019,"kind":16777216,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4020,"kind":16777216,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4021,"kind":16777216,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4022,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4023,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4024,"kind":16777216,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4025,"kind":16777216,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4026,"kind":16777216,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4027,"kind":16777216,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4028,"kind":16777216,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4029,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4030,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4031,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4032,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4033,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4034,"kind":2,"name":"ShopperGiftCertificatesTypes","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4035,"kind":4194304,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#shoppergiftcertificatespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4036,"kind":4194304,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#shoppergiftcertificatesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4037,"kind":4194304,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#getgiftcertificatequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4038,"kind":4194304,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#getgiftcertificatepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4039,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4040,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4041,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4042,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4043,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4044,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4045,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4046,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4047,"kind":16777216,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4048,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4049,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4050,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4051,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4052,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4053,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4054,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4055,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4056,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4057,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4058,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4059,"kind":16777216,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4060,"kind":16777216,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4061,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4062,"kind":16777216,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4063,"kind":16777216,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.html#authorizecustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4064,"kind":16777216,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4065,"kind":16777216,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4066,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4067,"kind":16777216,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4068,"kind":16777216,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4069,"kind":16777216,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4070,"kind":16777216,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4071,"kind":16777216,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4072,"kind":16777216,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4073,"kind":16777216,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4074,"kind":16777216,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.html#getaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4075,"kind":16777216,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.html#getaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4076,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4077,"kind":16777216,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.html#getjwksuriqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4078,"kind":16777216,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.html#getjwksuripathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4079,"kind":16777216,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4080,"kind":16777216,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4081,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4082,"kind":16777216,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4083,"kind":16777216,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4084,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4085,"kind":16777216,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4086,"kind":16777216,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4087,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4088,"kind":16777216,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4089,"kind":16777216,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4090,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4091,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4092,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4093,"kind":16777216,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4094,"kind":16777216,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4095,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4096,"kind":16777216,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.html#getuserinfoqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4097,"kind":16777216,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.html#getuserinfopathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4098,"kind":16777216,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4099,"kind":16777216,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4100,"kind":16777216,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.html#introspecttokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4101,"kind":16777216,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.html#introspecttokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4102,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4103,"kind":16777216,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4104,"kind":16777216,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.html#logoutcustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4105,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.html#resetpasswordqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4106,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.html#resetpasswordpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4107,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4108,"kind":16777216,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.html#revoketokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4109,"kind":16777216,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.html#revoketokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4110,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4111,"kind":16777216,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4112,"kind":16777216,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4113,"kind":16777216,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4114,"kind":16777216,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4115,"kind":16777216,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4116,"kind":16777216,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4117,"kind":16777216,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4118,"kind":16777216,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4119,"kind":16777216,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4120,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4121,"kind":16777216,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4122,"kind":16777216,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4123,"kind":16777216,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4124,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4125,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4126,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4127,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4128,"kind":16777216,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4129,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4130,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4131,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4132,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4133,"kind":16777216,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4134,"kind":16777216,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4135,"kind":16777216,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4136,"kind":16777216,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4137,"kind":16777216,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4138,"kind":16777216,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4139,"kind":16777216,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4140,"kind":16777216,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4141,"kind":16777216,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4142,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4143,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4144,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4145,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4146,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4147,"kind":2,"name":"ShopperLoginTypes","url":"modules/shopperlogin.shopperlogintypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperLogin"},{"id":4148,"kind":4194304,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#shopperloginpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4149,"kind":4194304,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#shopperloginqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4150,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4151,"kind":4194304,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4152,"kind":4194304,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4153,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4154,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerscopeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4155,"kind":4194304,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4156,"kind":4194304,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4157,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4158,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4159,"kind":4194304,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4160,"kind":4194304,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4161,"kind":4194304,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4162,"kind":4194304,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4163,"kind":4194304,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4164,"kind":4194304,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4165,"kind":4194304,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnauthenticationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4166,"kind":4194304,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnauthenticationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4167,"kind":4194304,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnuserregistrationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4168,"kind":4194304,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnuserregistrationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4169,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4170,"kind":4194304,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4171,"kind":4194304,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4172,"kind":4194304,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getjwksuriqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4173,"kind":4194304,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getjwksuripathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4174,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4175,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4176,"kind":4194304,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4177,"kind":4194304,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4178,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4179,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4180,"kind":4194304,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4181,"kind":4194304,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4182,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4183,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4184,"kind":4194304,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4185,"kind":4194304,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4186,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4187,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4188,"kind":4194304,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4189,"kind":4194304,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4190,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4191,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4192,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4193,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4194,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4195,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4196,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4197,"kind":4194304,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4198,"kind":4194304,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4199,"kind":4194304,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getuserinfoqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4200,"kind":4194304,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getuserinfopathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4201,"kind":4194304,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getwellknownopenidconfigurationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4202,"kind":4194304,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getwellknownopenidconfigurationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4203,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4204,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4205,"kind":4194304,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4206,"kind":4194304,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4207,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4208,"kind":4194304,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4209,"kind":4194304,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4210,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4211,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4212,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4213,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#revoketokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4214,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4215,"kind":4194304,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4216,"kind":4194304,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4217,"kind":4194304,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnauthenticationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4218,"kind":4194304,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnauthenticationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4219,"kind":4194304,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnauthenticationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4220,"kind":4194304,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnuserregistrationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4221,"kind":4194304,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnuserregistrationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4222,"kind":4194304,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnuserregistrationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4223,"kind":4194304,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.shopperlogintypes.html#authenticatefinishrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4224,"kind":4194304,"name":"AuthenticateResult","url":"modules/shopperlogin.shopperlogintypes.html#authenticateresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4225,"kind":4194304,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4226,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonauthenticatordatainner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4227,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonclientdatajsoninner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4228,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonsignatureinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4229,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonuserhandleinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4230,"kind":4194304,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4231,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejsonattestationobjectinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4232,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejsonclientdatajsoninner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4233,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.shopperlogintypes.html#granttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4234,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.shopperlogintypes.html#oauth2errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4235,"kind":4194304,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptor","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4236,"kind":4194304,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptortypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4237,"kind":4194304,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptortransportsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4238,"kind":4194304,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4239,"kind":4194304,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjsontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4240,"kind":4194304,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjsonresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4241,"kind":4194304,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialrequestoptions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4242,"kind":4194304,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialrequestoptionsuserverificationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4243,"kind":4194304,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.shopperlogintypes.html#registrationfinishrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4244,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.shopperlogintypes.html#responsetype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4245,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4246,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4247,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.shopperlogintypes.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4248,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.shopperlogintypes.html#tokentype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4249,"kind":1,"name":"shopperOrders","url":"modules/shopperorders.html","classes":"tsd-kind-module"},{"id":4250,"kind":32,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperOrders"},{"id":4251,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4252,"kind":4194304,"name":"Status","url":"modules/shopperorders.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4253,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4254,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4255,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4256,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4257,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4258,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4259,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4260,"kind":4194304,"name":"Discount","url":"modules/shopperorders.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4261,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4262,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4263,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4264,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4265,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4266,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4267,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4268,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4269,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4270,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4271,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4272,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4273,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4274,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4275,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4276,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4277,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4278,"kind":4194304,"name":"OmsData","url":"modules/shopperorders.html#omsdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4279,"kind":4194304,"name":"OmsDataStatusEnum","url":"modules/shopperorders.html#omsdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4280,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4281,"kind":4194304,"name":"Basket","url":"modules/shopperorders.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4282,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4283,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4284,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4285,"kind":4194304,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4286,"kind":4194304,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4287,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4288,"kind":4194304,"name":"ShipmentItem","url":"modules/shopperorders.html#shipmentitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4289,"kind":4194304,"name":"SchemasShipment","url":"modules/shopperorders.html#schemasshipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4290,"kind":4194304,"name":"SchemasOmsData","url":"modules/shopperorders.html#schemasomsdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4291,"kind":4194304,"name":"Order","url":"modules/shopperorders.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4292,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4293,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4294,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4295,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4296,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4297,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4298,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4299,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4300,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4301,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4302,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4303,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4304,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4305,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4306,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4307,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4308,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4309,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4310,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4311,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4312,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4313,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4314,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4315,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4316,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4317,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4318,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4319,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4320,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4321,"kind":16777216,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4322,"kind":16777216,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4323,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4324,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4325,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4326,"kind":16777216,"name":"OmsData","url":"modules/shopperorders.html#omsdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4327,"kind":16777216,"name":"OmsDataStatusEnum","url":"modules/shopperorders.html#omsdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4328,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4329,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4330,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4331,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4332,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4333,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4334,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4335,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4336,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4337,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4338,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4339,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4340,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4341,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4342,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4343,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4344,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4345,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4346,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4347,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4348,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4349,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4350,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4351,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4352,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4353,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4354,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4355,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4356,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4357,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4358,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4359,"kind":16777216,"name":"SchemasOmsData","url":"modules/shopperorders.html#schemasomsdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4360,"kind":16777216,"name":"SchemasShipment","url":"modules/shopperorders.html#schemasshipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4361,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4362,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4363,"kind":16777216,"name":"ShipmentItem","url":"modules/shopperorders.html#shipmentitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4364,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4365,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4366,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4367,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4368,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4369,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4370,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4371,"kind":128,"name":"ShopperOrders","url":"classes/shopperorders.shopperorders-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperOrders"},{"id":4372,"kind":1024,"name":"clientConfig","url":"classes/shopperorders.shopperorders-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":4373,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperorders.shopperorders-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":4374,"kind":2097152,"name":"apiPaths","url":"classes/shopperorders.shopperorders-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":4375,"kind":32,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.createorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4376,"kind":32,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.createpaymentinstrumentfororder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4377,"kind":32,"name":"failOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.failorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4378,"kind":32,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.getorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4379,"kind":32,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.getpaymentmethodsfororder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4380,"kind":32,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.gettaxesfromorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4381,"kind":32,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#apipaths.guestorderlookup-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4382,"kind":32,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.removepaymentinstrumentfromorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4383,"kind":32,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.updatepaymentinstrumentfororder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4384,"kind":512,"name":"constructor","url":"classes/shopperorders.shopperorders-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":4385,"kind":1024,"name":"paramKeys","url":"classes/shopperorders.shopperorders-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":4386,"kind":65536,"name":"__type","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperOrders.ShopperOrders.paramKeys"},{"id":4387,"kind":32,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4388,"kind":32,"name":"createOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4389,"kind":32,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createpaymentinstrumentfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4390,"kind":32,"name":"createPaymentInstrumentForOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createpaymentinstrumentfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4391,"kind":32,"name":"failOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.failorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4392,"kind":32,"name":"failOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.failorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4393,"kind":32,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4394,"kind":32,"name":"getOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4395,"kind":32,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getpaymentmethodsfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4396,"kind":32,"name":"getPaymentMethodsForOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getpaymentmethodsfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4397,"kind":32,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.gettaxesfromorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4398,"kind":32,"name":"getTaxesFromOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.gettaxesfromorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4399,"kind":32,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.guestorderlookup","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4400,"kind":32,"name":"guestOrderLookupRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.guestorderlookuprequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4401,"kind":32,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.removepaymentinstrumentfromorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4402,"kind":32,"name":"removePaymentInstrumentFromOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.removepaymentinstrumentfromorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4403,"kind":32,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.updatepaymentinstrumentfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4404,"kind":32,"name":"updatePaymentInstrumentForOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.updatepaymentinstrumentfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4405,"kind":2048,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#createorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4406,"kind":2048,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#createpaymentinstrumentfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4407,"kind":2048,"name":"failOrder","url":"classes/shopperorders.shopperorders-3.html#failorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4408,"kind":2048,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#getorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4409,"kind":2048,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#getpaymentmethodsfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4410,"kind":2048,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#gettaxesfromorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4411,"kind":2048,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#guestorderlookup-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4412,"kind":2048,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#removepaymentinstrumentfromorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4413,"kind":2048,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#updatepaymentinstrumentfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4414,"kind":4194304,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4415,"kind":4194304,"name":"createOrderQueryParameters","url":"modules/shopperorders.html#createorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4416,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createorderqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createOrderQueryParameters"},{"id":4417,"kind":32,"name":"siteId","url":"modules/shopperorders.html#createorderqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createOrderQueryParameters.__type"},{"id":4418,"kind":32,"name":"locale","url":"modules/shopperorders.html#createorderqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createOrderQueryParameters.__type"},{"id":4419,"kind":4194304,"name":"createOrderPathParameters","url":"modules/shopperorders.html#createorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4420,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createorderpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createOrderPathParameters"},{"id":4421,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#createorderpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createOrderPathParameters.__type"},{"id":4422,"kind":4194304,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4423,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createPaymentInstrumentForOrderQueryParameters"},{"id":4424,"kind":32,"name":"siteId","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderQueryParameters.__type"},{"id":4425,"kind":32,"name":"locale","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderQueryParameters.__type"},{"id":4426,"kind":4194304,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4427,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createPaymentInstrumentForOrderPathParameters"},{"id":4428,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderPathParameters.__type"},{"id":4429,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2.__type-2.orderno","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderPathParameters.__type"},{"id":4430,"kind":4194304,"name":"failOrderQueryParameters","url":"modules/shopperorders.html#failorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4431,"kind":65536,"name":"__type","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.failOrderQueryParameters"},{"id":4432,"kind":32,"name":"siteId","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderQueryParameters.__type"},{"id":4433,"kind":32,"name":"locale","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderQueryParameters.__type"},{"id":4434,"kind":32,"name":"reopenBasket","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5.reopenbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderQueryParameters.__type"},{"id":4435,"kind":4194304,"name":"failOrderPathParameters","url":"modules/shopperorders.html#failorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4436,"kind":65536,"name":"__type","url":"modules/shopperorders.html#failorderpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.failOrderPathParameters"},{"id":4437,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#failorderpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderPathParameters.__type"},{"id":4438,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#failorderpathparameters-2.__type-4.orderno-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderPathParameters.__type"},{"id":4439,"kind":4194304,"name":"getOrderQueryParameters","url":"modules/shopperorders.html#getorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4440,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getOrderQueryParameters"},{"id":4441,"kind":32,"name":"siteId","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderQueryParameters.__type"},{"id":4442,"kind":32,"name":"locale","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderQueryParameters.__type"},{"id":4443,"kind":32,"name":"expand","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderQueryParameters.__type"},{"id":4444,"kind":4194304,"name":"getOrderPathParameters","url":"modules/shopperorders.html#getorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4445,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getorderpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getOrderPathParameters"},{"id":4446,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#getorderpathparameters-2.__type-6.orderno-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderPathParameters.__type"},{"id":4447,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#getorderpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderPathParameters.__type"},{"id":4448,"kind":4194304,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4449,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getPaymentMethodsForOrderQueryParameters"},{"id":4450,"kind":32,"name":"siteId","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderQueryParameters.__type"},{"id":4451,"kind":32,"name":"locale","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderQueryParameters.__type"},{"id":4452,"kind":4194304,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4453,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getPaymentMethodsForOrderPathParameters"},{"id":4454,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderPathParameters.__type"},{"id":4455,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2.__type-8.orderno-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderPathParameters.__type"},{"id":4456,"kind":4194304,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4457,"kind":65536,"name":"__type","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getTaxesFromOrderQueryParameters"},{"id":4458,"kind":32,"name":"siteId","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getTaxesFromOrderQueryParameters.__type"},{"id":4459,"kind":4194304,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4460,"kind":65536,"name":"__type","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getTaxesFromOrderPathParameters"},{"id":4461,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getTaxesFromOrderPathParameters.__type"},{"id":4462,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2.__type-10.orderno-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getTaxesFromOrderPathParameters.__type"},{"id":4463,"kind":4194304,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4464,"kind":65536,"name":"__type","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.guestOrderLookupQueryParameters"},{"id":4465,"kind":32,"name":"siteId","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupQueryParameters.__type"},{"id":4466,"kind":32,"name":"locale","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2.__type-13.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupQueryParameters.__type"},{"id":4467,"kind":4194304,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.html#guestorderlookuppathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4468,"kind":65536,"name":"__type","url":"modules/shopperorders.html#guestorderlookuppathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.guestOrderLookupPathParameters"},{"id":4469,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#guestorderlookuppathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupPathParameters.__type"},{"id":4470,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#guestorderlookuppathparameters-2.__type-12.orderno-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupPathParameters.__type"},{"id":4471,"kind":4194304,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4472,"kind":65536,"name":"__type","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.removePaymentInstrumentFromOrderQueryParameters"},{"id":4473,"kind":32,"name":"siteId","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderQueryParameters.__type"},{"id":4474,"kind":32,"name":"locale","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2.__type-15.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderQueryParameters.__type"},{"id":4475,"kind":4194304,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4476,"kind":65536,"name":"__type","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters"},{"id":4477,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters.__type"},{"id":4478,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters.__type"},{"id":4479,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14.orderno-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters.__type"},{"id":4480,"kind":4194304,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4481,"kind":65536,"name":"__type","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.updatePaymentInstrumentForOrderQueryParameters"},{"id":4482,"kind":32,"name":"siteId","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderQueryParameters.__type"},{"id":4483,"kind":32,"name":"locale","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2.__type-17.locale-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderQueryParameters.__type"},{"id":4484,"kind":4194304,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4485,"kind":65536,"name":"__type","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters"},{"id":4486,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters.__type"},{"id":4487,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters.__type"},{"id":4488,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16.orderno-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters.__type"},{"id":4489,"kind":4194304,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4490,"kind":4194304,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4491,"kind":4194304,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4492,"kind":16777216,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4493,"kind":16777216,"name":"createOrderQueryParameters","url":"modules/shopperorders.html#createorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4494,"kind":16777216,"name":"createOrderPathParameters","url":"modules/shopperorders.html#createorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4495,"kind":16777216,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4496,"kind":16777216,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4497,"kind":16777216,"name":"failOrderQueryParameters","url":"modules/shopperorders.html#failorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4498,"kind":16777216,"name":"failOrderPathParameters","url":"modules/shopperorders.html#failorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4499,"kind":16777216,"name":"getOrderQueryParameters","url":"modules/shopperorders.html#getorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4500,"kind":16777216,"name":"getOrderPathParameters","url":"modules/shopperorders.html#getorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4501,"kind":16777216,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4502,"kind":16777216,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4503,"kind":16777216,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4504,"kind":16777216,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.html#gettaxesfromorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4505,"kind":16777216,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.html#guestorderlookupqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4506,"kind":16777216,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.html#guestorderlookuppathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4507,"kind":16777216,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4508,"kind":16777216,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4509,"kind":16777216,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4510,"kind":16777216,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4511,"kind":16777216,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4512,"kind":16777216,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4513,"kind":16777216,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4514,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4515,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4516,"kind":16777216,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4517,"kind":16777216,"name":"createOrderQueryParameters","url":"modules/shopperorders.html#createorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4518,"kind":16777216,"name":"createOrderPathParameters","url":"modules/shopperorders.html#createorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4519,"kind":16777216,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4520,"kind":16777216,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4521,"kind":16777216,"name":"failOrderQueryParameters","url":"modules/shopperorders.html#failorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4522,"kind":16777216,"name":"failOrderPathParameters","url":"modules/shopperorders.html#failorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4523,"kind":16777216,"name":"getOrderQueryParameters","url":"modules/shopperorders.html#getorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4524,"kind":16777216,"name":"getOrderPathParameters","url":"modules/shopperorders.html#getorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4525,"kind":16777216,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4526,"kind":16777216,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4527,"kind":16777216,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4528,"kind":16777216,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4529,"kind":16777216,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.html#guestorderlookupqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4530,"kind":16777216,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.html#guestorderlookuppathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4531,"kind":16777216,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4532,"kind":16777216,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4533,"kind":16777216,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4534,"kind":16777216,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4535,"kind":16777216,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4536,"kind":16777216,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4537,"kind":16777216,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4538,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4539,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4540,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4541,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4542,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4543,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4544,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4545,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4546,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4547,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4548,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4549,"kind":16777216,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4550,"kind":16777216,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4551,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4552,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4553,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4554,"kind":16777216,"name":"OmsData","url":"modules/shopperorders.html#omsdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4555,"kind":16777216,"name":"OmsDataStatusEnum","url":"modules/shopperorders.html#omsdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4556,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4557,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4558,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4559,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4560,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4561,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4562,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4563,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4564,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4565,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4566,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4567,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4568,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4569,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4570,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4571,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4572,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4573,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4574,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4575,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4576,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4577,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4578,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4579,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4580,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4581,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4582,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4583,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4584,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4585,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4586,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4587,"kind":16777216,"name":"SchemasOmsData","url":"modules/shopperorders.html#schemasomsdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4588,"kind":16777216,"name":"SchemasShipment","url":"modules/shopperorders.html#schemasshipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4589,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4590,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4591,"kind":16777216,"name":"ShipmentItem","url":"modules/shopperorders.html#shipmentitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4592,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4593,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4594,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4595,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4596,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4597,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4598,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4599,"kind":2,"name":"ShopperOrdersTypes","url":"modules/shopperorders.shopperorderstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperOrders"},{"id":4600,"kind":4194304,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.shopperorderstypes.html#shopperorderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4601,"kind":4194304,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#shopperordersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4602,"kind":4194304,"name":"createOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#createorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4603,"kind":4194304,"name":"createOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#createorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4604,"kind":4194304,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#createpaymentinstrumentfororderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4605,"kind":4194304,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#createpaymentinstrumentfororderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4606,"kind":4194304,"name":"failOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#failorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4607,"kind":4194304,"name":"failOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#failorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4608,"kind":4194304,"name":"GetOrderExpandEnum","url":"modules/shopperorders.shopperorderstypes.html#getorderexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4609,"kind":4194304,"name":"getOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#getorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4610,"kind":4194304,"name":"getOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#getorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4611,"kind":4194304,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#getpaymentmethodsfororderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4612,"kind":4194304,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#getpaymentmethodsfororderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4613,"kind":4194304,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#gettaxesfromorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4614,"kind":4194304,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#gettaxesfromorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4615,"kind":4194304,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#guestorderlookupqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4616,"kind":4194304,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.shopperorderstypes.html#guestorderlookuppathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4617,"kind":4194304,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#removepaymentinstrumentfromorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4618,"kind":4194304,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#removepaymentinstrumentfromorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4619,"kind":4194304,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#updatepaymentinstrumentfororderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4620,"kind":4194304,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#updatepaymentinstrumentfororderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4621,"kind":4194304,"name":"Basket","url":"modules/shopperorders.shopperorderstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4622,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4623,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4624,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.shopperorderstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4625,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.shopperorderstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4626,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.shopperorderstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4627,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.shopperorderstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4628,"kind":4194304,"name":"Discount","url":"modules/shopperorders.shopperorderstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4629,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4630,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.shopperorderstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4631,"kind":4194304,"name":"FailOrderRequest","url":"modules/shopperorders.shopperorderstypes.html#failorderrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4632,"kind":4194304,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.shopperorderstypes.html#failorderrequestreasoncodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4633,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.shopperorderstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4634,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.shopperorderstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4635,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.shopperorderstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4636,"kind":4194304,"name":"OmsData","url":"modules/shopperorders.shopperorderstypes.html#omsdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4637,"kind":4194304,"name":"OmsDataStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#omsdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4638,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.shopperorderstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4639,"kind":4194304,"name":"Order","url":"modules/shopperorders.shopperorderstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4640,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4641,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4642,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4643,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4644,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4645,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4646,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4647,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.shopperorderstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4648,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.shopperorderstypes.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4649,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4650,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4651,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4652,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4653,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4654,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4655,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.shopperorderstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4656,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.shopperorderstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4657,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.shopperorderstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4658,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.shopperorderstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4659,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4660,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4661,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4662,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.shopperorderstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4663,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.shopperorderstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4664,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.shopperorderstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4665,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4666,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4667,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.shopperorderstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4668,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4669,"kind":4194304,"name":"SchemasOmsData","url":"modules/shopperorders.shopperorderstypes.html#schemasomsdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4670,"kind":4194304,"name":"SchemasShipment","url":"modules/shopperorders.shopperorderstypes.html#schemasshipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4671,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.shopperorderstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4672,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4673,"kind":4194304,"name":"ShipmentItem","url":"modules/shopperorders.shopperorderstypes.html#shipmentitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4674,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.shopperorderstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4675,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.shopperorderstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4676,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.shopperorderstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4677,"kind":4194304,"name":"Status","url":"modules/shopperorders.shopperorderstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4678,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.shopperorderstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4679,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.shopperorderstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4680,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.shopperorderstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4681,"kind":1,"name":"shopperPayments","url":"modules/shopperpayments.html","classes":"tsd-kind-module"},{"id":4682,"kind":32,"name":"defaultBaseUri","url":"modules/shopperpayments.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperPayments"},{"id":4683,"kind":4194304,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4684,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponsePaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponsepaymentmethodsinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4685,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponse","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4686,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4687,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4688,"kind":4194304,"name":"PaymentConfiguration","url":"modules/shopperpayments.html#paymentconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4689,"kind":16777216,"name":"PaymentConfiguration","url":"modules/shopperpayments.html#paymentconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4690,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4691,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4692,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponse","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4693,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponsePaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponsepaymentmethodsinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4694,"kind":16777216,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4695,"kind":128,"name":"ShopperPayments","url":"classes/shopperpayments.shopperpayments-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperPayments"},{"id":4696,"kind":1024,"name":"clientConfig","url":"classes/shopperpayments.shopperpayments-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperPayments.ShopperPayments"},{"id":4697,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperpayments.shopperpayments-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPayments.ShopperPayments"},{"id":4698,"kind":2097152,"name":"apiPaths","url":"classes/shopperpayments.shopperpayments-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperPayments.ShopperPayments"},{"id":4699,"kind":32,"name":"getPaymentConfiguration","url":"classes/shopperpayments.shopperpayments-3.html#apipaths.getpaymentconfiguration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperPayments.ShopperPayments.apiPaths"},{"id":4700,"kind":512,"name":"constructor","url":"classes/shopperpayments.shopperpayments-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperPayments.ShopperPayments"},{"id":4701,"kind":1024,"name":"paramKeys","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPayments.ShopperPayments"},{"id":4702,"kind":65536,"name":"__type","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperPayments.ShopperPayments.paramKeys"},{"id":4703,"kind":32,"name":"getPaymentConfiguration","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys.__type.getpaymentconfiguration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.ShopperPayments.paramKeys.__type"},{"id":4704,"kind":32,"name":"getPaymentConfigurationRequired","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys.__type.getpaymentconfigurationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.ShopperPayments.paramKeys.__type"},{"id":4705,"kind":2048,"name":"getPaymentConfiguration","url":"classes/shopperpayments.shopperpayments-3.html#getpaymentconfiguration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPayments.ShopperPayments"},{"id":4706,"kind":4194304,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4707,"kind":65536,"name":"__type","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPayments.getPaymentConfigurationQueryParameters"},{"id":4708,"kind":32,"name":"siteId","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4709,"kind":32,"name":"currency","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4710,"kind":32,"name":"countryCode","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.countrycode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4711,"kind":32,"name":"zoneId","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.zoneid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4712,"kind":4194304,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4713,"kind":65536,"name":"__type","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPayments.getPaymentConfigurationPathParameters"},{"id":4714,"kind":32,"name":"organizationId","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationPathParameters.__type"},{"id":4715,"kind":4194304,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.html#shopperpaymentspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4716,"kind":4194304,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.html#shopperpaymentsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4717,"kind":4194304,"name":"ShopperPaymentsParameters","url":"modules/shopperpayments.html#shopperpaymentsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4718,"kind":16777216,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4719,"kind":16777216,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4720,"kind":16777216,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.html#shopperpaymentspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4721,"kind":16777216,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.html#shopperpaymentsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4722,"kind":16777216,"name":"ShopperPaymentsParameters","url":"modules/shopperpayments.html#shopperpaymentsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4723,"kind":16777216,"name":"ShopperPayments","url":"modules/shopperpayments.html#shopperpayments-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4724,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperpayments.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4725,"kind":16777216,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4726,"kind":16777216,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4727,"kind":16777216,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.html#shopperpaymentspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4728,"kind":16777216,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.html#shopperpaymentsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4729,"kind":16777216,"name":"ShopperPaymentsParameters","url":"modules/shopperpayments.html#shopperpaymentsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4730,"kind":16777216,"name":"ShopperPayments","url":"modules/shopperpayments.html#shopperpayments-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4731,"kind":16777216,"name":"PaymentConfiguration","url":"modules/shopperpayments.html#paymentconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4732,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4733,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4734,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponse","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4735,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponsePaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponsepaymentmethodsinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4736,"kind":16777216,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4737,"kind":2,"name":"ShopperPaymentsTypes","url":"modules/shopperpayments.shopperpaymentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperPayments"},{"id":4738,"kind":4194304,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#shopperpaymentspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4739,"kind":4194304,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#shopperpaymentsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4740,"kind":4194304,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#getpaymentconfigurationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4741,"kind":4194304,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#getpaymentconfigurationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4742,"kind":4194304,"name":"PaymentConfiguration","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4743,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsetaccountsinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4744,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4745,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponse","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4746,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponsePaymentMethodsInner","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsetaccountsinnergatewayresponsepaymentmethodsinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4747,"kind":4194304,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4748,"kind":1,"name":"shopperProducts","url":"modules/shopperproducts.html","classes":"tsd-kind-module"},{"id":4749,"kind":32,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperProducts"},{"id":4750,"kind":4194304,"name":"Image","url":"modules/shopperproducts.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4751,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4752,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4753,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4754,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4755,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4756,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4757,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4758,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4759,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4760,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4761,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4762,"kind":4194304,"name":"Master","url":"modules/shopperproducts.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4763,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4764,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4765,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4766,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4767,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4768,"kind":4194304,"name":"Option","url":"modules/shopperproducts.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4769,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4770,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4771,"kind":4194304,"name":"Product","url":"modules/shopperproducts.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4772,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4773,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4774,"kind":4194304,"name":"Category","url":"modules/shopperproducts.html#category-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4775,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4776,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4777,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4778,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4779,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4780,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4781,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4782,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4783,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4784,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4785,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4786,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4787,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4788,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4789,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4790,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4791,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4792,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4793,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4794,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4795,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4796,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4797,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4798,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4799,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4800,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4801,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4802,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4803,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4804,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4805,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4806,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4807,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4808,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4809,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4810,"kind":128,"name":"ShopperProducts","url":"classes/shopperproducts.shopperproducts-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperProducts"},{"id":4811,"kind":1024,"name":"clientConfig","url":"classes/shopperproducts.shopperproducts-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":4812,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperproducts.shopperproducts-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":4813,"kind":2097152,"name":"apiPaths","url":"classes/shopperproducts.shopperproducts-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":4814,"kind":32,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getcategories-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4815,"kind":32,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getcategory-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4816,"kind":32,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getproduct-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4817,"kind":32,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getproducts-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4818,"kind":512,"name":"constructor","url":"classes/shopperproducts.shopperproducts-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":4819,"kind":1024,"name":"paramKeys","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":4820,"kind":65536,"name":"__type","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperProducts.ShopperProducts.paramKeys"},{"id":4821,"kind":32,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategories","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4822,"kind":32,"name":"getCategoriesRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategoriesrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4823,"kind":32,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4824,"kind":32,"name":"getCategoryRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategoryrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4825,"kind":32,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproduct","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4826,"kind":32,"name":"getProductRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproductrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4827,"kind":32,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproducts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4828,"kind":32,"name":"getProductsRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproductsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4829,"kind":2048,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#getcategories-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4830,"kind":2048,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#getcategory-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4831,"kind":2048,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#getproduct-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4832,"kind":2048,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#getproducts-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4833,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4834,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4835,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4836,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4837,"kind":4194304,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4838,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoriesQueryParameters"},{"id":4839,"kind":32,"name":"ids","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4840,"kind":32,"name":"levels","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.levels","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4841,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4842,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4843,"kind":4194304,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.html#getcategoriespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4844,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategoriespathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoriesPathParameters"},{"id":4845,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getcategoriespathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesPathParameters.__type"},{"id":4846,"kind":4194304,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.html#getcategoryqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4847,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoryQueryParameters"},{"id":4848,"kind":32,"name":"levels","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3.levels-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryQueryParameters.__type"},{"id":4849,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryQueryParameters.__type"},{"id":4850,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryQueryParameters.__type"},{"id":4851,"kind":4194304,"name":"getCategoryPathParameters","url":"modules/shopperproducts.html#getcategorypathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4852,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategorypathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoryPathParameters"},{"id":4853,"kind":32,"name":"id","url":"modules/shopperproducts.html#getcategorypathparameters-2.__type-2.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryPathParameters.__type"},{"id":4854,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getcategorypathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryPathParameters.__type"},{"id":4855,"kind":4194304,"name":"getProductQueryParameters","url":"modules/shopperproducts.html#getproductqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4856,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductQueryParameters"},{"id":4857,"kind":32,"name":"inventoryIds","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.inventoryids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4858,"kind":32,"name":"expand","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4859,"kind":32,"name":"allImages","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4860,"kind":32,"name":"perPricebook","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4861,"kind":32,"name":"select","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4862,"kind":32,"name":"currency","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4863,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4864,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4865,"kind":4194304,"name":"getProductPathParameters","url":"modules/shopperproducts.html#getproductpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4866,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductPathParameters"},{"id":4867,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getproductpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductPathParameters.__type"},{"id":4868,"kind":32,"name":"id","url":"modules/shopperproducts.html#getproductpathparameters-2.__type-4.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductPathParameters.__type"},{"id":4869,"kind":4194304,"name":"getProductsQueryParameters","url":"modules/shopperproducts.html#getproductsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4870,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductsQueryParameters"},{"id":4871,"kind":32,"name":"ids","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.ids-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4872,"kind":32,"name":"inventoryIds","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.inventoryids-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4873,"kind":32,"name":"expand","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.expand-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4874,"kind":32,"name":"allImages","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.allimages-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4875,"kind":32,"name":"perPricebook","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.perpricebook-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4876,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4877,"kind":32,"name":"select","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.select-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4878,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4879,"kind":32,"name":"currency","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.currency-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":4880,"kind":4194304,"name":"getProductsPathParameters","url":"modules/shopperproducts.html#getproductspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4881,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductspathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductsPathParameters"},{"id":4882,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getproductspathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsPathParameters.__type"},{"id":4883,"kind":4194304,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4884,"kind":4194304,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4885,"kind":4194304,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4886,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4887,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4888,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4889,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4890,"kind":16777216,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.html#getcategoriesqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4891,"kind":16777216,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.html#getcategoriespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4892,"kind":16777216,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.html#getcategoryqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4893,"kind":16777216,"name":"getCategoryPathParameters","url":"modules/shopperproducts.html#getcategorypathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4894,"kind":16777216,"name":"getProductQueryParameters","url":"modules/shopperproducts.html#getproductqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4895,"kind":16777216,"name":"getProductPathParameters","url":"modules/shopperproducts.html#getproductpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4896,"kind":16777216,"name":"getProductsQueryParameters","url":"modules/shopperproducts.html#getproductsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4897,"kind":16777216,"name":"getProductsPathParameters","url":"modules/shopperproducts.html#getproductspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4898,"kind":16777216,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4899,"kind":16777216,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4900,"kind":16777216,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4901,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4902,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4903,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4904,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4905,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4906,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4907,"kind":16777216,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.html#getcategoriesqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4908,"kind":16777216,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.html#getcategoriespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4909,"kind":16777216,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.html#getcategoryqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4910,"kind":16777216,"name":"getCategoryPathParameters","url":"modules/shopperproducts.html#getcategorypathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4911,"kind":16777216,"name":"getProductQueryParameters","url":"modules/shopperproducts.html#getproductqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4912,"kind":16777216,"name":"getProductPathParameters","url":"modules/shopperproducts.html#getproductpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4913,"kind":16777216,"name":"getProductsQueryParameters","url":"modules/shopperproducts.html#getproductsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4914,"kind":16777216,"name":"getProductsPathParameters","url":"modules/shopperproducts.html#getproductspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4915,"kind":16777216,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4916,"kind":16777216,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4917,"kind":16777216,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4918,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4919,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4920,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4921,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4922,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4923,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4924,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4925,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4926,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4927,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4928,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4929,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4930,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4931,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4932,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4933,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4934,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4935,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4936,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4937,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4938,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4939,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4940,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4941,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4942,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4943,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4944,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4945,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4946,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4947,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4948,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4949,"kind":2,"name":"ShopperProductsTypes","url":"modules/shopperproducts.shopperproductstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperProducts"},{"id":4950,"kind":4194304,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#shopperproductspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4951,"kind":4194304,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#shopperproductsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4952,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorieslevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4953,"kind":4194304,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategoriesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4954,"kind":4194304,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategoriespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4955,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorylevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4956,"kind":4194304,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategoryqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4957,"kind":4194304,"name":"getCategoryPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategorypathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4958,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4959,"kind":4194304,"name":"getProductQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4960,"kind":4194304,"name":"getProductPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4961,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4962,"kind":4194304,"name":"getProductsQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4963,"kind":4194304,"name":"getProductsPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4964,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.shopperproductstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4965,"kind":4194304,"name":"Category","url":"modules/shopperproducts.shopperproductstypes.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4966,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.shopperproductstypes.html#categoryresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4967,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.shopperproductstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4968,"kind":4194304,"name":"Image","url":"modules/shopperproducts.shopperproductstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4969,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.shopperproductstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4970,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.shopperproductstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4971,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.shopperproductstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4972,"kind":4194304,"name":"Master","url":"modules/shopperproducts.shopperproductstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4973,"kind":4194304,"name":"Option","url":"modules/shopperproducts.shopperproductstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4974,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.shopperproductstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4975,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.shopperproductstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4976,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.shopperproductstypes.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4977,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.shopperproductstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4978,"kind":4194304,"name":"Product","url":"modules/shopperproducts.shopperproductstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4979,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.shopperproductstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4980,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.shopperproductstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4981,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.shopperproductstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4982,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.shopperproductstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4983,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.shopperproductstypes.html#productresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4984,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.shopperproductstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4985,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.shopperproductstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4986,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.shopperproductstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4987,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.shopperproductstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4988,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperproducts.shopperproductstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4989,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperproducts.shopperproductstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4990,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.shopperproductstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4991,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.shopperproductstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4992,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.shopperproductstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4993,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.shopperproductstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4994,"kind":1,"name":"shopperPromotions","url":"modules/shopperpromotions.html","classes":"tsd-kind-module"},{"id":4995,"kind":32,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4996,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4997,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4998,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4999,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5000,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5001,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5002,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5003,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5004,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5005,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5006,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5007,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5008,"kind":128,"name":"ShopperPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperPromotions"},{"id":5009,"kind":1024,"name":"clientConfig","url":"classes/shopperpromotions.shopperpromotions-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":5010,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperpromotions.shopperpromotions-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":5011,"kind":2097152,"name":"apiPaths","url":"classes/shopperpromotions.shopperpromotions-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":5012,"kind":32,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#apipaths.getpromotions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperPromotions.ShopperPromotions.apiPaths"},{"id":5013,"kind":32,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#apipaths.getpromotionsforcampaign-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperPromotions.ShopperPromotions.apiPaths"},{"id":5014,"kind":512,"name":"constructor","url":"classes/shopperpromotions.shopperpromotions-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":5015,"kind":1024,"name":"paramKeys","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":5016,"kind":65536,"name":"__type","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperPromotions.ShopperPromotions.paramKeys"},{"id":5017,"kind":32,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5018,"kind":32,"name":"getPromotionsRequired","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5019,"kind":32,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotionsforcampaign","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5020,"kind":32,"name":"getPromotionsForCampaignRequired","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotionsforcampaignrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5021,"kind":2048,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":5022,"kind":2048,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotionsforcampaign-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":5023,"kind":4194304,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5024,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsQueryParameters"},{"id":5025,"kind":32,"name":"siteId","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsQueryParameters.__type"},{"id":5026,"kind":32,"name":"ids","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsQueryParameters.__type"},{"id":5027,"kind":32,"name":"locale","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsQueryParameters.__type"},{"id":5028,"kind":4194304,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.html#getpromotionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5029,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionspathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsPathParameters"},{"id":5030,"kind":32,"name":"organizationId","url":"modules/shopperpromotions.html#getpromotionspathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsPathParameters.__type"},{"id":5031,"kind":4194304,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5032,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters"},{"id":5033,"kind":32,"name":"siteId","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5034,"kind":32,"name":"startDate","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.startdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5035,"kind":32,"name":"endDate","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.enddate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5036,"kind":32,"name":"currency","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5037,"kind":4194304,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5038,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsForCampaignPathParameters"},{"id":5039,"kind":32,"name":"campaignId","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2.__type.campaignid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignPathParameters.__type"},{"id":5040,"kind":32,"name":"organizationId","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignPathParameters.__type"},{"id":5041,"kind":4194304,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5042,"kind":4194304,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5043,"kind":4194304,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5044,"kind":16777216,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.html#getpromotionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5045,"kind":16777216,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.html#getpromotionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5046,"kind":16777216,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5047,"kind":16777216,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5048,"kind":16777216,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5049,"kind":16777216,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5050,"kind":16777216,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5051,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5052,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5053,"kind":16777216,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5054,"kind":16777216,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.html#getpromotionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5055,"kind":16777216,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5056,"kind":16777216,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5057,"kind":16777216,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5058,"kind":16777216,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5059,"kind":16777216,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5060,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5061,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5062,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5063,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5064,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5065,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5066,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5067,"kind":2,"name":"ShopperPromotionsTypes","url":"modules/shopperpromotions.shopperpromotionstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5068,"kind":4194304,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#shopperpromotionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5069,"kind":4194304,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#shopperpromotionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5070,"kind":4194304,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5071,"kind":4194304,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5072,"kind":4194304,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionsforcampaignqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5073,"kind":4194304,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionsforcampaignpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5074,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperpromotions.shopperpromotionstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5075,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.shopperpromotionstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5076,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.shopperpromotionstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5077,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5078,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5079,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.shopperpromotionstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5080,"kind":1,"name":"shopperSearch","url":"modules/shoppersearch.html","classes":"tsd-kind-module"},{"id":5081,"kind":32,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSearch"},{"id":5082,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5083,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5084,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5085,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5086,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5087,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5088,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5089,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5090,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5091,"kind":4194304,"name":"Image","url":"modules/shoppersearch.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5092,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5093,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5094,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5095,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5096,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5097,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5098,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5099,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5100,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5101,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.html#productref-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5102,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5103,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5104,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5105,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5106,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5107,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5108,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5109,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5110,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5111,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5112,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5113,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5114,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5115,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5116,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5117,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5118,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5119,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5120,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5121,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5122,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5123,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5124,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5125,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5126,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5127,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5128,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5129,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5130,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5131,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5132,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5133,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5134,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5135,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5136,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5137,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5138,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5139,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5140,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5141,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5142,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5143,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5144,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5145,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5146,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5147,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5148,"kind":128,"name":"ShopperSearch","url":"classes/shoppersearch.shoppersearch-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSearch"},{"id":5149,"kind":1024,"name":"clientConfig","url":"classes/shoppersearch.shoppersearch-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":5150,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppersearch.shoppersearch-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":5151,"kind":2097152,"name":"apiPaths","url":"classes/shoppersearch.shoppersearch-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":5152,"kind":32,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#apipaths.getsearchsuggestions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperSearch.ShopperSearch.apiPaths"},{"id":5153,"kind":32,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#apipaths.productsearch-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperSearch.ShopperSearch.apiPaths"},{"id":5154,"kind":512,"name":"constructor","url":"classes/shoppersearch.shoppersearch-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":5155,"kind":1024,"name":"paramKeys","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":5156,"kind":65536,"name":"__type","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperSearch.ShopperSearch.paramKeys"},{"id":5157,"kind":32,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.getsearchsuggestions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5158,"kind":32,"name":"getSearchSuggestionsRequired","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.getsearchsuggestionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5159,"kind":32,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.productsearch","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5160,"kind":32,"name":"productSearchRequired","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.productsearchrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5161,"kind":2048,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#getsearchsuggestions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":5162,"kind":2048,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#productsearch-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":5163,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5164,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5165,"kind":4194304,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5166,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.getSearchSuggestionsQueryParameters"},{"id":5167,"kind":32,"name":"siteId","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5168,"kind":32,"name":"q","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.q","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5169,"kind":32,"name":"limit","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5170,"kind":32,"name":"currency","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5171,"kind":32,"name":"locale","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5172,"kind":32,"name":"expand","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5173,"kind":32,"name":"includedCustomProductProperties","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.includedcustomproductproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5174,"kind":32,"name":"includeEinsteinSuggestedPhrases","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.includeeinsteinsuggestedphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5175,"kind":4194304,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5176,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.getSearchSuggestionsPathParameters"},{"id":5177,"kind":32,"name":"organizationId","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsPathParameters.__type"},{"id":5178,"kind":4194304,"name":"productSearchQueryParameters","url":"modules/shoppersearch.html#productsearchqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5179,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.productSearchQueryParameters"},{"id":5180,"kind":32,"name":"select","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5181,"kind":32,"name":"siteId","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5182,"kind":32,"name":"q","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.q-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5183,"kind":32,"name":"refine","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.refine","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5184,"kind":32,"name":"sort","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.sort","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5185,"kind":32,"name":"currency","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.currency-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5186,"kind":32,"name":"locale","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5187,"kind":32,"name":"expand","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.expand-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5188,"kind":32,"name":"allImages","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5189,"kind":32,"name":"perPricebook","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5190,"kind":32,"name":"allVariationProperties","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.allvariationproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5191,"kind":32,"name":"includedCustomVariationProperties","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.includedcustomvariationproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5192,"kind":32,"name":"limit","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.limit-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5193,"kind":32,"name":"offset","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5194,"kind":4194304,"name":"productSearchPathParameters","url":"modules/shoppersearch.html#productsearchpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5195,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#productsearchpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.productSearchPathParameters"},{"id":5196,"kind":32,"name":"organizationId","url":"modules/shoppersearch.html#productsearchpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchPathParameters.__type"},{"id":5197,"kind":4194304,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5198,"kind":4194304,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5199,"kind":4194304,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5200,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5201,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5202,"kind":16777216,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5203,"kind":16777216,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5204,"kind":16777216,"name":"productSearchQueryParameters","url":"modules/shoppersearch.html#productsearchqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5205,"kind":16777216,"name":"productSearchPathParameters","url":"modules/shoppersearch.html#productsearchpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5206,"kind":16777216,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5207,"kind":16777216,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5208,"kind":16777216,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5209,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5210,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5211,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5212,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5213,"kind":16777216,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5214,"kind":16777216,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5215,"kind":16777216,"name":"productSearchQueryParameters","url":"modules/shoppersearch.html#productsearchqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5216,"kind":16777216,"name":"productSearchPathParameters","url":"modules/shoppersearch.html#productsearchpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5217,"kind":16777216,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5218,"kind":16777216,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5219,"kind":16777216,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5220,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5221,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5222,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5223,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5224,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5225,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5226,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5227,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5228,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5229,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5230,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5231,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5232,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5233,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5234,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5235,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5236,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5237,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5238,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5239,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5240,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5241,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5242,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5243,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5244,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5245,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5246,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5247,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5248,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5249,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5250,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5251,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5252,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5253,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5254,"kind":2,"name":"ShopperSearchTypes","url":"modules/shoppersearch.shoppersearchtypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSearch"},{"id":5255,"kind":4194304,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.shoppersearchtypes.html#shoppersearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5256,"kind":4194304,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.shoppersearchtypes.html#shoppersearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5257,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5258,"kind":4194304,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5259,"kind":4194304,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5260,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5261,"kind":4194304,"name":"productSearchQueryParameters","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5262,"kind":4194304,"name":"productSearchPathParameters","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5263,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#brandsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5264,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#categorysuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5265,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#customsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5266,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.shoppersearchtypes.html#einsteinsuggestedphrases","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5267,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.shoppersearchtypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5268,"kind":4194304,"name":"Image","url":"modules/shoppersearch.shoppersearchtypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5269,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.shoppersearchtypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5270,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.shoppersearchtypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5271,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.shoppersearchtypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5272,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5273,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.shoppersearchtypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5274,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.shoppersearchtypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5275,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.shoppersearchtypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5276,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.shoppersearchtypes.html#productref","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5277,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5278,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5279,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5280,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5281,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchsortingoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5282,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#productsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5283,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.shoppersearchtypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5284,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5285,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedcategory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5286,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedphrase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5287,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5288,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterm","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5289,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterms","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5290,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.shoppersearchtypes.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5291,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.shoppersearchtypes.html#suggestionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5292,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.shoppersearchtypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5293,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.shoppersearchtypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5294,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.shoppersearchtypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5295,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.shoppersearchtypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5296,"kind":1,"name":"shopperSeo","url":"modules/shopperseo.html","classes":"tsd-kind-module"},{"id":5297,"kind":32,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSeo"},{"id":5298,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5299,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5300,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5301,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5302,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5303,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5304,"kind":128,"name":"ShopperSEO","url":"classes/shopperseo.shopperseo-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSeo"},{"id":5305,"kind":1024,"name":"clientConfig","url":"classes/shopperseo.shopperseo-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSeo.ShopperSEO"},{"id":5306,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperseo.shopperseo-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSEO"},{"id":5307,"kind":2097152,"name":"apiPaths","url":"classes/shopperseo.shopperseo-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSEO"},{"id":5308,"kind":32,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#apipaths.geturlmapping-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperSeo.ShopperSEO.apiPaths"},{"id":5309,"kind":512,"name":"constructor","url":"classes/shopperseo.shopperseo-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSeo.ShopperSEO"},{"id":5310,"kind":1024,"name":"paramKeys","url":"classes/shopperseo.shopperseo-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSEO"},{"id":5311,"kind":65536,"name":"__type","url":"classes/shopperseo.shopperseo-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperSeo.ShopperSEO.paramKeys"},{"id":5312,"kind":32,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#paramkeys.__type.geturlmapping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSEO.paramKeys.__type"},{"id":5313,"kind":32,"name":"getUrlMappingRequired","url":"classes/shopperseo.shopperseo-3.html#paramkeys.__type.geturlmappingrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSEO.paramKeys.__type"},{"id":5314,"kind":2048,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#geturlmapping-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSeo.ShopperSEO"},{"id":5315,"kind":4194304,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.html#geturlmappingqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5316,"kind":65536,"name":"__type","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.getUrlMappingQueryParameters"},{"id":5317,"kind":32,"name":"urlSegment","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1.urlsegment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingQueryParameters.__type"},{"id":5318,"kind":32,"name":"siteId","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingQueryParameters.__type"},{"id":5319,"kind":32,"name":"locale","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingQueryParameters.__type"},{"id":5320,"kind":4194304,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.html#geturlmappingpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5321,"kind":65536,"name":"__type","url":"modules/shopperseo.html#geturlmappingpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.getUrlMappingPathParameters"},{"id":5322,"kind":32,"name":"organizationId","url":"modules/shopperseo.html#geturlmappingpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingPathParameters.__type"},{"id":5323,"kind":4194304,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.html#shopperseopathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5324,"kind":4194304,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5325,"kind":4194304,"name":"ShopperSEOParameters","url":"modules/shopperseo.html#shopperseoparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5326,"kind":16777216,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.html#geturlmappingqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5327,"kind":16777216,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.html#geturlmappingpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5328,"kind":16777216,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.html#shopperseopathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5329,"kind":16777216,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5330,"kind":16777216,"name":"ShopperSEOParameters","url":"modules/shopperseo.html#shopperseoparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5331,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5332,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5333,"kind":16777216,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.html#geturlmappingqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5334,"kind":16777216,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.html#geturlmappingpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5335,"kind":16777216,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.html#shopperseopathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5336,"kind":16777216,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5337,"kind":16777216,"name":"ShopperSEOParameters","url":"modules/shopperseo.html#shopperseoparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5338,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5339,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5340,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5341,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5342,"kind":2,"name":"ShopperSEOTypes","url":"modules/shopperseo.shopperseotypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSeo"},{"id":5343,"kind":4194304,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.shopperseotypes.html#shopperseopathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5344,"kind":4194304,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.shopperseotypes.html#shopperseoqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5345,"kind":4194304,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.shopperseotypes.html#geturlmappingqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5346,"kind":4194304,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.shopperseotypes.html#geturlmappingpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5347,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.shopperseotypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5348,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.shopperseotypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5349,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.shopperseotypes.html#urlmapping","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5350,"kind":1,"name":"shopperStores","url":"modules/shopperstores.html","classes":"tsd-kind-module"},{"id":5351,"kind":32,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperStores"},{"id":5352,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5353,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5354,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5355,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5356,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5357,"kind":4194304,"name":"Store","url":"modules/shopperstores.html#store-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5358,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5359,"kind":4194304,"name":"Stores","url":"modules/shopperstores.html#stores-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5360,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5361,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5362,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5363,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5364,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5365,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5366,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5367,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5368,"kind":128,"name":"ShopperStores","url":"classes/shopperstores.shopperstores-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperStores"},{"id":5369,"kind":1024,"name":"clientConfig","url":"classes/shopperstores.shopperstores-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":5370,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperstores.shopperstores-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":5371,"kind":2097152,"name":"apiPaths","url":"classes/shopperstores.shopperstores-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":5372,"kind":32,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#apipaths.getstores-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperStores.ShopperStores.apiPaths"},{"id":5373,"kind":32,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#apipaths.searchstores-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperStores.ShopperStores.apiPaths"},{"id":5374,"kind":512,"name":"constructor","url":"classes/shopperstores.shopperstores-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":5375,"kind":1024,"name":"paramKeys","url":"classes/shopperstores.shopperstores-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":5376,"kind":65536,"name":"__type","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperStores.ShopperStores.paramKeys"},{"id":5377,"kind":32,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.getstores","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5378,"kind":32,"name":"getStoresRequired","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.getstoresrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5379,"kind":32,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.searchstores","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5380,"kind":32,"name":"searchStoresRequired","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.searchstoresrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5381,"kind":2048,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#getstores-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":5382,"kind":2048,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#searchstores-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":5383,"kind":4194304,"name":"getStoresQueryParameters","url":"modules/shopperstores.html#getstoresqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5384,"kind":65536,"name":"__type","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.getStoresQueryParameters"},{"id":5385,"kind":32,"name":"ids","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresQueryParameters.__type"},{"id":5386,"kind":32,"name":"siteId","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresQueryParameters.__type"},{"id":5387,"kind":32,"name":"locale","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresQueryParameters.__type"},{"id":5388,"kind":4194304,"name":"getStoresPathParameters","url":"modules/shopperstores.html#getstorespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5389,"kind":65536,"name":"__type","url":"modules/shopperstores.html#getstorespathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.getStoresPathParameters"},{"id":5390,"kind":32,"name":"organizationId","url":"modules/shopperstores.html#getstorespathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresPathParameters.__type"},{"id":5391,"kind":4194304,"name":"searchStoresQueryParameters","url":"modules/shopperstores.html#searchstoresqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5392,"kind":65536,"name":"__type","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.searchStoresQueryParameters"},{"id":5393,"kind":32,"name":"countryCode","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.countrycode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5394,"kind":32,"name":"distanceUnit","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.distanceunit-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5395,"kind":32,"name":"latitude","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.latitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5396,"kind":32,"name":"longitude","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.longitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5397,"kind":32,"name":"maxDistance","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.maxdistance","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5398,"kind":32,"name":"postalCode","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.postalcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5399,"kind":32,"name":"siteId","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5400,"kind":32,"name":"locale","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5401,"kind":32,"name":"limit","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5402,"kind":32,"name":"offset","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5403,"kind":4194304,"name":"searchStoresPathParameters","url":"modules/shopperstores.html#searchstorespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5404,"kind":65536,"name":"__type","url":"modules/shopperstores.html#searchstorespathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.searchStoresPathParameters"},{"id":5405,"kind":32,"name":"organizationId","url":"modules/shopperstores.html#searchstorespathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresPathParameters.__type"},{"id":5406,"kind":4194304,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5407,"kind":4194304,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5408,"kind":4194304,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5409,"kind":16777216,"name":"getStoresQueryParameters","url":"modules/shopperstores.html#getstoresqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5410,"kind":16777216,"name":"getStoresPathParameters","url":"modules/shopperstores.html#getstorespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5411,"kind":16777216,"name":"searchStoresQueryParameters","url":"modules/shopperstores.html#searchstoresqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5412,"kind":16777216,"name":"searchStoresPathParameters","url":"modules/shopperstores.html#searchstorespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5413,"kind":16777216,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5414,"kind":16777216,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5415,"kind":16777216,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5416,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5417,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5418,"kind":16777216,"name":"getStoresQueryParameters","url":"modules/shopperstores.html#getstoresqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5419,"kind":16777216,"name":"getStoresPathParameters","url":"modules/shopperstores.html#getstorespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5420,"kind":16777216,"name":"searchStoresQueryParameters","url":"modules/shopperstores.html#searchstoresqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5421,"kind":16777216,"name":"searchStoresPathParameters","url":"modules/shopperstores.html#searchstorespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5422,"kind":16777216,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5423,"kind":16777216,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5424,"kind":16777216,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5425,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5426,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5427,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5428,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5429,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5430,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5431,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5432,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5433,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5434,"kind":2,"name":"ShopperStoresTypes","url":"modules/shopperstores.shopperstorestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperStores"},{"id":5435,"kind":4194304,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.shopperstorestypes.html#shopperstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5436,"kind":4194304,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.shopperstorestypes.html#shopperstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5437,"kind":4194304,"name":"getStoresQueryParameters","url":"modules/shopperstores.shopperstorestypes.html#getstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5438,"kind":4194304,"name":"getStoresPathParameters","url":"modules/shopperstores.shopperstorestypes.html#getstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5439,"kind":4194304,"name":"searchStoresQueryParameters","url":"modules/shopperstores.shopperstorestypes.html#searchstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5440,"kind":4194304,"name":"searchStoresPathParameters","url":"modules/shopperstores.shopperstorestypes.html#searchstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5441,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.shopperstorestypes.html#distanceunit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5442,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.shopperstorestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5443,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.shopperstorestypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5444,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.shopperstorestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5445,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.shopperstorestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5446,"kind":4194304,"name":"Store","url":"modules/shopperstores.shopperstorestypes.html#store","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5447,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.shopperstorestypes.html#storeresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5448,"kind":4194304,"name":"Stores","url":"modules/shopperstores.shopperstorestypes.html#stores","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,43.765]],["parent/0",[]],["name/1",[1,76.871]],["parent/1",[0,4.369]],["name/2",[2,76.871]],["parent/2",[3,8.184]],["name/3",[4,76.871]],["parent/3",[0,4.369]],["name/4",[5,76.871]],["parent/4",[0,4.369]],["name/5",[6,81.979]],["parent/5",[0,4.369]],["name/6",[7,76.871]],["parent/6",[0,4.369]],["name/7",[8,76.871]],["parent/7",[0,4.369]],["name/8",[9,48.539]],["parent/8",[0,4.369]],["name/9",[10,27.076]],["parent/9",[11,8.184]],["name/10",[12,76.871]],["parent/10",[0,4.369]],["name/11",[13,76.871]],["parent/11",[0,4.369]],["name/12",[10,27.076]],["parent/12",[14,8.184]],["name/13",[15,76.871]],["parent/13",[0,4.369]],["name/14",[10,27.076]],["parent/14",[16,8.184]],["name/15",[17,54.464]],["parent/15",[]],["name/16",[18,81.979]],["parent/16",[17,5.437]],["name/17",[19,76.871]],["parent/17",[20,6.578]],["name/18",[21,76.871]],["parent/18",[20,6.578]],["name/19",[22,76.871]],["parent/19",[20,6.578]],["name/20",[23,70.993]],["parent/20",[20,6.578]],["name/21",[24,73.506]],["parent/21",[20,6.578]],["name/22",[25,73.506]],["parent/22",[20,6.578]],["name/23",[26,76.871]],["parent/23",[20,6.578]],["name/24",[17,54.464]],["parent/24",[17,5.437]],["name/25",[19,76.871]],["parent/25",[27,6.342]],["name/26",[21,76.871]],["parent/26",[27,6.342]],["name/27",[22,76.871]],["parent/27",[27,6.342]],["name/28",[10,27.076]],["parent/28",[28,8.184]],["name/29",[23,70.993]],["parent/29",[27,6.342]],["name/30",[24,73.506]],["parent/30",[27,6.342]],["name/31",[25,73.506]],["parent/31",[27,6.342]],["name/32",[26,76.871]],["parent/32",[27,6.342]],["name/33",[29,56.33]],["parent/33",[27,6.342]],["name/34",[30,81.979]],["parent/34",[27,6.342]],["name/35",[25,73.506]],["parent/35",[31,8.184]],["name/36",[32,81.979]],["parent/36",[17,5.437]],["name/37",[24,73.506]],["parent/37",[17,5.437]],["name/38",[33,81.979]],["parent/38",[17,5.437]],["name/39",[10,27.076]],["parent/39",[34,8.184]],["name/40",[35,76.871]],["parent/40",[]],["name/41",[36,81.979]],["parent/41",[35,7.674]],["name/42",[37,76.871]],["parent/42",[0,4.369]],["name/43",[38,76.871]],["parent/43",[0,4.369]],["name/44",[39,76.871]],["parent/44",[0,4.369]],["name/45",[40,76.871]],["parent/45",[0,4.369]],["name/46",[41,76.871]],["parent/46",[0,4.369]],["name/47",[42,28.46]],["parent/47",[]],["name/48",[43,47.218]],["parent/48",[42,2.841]],["name/49",[44,73.506]],["parent/49",[]],["name/50",[44,73.506]],["parent/50",[44,7.338]],["name/51",[29,56.33]],["parent/51",[45,5.526]],["name/52",[46,81.979]],["parent/52",[45,5.526]],["name/53",[47,81.979]],["parent/53",[45,5.526]],["name/54",[48,81.979]],["parent/54",[45,5.526]],["name/55",[49,81.979]],["parent/55",[45,5.526]],["name/56",[50,81.979]],["parent/56",[45,5.526]],["name/57",[51,81.979]],["parent/57",[45,5.526]],["name/58",[52,81.979]],["parent/58",[45,5.526]],["name/59",[53,81.979]],["parent/59",[45,5.526]],["name/60",[54,81.979]],["parent/60",[45,5.526]],["name/61",[55,81.979]],["parent/61",[45,5.526]],["name/62",[56,81.979]],["parent/62",[45,5.526]],["name/63",[57,81.979]],["parent/63",[45,5.526]],["name/64",[58,81.979]],["parent/64",[45,5.526]],["name/65",[59,81.979]],["parent/65",[45,5.526]],["name/66",[60,81.979]],["parent/66",[45,5.526]],["name/67",[61,81.979]],["parent/67",[45,5.526]],["name/68",[62,81.979]],["parent/68",[45,5.526]],["name/69",[63,81.979]],["parent/69",[45,5.526]],["name/70",[64,81.979]],["parent/70",[45,5.526]],["name/71",[65,81.979]],["parent/71",[45,5.526]],["name/72",[66,73.506]],["parent/72",[]],["name/73",[67,81.979]],["parent/73",[66,7.338]],["name/74",[68,81.979]],["parent/74",[66,7.338]],["name/75",[69,70.993]],["parent/75",[42,2.841]],["name/76",[70,70.993]],["parent/76",[42,2.841]],["name/77",[71,70.993]],["parent/77",[42,2.841]],["name/78",[72,70.993]],["parent/78",[42,2.841]],["name/79",[73,70.993]],["parent/79",[42,2.841]],["name/80",[74,70.993]],["parent/80",[42,2.841]],["name/81",[75,70.993]],["parent/81",[42,2.841]],["name/82",[76,70.993]],["parent/82",[42,2.841]],["name/83",[77,70.993]],["parent/83",[42,2.841]],["name/84",[78,70.993]],["parent/84",[42,2.841]],["name/85",[79,70.993]],["parent/85",[42,2.841]],["name/86",[80,70.993]],["parent/86",[42,2.841]],["name/87",[81,70.993]],["parent/87",[42,2.841]],["name/88",[82,70.993]],["parent/88",[42,2.841]],["name/89",[83,70.993]],["parent/89",[42,2.841]],["name/90",[84,70.993]],["parent/90",[42,2.841]],["name/91",[85,70.993]],["parent/91",[42,2.841]],["name/92",[86,70.993]],["parent/92",[42,2.841]],["name/93",[87,70.993]],["parent/93",[42,2.841]],["name/94",[88,70.993]],["parent/94",[42,2.841]],["name/95",[89,70.993]],["parent/95",[42,2.841]],["name/96",[90,70.993]],["parent/96",[42,2.841]],["name/97",[91,70.993]],["parent/97",[42,2.841]],["name/98",[92,70.993]],["parent/98",[42,2.841]],["name/99",[93,70.993]],["parent/99",[42,2.841]],["name/100",[94,70.993]],["parent/100",[42,2.841]],["name/101",[80,70.993]],["parent/101",[42,2.841]],["name/102",[83,70.993]],["parent/102",[42,2.841]],["name/103",[76,70.993]],["parent/103",[42,2.841]],["name/104",[74,70.993]],["parent/104",[42,2.841]],["name/105",[75,70.993]],["parent/105",[42,2.841]],["name/106",[72,70.993]],["parent/106",[42,2.841]],["name/107",[73,70.993]],["parent/107",[42,2.841]],["name/108",[71,70.993]],["parent/108",[42,2.841]],["name/109",[70,70.993]],["parent/109",[42,2.841]],["name/110",[69,70.993]],["parent/110",[42,2.841]],["name/111",[84,70.993]],["parent/111",[42,2.841]],["name/112",[85,70.993]],["parent/112",[42,2.841]],["name/113",[86,70.993]],["parent/113",[42,2.841]],["name/114",[87,70.993]],["parent/114",[42,2.841]],["name/115",[88,70.993]],["parent/115",[42,2.841]],["name/116",[78,70.993]],["parent/116",[42,2.841]],["name/117",[79,70.993]],["parent/117",[42,2.841]],["name/118",[77,70.993]],["parent/118",[42,2.841]],["name/119",[89,70.993]],["parent/119",[42,2.841]],["name/120",[90,70.993]],["parent/120",[42,2.841]],["name/121",[91,70.993]],["parent/121",[42,2.841]],["name/122",[92,70.993]],["parent/122",[42,2.841]],["name/123",[93,70.993]],["parent/123",[42,2.841]],["name/124",[94,70.993]],["parent/124",[42,2.841]],["name/125",[82,70.993]],["parent/125",[42,2.841]],["name/126",[81,70.993]],["parent/126",[42,2.841]],["name/127",[42,28.46]],["parent/127",[42,2.841]],["name/128",[17,54.464]],["parent/128",[95,5.28]],["name/129",[43,47.218]],["parent/129",[95,5.28]],["name/130",[96,58]],["parent/130",[95,5.28]],["name/131",[97,73.506]],["parent/131",[98,5.481]],["name/132",[99,73.506]],["parent/132",[98,5.481]],["name/133",[100,73.506]],["parent/133",[98,5.481]],["name/134",[101,73.506]],["parent/134",[98,5.481]],["name/135",[102,73.506]],["parent/135",[98,5.481]],["name/136",[103,73.506]],["parent/136",[98,5.481]],["name/137",[104,73.506]],["parent/137",[98,5.481]],["name/138",[105,73.506]],["parent/138",[98,5.481]],["name/139",[106,68.986]],["parent/139",[98,5.481]],["name/140",[107,73.506]],["parent/140",[98,5.481]],["name/141",[108,73.506]],["parent/141",[98,5.481]],["name/142",[109,73.506]],["parent/142",[98,5.481]],["name/143",[110,73.506]],["parent/143",[98,5.481]],["name/144",[111,73.506]],["parent/144",[98,5.481]],["name/145",[112,73.506]],["parent/145",[98,5.481]],["name/146",[113,73.506]],["parent/146",[98,5.481]],["name/147",[114,73.506]],["parent/147",[98,5.481]],["name/148",[115,73.506]],["parent/148",[98,5.481]],["name/149",[116,67.316]],["parent/149",[98,5.481]],["name/150",[117,73.506]],["parent/150",[98,5.481]],["name/151",[118,73.506]],["parent/151",[98,5.481]],["name/152",[119,73.506]],["parent/152",[98,5.481]],["name/153",[29,56.33]],["parent/153",[95,5.28]],["name/154",[120,58]],["parent/154",[95,5.28]],["name/155",[10,27.076]],["parent/155",[121,8.184]],["name/156",[97,73.506]],["parent/156",[122,4.8]],["name/157",[123,81.979]],["parent/157",[122,4.8]],["name/158",[99,73.506]],["parent/158",[122,4.8]],["name/159",[124,81.979]],["parent/159",[122,4.8]],["name/160",[100,73.506]],["parent/160",[122,4.8]],["name/161",[125,81.979]],["parent/161",[122,4.8]],["name/162",[101,73.506]],["parent/162",[122,4.8]],["name/163",[126,81.979]],["parent/163",[122,4.8]],["name/164",[102,73.506]],["parent/164",[122,4.8]],["name/165",[127,81.979]],["parent/165",[122,4.8]],["name/166",[103,73.506]],["parent/166",[122,4.8]],["name/167",[128,81.979]],["parent/167",[122,4.8]],["name/168",[104,73.506]],["parent/168",[122,4.8]],["name/169",[129,81.979]],["parent/169",[122,4.8]],["name/170",[105,73.506]],["parent/170",[122,4.8]],["name/171",[130,81.979]],["parent/171",[122,4.8]],["name/172",[106,68.986]],["parent/172",[122,4.8]],["name/173",[131,81.979]],["parent/173",[122,4.8]],["name/174",[107,73.506]],["parent/174",[122,4.8]],["name/175",[132,81.979]],["parent/175",[122,4.8]],["name/176",[108,73.506]],["parent/176",[122,4.8]],["name/177",[133,81.979]],["parent/177",[122,4.8]],["name/178",[109,73.506]],["parent/178",[122,4.8]],["name/179",[134,81.979]],["parent/179",[122,4.8]],["name/180",[110,73.506]],["parent/180",[122,4.8]],["name/181",[135,81.979]],["parent/181",[122,4.8]],["name/182",[111,73.506]],["parent/182",[122,4.8]],["name/183",[136,81.979]],["parent/183",[122,4.8]],["name/184",[112,73.506]],["parent/184",[122,4.8]],["name/185",[137,81.979]],["parent/185",[122,4.8]],["name/186",[113,73.506]],["parent/186",[122,4.8]],["name/187",[138,81.979]],["parent/187",[122,4.8]],["name/188",[114,73.506]],["parent/188",[122,4.8]],["name/189",[139,81.979]],["parent/189",[122,4.8]],["name/190",[115,73.506]],["parent/190",[122,4.8]],["name/191",[140,81.979]],["parent/191",[122,4.8]],["name/192",[116,67.316]],["parent/192",[122,4.8]],["name/193",[141,76.871]],["parent/193",[122,4.8]],["name/194",[117,73.506]],["parent/194",[122,4.8]],["name/195",[142,81.979]],["parent/195",[122,4.8]],["name/196",[118,73.506]],["parent/196",[122,4.8]],["name/197",[143,81.979]],["parent/197",[122,4.8]],["name/198",[119,73.506]],["parent/198",[122,4.8]],["name/199",[144,81.979]],["parent/199",[122,4.8]],["name/200",[97,73.506]],["parent/200",[95,5.28]],["name/201",[99,73.506]],["parent/201",[95,5.28]],["name/202",[100,73.506]],["parent/202",[95,5.28]],["name/203",[101,73.506]],["parent/203",[95,5.28]],["name/204",[102,73.506]],["parent/204",[95,5.28]],["name/205",[103,73.506]],["parent/205",[95,5.28]],["name/206",[104,73.506]],["parent/206",[95,5.28]],["name/207",[105,73.506]],["parent/207",[95,5.28]],["name/208",[106,68.986]],["parent/208",[95,5.28]],["name/209",[107,73.506]],["parent/209",[95,5.28]],["name/210",[108,73.506]],["parent/210",[95,5.28]],["name/211",[109,73.506]],["parent/211",[95,5.28]],["name/212",[110,73.506]],["parent/212",[95,5.28]],["name/213",[111,73.506]],["parent/213",[95,5.28]],["name/214",[112,73.506]],["parent/214",[95,5.28]],["name/215",[113,73.506]],["parent/215",[95,5.28]],["name/216",[114,73.506]],["parent/216",[95,5.28]],["name/217",[115,73.506]],["parent/217",[95,5.28]],["name/218",[116,67.316]],["parent/218",[95,5.28]],["name/219",[117,73.506]],["parent/219",[95,5.28]],["name/220",[118,73.506]],["parent/220",[95,5.28]],["name/221",[119,73.506]],["parent/221",[95,5.28]],["name/222",[145,70.993]],["parent/222",[42,2.841]],["name/223",[146,70.993]],["parent/223",[42,2.841]],["name/224",[147,70.993]],["parent/224",[42,2.841]],["name/225",[148,70.993]],["parent/225",[42,2.841]],["name/226",[149,70.993]],["parent/226",[42,2.841]],["name/227",[150,70.993]],["parent/227",[42,2.841]],["name/228",[151,70.993]],["parent/228",[42,2.841]],["name/229",[152,70.993]],["parent/229",[42,2.841]],["name/230",[153,70.993]],["parent/230",[42,2.841]],["name/231",[154,70.993]],["parent/231",[42,2.841]],["name/232",[155,70.993]],["parent/232",[42,2.841]],["name/233",[156,70.993]],["parent/233",[42,2.841]],["name/234",[157,70.993]],["parent/234",[42,2.841]],["name/235",[158,70.993]],["parent/235",[42,2.841]],["name/236",[159,70.993]],["parent/236",[42,2.841]],["name/237",[160,70.993]],["parent/237",[42,2.841]],["name/238",[10,27.076]],["parent/238",[161,8.184]],["name/239",[162,70.993]],["parent/239",[42,2.841]],["name/240",[10,27.076]],["parent/240",[163,8.184]],["name/241",[164,34.944]],["parent/241",[165,8.184]],["name/242",[166,70.993]],["parent/242",[42,2.841]],["name/243",[10,27.076]],["parent/243",[167,8.184]],["name/244",[168,59.292]],["parent/244",[169,6.453]],["name/245",[170,73.506]],["parent/245",[169,6.453]],["name/246",[171,70.993]],["parent/246",[169,6.453]],["name/247",[172,73.506]],["parent/247",[169,6.453]],["name/248",[173,76.871]],["parent/248",[169,6.453]],["name/249",[174,61.61]],["parent/249",[169,6.453]],["name/250",[175,58.625]],["parent/250",[169,6.453]],["name/251",[176,68.986]],["parent/251",[169,6.453]],["name/252",[177,70.993]],["parent/252",[42,2.841]],["name/253",[10,27.076]],["parent/253",[178,8.184]],["name/254",[171,70.993]],["parent/254",[179,6.242]],["name/255",[170,73.506]],["parent/255",[179,6.242]],["name/256",[168,59.292]],["parent/256",[179,6.242]],["name/257",[173,76.871]],["parent/257",[179,6.242]],["name/258",[172,73.506]],["parent/258",[179,6.242]],["name/259",[174,61.61]],["parent/259",[179,6.242]],["name/260",[180,65.885]],["parent/260",[179,6.242]],["name/261",[175,58.625]],["parent/261",[179,6.242]],["name/262",[176,68.986]],["parent/262",[179,6.242]],["name/263",[181,81.979]],["parent/263",[179,6.242]],["name/264",[182,70.993]],["parent/264",[42,2.841]],["name/265",[10,27.076]],["parent/265",[183,8.184]],["name/266",[164,34.944]],["parent/266",[184,8.184]],["name/267",[185,70.993]],["parent/267",[42,2.841]],["name/268",[10,27.076]],["parent/268",[186,8.184]],["name/269",[187,81.979]],["parent/269",[188,8.184]],["name/270",[189,70.993]],["parent/270",[42,2.841]],["name/271",[10,27.076]],["parent/271",[190,8.184]],["name/272",[164,34.944]],["parent/272",[191,8.184]],["name/273",[192,70.993]],["parent/273",[42,2.841]],["name/274",[10,27.076]],["parent/274",[193,8.184]],["name/275",[194,67.316]],["parent/275",[195,6.242]],["name/276",[196,73.506]],["parent/276",[195,6.242]],["name/277",[197,40.87]],["parent/277",[195,6.242]],["name/278",[174,61.61]],["parent/278",[195,6.242]],["name/279",[175,58.625]],["parent/279",[195,6.242]],["name/280",[198,73.506]],["parent/280",[195,6.242]],["name/281",[199,81.979]],["parent/281",[195,6.242]],["name/282",[200,76.871]],["parent/282",[195,6.242]],["name/283",[201,81.979]],["parent/283",[195,6.242]],["name/284",[202,81.979]],["parent/284",[195,6.242]],["name/285",[203,70.993]],["parent/285",[42,2.841]],["name/286",[10,27.076]],["parent/286",[204,8.184]],["name/287",[205,70.993]],["parent/287",[42,2.841]],["name/288",[10,27.076]],["parent/288",[206,8.184]],["name/289",[164,34.944]],["parent/289",[207,8.184]],["name/290",[208,70.993]],["parent/290",[42,2.841]],["name/291",[10,27.076]],["parent/291",[209,8.184]],["name/292",[194,67.316]],["parent/292",[210,6.342]],["name/293",[196,73.506]],["parent/293",[210,6.342]],["name/294",[175,58.625]],["parent/294",[210,6.342]],["name/295",[197,40.87]],["parent/295",[210,6.342]],["name/296",[168,59.292]],["parent/296",[210,6.342]],["name/297",[176,68.986]],["parent/297",[210,6.342]],["name/298",[198,73.506]],["parent/298",[210,6.342]],["name/299",[211,76.871]],["parent/299",[210,6.342]],["name/300",[180,65.885]],["parent/300",[210,6.342]],["name/301",[212,70.993]],["parent/301",[42,2.841]],["name/302",[10,27.076]],["parent/302",[213,8.184]],["name/303",[214,70.993]],["parent/303",[42,2.841]],["name/304",[10,27.076]],["parent/304",[215,8.184]],["name/305",[164,34.944]],["parent/305",[216,8.184]],["name/306",[217,70.993]],["parent/306",[42,2.841]],["name/307",[10,27.076]],["parent/307",[218,8.184]],["name/308",[219,70.993]],["parent/308",[42,2.841]],["name/309",[10,27.076]],["parent/309",[220,8.184]],["name/310",[164,34.944]],["parent/310",[221,8.184]],["name/311",[222,70.993]],["parent/311",[42,2.841]],["name/312",[10,27.076]],["parent/312",[223,8.184]],["name/313",[224,70.993]],["parent/313",[42,2.841]],["name/314",[10,27.076]],["parent/314",[225,8.184]],["name/315",[164,34.944]],["parent/315",[226,8.184]],["name/316",[227,70.993]],["parent/316",[42,2.841]],["name/317",[10,27.076]],["parent/317",[228,8.184]],["name/318",[229,76.871]],["parent/318",[230,6.342]],["name/319",[231,76.871]],["parent/319",[230,6.342]],["name/320",[174,61.61]],["parent/320",[230,6.342]],["name/321",[232,68.986]],["parent/321",[230,6.342]],["name/322",[171,70.993]],["parent/322",[230,6.342]],["name/323",[233,68.986]],["parent/323",[230,6.342]],["name/324",[168,59.292]],["parent/324",[230,6.342]],["name/325",[175,58.625]],["parent/325",[230,6.342]],["name/326",[234,70.993]],["parent/326",[230,6.342]],["name/327",[235,70.993]],["parent/327",[42,2.841]],["name/328",[10,27.076]],["parent/328",[236,8.184]],["name/329",[237,70.993]],["parent/329",[42,2.841]],["name/330",[10,27.076]],["parent/330",[238,8.184]],["name/331",[164,34.944]],["parent/331",[239,8.184]],["name/332",[240,70.993]],["parent/332",[42,2.841]],["name/333",[10,27.076]],["parent/333",[241,8.184]],["name/334",[242,70.993]],["parent/334",[42,2.841]],["name/335",[10,27.076]],["parent/335",[243,8.184]],["name/336",[164,34.944]],["parent/336",[244,8.184]],["name/337",[245,70.993]],["parent/337",[42,2.841]],["name/338",[10,27.076]],["parent/338",[246,8.184]],["name/339",[232,68.986]],["parent/339",[247,6.72]],["name/340",[180,65.885]],["parent/340",[247,6.72]],["name/341",[248,81.979]],["parent/341",[247,6.72]],["name/342",[168,59.292]],["parent/342",[247,6.72]],["name/343",[233,68.986]],["parent/343",[247,6.72]],["name/344",[249,68.986]],["parent/344",[247,6.72]],["name/345",[250,70.993]],["parent/345",[42,2.841]],["name/346",[10,27.076]],["parent/346",[251,8.184]],["name/347",[252,70.993]],["parent/347",[42,2.841]],["name/348",[10,27.076]],["parent/348",[253,8.184]],["name/349",[164,34.944]],["parent/349",[254,8.184]],["name/350",[255,70.993]],["parent/350",[42,2.841]],["name/351",[10,27.076]],["parent/351",[256,8.184]],["name/352",[194,67.316]],["parent/352",[257,6.342]],["name/353",[196,73.506]],["parent/353",[257,6.342]],["name/354",[175,58.625]],["parent/354",[257,6.342]],["name/355",[197,40.87]],["parent/355",[257,6.342]],["name/356",[168,59.292]],["parent/356",[257,6.342]],["name/357",[176,68.986]],["parent/357",[257,6.342]],["name/358",[198,73.506]],["parent/358",[257,6.342]],["name/359",[211,76.871]],["parent/359",[257,6.342]],["name/360",[180,65.885]],["parent/360",[257,6.342]],["name/361",[258,70.993]],["parent/361",[42,2.841]],["name/362",[10,27.076]],["parent/362",[259,8.184]],["name/363",[260,70.993]],["parent/363",[42,2.841]],["name/364",[10,27.076]],["parent/364",[261,8.184]],["name/365",[164,34.944]],["parent/365",[262,8.184]],["name/366",[263,70.993]],["parent/366",[42,2.841]],["name/367",[10,27.076]],["parent/367",[264,8.184]],["name/368",[231,76.871]],["parent/368",[265,6.151]],["name/369",[168,59.292]],["parent/369",[265,6.151]],["name/370",[175,58.625]],["parent/370",[265,6.151]],["name/371",[233,68.986]],["parent/371",[265,6.151]],["name/372",[266,81.979]],["parent/372",[265,6.151]],["name/373",[232,68.986]],["parent/373",[265,6.151]],["name/374",[249,68.986]],["parent/374",[265,6.151]],["name/375",[267,81.979]],["parent/375",[265,6.151]],["name/376",[268,81.979]],["parent/376",[265,6.151]],["name/377",[174,61.61]],["parent/377",[265,6.151]],["name/378",[234,70.993]],["parent/378",[265,6.151]],["name/379",[269,70.993]],["parent/379",[42,2.841]],["name/380",[10,27.076]],["parent/380",[270,8.184]],["name/381",[271,70.993]],["parent/381",[42,2.841]],["name/382",[10,27.076]],["parent/382",[272,8.184]],["name/383",[164,34.944]],["parent/383",[273,8.184]],["name/384",[274,70.993]],["parent/384",[42,2.841]],["name/385",[10,27.076]],["parent/385",[275,8.184]],["name/386",[276,81.979]],["parent/386",[277,6.242]],["name/387",[168,59.292]],["parent/387",[277,6.242]],["name/388",[175,58.625]],["parent/388",[277,6.242]],["name/389",[233,68.986]],["parent/389",[277,6.242]],["name/390",[232,68.986]],["parent/390",[277,6.242]],["name/391",[249,68.986]],["parent/391",[277,6.242]],["name/392",[278,73.506]],["parent/392",[277,6.242]],["name/393",[174,61.61]],["parent/393",[277,6.242]],["name/394",[234,70.993]],["parent/394",[277,6.242]],["name/395",[172,73.506]],["parent/395",[277,6.242]],["name/396",[279,70.993]],["parent/396",[42,2.841]],["name/397",[10,27.076]],["parent/397",[280,8.184]],["name/398",[168,59.292]],["parent/398",[281,6.578]],["name/399",[175,58.625]],["parent/399",[281,6.578]],["name/400",[176,68.986]],["parent/400",[281,6.578]],["name/401",[249,68.986]],["parent/401",[281,6.578]],["name/402",[278,73.506]],["parent/402",[281,6.578]],["name/403",[171,70.993]],["parent/403",[281,6.578]],["name/404",[170,73.506]],["parent/404",[281,6.578]],["name/405",[282,70.993]],["parent/405",[42,2.841]],["name/406",[10,27.076]],["parent/406",[283,8.184]],["name/407",[164,34.944]],["parent/407",[284,8.184]],["name/408",[285,70.993]],["parent/408",[42,2.841]],["name/409",[10,27.076]],["parent/409",[286,8.184]],["name/410",[287,70.993]],["parent/410",[42,2.841]],["name/411",[10,27.076]],["parent/411",[288,8.184]],["name/412",[164,34.944]],["parent/412",[289,8.184]],["name/413",[290,70.993]],["parent/413",[42,2.841]],["name/414",[10,27.076]],["parent/414",[291,8.184]],["name/415",[174,61.61]],["parent/415",[292,6.342]],["name/416",[232,68.986]],["parent/416",[292,6.342]],["name/417",[180,65.885]],["parent/417",[292,6.342]],["name/418",[249,68.986]],["parent/418",[292,6.342]],["name/419",[278,73.506]],["parent/419",[292,6.342]],["name/420",[168,59.292]],["parent/420",[292,6.342]],["name/421",[175,58.625]],["parent/421",[292,6.342]],["name/422",[293,81.979]],["parent/422",[292,6.342]],["name/423",[234,70.993]],["parent/423",[292,6.342]],["name/424",[294,70.993]],["parent/424",[42,2.841]],["name/425",[10,27.076]],["parent/425",[295,8.184]],["name/426",[175,58.625]],["parent/426",[296,8.184]],["name/427",[297,70.993]],["parent/427",[42,2.841]],["name/428",[10,27.076]],["parent/428",[298,8.184]],["name/429",[164,34.944]],["parent/429",[299,8.184]],["name/430",[300,70.993]],["parent/430",[42,2.841]],["name/431",[10,27.076]],["parent/431",[301,8.184]],["name/432",[302,70.993]],["parent/432",[42,2.841]],["name/433",[10,27.076]],["parent/433",[303,8.184]],["name/434",[164,34.944]],["parent/434",[304,8.184]],["name/435",[305,70.993]],["parent/435",[42,2.841]],["name/436",[10,27.076]],["parent/436",[306,8.184]],["name/437",[307,70.993]],["parent/437",[42,2.841]],["name/438",[10,27.076]],["parent/438",[308,8.184]],["name/439",[164,34.944]],["parent/439",[309,8.184]],["name/440",[310,70.993]],["parent/440",[42,2.841]],["name/441",[10,27.076]],["parent/441",[311,8.184]],["name/442",[312,76.871]],["parent/442",[313,7.674]],["name/443",[314,76.871]],["parent/443",[313,7.674]],["name/444",[315,70.993]],["parent/444",[42,2.841]],["name/445",[10,27.076]],["parent/445",[316,8.184]],["name/446",[168,59.292]],["parent/446",[317,7.088]],["name/447",[229,76.871]],["parent/447",[317,7.088]],["name/448",[175,58.625]],["parent/448",[317,7.088]],["name/449",[180,65.885]],["parent/449",[317,7.088]],["name/450",[318,70.993]],["parent/450",[42,2.841]],["name/451",[10,27.076]],["parent/451",[319,8.184]],["name/452",[164,34.944]],["parent/452",[320,8.184]],["name/453",[321,64.633]],["parent/453",[42,2.841]],["name/454",[10,27.076]],["parent/454",[322,8.184]],["name/455",[323,64.633]],["parent/455",[42,2.841]],["name/456",[10,27.076]],["parent/456",[324,8.184]],["name/457",[164,34.944]],["parent/457",[325,8.184]],["name/458",[326,70.993]],["parent/458",[42,2.841]],["name/459",[10,27.076]],["parent/459",[327,8.184]],["name/460",[168,59.292]],["parent/460",[328,6.578]],["name/461",[329,76.871]],["parent/461",[328,6.578]],["name/462",[233,68.986]],["parent/462",[328,6.578]],["name/463",[330,81.979]],["parent/463",[328,6.578]],["name/464",[175,58.625]],["parent/464",[328,6.578]],["name/465",[180,65.885]],["parent/465",[328,6.578]],["name/466",[194,67.316]],["parent/466",[328,6.578]],["name/467",[331,70.993]],["parent/467",[42,2.841]],["name/468",[10,27.076]],["parent/468",[332,8.184]],["name/469",[333,70.993]],["parent/469",[42,2.841]],["name/470",[10,27.076]],["parent/470",[334,8.184]],["name/471",[164,34.944]],["parent/471",[335,8.184]],["name/472",[336,70.993]],["parent/472",[42,2.841]],["name/473",[10,27.076]],["parent/473",[337,8.184]],["name/474",[312,76.871]],["parent/474",[338,7.674]],["name/475",[314,76.871]],["parent/475",[338,7.674]],["name/476",[339,70.993]],["parent/476",[42,2.841]],["name/477",[10,27.076]],["parent/477",[340,8.184]],["name/478",[341,70.993]],["parent/478",[42,2.841]],["name/479",[10,27.076]],["parent/479",[342,8.184]],["name/480",[164,34.944]],["parent/480",[343,8.184]],["name/481",[344,70.993]],["parent/481",[42,2.841]],["name/482",[10,27.076]],["parent/482",[345,8.184]],["name/483",[346,81.979]],["parent/483",[347,7.088]],["name/484",[168,59.292]],["parent/484",[347,7.088]],["name/485",[175,58.625]],["parent/485",[347,7.088]],["name/486",[194,67.316]],["parent/486",[347,7.088]],["name/487",[348,70.993]],["parent/487",[42,2.841]],["name/488",[10,27.076]],["parent/488",[349,8.184]],["name/489",[350,70.993]],["parent/489",[42,2.841]],["name/490",[10,27.076]],["parent/490",[351,8.184]],["name/491",[164,34.944]],["parent/491",[352,8.184]],["name/492",[353,70.993]],["parent/492",[42,2.841]],["name/493",[10,27.076]],["parent/493",[354,8.184]],["name/494",[168,59.292]],["parent/494",[355,6.72]],["name/495",[329,76.871]],["parent/495",[355,6.72]],["name/496",[194,67.316]],["parent/496",[355,6.72]],["name/497",[175,58.625]],["parent/497",[355,6.72]],["name/498",[356,81.979]],["parent/498",[355,6.72]],["name/499",[357,81.979]],["parent/499",[355,6.72]],["name/500",[358,70.993]],["parent/500",[42,2.841]],["name/501",[359,70.993]],["parent/501",[42,2.841]],["name/502",[360,73.506]],["parent/502",[42,2.841]],["name/503",[145,70.993]],["parent/503",[42,2.841]],["name/504",[146,70.993]],["parent/504",[42,2.841]],["name/505",[147,70.993]],["parent/505",[42,2.841]],["name/506",[148,70.993]],["parent/506",[42,2.841]],["name/507",[149,70.993]],["parent/507",[42,2.841]],["name/508",[150,70.993]],["parent/508",[42,2.841]],["name/509",[151,70.993]],["parent/509",[42,2.841]],["name/510",[152,70.993]],["parent/510",[42,2.841]],["name/511",[153,70.993]],["parent/511",[42,2.841]],["name/512",[154,70.993]],["parent/512",[42,2.841]],["name/513",[155,70.993]],["parent/513",[42,2.841]],["name/514",[156,70.993]],["parent/514",[42,2.841]],["name/515",[157,70.993]],["parent/515",[42,2.841]],["name/516",[158,70.993]],["parent/516",[42,2.841]],["name/517",[159,70.993]],["parent/517",[42,2.841]],["name/518",[160,70.993]],["parent/518",[42,2.841]],["name/519",[162,70.993]],["parent/519",[42,2.841]],["name/520",[166,70.993]],["parent/520",[42,2.841]],["name/521",[177,70.993]],["parent/521",[42,2.841]],["name/522",[182,70.993]],["parent/522",[42,2.841]],["name/523",[185,70.993]],["parent/523",[42,2.841]],["name/524",[189,70.993]],["parent/524",[42,2.841]],["name/525",[192,70.993]],["parent/525",[42,2.841]],["name/526",[203,70.993]],["parent/526",[42,2.841]],["name/527",[205,70.993]],["parent/527",[42,2.841]],["name/528",[208,70.993]],["parent/528",[42,2.841]],["name/529",[212,70.993]],["parent/529",[42,2.841]],["name/530",[214,70.993]],["parent/530",[42,2.841]],["name/531",[217,70.993]],["parent/531",[42,2.841]],["name/532",[219,70.993]],["parent/532",[42,2.841]],["name/533",[222,70.993]],["parent/533",[42,2.841]],["name/534",[224,70.993]],["parent/534",[42,2.841]],["name/535",[227,70.993]],["parent/535",[42,2.841]],["name/536",[235,70.993]],["parent/536",[42,2.841]],["name/537",[237,70.993]],["parent/537",[42,2.841]],["name/538",[240,70.993]],["parent/538",[42,2.841]],["name/539",[242,70.993]],["parent/539",[42,2.841]],["name/540",[245,70.993]],["parent/540",[42,2.841]],["name/541",[250,70.993]],["parent/541",[42,2.841]],["name/542",[252,70.993]],["parent/542",[42,2.841]],["name/543",[255,70.993]],["parent/543",[42,2.841]],["name/544",[258,70.993]],["parent/544",[42,2.841]],["name/545",[260,70.993]],["parent/545",[42,2.841]],["name/546",[263,70.993]],["parent/546",[42,2.841]],["name/547",[269,70.993]],["parent/547",[42,2.841]],["name/548",[271,70.993]],["parent/548",[42,2.841]],["name/549",[274,70.993]],["parent/549",[42,2.841]],["name/550",[279,70.993]],["parent/550",[42,2.841]],["name/551",[282,70.993]],["parent/551",[42,2.841]],["name/552",[285,70.993]],["parent/552",[42,2.841]],["name/553",[287,70.993]],["parent/553",[42,2.841]],["name/554",[290,70.993]],["parent/554",[42,2.841]],["name/555",[294,70.993]],["parent/555",[42,2.841]],["name/556",[297,70.993]],["parent/556",[42,2.841]],["name/557",[300,70.993]],["parent/557",[42,2.841]],["name/558",[302,70.993]],["parent/558",[42,2.841]],["name/559",[305,70.993]],["parent/559",[42,2.841]],["name/560",[307,70.993]],["parent/560",[42,2.841]],["name/561",[310,70.993]],["parent/561",[42,2.841]],["name/562",[315,70.993]],["parent/562",[42,2.841]],["name/563",[318,70.993]],["parent/563",[42,2.841]],["name/564",[321,64.633]],["parent/564",[42,2.841]],["name/565",[323,64.633]],["parent/565",[42,2.841]],["name/566",[326,70.993]],["parent/566",[42,2.841]],["name/567",[331,70.993]],["parent/567",[42,2.841]],["name/568",[333,70.993]],["parent/568",[42,2.841]],["name/569",[336,70.993]],["parent/569",[42,2.841]],["name/570",[339,70.993]],["parent/570",[42,2.841]],["name/571",[341,70.993]],["parent/571",[42,2.841]],["name/572",[344,70.993]],["parent/572",[42,2.841]],["name/573",[348,70.993]],["parent/573",[42,2.841]],["name/574",[350,70.993]],["parent/574",[42,2.841]],["name/575",[353,70.993]],["parent/575",[42,2.841]],["name/576",[358,70.993]],["parent/576",[42,2.841]],["name/577",[359,70.993]],["parent/577",[42,2.841]],["name/578",[360,73.506]],["parent/578",[42,2.841]],["name/579",[42,28.46]],["parent/579",[42,2.841]],["name/580",[361,73.506]],["parent/580",[]],["name/581",[361,73.506]],["parent/581",[361,7.338]],["name/582",[29,56.33]],["parent/582",[362,6.72]],["name/583",[363,81.979]],["parent/583",[362,6.72]],["name/584",[364,81.979]],["parent/584",[362,6.72]],["name/585",[365,81.979]],["parent/585",[362,6.72]],["name/586",[366,81.979]],["parent/586",[362,6.72]],["name/587",[367,81.979]],["parent/587",[362,6.72]],["name/588",[368,76.871]],["parent/588",[0,4.369]],["name/589",[369,76.871]],["parent/589",[0,4.369]],["name/590",[370,81.979]],["parent/590",[0,4.369]],["name/591",[371,76.871]],["parent/591",[0,4.369]],["name/592",[372,76.871]],["parent/592",[0,4.369]],["name/593",[373,76.871]],["parent/593",[0,4.369]],["name/594",[374,76.871]],["parent/594",[0,4.369]],["name/595",[375,76.871]],["parent/595",[0,4.369]],["name/596",[376,76.871]],["parent/596",[0,4.369]],["name/597",[377,76.871]],["parent/597",[0,4.369]],["name/598",[378,76.871]],["parent/598",[0,4.369]],["name/599",[379,76.871]],["parent/599",[0,4.369]],["name/600",[106,68.986]],["parent/600",[0,4.369]],["name/601",[380,76.871]],["parent/601",[0,4.369]],["name/602",[381,76.871]],["parent/602",[0,4.369]],["name/603",[37,76.871]],["parent/603",[0,4.369]],["name/604",[38,76.871]],["parent/604",[0,4.369]],["name/605",[39,76.871]],["parent/605",[0,4.369]],["name/606",[40,76.871]],["parent/606",[0,4.369]],["name/607",[41,76.871]],["parent/607",[0,4.369]],["name/608",[373,76.871]],["parent/608",[0,4.369]],["name/609",[374,76.871]],["parent/609",[0,4.369]],["name/610",[375,76.871]],["parent/610",[0,4.369]],["name/611",[376,76.871]],["parent/611",[0,4.369]],["name/612",[377,76.871]],["parent/612",[0,4.369]],["name/613",[378,76.871]],["parent/613",[0,4.369]],["name/614",[379,76.871]],["parent/614",[0,4.369]],["name/615",[106,68.986]],["parent/615",[0,4.369]],["name/616",[380,76.871]],["parent/616",[0,4.369]],["name/617",[381,76.871]],["parent/617",[0,4.369]],["name/618",[368,76.871]],["parent/618",[0,4.369]],["name/619",[369,76.871]],["parent/619",[0,4.369]],["name/620",[371,76.871]],["parent/620",[0,4.369]],["name/621",[372,76.871]],["parent/621",[0,4.369]],["name/622",[7,76.871]],["parent/622",[0,4.369]],["name/623",[8,76.871]],["parent/623",[0,4.369]],["name/624",[1,76.871]],["parent/624",[0,4.369]],["name/625",[9,48.539]],["parent/625",[0,4.369]],["name/626",[4,76.871]],["parent/626",[0,4.369]],["name/627",[5,76.871]],["parent/627",[0,4.369]],["name/628",[12,76.871]],["parent/628",[0,4.369]],["name/629",[13,76.871]],["parent/629",[0,4.369]],["name/630",[15,76.871]],["parent/630",[0,4.369]],["name/631",[382,76.871]],["parent/631",[0,4.369]],["name/632",[383,76.871]],["parent/632",[0,4.369]],["name/633",[384,76.871]],["parent/633",[0,4.369]],["name/634",[385,76.871]],["parent/634",[0,4.369]],["name/635",[384,76.871]],["parent/635",[0,4.369]],["name/636",[385,76.871]],["parent/636",[0,4.369]],["name/637",[382,76.871]],["parent/637",[0,4.369]],["name/638",[386,81.979]],["parent/638",[387,6.887]],["name/639",[388,81.979]],["parent/639",[387,6.887]],["name/640",[389,81.979]],["parent/640",[387,6.887]],["name/641",[164,34.944]],["parent/641",[387,6.887]],["name/642",[2,76.871]],["parent/642",[387,6.887]],["name/643",[390,81.979]],["parent/643",[0,4.369]],["name/644",[383,76.871]],["parent/644",[0,4.369]],["name/645",[391,26.805]],["parent/645",[]],["name/646",[43,47.218]],["parent/646",[391,2.676]],["name/647",[392,58]],["parent/647",[391,2.676]],["name/648",[393,57.412]],["parent/648",[391,2.676]],["name/649",[394,58]],["parent/649",[391,2.676]],["name/650",[395,58]],["parent/650",[391,2.676]],["name/651",[396,58]],["parent/651",[391,2.676]],["name/652",[397,58]],["parent/652",[391,2.676]],["name/653",[398,58]],["parent/653",[391,2.676]],["name/654",[399,58]],["parent/654",[391,2.676]],["name/655",[400,58]],["parent/655",[391,2.676]],["name/656",[401,58]],["parent/656",[391,2.676]],["name/657",[402,58]],["parent/657",[391,2.676]],["name/658",[403,55.829]],["parent/658",[391,2.676]],["name/659",[404,55.829]],["parent/659",[391,2.676]],["name/660",[405,58]],["parent/660",[391,2.676]],["name/661",[406,58]],["parent/661",[391,2.676]],["name/662",[407,58]],["parent/662",[391,2.676]],["name/663",[408,58]],["parent/663",[391,2.676]],["name/664",[409,58]],["parent/664",[391,2.676]],["name/665",[410,58]],["parent/665",[391,2.676]],["name/666",[411,58]],["parent/666",[391,2.676]],["name/667",[412,58]],["parent/667",[391,2.676]],["name/668",[413,58]],["parent/668",[391,2.676]],["name/669",[414,58]],["parent/669",[391,2.676]],["name/670",[415,58]],["parent/670",[391,2.676]],["name/671",[416,58]],["parent/671",[391,2.676]],["name/672",[417,58]],["parent/672",[391,2.676]],["name/673",[418,58]],["parent/673",[391,2.676]],["name/674",[419,60.776]],["parent/674",[391,2.676]],["name/675",[420,64.633]],["parent/675",[391,2.676]],["name/676",[421,64.633]],["parent/676",[391,2.676]],["name/677",[422,64.633]],["parent/677",[391,2.676]],["name/678",[423,45.691]],["parent/678",[391,2.676]],["name/679",[9,48.539]],["parent/679",[391,2.676]],["name/680",[424,60.776]],["parent/680",[391,2.676]],["name/681",[425,60.776]],["parent/681",[391,2.676]],["name/682",[426,60.776]],["parent/682",[391,2.676]],["name/683",[427,64.633]],["parent/683",[391,2.676]],["name/684",[428,64.633]],["parent/684",[391,2.676]],["name/685",[429,64.633]],["parent/685",[391,2.676]],["name/686",[430,60.776]],["parent/686",[391,2.676]],["name/687",[431,60.776]],["parent/687",[391,2.676]],["name/688",[432,60.776]],["parent/688",[391,2.676]],["name/689",[416,58]],["parent/689",[391,2.676]],["name/690",[417,58]],["parent/690",[391,2.676]],["name/691",[418,58]],["parent/691",[391,2.676]],["name/692",[420,64.633]],["parent/692",[391,2.676]],["name/693",[397,58]],["parent/693",[391,2.676]],["name/694",[407,58]],["parent/694",[391,2.676]],["name/695",[408,58]],["parent/695",[391,2.676]],["name/696",[409,58]],["parent/696",[391,2.676]],["name/697",[398,58]],["parent/697",[391,2.676]],["name/698",[399,58]],["parent/698",[391,2.676]],["name/699",[421,64.633]],["parent/699",[391,2.676]],["name/700",[422,64.633]],["parent/700",[391,2.676]],["name/701",[423,45.691]],["parent/701",[391,2.676]],["name/702",[392,58]],["parent/702",[391,2.676]],["name/703",[9,48.539]],["parent/703",[391,2.676]],["name/704",[414,58]],["parent/704",[391,2.676]],["name/705",[402,58]],["parent/705",[391,2.676]],["name/706",[419,60.776]],["parent/706",[391,2.676]],["name/707",[395,58]],["parent/707",[391,2.676]],["name/708",[394,58]],["parent/708",[391,2.676]],["name/709",[424,60.776]],["parent/709",[391,2.676]],["name/710",[425,60.776]],["parent/710",[391,2.676]],["name/711",[426,60.776]],["parent/711",[391,2.676]],["name/712",[400,58]],["parent/712",[391,2.676]],["name/713",[427,64.633]],["parent/713",[391,2.676]],["name/714",[428,64.633]],["parent/714",[391,2.676]],["name/715",[396,58]],["parent/715",[391,2.676]],["name/716",[415,58]],["parent/716",[391,2.676]],["name/717",[412,58]],["parent/717",[391,2.676]],["name/718",[413,58]],["parent/718",[391,2.676]],["name/719",[410,58]],["parent/719",[391,2.676]],["name/720",[411,58]],["parent/720",[391,2.676]],["name/721",[405,58]],["parent/721",[391,2.676]],["name/722",[406,58]],["parent/722",[391,2.676]],["name/723",[401,58]],["parent/723",[391,2.676]],["name/724",[404,55.829]],["parent/724",[391,2.676]],["name/725",[429,64.633]],["parent/725",[391,2.676]],["name/726",[403,55.829]],["parent/726",[391,2.676]],["name/727",[393,57.412]],["parent/727",[391,2.676]],["name/728",[430,60.776]],["parent/728",[391,2.676]],["name/729",[431,60.776]],["parent/729",[391,2.676]],["name/730",[432,60.776]],["parent/730",[391,2.676]],["name/731",[391,26.805]],["parent/731",[391,2.676]],["name/732",[17,54.464]],["parent/732",[433,4.846]],["name/733",[43,47.218]],["parent/733",[433,4.846]],["name/734",[96,58]],["parent/734",[433,4.846]],["name/735",[434,67.316]],["parent/735",[435,4.971]],["name/736",[436,67.316]],["parent/736",[435,4.971]],["name/737",[437,67.316]],["parent/737",[435,4.971]],["name/738",[438,67.316]],["parent/738",[435,4.971]],["name/739",[439,67.316]],["parent/739",[435,4.971]],["name/740",[440,67.316]],["parent/740",[435,4.971]],["name/741",[441,67.316]],["parent/741",[435,4.971]],["name/742",[442,67.316]],["parent/742",[435,4.971]],["name/743",[443,67.316]],["parent/743",[435,4.971]],["name/744",[444,67.316]],["parent/744",[435,4.971]],["name/745",[445,67.316]],["parent/745",[435,4.971]],["name/746",[446,67.316]],["parent/746",[435,4.971]],["name/747",[447,67.316]],["parent/747",[435,4.971]],["name/748",[448,67.316]],["parent/748",[435,4.971]],["name/749",[449,67.316]],["parent/749",[435,4.971]],["name/750",[450,67.316]],["parent/750",[435,4.971]],["name/751",[451,67.316]],["parent/751",[435,4.971]],["name/752",[452,67.316]],["parent/752",[435,4.971]],["name/753",[453,67.316]],["parent/753",[435,4.971]],["name/754",[454,67.316]],["parent/754",[435,4.971]],["name/755",[455,67.316]],["parent/755",[435,4.971]],["name/756",[456,67.316]],["parent/756",[435,4.971]],["name/757",[457,67.316]],["parent/757",[435,4.971]],["name/758",[458,67.316]],["parent/758",[435,4.971]],["name/759",[459,67.316]],["parent/759",[435,4.971]],["name/760",[460,67.316]],["parent/760",[435,4.971]],["name/761",[461,67.316]],["parent/761",[435,4.971]],["name/762",[462,67.316]],["parent/762",[435,4.971]],["name/763",[463,67.316]],["parent/763",[435,4.971]],["name/764",[464,67.316]],["parent/764",[435,4.971]],["name/765",[465,67.316]],["parent/765",[435,4.971]],["name/766",[466,67.316]],["parent/766",[435,4.971]],["name/767",[467,67.316]],["parent/767",[435,4.971]],["name/768",[468,67.316]],["parent/768",[435,4.971]],["name/769",[469,67.316]],["parent/769",[435,4.971]],["name/770",[470,67.316]],["parent/770",[435,4.971]],["name/771",[471,67.316]],["parent/771",[435,4.971]],["name/772",[29,56.33]],["parent/772",[433,4.846]],["name/773",[120,58]],["parent/773",[433,4.846]],["name/774",[10,27.076]],["parent/774",[472,8.184]],["name/775",[434,67.316]],["parent/775",[473,4.285]],["name/776",[474,76.871]],["parent/776",[473,4.285]],["name/777",[436,67.316]],["parent/777",[473,4.285]],["name/778",[475,76.871]],["parent/778",[473,4.285]],["name/779",[437,67.316]],["parent/779",[473,4.285]],["name/780",[476,76.871]],["parent/780",[473,4.285]],["name/781",[438,67.316]],["parent/781",[473,4.285]],["name/782",[477,76.871]],["parent/782",[473,4.285]],["name/783",[439,67.316]],["parent/783",[473,4.285]],["name/784",[478,76.871]],["parent/784",[473,4.285]],["name/785",[440,67.316]],["parent/785",[473,4.285]],["name/786",[479,76.871]],["parent/786",[473,4.285]],["name/787",[441,67.316]],["parent/787",[473,4.285]],["name/788",[480,76.871]],["parent/788",[473,4.285]],["name/789",[442,67.316]],["parent/789",[473,4.285]],["name/790",[481,76.871]],["parent/790",[473,4.285]],["name/791",[443,67.316]],["parent/791",[473,4.285]],["name/792",[482,76.871]],["parent/792",[473,4.285]],["name/793",[444,67.316]],["parent/793",[473,4.285]],["name/794",[483,76.871]],["parent/794",[473,4.285]],["name/795",[445,67.316]],["parent/795",[473,4.285]],["name/796",[484,76.871]],["parent/796",[473,4.285]],["name/797",[446,67.316]],["parent/797",[473,4.285]],["name/798",[485,76.871]],["parent/798",[473,4.285]],["name/799",[447,67.316]],["parent/799",[473,4.285]],["name/800",[486,76.871]],["parent/800",[473,4.285]],["name/801",[448,67.316]],["parent/801",[473,4.285]],["name/802",[487,76.871]],["parent/802",[473,4.285]],["name/803",[449,67.316]],["parent/803",[473,4.285]],["name/804",[488,76.871]],["parent/804",[473,4.285]],["name/805",[450,67.316]],["parent/805",[473,4.285]],["name/806",[489,76.871]],["parent/806",[473,4.285]],["name/807",[451,67.316]],["parent/807",[473,4.285]],["name/808",[490,76.871]],["parent/808",[473,4.285]],["name/809",[452,67.316]],["parent/809",[473,4.285]],["name/810",[491,76.871]],["parent/810",[473,4.285]],["name/811",[453,67.316]],["parent/811",[473,4.285]],["name/812",[492,76.871]],["parent/812",[473,4.285]],["name/813",[454,67.316]],["parent/813",[473,4.285]],["name/814",[493,76.871]],["parent/814",[473,4.285]],["name/815",[455,67.316]],["parent/815",[473,4.285]],["name/816",[494,76.871]],["parent/816",[473,4.285]],["name/817",[456,67.316]],["parent/817",[473,4.285]],["name/818",[495,76.871]],["parent/818",[473,4.285]],["name/819",[457,67.316]],["parent/819",[473,4.285]],["name/820",[496,76.871]],["parent/820",[473,4.285]],["name/821",[458,67.316]],["parent/821",[473,4.285]],["name/822",[497,76.871]],["parent/822",[473,4.285]],["name/823",[459,67.316]],["parent/823",[473,4.285]],["name/824",[498,76.871]],["parent/824",[473,4.285]],["name/825",[460,67.316]],["parent/825",[473,4.285]],["name/826",[499,76.871]],["parent/826",[473,4.285]],["name/827",[461,67.316]],["parent/827",[473,4.285]],["name/828",[500,76.871]],["parent/828",[473,4.285]],["name/829",[462,67.316]],["parent/829",[473,4.285]],["name/830",[501,76.871]],["parent/830",[473,4.285]],["name/831",[463,67.316]],["parent/831",[473,4.285]],["name/832",[502,76.871]],["parent/832",[473,4.285]],["name/833",[464,67.316]],["parent/833",[473,4.285]],["name/834",[503,76.871]],["parent/834",[473,4.285]],["name/835",[465,67.316]],["parent/835",[473,4.285]],["name/836",[504,76.871]],["parent/836",[473,4.285]],["name/837",[466,67.316]],["parent/837",[473,4.285]],["name/838",[505,76.871]],["parent/838",[473,4.285]],["name/839",[467,67.316]],["parent/839",[473,4.285]],["name/840",[506,76.871]],["parent/840",[473,4.285]],["name/841",[468,67.316]],["parent/841",[473,4.285]],["name/842",[507,76.871]],["parent/842",[473,4.285]],["name/843",[469,67.316]],["parent/843",[473,4.285]],["name/844",[508,76.871]],["parent/844",[473,4.285]],["name/845",[470,67.316]],["parent/845",[473,4.285]],["name/846",[509,76.871]],["parent/846",[473,4.285]],["name/847",[471,67.316]],["parent/847",[473,4.285]],["name/848",[510,76.871]],["parent/848",[473,4.285]],["name/849",[434,67.316]],["parent/849",[433,4.846]],["name/850",[436,67.316]],["parent/850",[433,4.846]],["name/851",[437,67.316]],["parent/851",[433,4.846]],["name/852",[438,67.316]],["parent/852",[433,4.846]],["name/853",[439,67.316]],["parent/853",[433,4.846]],["name/854",[440,67.316]],["parent/854",[433,4.846]],["name/855",[441,67.316]],["parent/855",[433,4.846]],["name/856",[442,67.316]],["parent/856",[433,4.846]],["name/857",[443,67.316]],["parent/857",[433,4.846]],["name/858",[444,67.316]],["parent/858",[433,4.846]],["name/859",[445,67.316]],["parent/859",[433,4.846]],["name/860",[446,67.316]],["parent/860",[433,4.846]],["name/861",[447,67.316]],["parent/861",[433,4.846]],["name/862",[448,67.316]],["parent/862",[433,4.846]],["name/863",[449,67.316]],["parent/863",[433,4.846]],["name/864",[450,67.316]],["parent/864",[433,4.846]],["name/865",[451,67.316]],["parent/865",[433,4.846]],["name/866",[452,67.316]],["parent/866",[433,4.846]],["name/867",[453,67.316]],["parent/867",[433,4.846]],["name/868",[454,67.316]],["parent/868",[433,4.846]],["name/869",[455,67.316]],["parent/869",[433,4.846]],["name/870",[456,67.316]],["parent/870",[433,4.846]],["name/871",[457,67.316]],["parent/871",[433,4.846]],["name/872",[458,67.316]],["parent/872",[433,4.846]],["name/873",[459,67.316]],["parent/873",[433,4.846]],["name/874",[460,67.316]],["parent/874",[433,4.846]],["name/875",[461,67.316]],["parent/875",[433,4.846]],["name/876",[462,67.316]],["parent/876",[433,4.846]],["name/877",[463,67.316]],["parent/877",[433,4.846]],["name/878",[464,67.316]],["parent/878",[433,4.846]],["name/879",[465,67.316]],["parent/879",[433,4.846]],["name/880",[466,67.316]],["parent/880",[433,4.846]],["name/881",[467,67.316]],["parent/881",[433,4.846]],["name/882",[468,67.316]],["parent/882",[433,4.846]],["name/883",[469,67.316]],["parent/883",[433,4.846]],["name/884",[470,67.316]],["parent/884",[433,4.846]],["name/885",[471,67.316]],["parent/885",[433,4.846]],["name/886",[511,64.633]],["parent/886",[391,2.676]],["name/887",[512,64.633]],["parent/887",[391,2.676]],["name/888",[513,64.633]],["parent/888",[391,2.676]],["name/889",[10,27.076]],["parent/889",[514,8.184]],["name/890",[515,36.44]],["parent/890",[516,7.674]],["name/891",[197,40.87]],["parent/891",[516,7.674]],["name/892",[517,64.633]],["parent/892",[391,2.676]],["name/893",[10,27.076]],["parent/893",[518,8.184]],["name/894",[164,34.944]],["parent/894",[519,7.674]],["name/895",[520,43.765]],["parent/895",[519,7.674]],["name/896",[521,64.633]],["parent/896",[391,2.676]],["name/897",[10,27.076]],["parent/897",[522,8.184]],["name/898",[515,36.44]],["parent/898",[523,7.674]],["name/899",[197,40.87]],["parent/899",[523,7.674]],["name/900",[524,64.633]],["parent/900",[391,2.676]],["name/901",[10,27.076]],["parent/901",[525,8.184]],["name/902",[164,34.944]],["parent/902",[526,7.674]],["name/903",[520,43.765]],["parent/903",[526,7.674]],["name/904",[527,64.633]],["parent/904",[391,2.676]],["name/905",[10,27.076]],["parent/905",[528,8.184]],["name/906",[515,36.44]],["parent/906",[529,7.674]],["name/907",[197,40.87]],["parent/907",[529,7.674]],["name/908",[530,64.633]],["parent/908",[391,2.676]],["name/909",[10,27.076]],["parent/909",[531,8.184]],["name/910",[164,34.944]],["parent/910",[532,7.674]],["name/911",[520,43.765]],["parent/911",[532,7.674]],["name/912",[533,64.633]],["parent/912",[391,2.676]],["name/913",[10,27.076]],["parent/913",[534,8.184]],["name/914",[515,36.44]],["parent/914",[535,7.674]],["name/915",[197,40.87]],["parent/915",[535,7.674]],["name/916",[536,64.633]],["parent/916",[391,2.676]],["name/917",[10,27.076]],["parent/917",[537,8.184]],["name/918",[164,34.944]],["parent/918",[538,7.674]],["name/919",[520,43.765]],["parent/919",[538,7.674]],["name/920",[539,64.633]],["parent/920",[391,2.676]],["name/921",[10,27.076]],["parent/921",[540,8.184]],["name/922",[515,36.44]],["parent/922",[541,7.674]],["name/923",[197,40.87]],["parent/923",[541,7.674]],["name/924",[542,64.633]],["parent/924",[391,2.676]],["name/925",[10,27.076]],["parent/925",[543,8.184]],["name/926",[164,34.944]],["parent/926",[544,7.674]],["name/927",[520,43.765]],["parent/927",[544,7.674]],["name/928",[545,64.633]],["parent/928",[391,2.676]],["name/929",[10,27.076]],["parent/929",[546,8.184]],["name/930",[515,36.44]],["parent/930",[547,8.184]],["name/931",[548,64.633]],["parent/931",[391,2.676]],["name/932",[10,27.076]],["parent/932",[549,8.184]],["name/933",[164,34.944]],["parent/933",[550,7.674]],["name/934",[520,43.765]],["parent/934",[550,7.674]],["name/935",[551,64.633]],["parent/935",[391,2.676]],["name/936",[10,27.076]],["parent/936",[552,8.184]],["name/937",[515,36.44]],["parent/937",[553,8.184]],["name/938",[554,64.633]],["parent/938",[391,2.676]],["name/939",[10,27.076]],["parent/939",[555,8.184]],["name/940",[164,34.944]],["parent/940",[556,7.674]],["name/941",[520,43.765]],["parent/941",[556,7.674]],["name/942",[557,64.633]],["parent/942",[391,2.676]],["name/943",[10,27.076]],["parent/943",[558,8.184]],["name/944",[515,36.44]],["parent/944",[559,8.184]],["name/945",[560,64.633]],["parent/945",[391,2.676]],["name/946",[10,27.076]],["parent/946",[561,8.184]],["name/947",[164,34.944]],["parent/947",[562,7.338]],["name/948",[563,62.52]],["parent/948",[562,7.338]],["name/949",[520,43.765]],["parent/949",[562,7.338]],["name/950",[564,64.633]],["parent/950",[391,2.676]],["name/951",[10,27.076]],["parent/951",[565,8.184]],["name/952",[515,36.44]],["parent/952",[566,7.338]],["name/953",[567,76.871]],["parent/953",[566,7.338]],["name/954",[197,40.87]],["parent/954",[566,7.338]],["name/955",[568,64.633]],["parent/955",[391,2.676]],["name/956",[10,27.076]],["parent/956",[569,8.184]],["name/957",[164,34.944]],["parent/957",[570,8.184]],["name/958",[571,64.633]],["parent/958",[391,2.676]],["name/959",[10,27.076]],["parent/959",[572,8.184]],["name/960",[515,36.44]],["parent/960",[573,7.674]],["name/961",[197,40.87]],["parent/961",[573,7.674]],["name/962",[574,64.633]],["parent/962",[391,2.676]],["name/963",[10,27.076]],["parent/963",[575,8.184]],["name/964",[164,34.944]],["parent/964",[576,7.674]],["name/965",[520,43.765]],["parent/965",[576,7.674]],["name/966",[577,64.633]],["parent/966",[391,2.676]],["name/967",[10,27.076]],["parent/967",[578,8.184]],["name/968",[515,36.44]],["parent/968",[579,8.184]],["name/969",[580,64.633]],["parent/969",[391,2.676]],["name/970",[10,27.076]],["parent/970",[581,8.184]],["name/971",[164,34.944]],["parent/971",[582,7.674]],["name/972",[520,43.765]],["parent/972",[582,7.674]],["name/973",[583,64.633]],["parent/973",[391,2.676]],["name/974",[10,27.076]],["parent/974",[584,8.184]],["name/975",[515,36.44]],["parent/975",[585,7.674]],["name/976",[197,40.87]],["parent/976",[585,7.674]],["name/977",[586,64.633]],["parent/977",[391,2.676]],["name/978",[10,27.076]],["parent/978",[587,8.184]],["name/979",[164,34.944]],["parent/979",[588,7.674]],["name/980",[520,43.765]],["parent/980",[588,7.674]],["name/981",[589,64.633]],["parent/981",[391,2.676]],["name/982",[10,27.076]],["parent/982",[590,8.184]],["name/983",[515,36.44]],["parent/983",[591,7.674]],["name/984",[197,40.87]],["parent/984",[591,7.674]],["name/985",[592,64.633]],["parent/985",[391,2.676]],["name/986",[10,27.076]],["parent/986",[593,8.184]],["name/987",[164,34.944]],["parent/987",[594,7.674]],["name/988",[520,43.765]],["parent/988",[594,7.674]],["name/989",[595,64.633]],["parent/989",[391,2.676]],["name/990",[10,27.076]],["parent/990",[596,8.184]],["name/991",[515,36.44]],["parent/991",[597,8.184]],["name/992",[598,64.633]],["parent/992",[391,2.676]],["name/993",[10,27.076]],["parent/993",[599,8.184]],["name/994",[164,34.944]],["parent/994",[600,7.674]],["name/995",[520,43.765]],["parent/995",[600,7.674]],["name/996",[601,64.633]],["parent/996",[391,2.676]],["name/997",[10,27.076]],["parent/997",[602,8.184]],["name/998",[515,36.44]],["parent/998",[603,7.674]],["name/999",[197,40.87]],["parent/999",[603,7.674]],["name/1000",[604,64.633]],["parent/1000",[391,2.676]],["name/1001",[10,27.076]],["parent/1001",[605,8.184]],["name/1002",[164,34.944]],["parent/1002",[606,7.338]],["name/1003",[607,62.52]],["parent/1003",[606,7.338]],["name/1004",[520,43.765]],["parent/1004",[606,7.338]],["name/1005",[608,64.633]],["parent/1005",[391,2.676]],["name/1006",[10,27.076]],["parent/1006",[609,8.184]],["name/1007",[515,36.44]],["parent/1007",[610,8.184]],["name/1008",[611,64.633]],["parent/1008",[391,2.676]],["name/1009",[10,27.076]],["parent/1009",[612,8.184]],["name/1010",[164,34.944]],["parent/1010",[613,7.674]],["name/1011",[520,43.765]],["parent/1011",[613,7.674]],["name/1012",[614,64.633]],["parent/1012",[391,2.676]],["name/1013",[10,27.076]],["parent/1013",[615,8.184]],["name/1014",[515,36.44]],["parent/1014",[616,7.088]],["name/1015",[617,76.871]],["parent/1015",[616,7.088]],["name/1016",[618,76.871]],["parent/1016",[616,7.088]],["name/1017",[197,40.87]],["parent/1017",[616,7.088]],["name/1018",[619,64.633]],["parent/1018",[391,2.676]],["name/1019",[10,27.076]],["parent/1019",[620,8.184]],["name/1020",[164,34.944]],["parent/1020",[621,8.184]],["name/1021",[622,64.633]],["parent/1021",[391,2.676]],["name/1022",[10,27.076]],["parent/1022",[623,8.184]],["name/1023",[515,36.44]],["parent/1023",[624,7.674]],["name/1024",[197,40.87]],["parent/1024",[624,7.674]],["name/1025",[625,64.633]],["parent/1025",[391,2.676]],["name/1026",[10,27.076]],["parent/1026",[626,8.184]],["name/1027",[164,34.944]],["parent/1027",[627,7.338]],["name/1028",[520,43.765]],["parent/1028",[627,7.338]],["name/1029",[628,76.871]],["parent/1029",[627,7.338]],["name/1030",[629,64.633]],["parent/1030",[391,2.676]],["name/1031",[10,27.076]],["parent/1031",[630,8.184]],["name/1032",[515,36.44]],["parent/1032",[631,7.674]],["name/1033",[197,40.87]],["parent/1033",[631,7.674]],["name/1034",[632,64.633]],["parent/1034",[391,2.676]],["name/1035",[10,27.076]],["parent/1035",[633,8.184]],["name/1036",[164,34.944]],["parent/1036",[634,7.338]],["name/1037",[520,43.765]],["parent/1037",[634,7.338]],["name/1038",[635,70.993]],["parent/1038",[634,7.338]],["name/1039",[636,64.633]],["parent/1039",[391,2.676]],["name/1040",[10,27.076]],["parent/1040",[637,8.184]],["name/1041",[515,36.44]],["parent/1041",[638,7.674]],["name/1042",[197,40.87]],["parent/1042",[638,7.674]],["name/1043",[639,64.633]],["parent/1043",[391,2.676]],["name/1044",[10,27.076]],["parent/1044",[640,8.184]],["name/1045",[563,62.52]],["parent/1045",[641,7.338]],["name/1046",[164,34.944]],["parent/1046",[641,7.338]],["name/1047",[520,43.765]],["parent/1047",[641,7.338]],["name/1048",[642,64.633]],["parent/1048",[391,2.676]],["name/1049",[10,27.076]],["parent/1049",[643,8.184]],["name/1050",[515,36.44]],["parent/1050",[644,7.674]],["name/1051",[197,40.87]],["parent/1051",[644,7.674]],["name/1052",[645,64.633]],["parent/1052",[391,2.676]],["name/1053",[10,27.076]],["parent/1053",[646,8.184]],["name/1054",[647,63.521]],["parent/1054",[648,7.338]],["name/1055",[164,34.944]],["parent/1055",[648,7.338]],["name/1056",[520,43.765]],["parent/1056",[648,7.338]],["name/1057",[649,64.633]],["parent/1057",[391,2.676]],["name/1058",[10,27.076]],["parent/1058",[650,8.184]],["name/1059",[515,36.44]],["parent/1059",[651,7.674]],["name/1060",[197,40.87]],["parent/1060",[651,7.674]],["name/1061",[652,64.633]],["parent/1061",[391,2.676]],["name/1062",[10,27.076]],["parent/1062",[653,8.184]],["name/1063",[654,70.993]],["parent/1063",[655,7.338]],["name/1064",[164,34.944]],["parent/1064",[655,7.338]],["name/1065",[520,43.765]],["parent/1065",[655,7.338]],["name/1066",[656,64.633]],["parent/1066",[391,2.676]],["name/1067",[10,27.076]],["parent/1067",[657,8.184]],["name/1068",[515,36.44]],["parent/1068",[658,7.674]],["name/1069",[197,40.87]],["parent/1069",[658,7.674]],["name/1070",[659,64.633]],["parent/1070",[391,2.676]],["name/1071",[10,27.076]],["parent/1071",[660,8.184]],["name/1072",[607,62.52]],["parent/1072",[661,7.338]],["name/1073",[164,34.944]],["parent/1073",[661,7.338]],["name/1074",[520,43.765]],["parent/1074",[661,7.338]],["name/1075",[662,64.633]],["parent/1075",[391,2.676]],["name/1076",[10,27.076]],["parent/1076",[663,8.184]],["name/1077",[515,36.44]],["parent/1077",[664,7.088]],["name/1078",[665,76.871]],["parent/1078",[664,7.088]],["name/1079",[666,76.871]],["parent/1079",[664,7.088]],["name/1080",[197,40.87]],["parent/1080",[664,7.088]],["name/1081",[667,64.633]],["parent/1081",[391,2.676]],["name/1082",[10,27.076]],["parent/1082",[668,8.184]],["name/1083",[164,34.944]],["parent/1083",[669,8.184]],["name/1084",[670,64.633]],["parent/1084",[391,2.676]],["name/1085",[10,27.076]],["parent/1085",[671,8.184]],["name/1086",[515,36.44]],["parent/1086",[672,7.674]],["name/1087",[197,40.87]],["parent/1087",[672,7.674]],["name/1088",[673,64.633]],["parent/1088",[391,2.676]],["name/1089",[10,27.076]],["parent/1089",[674,8.184]],["name/1090",[164,34.944]],["parent/1090",[675,7.674]],["name/1091",[520,43.765]],["parent/1091",[675,7.674]],["name/1092",[676,64.633]],["parent/1092",[391,2.676]],["name/1093",[10,27.076]],["parent/1093",[677,8.184]],["name/1094",[515,36.44]],["parent/1094",[678,7.338]],["name/1095",[679,76.871]],["parent/1095",[678,7.338]],["name/1096",[197,40.87]],["parent/1096",[678,7.338]],["name/1097",[680,64.633]],["parent/1097",[391,2.676]],["name/1098",[10,27.076]],["parent/1098",[681,8.184]],["name/1099",[164,34.944]],["parent/1099",[682,7.674]],["name/1100",[520,43.765]],["parent/1100",[682,7.674]],["name/1101",[683,64.633]],["parent/1101",[391,2.676]],["name/1102",[10,27.076]],["parent/1102",[684,8.184]],["name/1103",[515,36.44]],["parent/1103",[685,7.338]],["name/1104",[686,60.776]],["parent/1104",[685,7.338]],["name/1105",[197,40.87]],["parent/1105",[685,7.338]],["name/1106",[687,64.633]],["parent/1106",[391,2.676]],["name/1107",[10,27.076]],["parent/1107",[688,8.184]],["name/1108",[164,34.944]],["parent/1108",[689,7.674]],["name/1109",[520,43.765]],["parent/1109",[689,7.674]],["name/1110",[690,64.633]],["parent/1110",[391,2.676]],["name/1111",[10,27.076]],["parent/1111",[691,8.184]],["name/1112",[515,36.44]],["parent/1112",[692,7.088]],["name/1113",[197,40.87]],["parent/1113",[692,7.088]],["name/1114",[693,76.871]],["parent/1114",[692,7.088]],["name/1115",[686,60.776]],["parent/1115",[692,7.088]],["name/1116",[694,64.633]],["parent/1116",[391,2.676]],["name/1117",[10,27.076]],["parent/1117",[695,8.184]],["name/1118",[164,34.944]],["parent/1118",[696,7.674]],["name/1119",[520,43.765]],["parent/1119",[696,7.674]],["name/1120",[697,64.633]],["parent/1120",[391,2.676]],["name/1121",[10,27.076]],["parent/1121",[698,8.184]],["name/1122",[515,36.44]],["parent/1122",[699,7.674]],["name/1123",[197,40.87]],["parent/1123",[699,7.674]],["name/1124",[700,64.633]],["parent/1124",[391,2.676]],["name/1125",[10,27.076]],["parent/1125",[701,8.184]],["name/1126",[164,34.944]],["parent/1126",[702,7.674]],["name/1127",[520,43.765]],["parent/1127",[702,7.674]],["name/1128",[703,64.633]],["parent/1128",[391,2.676]],["name/1129",[10,27.076]],["parent/1129",[704,8.184]],["name/1130",[515,36.44]],["parent/1130",[705,7.674]],["name/1131",[197,40.87]],["parent/1131",[705,7.674]],["name/1132",[706,64.633]],["parent/1132",[391,2.676]],["name/1133",[10,27.076]],["parent/1133",[707,8.184]],["name/1134",[164,34.944]],["parent/1134",[708,7.338]],["name/1135",[520,43.765]],["parent/1135",[708,7.338]],["name/1136",[635,70.993]],["parent/1136",[708,7.338]],["name/1137",[709,64.633]],["parent/1137",[391,2.676]],["name/1138",[10,27.076]],["parent/1138",[710,8.184]],["name/1139",[686,60.776]],["parent/1139",[711,7.338]],["name/1140",[515,36.44]],["parent/1140",[711,7.338]],["name/1141",[197,40.87]],["parent/1141",[711,7.338]],["name/1142",[712,64.633]],["parent/1142",[391,2.676]],["name/1143",[10,27.076]],["parent/1143",[713,8.184]],["name/1144",[563,62.52]],["parent/1144",[714,7.338]],["name/1145",[164,34.944]],["parent/1145",[714,7.338]],["name/1146",[520,43.765]],["parent/1146",[714,7.338]],["name/1147",[715,64.633]],["parent/1147",[391,2.676]],["name/1148",[10,27.076]],["parent/1148",[716,8.184]],["name/1149",[515,36.44]],["parent/1149",[717,7.338]],["name/1150",[686,60.776]],["parent/1150",[717,7.338]],["name/1151",[197,40.87]],["parent/1151",[717,7.338]],["name/1152",[718,64.633]],["parent/1152",[391,2.676]],["name/1153",[10,27.076]],["parent/1153",[719,8.184]],["name/1154",[164,34.944]],["parent/1154",[720,7.674]],["name/1155",[520,43.765]],["parent/1155",[720,7.674]],["name/1156",[721,64.633]],["parent/1156",[391,2.676]],["name/1157",[10,27.076]],["parent/1157",[722,8.184]],["name/1158",[686,60.776]],["parent/1158",[723,7.338]],["name/1159",[515,36.44]],["parent/1159",[723,7.338]],["name/1160",[197,40.87]],["parent/1160",[723,7.338]],["name/1161",[724,64.633]],["parent/1161",[391,2.676]],["name/1162",[10,27.076]],["parent/1162",[725,8.184]],["name/1163",[647,63.521]],["parent/1163",[726,7.338]],["name/1164",[164,34.944]],["parent/1164",[726,7.338]],["name/1165",[520,43.765]],["parent/1165",[726,7.338]],["name/1166",[727,64.633]],["parent/1166",[391,2.676]],["name/1167",[10,27.076]],["parent/1167",[728,8.184]],["name/1168",[515,36.44]],["parent/1168",[729,8.184]],["name/1169",[730,64.633]],["parent/1169",[391,2.676]],["name/1170",[10,27.076]],["parent/1170",[731,8.184]],["name/1171",[654,70.993]],["parent/1171",[732,7.338]],["name/1172",[164,34.944]],["parent/1172",[732,7.338]],["name/1173",[520,43.765]],["parent/1173",[732,7.338]],["name/1174",[733,64.633]],["parent/1174",[391,2.676]],["name/1175",[10,27.076]],["parent/1175",[734,8.184]],["name/1176",[515,36.44]],["parent/1176",[735,7.674]],["name/1177",[197,40.87]],["parent/1177",[735,7.674]],["name/1178",[736,64.633]],["parent/1178",[391,2.676]],["name/1179",[10,27.076]],["parent/1179",[737,8.184]],["name/1180",[607,62.52]],["parent/1180",[738,7.338]],["name/1181",[164,34.944]],["parent/1181",[738,7.338]],["name/1182",[520,43.765]],["parent/1182",[738,7.338]],["name/1183",[739,64.633]],["parent/1183",[391,2.676]],["name/1184",[10,27.076]],["parent/1184",[740,8.184]],["name/1185",[741,76.871]],["parent/1185",[742,7.088]],["name/1186",[686,60.776]],["parent/1186",[742,7.088]],["name/1187",[515,36.44]],["parent/1187",[742,7.088]],["name/1188",[197,40.87]],["parent/1188",[742,7.088]],["name/1189",[743,64.633]],["parent/1189",[391,2.676]],["name/1190",[10,27.076]],["parent/1190",[744,8.184]],["name/1191",[164,34.944]],["parent/1191",[745,7.338]],["name/1192",[607,62.52]],["parent/1192",[745,7.338]],["name/1193",[520,43.765]],["parent/1193",[745,7.338]],["name/1194",[746,64.633]],["parent/1194",[391,2.676]],["name/1195",[10,27.076]],["parent/1195",[747,8.184]],["name/1196",[515,36.44]],["parent/1196",[748,7.674]],["name/1197",[197,40.87]],["parent/1197",[748,7.674]],["name/1198",[749,64.633]],["parent/1198",[391,2.676]],["name/1199",[10,27.076]],["parent/1199",[750,8.184]],["name/1200",[164,34.944]],["parent/1200",[751,7.338]],["name/1201",[607,62.52]],["parent/1201",[751,7.338]],["name/1202",[520,43.765]],["parent/1202",[751,7.338]],["name/1203",[752,64.633]],["parent/1203",[391,2.676]],["name/1204",[753,64.633]],["parent/1204",[391,2.676]],["name/1205",[754,67.316]],["parent/1205",[391,2.676]],["name/1206",[511,64.633]],["parent/1206",[391,2.676]],["name/1207",[512,64.633]],["parent/1207",[391,2.676]],["name/1208",[513,64.633]],["parent/1208",[391,2.676]],["name/1209",[517,64.633]],["parent/1209",[391,2.676]],["name/1210",[521,64.633]],["parent/1210",[391,2.676]],["name/1211",[524,64.633]],["parent/1211",[391,2.676]],["name/1212",[527,64.633]],["parent/1212",[391,2.676]],["name/1213",[530,64.633]],["parent/1213",[391,2.676]],["name/1214",[533,64.633]],["parent/1214",[391,2.676]],["name/1215",[536,64.633]],["parent/1215",[391,2.676]],["name/1216",[539,64.633]],["parent/1216",[391,2.676]],["name/1217",[542,64.633]],["parent/1217",[391,2.676]],["name/1218",[545,64.633]],["parent/1218",[391,2.676]],["name/1219",[548,64.633]],["parent/1219",[391,2.676]],["name/1220",[551,64.633]],["parent/1220",[391,2.676]],["name/1221",[554,64.633]],["parent/1221",[391,2.676]],["name/1222",[557,64.633]],["parent/1222",[391,2.676]],["name/1223",[560,64.633]],["parent/1223",[391,2.676]],["name/1224",[564,64.633]],["parent/1224",[391,2.676]],["name/1225",[568,64.633]],["parent/1225",[391,2.676]],["name/1226",[571,64.633]],["parent/1226",[391,2.676]],["name/1227",[574,64.633]],["parent/1227",[391,2.676]],["name/1228",[577,64.633]],["parent/1228",[391,2.676]],["name/1229",[580,64.633]],["parent/1229",[391,2.676]],["name/1230",[583,64.633]],["parent/1230",[391,2.676]],["name/1231",[586,64.633]],["parent/1231",[391,2.676]],["name/1232",[589,64.633]],["parent/1232",[391,2.676]],["name/1233",[592,64.633]],["parent/1233",[391,2.676]],["name/1234",[595,64.633]],["parent/1234",[391,2.676]],["name/1235",[598,64.633]],["parent/1235",[391,2.676]],["name/1236",[601,64.633]],["parent/1236",[391,2.676]],["name/1237",[604,64.633]],["parent/1237",[391,2.676]],["name/1238",[608,64.633]],["parent/1238",[391,2.676]],["name/1239",[611,64.633]],["parent/1239",[391,2.676]],["name/1240",[614,64.633]],["parent/1240",[391,2.676]],["name/1241",[619,64.633]],["parent/1241",[391,2.676]],["name/1242",[622,64.633]],["parent/1242",[391,2.676]],["name/1243",[625,64.633]],["parent/1243",[391,2.676]],["name/1244",[629,64.633]],["parent/1244",[391,2.676]],["name/1245",[632,64.633]],["parent/1245",[391,2.676]],["name/1246",[636,64.633]],["parent/1246",[391,2.676]],["name/1247",[639,64.633]],["parent/1247",[391,2.676]],["name/1248",[642,64.633]],["parent/1248",[391,2.676]],["name/1249",[645,64.633]],["parent/1249",[391,2.676]],["name/1250",[649,64.633]],["parent/1250",[391,2.676]],["name/1251",[652,64.633]],["parent/1251",[391,2.676]],["name/1252",[656,64.633]],["parent/1252",[391,2.676]],["name/1253",[659,64.633]],["parent/1253",[391,2.676]],["name/1254",[662,64.633]],["parent/1254",[391,2.676]],["name/1255",[667,64.633]],["parent/1255",[391,2.676]],["name/1256",[670,64.633]],["parent/1256",[391,2.676]],["name/1257",[673,64.633]],["parent/1257",[391,2.676]],["name/1258",[676,64.633]],["parent/1258",[391,2.676]],["name/1259",[680,64.633]],["parent/1259",[391,2.676]],["name/1260",[683,64.633]],["parent/1260",[391,2.676]],["name/1261",[687,64.633]],["parent/1261",[391,2.676]],["name/1262",[690,64.633]],["parent/1262",[391,2.676]],["name/1263",[694,64.633]],["parent/1263",[391,2.676]],["name/1264",[697,64.633]],["parent/1264",[391,2.676]],["name/1265",[700,64.633]],["parent/1265",[391,2.676]],["name/1266",[703,64.633]],["parent/1266",[391,2.676]],["name/1267",[706,64.633]],["parent/1267",[391,2.676]],["name/1268",[709,64.633]],["parent/1268",[391,2.676]],["name/1269",[712,64.633]],["parent/1269",[391,2.676]],["name/1270",[715,64.633]],["parent/1270",[391,2.676]],["name/1271",[718,64.633]],["parent/1271",[391,2.676]],["name/1272",[721,64.633]],["parent/1272",[391,2.676]],["name/1273",[724,64.633]],["parent/1273",[391,2.676]],["name/1274",[727,64.633]],["parent/1274",[391,2.676]],["name/1275",[730,64.633]],["parent/1275",[391,2.676]],["name/1276",[733,64.633]],["parent/1276",[391,2.676]],["name/1277",[736,64.633]],["parent/1277",[391,2.676]],["name/1278",[739,64.633]],["parent/1278",[391,2.676]],["name/1279",[743,64.633]],["parent/1279",[391,2.676]],["name/1280",[746,64.633]],["parent/1280",[391,2.676]],["name/1281",[749,64.633]],["parent/1281",[391,2.676]],["name/1282",[752,64.633]],["parent/1282",[391,2.676]],["name/1283",[753,64.633]],["parent/1283",[391,2.676]],["name/1284",[754,67.316]],["parent/1284",[391,2.676]],["name/1285",[391,26.805]],["parent/1285",[391,2.676]],["name/1286",[43,47.218]],["parent/1286",[391,2.676]],["name/1287",[511,64.633]],["parent/1287",[391,2.676]],["name/1288",[512,64.633]],["parent/1288",[391,2.676]],["name/1289",[513,64.633]],["parent/1289",[391,2.676]],["name/1290",[517,64.633]],["parent/1290",[391,2.676]],["name/1291",[521,64.633]],["parent/1291",[391,2.676]],["name/1292",[524,64.633]],["parent/1292",[391,2.676]],["name/1293",[527,64.633]],["parent/1293",[391,2.676]],["name/1294",[530,64.633]],["parent/1294",[391,2.676]],["name/1295",[533,64.633]],["parent/1295",[391,2.676]],["name/1296",[536,64.633]],["parent/1296",[391,2.676]],["name/1297",[539,64.633]],["parent/1297",[391,2.676]],["name/1298",[542,64.633]],["parent/1298",[391,2.676]],["name/1299",[545,64.633]],["parent/1299",[391,2.676]],["name/1300",[548,64.633]],["parent/1300",[391,2.676]],["name/1301",[551,64.633]],["parent/1301",[391,2.676]],["name/1302",[554,64.633]],["parent/1302",[391,2.676]],["name/1303",[557,64.633]],["parent/1303",[391,2.676]],["name/1304",[560,64.633]],["parent/1304",[391,2.676]],["name/1305",[564,64.633]],["parent/1305",[391,2.676]],["name/1306",[568,64.633]],["parent/1306",[391,2.676]],["name/1307",[571,64.633]],["parent/1307",[391,2.676]],["name/1308",[574,64.633]],["parent/1308",[391,2.676]],["name/1309",[577,64.633]],["parent/1309",[391,2.676]],["name/1310",[580,64.633]],["parent/1310",[391,2.676]],["name/1311",[583,64.633]],["parent/1311",[391,2.676]],["name/1312",[586,64.633]],["parent/1312",[391,2.676]],["name/1313",[589,64.633]],["parent/1313",[391,2.676]],["name/1314",[592,64.633]],["parent/1314",[391,2.676]],["name/1315",[595,64.633]],["parent/1315",[391,2.676]],["name/1316",[598,64.633]],["parent/1316",[391,2.676]],["name/1317",[601,64.633]],["parent/1317",[391,2.676]],["name/1318",[604,64.633]],["parent/1318",[391,2.676]],["name/1319",[608,64.633]],["parent/1319",[391,2.676]],["name/1320",[611,64.633]],["parent/1320",[391,2.676]],["name/1321",[614,64.633]],["parent/1321",[391,2.676]],["name/1322",[619,64.633]],["parent/1322",[391,2.676]],["name/1323",[622,64.633]],["parent/1323",[391,2.676]],["name/1324",[625,64.633]],["parent/1324",[391,2.676]],["name/1325",[629,64.633]],["parent/1325",[391,2.676]],["name/1326",[632,64.633]],["parent/1326",[391,2.676]],["name/1327",[636,64.633]],["parent/1327",[391,2.676]],["name/1328",[639,64.633]],["parent/1328",[391,2.676]],["name/1329",[642,64.633]],["parent/1329",[391,2.676]],["name/1330",[645,64.633]],["parent/1330",[391,2.676]],["name/1331",[649,64.633]],["parent/1331",[391,2.676]],["name/1332",[652,64.633]],["parent/1332",[391,2.676]],["name/1333",[656,64.633]],["parent/1333",[391,2.676]],["name/1334",[659,64.633]],["parent/1334",[391,2.676]],["name/1335",[662,64.633]],["parent/1335",[391,2.676]],["name/1336",[667,64.633]],["parent/1336",[391,2.676]],["name/1337",[670,64.633]],["parent/1337",[391,2.676]],["name/1338",[673,64.633]],["parent/1338",[391,2.676]],["name/1339",[676,64.633]],["parent/1339",[391,2.676]],["name/1340",[680,64.633]],["parent/1340",[391,2.676]],["name/1341",[683,64.633]],["parent/1341",[391,2.676]],["name/1342",[687,64.633]],["parent/1342",[391,2.676]],["name/1343",[690,64.633]],["parent/1343",[391,2.676]],["name/1344",[694,64.633]],["parent/1344",[391,2.676]],["name/1345",[697,64.633]],["parent/1345",[391,2.676]],["name/1346",[700,64.633]],["parent/1346",[391,2.676]],["name/1347",[703,64.633]],["parent/1347",[391,2.676]],["name/1348",[706,64.633]],["parent/1348",[391,2.676]],["name/1349",[709,64.633]],["parent/1349",[391,2.676]],["name/1350",[712,64.633]],["parent/1350",[391,2.676]],["name/1351",[715,64.633]],["parent/1351",[391,2.676]],["name/1352",[718,64.633]],["parent/1352",[391,2.676]],["name/1353",[721,64.633]],["parent/1353",[391,2.676]],["name/1354",[724,64.633]],["parent/1354",[391,2.676]],["name/1355",[727,64.633]],["parent/1355",[391,2.676]],["name/1356",[730,64.633]],["parent/1356",[391,2.676]],["name/1357",[733,64.633]],["parent/1357",[391,2.676]],["name/1358",[736,64.633]],["parent/1358",[391,2.676]],["name/1359",[739,64.633]],["parent/1359",[391,2.676]],["name/1360",[743,64.633]],["parent/1360",[391,2.676]],["name/1361",[746,64.633]],["parent/1361",[391,2.676]],["name/1362",[749,64.633]],["parent/1362",[391,2.676]],["name/1363",[752,64.633]],["parent/1363",[391,2.676]],["name/1364",[753,64.633]],["parent/1364",[391,2.676]],["name/1365",[754,67.316]],["parent/1365",[391,2.676]],["name/1366",[391,26.805]],["parent/1366",[391,2.676]],["name/1367",[416,58]],["parent/1367",[391,2.676]],["name/1368",[417,58]],["parent/1368",[391,2.676]],["name/1369",[418,58]],["parent/1369",[391,2.676]],["name/1370",[420,64.633]],["parent/1370",[391,2.676]],["name/1371",[397,58]],["parent/1371",[391,2.676]],["name/1372",[407,58]],["parent/1372",[391,2.676]],["name/1373",[408,58]],["parent/1373",[391,2.676]],["name/1374",[409,58]],["parent/1374",[391,2.676]],["name/1375",[398,58]],["parent/1375",[391,2.676]],["name/1376",[399,58]],["parent/1376",[391,2.676]],["name/1377",[421,64.633]],["parent/1377",[391,2.676]],["name/1378",[422,64.633]],["parent/1378",[391,2.676]],["name/1379",[423,45.691]],["parent/1379",[391,2.676]],["name/1380",[392,58]],["parent/1380",[391,2.676]],["name/1381",[9,48.539]],["parent/1381",[391,2.676]],["name/1382",[414,58]],["parent/1382",[391,2.676]],["name/1383",[402,58]],["parent/1383",[391,2.676]],["name/1384",[419,60.776]],["parent/1384",[391,2.676]],["name/1385",[395,58]],["parent/1385",[391,2.676]],["name/1386",[394,58]],["parent/1386",[391,2.676]],["name/1387",[424,60.776]],["parent/1387",[391,2.676]],["name/1388",[425,60.776]],["parent/1388",[391,2.676]],["name/1389",[426,60.776]],["parent/1389",[391,2.676]],["name/1390",[400,58]],["parent/1390",[391,2.676]],["name/1391",[427,64.633]],["parent/1391",[391,2.676]],["name/1392",[428,64.633]],["parent/1392",[391,2.676]],["name/1393",[396,58]],["parent/1393",[391,2.676]],["name/1394",[415,58]],["parent/1394",[391,2.676]],["name/1395",[412,58]],["parent/1395",[391,2.676]],["name/1396",[413,58]],["parent/1396",[391,2.676]],["name/1397",[410,58]],["parent/1397",[391,2.676]],["name/1398",[411,58]],["parent/1398",[391,2.676]],["name/1399",[405,58]],["parent/1399",[391,2.676]],["name/1400",[406,58]],["parent/1400",[391,2.676]],["name/1401",[401,58]],["parent/1401",[391,2.676]],["name/1402",[404,55.829]],["parent/1402",[391,2.676]],["name/1403",[429,64.633]],["parent/1403",[391,2.676]],["name/1404",[403,55.829]],["parent/1404",[391,2.676]],["name/1405",[393,57.412]],["parent/1405",[391,2.676]],["name/1406",[430,60.776]],["parent/1406",[391,2.676]],["name/1407",[431,60.776]],["parent/1407",[391,2.676]],["name/1408",[432,60.776]],["parent/1408",[391,2.676]],["name/1409",[755,81.979]],["parent/1409",[391,2.676]],["name/1410",[752,64.633]],["parent/1410",[756,3.805]],["name/1411",[753,64.633]],["parent/1411",[756,3.805]],["name/1412",[513,64.633]],["parent/1412",[756,3.805]],["name/1413",[517,64.633]],["parent/1413",[756,3.805]],["name/1414",[521,64.633]],["parent/1414",[756,3.805]],["name/1415",[524,64.633]],["parent/1415",[756,3.805]],["name/1416",[527,64.633]],["parent/1416",[756,3.805]],["name/1417",[530,64.633]],["parent/1417",[756,3.805]],["name/1418",[533,64.633]],["parent/1418",[756,3.805]],["name/1419",[536,64.633]],["parent/1419",[756,3.805]],["name/1420",[539,64.633]],["parent/1420",[756,3.805]],["name/1421",[542,64.633]],["parent/1421",[756,3.805]],["name/1422",[545,64.633]],["parent/1422",[756,3.805]],["name/1423",[548,64.633]],["parent/1423",[756,3.805]],["name/1424",[551,64.633]],["parent/1424",[756,3.805]],["name/1425",[554,64.633]],["parent/1425",[756,3.805]],["name/1426",[557,64.633]],["parent/1426",[756,3.805]],["name/1427",[560,64.633]],["parent/1427",[756,3.805]],["name/1428",[511,64.633]],["parent/1428",[756,3.805]],["name/1429",[564,64.633]],["parent/1429",[756,3.805]],["name/1430",[568,64.633]],["parent/1430",[756,3.805]],["name/1431",[571,64.633]],["parent/1431",[756,3.805]],["name/1432",[574,64.633]],["parent/1432",[756,3.805]],["name/1433",[577,64.633]],["parent/1433",[756,3.805]],["name/1434",[580,64.633]],["parent/1434",[756,3.805]],["name/1435",[583,64.633]],["parent/1435",[756,3.805]],["name/1436",[586,64.633]],["parent/1436",[756,3.805]],["name/1437",[589,64.633]],["parent/1437",[756,3.805]],["name/1438",[592,64.633]],["parent/1438",[756,3.805]],["name/1439",[595,64.633]],["parent/1439",[756,3.805]],["name/1440",[598,64.633]],["parent/1440",[756,3.805]],["name/1441",[601,64.633]],["parent/1441",[756,3.805]],["name/1442",[604,64.633]],["parent/1442",[756,3.805]],["name/1443",[608,64.633]],["parent/1443",[756,3.805]],["name/1444",[611,64.633]],["parent/1444",[756,3.805]],["name/1445",[512,64.633]],["parent/1445",[756,3.805]],["name/1446",[614,64.633]],["parent/1446",[756,3.805]],["name/1447",[619,64.633]],["parent/1447",[756,3.805]],["name/1448",[622,64.633]],["parent/1448",[756,3.805]],["name/1449",[625,64.633]],["parent/1449",[756,3.805]],["name/1450",[629,64.633]],["parent/1450",[756,3.805]],["name/1451",[632,64.633]],["parent/1451",[756,3.805]],["name/1452",[636,64.633]],["parent/1452",[756,3.805]],["name/1453",[639,64.633]],["parent/1453",[756,3.805]],["name/1454",[642,64.633]],["parent/1454",[756,3.805]],["name/1455",[645,64.633]],["parent/1455",[756,3.805]],["name/1456",[649,64.633]],["parent/1456",[756,3.805]],["name/1457",[652,64.633]],["parent/1457",[756,3.805]],["name/1458",[656,64.633]],["parent/1458",[756,3.805]],["name/1459",[659,64.633]],["parent/1459",[756,3.805]],["name/1460",[662,64.633]],["parent/1460",[756,3.805]],["name/1461",[667,64.633]],["parent/1461",[756,3.805]],["name/1462",[670,64.633]],["parent/1462",[756,3.805]],["name/1463",[673,64.633]],["parent/1463",[756,3.805]],["name/1464",[676,64.633]],["parent/1464",[756,3.805]],["name/1465",[680,64.633]],["parent/1465",[756,3.805]],["name/1466",[683,64.633]],["parent/1466",[756,3.805]],["name/1467",[687,64.633]],["parent/1467",[756,3.805]],["name/1468",[690,64.633]],["parent/1468",[756,3.805]],["name/1469",[694,64.633]],["parent/1469",[756,3.805]],["name/1470",[697,64.633]],["parent/1470",[756,3.805]],["name/1471",[700,64.633]],["parent/1471",[756,3.805]],["name/1472",[703,64.633]],["parent/1472",[756,3.805]],["name/1473",[706,64.633]],["parent/1473",[756,3.805]],["name/1474",[709,64.633]],["parent/1474",[756,3.805]],["name/1475",[712,64.633]],["parent/1475",[756,3.805]],["name/1476",[715,64.633]],["parent/1476",[756,3.805]],["name/1477",[718,64.633]],["parent/1477",[756,3.805]],["name/1478",[721,64.633]],["parent/1478",[756,3.805]],["name/1479",[724,64.633]],["parent/1479",[756,3.805]],["name/1480",[727,64.633]],["parent/1480",[756,3.805]],["name/1481",[730,64.633]],["parent/1481",[756,3.805]],["name/1482",[733,64.633]],["parent/1482",[756,3.805]],["name/1483",[736,64.633]],["parent/1483",[756,3.805]],["name/1484",[739,64.633]],["parent/1484",[756,3.805]],["name/1485",[743,64.633]],["parent/1485",[756,3.805]],["name/1486",[746,64.633]],["parent/1486",[756,3.805]],["name/1487",[749,64.633]],["parent/1487",[756,3.805]],["name/1488",[416,58]],["parent/1488",[756,3.805]],["name/1489",[417,58]],["parent/1489",[756,3.805]],["name/1490",[418,58]],["parent/1490",[756,3.805]],["name/1491",[420,64.633]],["parent/1491",[756,3.805]],["name/1492",[397,58]],["parent/1492",[756,3.805]],["name/1493",[407,58]],["parent/1493",[756,3.805]],["name/1494",[408,58]],["parent/1494",[756,3.805]],["name/1495",[409,58]],["parent/1495",[756,3.805]],["name/1496",[398,58]],["parent/1496",[756,3.805]],["name/1497",[399,58]],["parent/1497",[756,3.805]],["name/1498",[421,64.633]],["parent/1498",[756,3.805]],["name/1499",[422,64.633]],["parent/1499",[756,3.805]],["name/1500",[423,45.691]],["parent/1500",[756,3.805]],["name/1501",[392,58]],["parent/1501",[756,3.805]],["name/1502",[9,48.539]],["parent/1502",[756,3.805]],["name/1503",[414,58]],["parent/1503",[756,3.805]],["name/1504",[402,58]],["parent/1504",[756,3.805]],["name/1505",[419,60.776]],["parent/1505",[756,3.805]],["name/1506",[395,58]],["parent/1506",[756,3.805]],["name/1507",[394,58]],["parent/1507",[756,3.805]],["name/1508",[424,60.776]],["parent/1508",[756,3.805]],["name/1509",[425,60.776]],["parent/1509",[756,3.805]],["name/1510",[426,60.776]],["parent/1510",[756,3.805]],["name/1511",[400,58]],["parent/1511",[756,3.805]],["name/1512",[427,64.633]],["parent/1512",[756,3.805]],["name/1513",[428,64.633]],["parent/1513",[756,3.805]],["name/1514",[396,58]],["parent/1514",[756,3.805]],["name/1515",[415,58]],["parent/1515",[756,3.805]],["name/1516",[412,58]],["parent/1516",[756,3.805]],["name/1517",[413,58]],["parent/1517",[756,3.805]],["name/1518",[410,58]],["parent/1518",[756,3.805]],["name/1519",[411,58]],["parent/1519",[756,3.805]],["name/1520",[405,58]],["parent/1520",[756,3.805]],["name/1521",[406,58]],["parent/1521",[756,3.805]],["name/1522",[401,58]],["parent/1522",[756,3.805]],["name/1523",[404,55.829]],["parent/1523",[756,3.805]],["name/1524",[429,64.633]],["parent/1524",[756,3.805]],["name/1525",[403,55.829]],["parent/1525",[756,3.805]],["name/1526",[393,57.412]],["parent/1526",[756,3.805]],["name/1527",[430,60.776]],["parent/1527",[756,3.805]],["name/1528",[431,60.776]],["parent/1528",[756,3.805]],["name/1529",[432,60.776]],["parent/1529",[756,3.805]],["name/1530",[757,26.107]],["parent/1530",[]],["name/1531",[43,47.218]],["parent/1531",[757,2.606]],["name/1532",[392,58]],["parent/1532",[757,2.606]],["name/1533",[393,57.412]],["parent/1533",[757,2.606]],["name/1534",[758,60.776]],["parent/1534",[757,2.606]],["name/1535",[759,60.776]],["parent/1535",[757,2.606]],["name/1536",[760,60.776]],["parent/1536",[757,2.606]],["name/1537",[394,58]],["parent/1537",[757,2.606]],["name/1538",[395,58]],["parent/1538",[757,2.606]],["name/1539",[396,58]],["parent/1539",[757,2.606]],["name/1540",[397,58]],["parent/1540",[757,2.606]],["name/1541",[398,58]],["parent/1541",[757,2.606]],["name/1542",[399,58]],["parent/1542",[757,2.606]],["name/1543",[400,58]],["parent/1543",[757,2.606]],["name/1544",[401,58]],["parent/1544",[757,2.606]],["name/1545",[402,58]],["parent/1545",[757,2.606]],["name/1546",[403,55.829]],["parent/1546",[757,2.606]],["name/1547",[404,55.829]],["parent/1547",[757,2.606]],["name/1548",[405,58]],["parent/1548",[757,2.606]],["name/1549",[406,58]],["parent/1549",[757,2.606]],["name/1550",[407,58]],["parent/1550",[757,2.606]],["name/1551",[408,58]],["parent/1551",[757,2.606]],["name/1552",[409,58]],["parent/1552",[757,2.606]],["name/1553",[761,60.776]],["parent/1553",[757,2.606]],["name/1554",[410,58]],["parent/1554",[757,2.606]],["name/1555",[411,58]],["parent/1555",[757,2.606]],["name/1556",[412,58]],["parent/1556",[757,2.606]],["name/1557",[413,58]],["parent/1557",[757,2.606]],["name/1558",[414,58]],["parent/1558",[757,2.606]],["name/1559",[762,64.633]],["parent/1559",[757,2.606]],["name/1560",[763,64.633]],["parent/1560",[757,2.606]],["name/1561",[415,58]],["parent/1561",[757,2.606]],["name/1562",[416,58]],["parent/1562",[757,2.606]],["name/1563",[417,58]],["parent/1563",[757,2.606]],["name/1564",[418,58]],["parent/1564",[757,2.606]],["name/1565",[419,60.776]],["parent/1565",[757,2.606]],["name/1566",[764,64.633]],["parent/1566",[757,2.606]],["name/1567",[765,64.633]],["parent/1567",[757,2.606]],["name/1568",[766,64.633]],["parent/1568",[757,2.606]],["name/1569",[420,64.633]],["parent/1569",[757,2.606]],["name/1570",[421,64.633]],["parent/1570",[757,2.606]],["name/1571",[422,64.633]],["parent/1571",[757,2.606]],["name/1572",[423,45.691]],["parent/1572",[757,2.606]],["name/1573",[9,48.539]],["parent/1573",[757,2.606]],["name/1574",[424,60.776]],["parent/1574",[757,2.606]],["name/1575",[425,60.776]],["parent/1575",[757,2.606]],["name/1576",[426,60.776]],["parent/1576",[757,2.606]],["name/1577",[427,64.633]],["parent/1577",[757,2.606]],["name/1578",[428,64.633]],["parent/1578",[757,2.606]],["name/1579",[429,64.633]],["parent/1579",[757,2.606]],["name/1580",[430,60.776]],["parent/1580",[757,2.606]],["name/1581",[431,60.776]],["parent/1581",[757,2.606]],["name/1582",[432,60.776]],["parent/1582",[757,2.606]],["name/1583",[416,58]],["parent/1583",[757,2.606]],["name/1584",[417,58]],["parent/1584",[757,2.606]],["name/1585",[418,58]],["parent/1585",[757,2.606]],["name/1586",[420,64.633]],["parent/1586",[757,2.606]],["name/1587",[397,58]],["parent/1587",[757,2.606]],["name/1588",[407,58]],["parent/1588",[757,2.606]],["name/1589",[408,58]],["parent/1589",[757,2.606]],["name/1590",[409,58]],["parent/1590",[757,2.606]],["name/1591",[398,58]],["parent/1591",[757,2.606]],["name/1592",[399,58]],["parent/1592",[757,2.606]],["name/1593",[421,64.633]],["parent/1593",[757,2.606]],["name/1594",[422,64.633]],["parent/1594",[757,2.606]],["name/1595",[423,45.691]],["parent/1595",[757,2.606]],["name/1596",[392,58]],["parent/1596",[757,2.606]],["name/1597",[761,60.776]],["parent/1597",[757,2.606]],["name/1598",[9,48.539]],["parent/1598",[757,2.606]],["name/1599",[762,64.633]],["parent/1599",[757,2.606]],["name/1600",[763,64.633]],["parent/1600",[757,2.606]],["name/1601",[414,58]],["parent/1601",[757,2.606]],["name/1602",[402,58]],["parent/1602",[757,2.606]],["name/1603",[419,60.776]],["parent/1603",[757,2.606]],["name/1604",[395,58]],["parent/1604",[757,2.606]],["name/1605",[759,60.776]],["parent/1605",[757,2.606]],["name/1606",[760,60.776]],["parent/1606",[757,2.606]],["name/1607",[758,60.776]],["parent/1607",[757,2.606]],["name/1608",[394,58]],["parent/1608",[757,2.606]],["name/1609",[424,60.776]],["parent/1609",[757,2.606]],["name/1610",[425,60.776]],["parent/1610",[757,2.606]],["name/1611",[426,60.776]],["parent/1611",[757,2.606]],["name/1612",[765,64.633]],["parent/1612",[757,2.606]],["name/1613",[766,64.633]],["parent/1613",[757,2.606]],["name/1614",[764,64.633]],["parent/1614",[757,2.606]],["name/1615",[400,58]],["parent/1615",[757,2.606]],["name/1616",[427,64.633]],["parent/1616",[757,2.606]],["name/1617",[428,64.633]],["parent/1617",[757,2.606]],["name/1618",[396,58]],["parent/1618",[757,2.606]],["name/1619",[415,58]],["parent/1619",[757,2.606]],["name/1620",[412,58]],["parent/1620",[757,2.606]],["name/1621",[413,58]],["parent/1621",[757,2.606]],["name/1622",[410,58]],["parent/1622",[757,2.606]],["name/1623",[411,58]],["parent/1623",[757,2.606]],["name/1624",[405,58]],["parent/1624",[757,2.606]],["name/1625",[406,58]],["parent/1625",[757,2.606]],["name/1626",[401,58]],["parent/1626",[757,2.606]],["name/1627",[404,55.829]],["parent/1627",[757,2.606]],["name/1628",[429,64.633]],["parent/1628",[757,2.606]],["name/1629",[403,55.829]],["parent/1629",[757,2.606]],["name/1630",[393,57.412]],["parent/1630",[757,2.606]],["name/1631",[430,60.776]],["parent/1631",[757,2.606]],["name/1632",[431,60.776]],["parent/1632",[757,2.606]],["name/1633",[432,60.776]],["parent/1633",[757,2.606]],["name/1634",[757,26.107]],["parent/1634",[757,2.606]],["name/1635",[17,54.464]],["parent/1635",[767,4.846]],["name/1636",[43,47.218]],["parent/1636",[767,4.846]],["name/1637",[96,58]],["parent/1637",[767,4.846]],["name/1638",[434,67.316]],["parent/1638",[768,4.971]],["name/1639",[436,67.316]],["parent/1639",[768,4.971]],["name/1640",[437,67.316]],["parent/1640",[768,4.971]],["name/1641",[438,67.316]],["parent/1641",[768,4.971]],["name/1642",[439,67.316]],["parent/1642",[768,4.971]],["name/1643",[440,67.316]],["parent/1643",[768,4.971]],["name/1644",[441,67.316]],["parent/1644",[768,4.971]],["name/1645",[442,67.316]],["parent/1645",[768,4.971]],["name/1646",[443,67.316]],["parent/1646",[768,4.971]],["name/1647",[444,67.316]],["parent/1647",[768,4.971]],["name/1648",[445,67.316]],["parent/1648",[768,4.971]],["name/1649",[446,67.316]],["parent/1649",[768,4.971]],["name/1650",[447,67.316]],["parent/1650",[768,4.971]],["name/1651",[448,67.316]],["parent/1651",[768,4.971]],["name/1652",[449,67.316]],["parent/1652",[768,4.971]],["name/1653",[450,67.316]],["parent/1653",[768,4.971]],["name/1654",[451,67.316]],["parent/1654",[768,4.971]],["name/1655",[452,67.316]],["parent/1655",[768,4.971]],["name/1656",[453,67.316]],["parent/1656",[768,4.971]],["name/1657",[454,67.316]],["parent/1657",[768,4.971]],["name/1658",[455,67.316]],["parent/1658",[768,4.971]],["name/1659",[456,67.316]],["parent/1659",[768,4.971]],["name/1660",[457,67.316]],["parent/1660",[768,4.971]],["name/1661",[458,67.316]],["parent/1661",[768,4.971]],["name/1662",[459,67.316]],["parent/1662",[768,4.971]],["name/1663",[460,67.316]],["parent/1663",[768,4.971]],["name/1664",[461,67.316]],["parent/1664",[768,4.971]],["name/1665",[462,67.316]],["parent/1665",[768,4.971]],["name/1666",[463,67.316]],["parent/1666",[768,4.971]],["name/1667",[464,67.316]],["parent/1667",[768,4.971]],["name/1668",[465,67.316]],["parent/1668",[768,4.971]],["name/1669",[466,67.316]],["parent/1669",[768,4.971]],["name/1670",[467,67.316]],["parent/1670",[768,4.971]],["name/1671",[468,67.316]],["parent/1671",[768,4.971]],["name/1672",[469,67.316]],["parent/1672",[768,4.971]],["name/1673",[470,67.316]],["parent/1673",[768,4.971]],["name/1674",[471,67.316]],["parent/1674",[768,4.971]],["name/1675",[29,56.33]],["parent/1675",[767,4.846]],["name/1676",[120,58]],["parent/1676",[767,4.846]],["name/1677",[10,27.076]],["parent/1677",[769,8.184]],["name/1678",[434,67.316]],["parent/1678",[770,4.285]],["name/1679",[474,76.871]],["parent/1679",[770,4.285]],["name/1680",[436,67.316]],["parent/1680",[770,4.285]],["name/1681",[475,76.871]],["parent/1681",[770,4.285]],["name/1682",[437,67.316]],["parent/1682",[770,4.285]],["name/1683",[476,76.871]],["parent/1683",[770,4.285]],["name/1684",[438,67.316]],["parent/1684",[770,4.285]],["name/1685",[477,76.871]],["parent/1685",[770,4.285]],["name/1686",[439,67.316]],["parent/1686",[770,4.285]],["name/1687",[478,76.871]],["parent/1687",[770,4.285]],["name/1688",[440,67.316]],["parent/1688",[770,4.285]],["name/1689",[479,76.871]],["parent/1689",[770,4.285]],["name/1690",[441,67.316]],["parent/1690",[770,4.285]],["name/1691",[480,76.871]],["parent/1691",[770,4.285]],["name/1692",[442,67.316]],["parent/1692",[770,4.285]],["name/1693",[481,76.871]],["parent/1693",[770,4.285]],["name/1694",[443,67.316]],["parent/1694",[770,4.285]],["name/1695",[482,76.871]],["parent/1695",[770,4.285]],["name/1696",[444,67.316]],["parent/1696",[770,4.285]],["name/1697",[483,76.871]],["parent/1697",[770,4.285]],["name/1698",[445,67.316]],["parent/1698",[770,4.285]],["name/1699",[484,76.871]],["parent/1699",[770,4.285]],["name/1700",[446,67.316]],["parent/1700",[770,4.285]],["name/1701",[485,76.871]],["parent/1701",[770,4.285]],["name/1702",[447,67.316]],["parent/1702",[770,4.285]],["name/1703",[486,76.871]],["parent/1703",[770,4.285]],["name/1704",[448,67.316]],["parent/1704",[770,4.285]],["name/1705",[487,76.871]],["parent/1705",[770,4.285]],["name/1706",[449,67.316]],["parent/1706",[770,4.285]],["name/1707",[488,76.871]],["parent/1707",[770,4.285]],["name/1708",[450,67.316]],["parent/1708",[770,4.285]],["name/1709",[489,76.871]],["parent/1709",[770,4.285]],["name/1710",[451,67.316]],["parent/1710",[770,4.285]],["name/1711",[490,76.871]],["parent/1711",[770,4.285]],["name/1712",[452,67.316]],["parent/1712",[770,4.285]],["name/1713",[491,76.871]],["parent/1713",[770,4.285]],["name/1714",[453,67.316]],["parent/1714",[770,4.285]],["name/1715",[492,76.871]],["parent/1715",[770,4.285]],["name/1716",[454,67.316]],["parent/1716",[770,4.285]],["name/1717",[493,76.871]],["parent/1717",[770,4.285]],["name/1718",[455,67.316]],["parent/1718",[770,4.285]],["name/1719",[494,76.871]],["parent/1719",[770,4.285]],["name/1720",[456,67.316]],["parent/1720",[770,4.285]],["name/1721",[495,76.871]],["parent/1721",[770,4.285]],["name/1722",[457,67.316]],["parent/1722",[770,4.285]],["name/1723",[496,76.871]],["parent/1723",[770,4.285]],["name/1724",[458,67.316]],["parent/1724",[770,4.285]],["name/1725",[497,76.871]],["parent/1725",[770,4.285]],["name/1726",[459,67.316]],["parent/1726",[770,4.285]],["name/1727",[498,76.871]],["parent/1727",[770,4.285]],["name/1728",[460,67.316]],["parent/1728",[770,4.285]],["name/1729",[499,76.871]],["parent/1729",[770,4.285]],["name/1730",[461,67.316]],["parent/1730",[770,4.285]],["name/1731",[500,76.871]],["parent/1731",[770,4.285]],["name/1732",[462,67.316]],["parent/1732",[770,4.285]],["name/1733",[501,76.871]],["parent/1733",[770,4.285]],["name/1734",[463,67.316]],["parent/1734",[770,4.285]],["name/1735",[502,76.871]],["parent/1735",[770,4.285]],["name/1736",[464,67.316]],["parent/1736",[770,4.285]],["name/1737",[503,76.871]],["parent/1737",[770,4.285]],["name/1738",[465,67.316]],["parent/1738",[770,4.285]],["name/1739",[504,76.871]],["parent/1739",[770,4.285]],["name/1740",[466,67.316]],["parent/1740",[770,4.285]],["name/1741",[505,76.871]],["parent/1741",[770,4.285]],["name/1742",[467,67.316]],["parent/1742",[770,4.285]],["name/1743",[506,76.871]],["parent/1743",[770,4.285]],["name/1744",[468,67.316]],["parent/1744",[770,4.285]],["name/1745",[507,76.871]],["parent/1745",[770,4.285]],["name/1746",[469,67.316]],["parent/1746",[770,4.285]],["name/1747",[508,76.871]],["parent/1747",[770,4.285]],["name/1748",[470,67.316]],["parent/1748",[770,4.285]],["name/1749",[509,76.871]],["parent/1749",[770,4.285]],["name/1750",[471,67.316]],["parent/1750",[770,4.285]],["name/1751",[510,76.871]],["parent/1751",[770,4.285]],["name/1752",[434,67.316]],["parent/1752",[767,4.846]],["name/1753",[436,67.316]],["parent/1753",[767,4.846]],["name/1754",[437,67.316]],["parent/1754",[767,4.846]],["name/1755",[438,67.316]],["parent/1755",[767,4.846]],["name/1756",[439,67.316]],["parent/1756",[767,4.846]],["name/1757",[440,67.316]],["parent/1757",[767,4.846]],["name/1758",[441,67.316]],["parent/1758",[767,4.846]],["name/1759",[442,67.316]],["parent/1759",[767,4.846]],["name/1760",[443,67.316]],["parent/1760",[767,4.846]],["name/1761",[444,67.316]],["parent/1761",[767,4.846]],["name/1762",[445,67.316]],["parent/1762",[767,4.846]],["name/1763",[446,67.316]],["parent/1763",[767,4.846]],["name/1764",[447,67.316]],["parent/1764",[767,4.846]],["name/1765",[448,67.316]],["parent/1765",[767,4.846]],["name/1766",[449,67.316]],["parent/1766",[767,4.846]],["name/1767",[450,67.316]],["parent/1767",[767,4.846]],["name/1768",[451,67.316]],["parent/1768",[767,4.846]],["name/1769",[452,67.316]],["parent/1769",[767,4.846]],["name/1770",[453,67.316]],["parent/1770",[767,4.846]],["name/1771",[454,67.316]],["parent/1771",[767,4.846]],["name/1772",[455,67.316]],["parent/1772",[767,4.846]],["name/1773",[456,67.316]],["parent/1773",[767,4.846]],["name/1774",[457,67.316]],["parent/1774",[767,4.846]],["name/1775",[458,67.316]],["parent/1775",[767,4.846]],["name/1776",[459,67.316]],["parent/1776",[767,4.846]],["name/1777",[460,67.316]],["parent/1777",[767,4.846]],["name/1778",[461,67.316]],["parent/1778",[767,4.846]],["name/1779",[462,67.316]],["parent/1779",[767,4.846]],["name/1780",[463,67.316]],["parent/1780",[767,4.846]],["name/1781",[464,67.316]],["parent/1781",[767,4.846]],["name/1782",[465,67.316]],["parent/1782",[767,4.846]],["name/1783",[466,67.316]],["parent/1783",[767,4.846]],["name/1784",[467,67.316]],["parent/1784",[767,4.846]],["name/1785",[468,67.316]],["parent/1785",[767,4.846]],["name/1786",[469,67.316]],["parent/1786",[767,4.846]],["name/1787",[470,67.316]],["parent/1787",[767,4.846]],["name/1788",[471,67.316]],["parent/1788",[767,4.846]],["name/1789",[511,64.633]],["parent/1789",[757,2.606]],["name/1790",[512,64.633]],["parent/1790",[757,2.606]],["name/1791",[513,64.633]],["parent/1791",[757,2.606]],["name/1792",[10,27.076]],["parent/1792",[771,8.184]],["name/1793",[515,36.44]],["parent/1793",[772,7.674]],["name/1794",[197,40.87]],["parent/1794",[772,7.674]],["name/1795",[517,64.633]],["parent/1795",[757,2.606]],["name/1796",[10,27.076]],["parent/1796",[773,8.184]],["name/1797",[164,34.944]],["parent/1797",[774,7.674]],["name/1798",[520,43.765]],["parent/1798",[774,7.674]],["name/1799",[521,64.633]],["parent/1799",[757,2.606]],["name/1800",[10,27.076]],["parent/1800",[775,8.184]],["name/1801",[515,36.44]],["parent/1801",[776,7.674]],["name/1802",[197,40.87]],["parent/1802",[776,7.674]],["name/1803",[524,64.633]],["parent/1803",[757,2.606]],["name/1804",[10,27.076]],["parent/1804",[777,8.184]],["name/1805",[164,34.944]],["parent/1805",[778,7.674]],["name/1806",[520,43.765]],["parent/1806",[778,7.674]],["name/1807",[527,64.633]],["parent/1807",[757,2.606]],["name/1808",[10,27.076]],["parent/1808",[779,8.184]],["name/1809",[515,36.44]],["parent/1809",[780,7.674]],["name/1810",[197,40.87]],["parent/1810",[780,7.674]],["name/1811",[530,64.633]],["parent/1811",[757,2.606]],["name/1812",[10,27.076]],["parent/1812",[781,8.184]],["name/1813",[164,34.944]],["parent/1813",[782,7.674]],["name/1814",[520,43.765]],["parent/1814",[782,7.674]],["name/1815",[533,64.633]],["parent/1815",[757,2.606]],["name/1816",[10,27.076]],["parent/1816",[783,8.184]],["name/1817",[515,36.44]],["parent/1817",[784,7.674]],["name/1818",[197,40.87]],["parent/1818",[784,7.674]],["name/1819",[536,64.633]],["parent/1819",[757,2.606]],["name/1820",[10,27.076]],["parent/1820",[785,8.184]],["name/1821",[164,34.944]],["parent/1821",[786,7.674]],["name/1822",[520,43.765]],["parent/1822",[786,7.674]],["name/1823",[539,64.633]],["parent/1823",[757,2.606]],["name/1824",[10,27.076]],["parent/1824",[787,8.184]],["name/1825",[515,36.44]],["parent/1825",[788,7.674]],["name/1826",[197,40.87]],["parent/1826",[788,7.674]],["name/1827",[542,64.633]],["parent/1827",[757,2.606]],["name/1828",[10,27.076]],["parent/1828",[789,8.184]],["name/1829",[164,34.944]],["parent/1829",[790,7.674]],["name/1830",[520,43.765]],["parent/1830",[790,7.674]],["name/1831",[545,64.633]],["parent/1831",[757,2.606]],["name/1832",[10,27.076]],["parent/1832",[791,8.184]],["name/1833",[515,36.44]],["parent/1833",[792,8.184]],["name/1834",[548,64.633]],["parent/1834",[757,2.606]],["name/1835",[10,27.076]],["parent/1835",[793,8.184]],["name/1836",[164,34.944]],["parent/1836",[794,7.674]],["name/1837",[520,43.765]],["parent/1837",[794,7.674]],["name/1838",[551,64.633]],["parent/1838",[757,2.606]],["name/1839",[10,27.076]],["parent/1839",[795,8.184]],["name/1840",[515,36.44]],["parent/1840",[796,8.184]],["name/1841",[554,64.633]],["parent/1841",[757,2.606]],["name/1842",[10,27.076]],["parent/1842",[797,8.184]],["name/1843",[164,34.944]],["parent/1843",[798,7.674]],["name/1844",[520,43.765]],["parent/1844",[798,7.674]],["name/1845",[557,64.633]],["parent/1845",[757,2.606]],["name/1846",[10,27.076]],["parent/1846",[799,8.184]],["name/1847",[515,36.44]],["parent/1847",[800,8.184]],["name/1848",[560,64.633]],["parent/1848",[757,2.606]],["name/1849",[10,27.076]],["parent/1849",[801,8.184]],["name/1850",[164,34.944]],["parent/1850",[802,7.338]],["name/1851",[563,62.52]],["parent/1851",[802,7.338]],["name/1852",[520,43.765]],["parent/1852",[802,7.338]],["name/1853",[564,64.633]],["parent/1853",[757,2.606]],["name/1854",[10,27.076]],["parent/1854",[803,8.184]],["name/1855",[515,36.44]],["parent/1855",[804,6.887]],["name/1856",[567,76.871]],["parent/1856",[804,6.887]],["name/1857",[805,81.979]],["parent/1857",[804,6.887]],["name/1858",[806,76.871]],["parent/1858",[804,6.887]],["name/1859",[197,40.87]],["parent/1859",[804,6.887]],["name/1860",[568,64.633]],["parent/1860",[757,2.606]],["name/1861",[10,27.076]],["parent/1861",[807,8.184]],["name/1862",[164,34.944]],["parent/1862",[808,8.184]],["name/1863",[571,64.633]],["parent/1863",[757,2.606]],["name/1864",[10,27.076]],["parent/1864",[809,8.184]],["name/1865",[515,36.44]],["parent/1865",[810,7.674]],["name/1866",[197,40.87]],["parent/1866",[810,7.674]],["name/1867",[574,64.633]],["parent/1867",[757,2.606]],["name/1868",[10,27.076]],["parent/1868",[811,8.184]],["name/1869",[164,34.944]],["parent/1869",[812,7.674]],["name/1870",[520,43.765]],["parent/1870",[812,7.674]],["name/1871",[577,64.633]],["parent/1871",[757,2.606]],["name/1872",[10,27.076]],["parent/1872",[813,8.184]],["name/1873",[515,36.44]],["parent/1873",[814,8.184]],["name/1874",[580,64.633]],["parent/1874",[757,2.606]],["name/1875",[10,27.076]],["parent/1875",[815,8.184]],["name/1876",[164,34.944]],["parent/1876",[816,7.674]],["name/1877",[520,43.765]],["parent/1877",[816,7.674]],["name/1878",[583,64.633]],["parent/1878",[757,2.606]],["name/1879",[10,27.076]],["parent/1879",[817,8.184]],["name/1880",[515,36.44]],["parent/1880",[818,7.674]],["name/1881",[197,40.87]],["parent/1881",[818,7.674]],["name/1882",[586,64.633]],["parent/1882",[757,2.606]],["name/1883",[10,27.076]],["parent/1883",[819,8.184]],["name/1884",[164,34.944]],["parent/1884",[820,7.674]],["name/1885",[520,43.765]],["parent/1885",[820,7.674]],["name/1886",[589,64.633]],["parent/1886",[757,2.606]],["name/1887",[10,27.076]],["parent/1887",[821,8.184]],["name/1888",[515,36.44]],["parent/1888",[822,7.674]],["name/1889",[197,40.87]],["parent/1889",[822,7.674]],["name/1890",[592,64.633]],["parent/1890",[757,2.606]],["name/1891",[10,27.076]],["parent/1891",[823,8.184]],["name/1892",[164,34.944]],["parent/1892",[824,7.674]],["name/1893",[520,43.765]],["parent/1893",[824,7.674]],["name/1894",[595,64.633]],["parent/1894",[757,2.606]],["name/1895",[10,27.076]],["parent/1895",[825,8.184]],["name/1896",[515,36.44]],["parent/1896",[826,8.184]],["name/1897",[598,64.633]],["parent/1897",[757,2.606]],["name/1898",[10,27.076]],["parent/1898",[827,8.184]],["name/1899",[164,34.944]],["parent/1899",[828,7.674]],["name/1900",[520,43.765]],["parent/1900",[828,7.674]],["name/1901",[601,64.633]],["parent/1901",[757,2.606]],["name/1902",[10,27.076]],["parent/1902",[829,8.184]],["name/1903",[515,36.44]],["parent/1903",[830,7.674]],["name/1904",[197,40.87]],["parent/1904",[830,7.674]],["name/1905",[604,64.633]],["parent/1905",[757,2.606]],["name/1906",[10,27.076]],["parent/1906",[831,8.184]],["name/1907",[164,34.944]],["parent/1907",[832,7.338]],["name/1908",[607,62.52]],["parent/1908",[832,7.338]],["name/1909",[520,43.765]],["parent/1909",[832,7.338]],["name/1910",[608,64.633]],["parent/1910",[757,2.606]],["name/1911",[10,27.076]],["parent/1911",[833,8.184]],["name/1912",[515,36.44]],["parent/1912",[834,8.184]],["name/1913",[611,64.633]],["parent/1913",[757,2.606]],["name/1914",[10,27.076]],["parent/1914",[835,8.184]],["name/1915",[164,34.944]],["parent/1915",[836,7.674]],["name/1916",[520,43.765]],["parent/1916",[836,7.674]],["name/1917",[614,64.633]],["parent/1917",[757,2.606]],["name/1918",[10,27.076]],["parent/1918",[837,8.184]],["name/1919",[515,36.44]],["parent/1919",[838,7.088]],["name/1920",[617,76.871]],["parent/1920",[838,7.088]],["name/1921",[618,76.871]],["parent/1921",[838,7.088]],["name/1922",[197,40.87]],["parent/1922",[838,7.088]],["name/1923",[619,64.633]],["parent/1923",[757,2.606]],["name/1924",[10,27.076]],["parent/1924",[839,8.184]],["name/1925",[164,34.944]],["parent/1925",[840,8.184]],["name/1926",[622,64.633]],["parent/1926",[757,2.606]],["name/1927",[10,27.076]],["parent/1927",[841,8.184]],["name/1928",[515,36.44]],["parent/1928",[842,7.674]],["name/1929",[197,40.87]],["parent/1929",[842,7.674]],["name/1930",[625,64.633]],["parent/1930",[757,2.606]],["name/1931",[10,27.076]],["parent/1931",[843,8.184]],["name/1932",[164,34.944]],["parent/1932",[844,7.338]],["name/1933",[520,43.765]],["parent/1933",[844,7.338]],["name/1934",[628,76.871]],["parent/1934",[844,7.338]],["name/1935",[629,64.633]],["parent/1935",[757,2.606]],["name/1936",[10,27.076]],["parent/1936",[845,8.184]],["name/1937",[515,36.44]],["parent/1937",[846,7.674]],["name/1938",[197,40.87]],["parent/1938",[846,7.674]],["name/1939",[632,64.633]],["parent/1939",[757,2.606]],["name/1940",[10,27.076]],["parent/1940",[847,8.184]],["name/1941",[164,34.944]],["parent/1941",[848,7.338]],["name/1942",[520,43.765]],["parent/1942",[848,7.338]],["name/1943",[635,70.993]],["parent/1943",[848,7.338]],["name/1944",[636,64.633]],["parent/1944",[757,2.606]],["name/1945",[10,27.076]],["parent/1945",[849,8.184]],["name/1946",[515,36.44]],["parent/1946",[850,7.674]],["name/1947",[197,40.87]],["parent/1947",[850,7.674]],["name/1948",[639,64.633]],["parent/1948",[757,2.606]],["name/1949",[10,27.076]],["parent/1949",[851,8.184]],["name/1950",[563,62.52]],["parent/1950",[852,7.338]],["name/1951",[164,34.944]],["parent/1951",[852,7.338]],["name/1952",[520,43.765]],["parent/1952",[852,7.338]],["name/1953",[642,64.633]],["parent/1953",[757,2.606]],["name/1954",[10,27.076]],["parent/1954",[853,8.184]],["name/1955",[515,36.44]],["parent/1955",[854,7.674]],["name/1956",[197,40.87]],["parent/1956",[854,7.674]],["name/1957",[645,64.633]],["parent/1957",[757,2.606]],["name/1958",[10,27.076]],["parent/1958",[855,8.184]],["name/1959",[647,63.521]],["parent/1959",[856,7.338]],["name/1960",[164,34.944]],["parent/1960",[856,7.338]],["name/1961",[520,43.765]],["parent/1961",[856,7.338]],["name/1962",[649,64.633]],["parent/1962",[757,2.606]],["name/1963",[10,27.076]],["parent/1963",[857,8.184]],["name/1964",[515,36.44]],["parent/1964",[858,7.674]],["name/1965",[197,40.87]],["parent/1965",[858,7.674]],["name/1966",[652,64.633]],["parent/1966",[757,2.606]],["name/1967",[10,27.076]],["parent/1967",[859,8.184]],["name/1968",[654,70.993]],["parent/1968",[860,7.338]],["name/1969",[164,34.944]],["parent/1969",[860,7.338]],["name/1970",[520,43.765]],["parent/1970",[860,7.338]],["name/1971",[656,64.633]],["parent/1971",[757,2.606]],["name/1972",[10,27.076]],["parent/1972",[861,8.184]],["name/1973",[515,36.44]],["parent/1973",[862,7.674]],["name/1974",[197,40.87]],["parent/1974",[862,7.674]],["name/1975",[659,64.633]],["parent/1975",[757,2.606]],["name/1976",[10,27.076]],["parent/1976",[863,8.184]],["name/1977",[607,62.52]],["parent/1977",[864,7.338]],["name/1978",[164,34.944]],["parent/1978",[864,7.338]],["name/1979",[520,43.765]],["parent/1979",[864,7.338]],["name/1980",[662,64.633]],["parent/1980",[757,2.606]],["name/1981",[10,27.076]],["parent/1981",[865,8.184]],["name/1982",[515,36.44]],["parent/1982",[866,6.887]],["name/1983",[665,76.871]],["parent/1983",[866,6.887]],["name/1984",[666,76.871]],["parent/1984",[866,6.887]],["name/1985",[806,76.871]],["parent/1985",[866,6.887]],["name/1986",[197,40.87]],["parent/1986",[866,6.887]],["name/1987",[667,64.633]],["parent/1987",[757,2.606]],["name/1988",[10,27.076]],["parent/1988",[867,8.184]],["name/1989",[164,34.944]],["parent/1989",[868,8.184]],["name/1990",[670,64.633]],["parent/1990",[757,2.606]],["name/1991",[10,27.076]],["parent/1991",[869,8.184]],["name/1992",[515,36.44]],["parent/1992",[870,7.674]],["name/1993",[197,40.87]],["parent/1993",[870,7.674]],["name/1994",[673,64.633]],["parent/1994",[757,2.606]],["name/1995",[10,27.076]],["parent/1995",[871,8.184]],["name/1996",[164,34.944]],["parent/1996",[872,7.674]],["name/1997",[520,43.765]],["parent/1997",[872,7.674]],["name/1998",[676,64.633]],["parent/1998",[757,2.606]],["name/1999",[10,27.076]],["parent/1999",[873,8.184]],["name/2000",[515,36.44]],["parent/2000",[874,7.338]],["name/2001",[679,76.871]],["parent/2001",[874,7.338]],["name/2002",[197,40.87]],["parent/2002",[874,7.338]],["name/2003",[680,64.633]],["parent/2003",[757,2.606]],["name/2004",[10,27.076]],["parent/2004",[875,8.184]],["name/2005",[164,34.944]],["parent/2005",[876,7.674]],["name/2006",[520,43.765]],["parent/2006",[876,7.674]],["name/2007",[683,64.633]],["parent/2007",[757,2.606]],["name/2008",[10,27.076]],["parent/2008",[877,8.184]],["name/2009",[515,36.44]],["parent/2009",[878,7.338]],["name/2010",[686,60.776]],["parent/2010",[878,7.338]],["name/2011",[197,40.87]],["parent/2011",[878,7.338]],["name/2012",[687,64.633]],["parent/2012",[757,2.606]],["name/2013",[10,27.076]],["parent/2013",[879,8.184]],["name/2014",[164,34.944]],["parent/2014",[880,7.674]],["name/2015",[520,43.765]],["parent/2015",[880,7.674]],["name/2016",[690,64.633]],["parent/2016",[757,2.606]],["name/2017",[10,27.076]],["parent/2017",[881,8.184]],["name/2018",[515,36.44]],["parent/2018",[882,7.088]],["name/2019",[197,40.87]],["parent/2019",[882,7.088]],["name/2020",[693,76.871]],["parent/2020",[882,7.088]],["name/2021",[686,60.776]],["parent/2021",[882,7.088]],["name/2022",[694,64.633]],["parent/2022",[757,2.606]],["name/2023",[10,27.076]],["parent/2023",[883,8.184]],["name/2024",[164,34.944]],["parent/2024",[884,7.674]],["name/2025",[520,43.765]],["parent/2025",[884,7.674]],["name/2026",[697,64.633]],["parent/2026",[757,2.606]],["name/2027",[10,27.076]],["parent/2027",[885,8.184]],["name/2028",[515,36.44]],["parent/2028",[886,7.674]],["name/2029",[197,40.87]],["parent/2029",[886,7.674]],["name/2030",[700,64.633]],["parent/2030",[757,2.606]],["name/2031",[10,27.076]],["parent/2031",[887,8.184]],["name/2032",[164,34.944]],["parent/2032",[888,7.674]],["name/2033",[520,43.765]],["parent/2033",[888,7.674]],["name/2034",[703,64.633]],["parent/2034",[757,2.606]],["name/2035",[10,27.076]],["parent/2035",[889,8.184]],["name/2036",[515,36.44]],["parent/2036",[890,7.674]],["name/2037",[197,40.87]],["parent/2037",[890,7.674]],["name/2038",[706,64.633]],["parent/2038",[757,2.606]],["name/2039",[10,27.076]],["parent/2039",[891,8.184]],["name/2040",[164,34.944]],["parent/2040",[892,7.338]],["name/2041",[520,43.765]],["parent/2041",[892,7.338]],["name/2042",[635,70.993]],["parent/2042",[892,7.338]],["name/2043",[709,64.633]],["parent/2043",[757,2.606]],["name/2044",[10,27.076]],["parent/2044",[893,8.184]],["name/2045",[686,60.776]],["parent/2045",[894,7.338]],["name/2046",[515,36.44]],["parent/2046",[894,7.338]],["name/2047",[197,40.87]],["parent/2047",[894,7.338]],["name/2048",[712,64.633]],["parent/2048",[757,2.606]],["name/2049",[10,27.076]],["parent/2049",[895,8.184]],["name/2050",[563,62.52]],["parent/2050",[896,7.338]],["name/2051",[164,34.944]],["parent/2051",[896,7.338]],["name/2052",[520,43.765]],["parent/2052",[896,7.338]],["name/2053",[715,64.633]],["parent/2053",[757,2.606]],["name/2054",[10,27.076]],["parent/2054",[897,8.184]],["name/2055",[515,36.44]],["parent/2055",[898,7.338]],["name/2056",[686,60.776]],["parent/2056",[898,7.338]],["name/2057",[197,40.87]],["parent/2057",[898,7.338]],["name/2058",[718,64.633]],["parent/2058",[757,2.606]],["name/2059",[10,27.076]],["parent/2059",[899,8.184]],["name/2060",[164,34.944]],["parent/2060",[900,7.674]],["name/2061",[520,43.765]],["parent/2061",[900,7.674]],["name/2062",[721,64.633]],["parent/2062",[757,2.606]],["name/2063",[10,27.076]],["parent/2063",[901,8.184]],["name/2064",[686,60.776]],["parent/2064",[902,7.338]],["name/2065",[515,36.44]],["parent/2065",[902,7.338]],["name/2066",[197,40.87]],["parent/2066",[902,7.338]],["name/2067",[724,64.633]],["parent/2067",[757,2.606]],["name/2068",[10,27.076]],["parent/2068",[903,8.184]],["name/2069",[647,63.521]],["parent/2069",[904,7.338]],["name/2070",[164,34.944]],["parent/2070",[904,7.338]],["name/2071",[520,43.765]],["parent/2071",[904,7.338]],["name/2072",[727,64.633]],["parent/2072",[757,2.606]],["name/2073",[10,27.076]],["parent/2073",[905,8.184]],["name/2074",[515,36.44]],["parent/2074",[906,8.184]],["name/2075",[730,64.633]],["parent/2075",[757,2.606]],["name/2076",[10,27.076]],["parent/2076",[907,8.184]],["name/2077",[654,70.993]],["parent/2077",[908,7.338]],["name/2078",[164,34.944]],["parent/2078",[908,7.338]],["name/2079",[520,43.765]],["parent/2079",[908,7.338]],["name/2080",[733,64.633]],["parent/2080",[757,2.606]],["name/2081",[10,27.076]],["parent/2081",[909,8.184]],["name/2082",[515,36.44]],["parent/2082",[910,7.674]],["name/2083",[197,40.87]],["parent/2083",[910,7.674]],["name/2084",[736,64.633]],["parent/2084",[757,2.606]],["name/2085",[10,27.076]],["parent/2085",[911,8.184]],["name/2086",[607,62.52]],["parent/2086",[912,7.338]],["name/2087",[164,34.944]],["parent/2087",[912,7.338]],["name/2088",[520,43.765]],["parent/2088",[912,7.338]],["name/2089",[739,64.633]],["parent/2089",[757,2.606]],["name/2090",[10,27.076]],["parent/2090",[913,8.184]],["name/2091",[741,76.871]],["parent/2091",[914,7.088]],["name/2092",[686,60.776]],["parent/2092",[914,7.088]],["name/2093",[515,36.44]],["parent/2093",[914,7.088]],["name/2094",[197,40.87]],["parent/2094",[914,7.088]],["name/2095",[743,64.633]],["parent/2095",[757,2.606]],["name/2096",[10,27.076]],["parent/2096",[915,8.184]],["name/2097",[164,34.944]],["parent/2097",[916,7.338]],["name/2098",[607,62.52]],["parent/2098",[916,7.338]],["name/2099",[520,43.765]],["parent/2099",[916,7.338]],["name/2100",[746,64.633]],["parent/2100",[757,2.606]],["name/2101",[10,27.076]],["parent/2101",[917,8.184]],["name/2102",[515,36.44]],["parent/2102",[918,7.674]],["name/2103",[197,40.87]],["parent/2103",[918,7.674]],["name/2104",[749,64.633]],["parent/2104",[757,2.606]],["name/2105",[10,27.076]],["parent/2105",[919,8.184]],["name/2106",[164,34.944]],["parent/2106",[920,7.338]],["name/2107",[607,62.52]],["parent/2107",[920,7.338]],["name/2108",[520,43.765]],["parent/2108",[920,7.338]],["name/2109",[752,64.633]],["parent/2109",[757,2.606]],["name/2110",[753,64.633]],["parent/2110",[757,2.606]],["name/2111",[754,67.316]],["parent/2111",[757,2.606]],["name/2112",[511,64.633]],["parent/2112",[757,2.606]],["name/2113",[512,64.633]],["parent/2113",[757,2.606]],["name/2114",[513,64.633]],["parent/2114",[757,2.606]],["name/2115",[517,64.633]],["parent/2115",[757,2.606]],["name/2116",[521,64.633]],["parent/2116",[757,2.606]],["name/2117",[524,64.633]],["parent/2117",[757,2.606]],["name/2118",[527,64.633]],["parent/2118",[757,2.606]],["name/2119",[530,64.633]],["parent/2119",[757,2.606]],["name/2120",[533,64.633]],["parent/2120",[757,2.606]],["name/2121",[536,64.633]],["parent/2121",[757,2.606]],["name/2122",[539,64.633]],["parent/2122",[757,2.606]],["name/2123",[542,64.633]],["parent/2123",[757,2.606]],["name/2124",[545,64.633]],["parent/2124",[757,2.606]],["name/2125",[548,64.633]],["parent/2125",[757,2.606]],["name/2126",[551,64.633]],["parent/2126",[757,2.606]],["name/2127",[554,64.633]],["parent/2127",[757,2.606]],["name/2128",[557,64.633]],["parent/2128",[757,2.606]],["name/2129",[560,64.633]],["parent/2129",[757,2.606]],["name/2130",[564,64.633]],["parent/2130",[757,2.606]],["name/2131",[568,64.633]],["parent/2131",[757,2.606]],["name/2132",[571,64.633]],["parent/2132",[757,2.606]],["name/2133",[574,64.633]],["parent/2133",[757,2.606]],["name/2134",[577,64.633]],["parent/2134",[757,2.606]],["name/2135",[580,64.633]],["parent/2135",[757,2.606]],["name/2136",[583,64.633]],["parent/2136",[757,2.606]],["name/2137",[586,64.633]],["parent/2137",[757,2.606]],["name/2138",[589,64.633]],["parent/2138",[757,2.606]],["name/2139",[592,64.633]],["parent/2139",[757,2.606]],["name/2140",[595,64.633]],["parent/2140",[757,2.606]],["name/2141",[598,64.633]],["parent/2141",[757,2.606]],["name/2142",[601,64.633]],["parent/2142",[757,2.606]],["name/2143",[604,64.633]],["parent/2143",[757,2.606]],["name/2144",[608,64.633]],["parent/2144",[757,2.606]],["name/2145",[611,64.633]],["parent/2145",[757,2.606]],["name/2146",[614,64.633]],["parent/2146",[757,2.606]],["name/2147",[619,64.633]],["parent/2147",[757,2.606]],["name/2148",[622,64.633]],["parent/2148",[757,2.606]],["name/2149",[625,64.633]],["parent/2149",[757,2.606]],["name/2150",[629,64.633]],["parent/2150",[757,2.606]],["name/2151",[632,64.633]],["parent/2151",[757,2.606]],["name/2152",[636,64.633]],["parent/2152",[757,2.606]],["name/2153",[639,64.633]],["parent/2153",[757,2.606]],["name/2154",[642,64.633]],["parent/2154",[757,2.606]],["name/2155",[645,64.633]],["parent/2155",[757,2.606]],["name/2156",[649,64.633]],["parent/2156",[757,2.606]],["name/2157",[652,64.633]],["parent/2157",[757,2.606]],["name/2158",[656,64.633]],["parent/2158",[757,2.606]],["name/2159",[659,64.633]],["parent/2159",[757,2.606]],["name/2160",[662,64.633]],["parent/2160",[757,2.606]],["name/2161",[667,64.633]],["parent/2161",[757,2.606]],["name/2162",[670,64.633]],["parent/2162",[757,2.606]],["name/2163",[673,64.633]],["parent/2163",[757,2.606]],["name/2164",[676,64.633]],["parent/2164",[757,2.606]],["name/2165",[680,64.633]],["parent/2165",[757,2.606]],["name/2166",[683,64.633]],["parent/2166",[757,2.606]],["name/2167",[687,64.633]],["parent/2167",[757,2.606]],["name/2168",[690,64.633]],["parent/2168",[757,2.606]],["name/2169",[694,64.633]],["parent/2169",[757,2.606]],["name/2170",[697,64.633]],["parent/2170",[757,2.606]],["name/2171",[700,64.633]],["parent/2171",[757,2.606]],["name/2172",[703,64.633]],["parent/2172",[757,2.606]],["name/2173",[706,64.633]],["parent/2173",[757,2.606]],["name/2174",[709,64.633]],["parent/2174",[757,2.606]],["name/2175",[712,64.633]],["parent/2175",[757,2.606]],["name/2176",[715,64.633]],["parent/2176",[757,2.606]],["name/2177",[718,64.633]],["parent/2177",[757,2.606]],["name/2178",[721,64.633]],["parent/2178",[757,2.606]],["name/2179",[724,64.633]],["parent/2179",[757,2.606]],["name/2180",[727,64.633]],["parent/2180",[757,2.606]],["name/2181",[730,64.633]],["parent/2181",[757,2.606]],["name/2182",[733,64.633]],["parent/2182",[757,2.606]],["name/2183",[736,64.633]],["parent/2183",[757,2.606]],["name/2184",[739,64.633]],["parent/2184",[757,2.606]],["name/2185",[743,64.633]],["parent/2185",[757,2.606]],["name/2186",[746,64.633]],["parent/2186",[757,2.606]],["name/2187",[749,64.633]],["parent/2187",[757,2.606]],["name/2188",[752,64.633]],["parent/2188",[757,2.606]],["name/2189",[753,64.633]],["parent/2189",[757,2.606]],["name/2190",[754,67.316]],["parent/2190",[757,2.606]],["name/2191",[757,26.107]],["parent/2191",[757,2.606]],["name/2192",[43,47.218]],["parent/2192",[757,2.606]],["name/2193",[511,64.633]],["parent/2193",[757,2.606]],["name/2194",[512,64.633]],["parent/2194",[757,2.606]],["name/2195",[513,64.633]],["parent/2195",[757,2.606]],["name/2196",[517,64.633]],["parent/2196",[757,2.606]],["name/2197",[521,64.633]],["parent/2197",[757,2.606]],["name/2198",[524,64.633]],["parent/2198",[757,2.606]],["name/2199",[527,64.633]],["parent/2199",[757,2.606]],["name/2200",[530,64.633]],["parent/2200",[757,2.606]],["name/2201",[533,64.633]],["parent/2201",[757,2.606]],["name/2202",[536,64.633]],["parent/2202",[757,2.606]],["name/2203",[539,64.633]],["parent/2203",[757,2.606]],["name/2204",[542,64.633]],["parent/2204",[757,2.606]],["name/2205",[545,64.633]],["parent/2205",[757,2.606]],["name/2206",[548,64.633]],["parent/2206",[757,2.606]],["name/2207",[551,64.633]],["parent/2207",[757,2.606]],["name/2208",[554,64.633]],["parent/2208",[757,2.606]],["name/2209",[557,64.633]],["parent/2209",[757,2.606]],["name/2210",[560,64.633]],["parent/2210",[757,2.606]],["name/2211",[564,64.633]],["parent/2211",[757,2.606]],["name/2212",[568,64.633]],["parent/2212",[757,2.606]],["name/2213",[571,64.633]],["parent/2213",[757,2.606]],["name/2214",[574,64.633]],["parent/2214",[757,2.606]],["name/2215",[577,64.633]],["parent/2215",[757,2.606]],["name/2216",[580,64.633]],["parent/2216",[757,2.606]],["name/2217",[583,64.633]],["parent/2217",[757,2.606]],["name/2218",[586,64.633]],["parent/2218",[757,2.606]],["name/2219",[589,64.633]],["parent/2219",[757,2.606]],["name/2220",[592,64.633]],["parent/2220",[757,2.606]],["name/2221",[595,64.633]],["parent/2221",[757,2.606]],["name/2222",[598,64.633]],["parent/2222",[757,2.606]],["name/2223",[601,64.633]],["parent/2223",[757,2.606]],["name/2224",[604,64.633]],["parent/2224",[757,2.606]],["name/2225",[608,64.633]],["parent/2225",[757,2.606]],["name/2226",[611,64.633]],["parent/2226",[757,2.606]],["name/2227",[614,64.633]],["parent/2227",[757,2.606]],["name/2228",[619,64.633]],["parent/2228",[757,2.606]],["name/2229",[622,64.633]],["parent/2229",[757,2.606]],["name/2230",[625,64.633]],["parent/2230",[757,2.606]],["name/2231",[629,64.633]],["parent/2231",[757,2.606]],["name/2232",[632,64.633]],["parent/2232",[757,2.606]],["name/2233",[636,64.633]],["parent/2233",[757,2.606]],["name/2234",[639,64.633]],["parent/2234",[757,2.606]],["name/2235",[642,64.633]],["parent/2235",[757,2.606]],["name/2236",[645,64.633]],["parent/2236",[757,2.606]],["name/2237",[649,64.633]],["parent/2237",[757,2.606]],["name/2238",[652,64.633]],["parent/2238",[757,2.606]],["name/2239",[656,64.633]],["parent/2239",[757,2.606]],["name/2240",[659,64.633]],["parent/2240",[757,2.606]],["name/2241",[662,64.633]],["parent/2241",[757,2.606]],["name/2242",[667,64.633]],["parent/2242",[757,2.606]],["name/2243",[670,64.633]],["parent/2243",[757,2.606]],["name/2244",[673,64.633]],["parent/2244",[757,2.606]],["name/2245",[676,64.633]],["parent/2245",[757,2.606]],["name/2246",[680,64.633]],["parent/2246",[757,2.606]],["name/2247",[683,64.633]],["parent/2247",[757,2.606]],["name/2248",[687,64.633]],["parent/2248",[757,2.606]],["name/2249",[690,64.633]],["parent/2249",[757,2.606]],["name/2250",[694,64.633]],["parent/2250",[757,2.606]],["name/2251",[697,64.633]],["parent/2251",[757,2.606]],["name/2252",[700,64.633]],["parent/2252",[757,2.606]],["name/2253",[703,64.633]],["parent/2253",[757,2.606]],["name/2254",[706,64.633]],["parent/2254",[757,2.606]],["name/2255",[709,64.633]],["parent/2255",[757,2.606]],["name/2256",[712,64.633]],["parent/2256",[757,2.606]],["name/2257",[715,64.633]],["parent/2257",[757,2.606]],["name/2258",[718,64.633]],["parent/2258",[757,2.606]],["name/2259",[721,64.633]],["parent/2259",[757,2.606]],["name/2260",[724,64.633]],["parent/2260",[757,2.606]],["name/2261",[727,64.633]],["parent/2261",[757,2.606]],["name/2262",[730,64.633]],["parent/2262",[757,2.606]],["name/2263",[733,64.633]],["parent/2263",[757,2.606]],["name/2264",[736,64.633]],["parent/2264",[757,2.606]],["name/2265",[739,64.633]],["parent/2265",[757,2.606]],["name/2266",[743,64.633]],["parent/2266",[757,2.606]],["name/2267",[746,64.633]],["parent/2267",[757,2.606]],["name/2268",[749,64.633]],["parent/2268",[757,2.606]],["name/2269",[752,64.633]],["parent/2269",[757,2.606]],["name/2270",[753,64.633]],["parent/2270",[757,2.606]],["name/2271",[754,67.316]],["parent/2271",[757,2.606]],["name/2272",[757,26.107]],["parent/2272",[757,2.606]],["name/2273",[416,58]],["parent/2273",[757,2.606]],["name/2274",[417,58]],["parent/2274",[757,2.606]],["name/2275",[418,58]],["parent/2275",[757,2.606]],["name/2276",[420,64.633]],["parent/2276",[757,2.606]],["name/2277",[397,58]],["parent/2277",[757,2.606]],["name/2278",[407,58]],["parent/2278",[757,2.606]],["name/2279",[408,58]],["parent/2279",[757,2.606]],["name/2280",[409,58]],["parent/2280",[757,2.606]],["name/2281",[398,58]],["parent/2281",[757,2.606]],["name/2282",[399,58]],["parent/2282",[757,2.606]],["name/2283",[421,64.633]],["parent/2283",[757,2.606]],["name/2284",[422,64.633]],["parent/2284",[757,2.606]],["name/2285",[423,45.691]],["parent/2285",[757,2.606]],["name/2286",[392,58]],["parent/2286",[757,2.606]],["name/2287",[761,60.776]],["parent/2287",[757,2.606]],["name/2288",[9,48.539]],["parent/2288",[757,2.606]],["name/2289",[762,64.633]],["parent/2289",[757,2.606]],["name/2290",[763,64.633]],["parent/2290",[757,2.606]],["name/2291",[414,58]],["parent/2291",[757,2.606]],["name/2292",[402,58]],["parent/2292",[757,2.606]],["name/2293",[419,60.776]],["parent/2293",[757,2.606]],["name/2294",[395,58]],["parent/2294",[757,2.606]],["name/2295",[759,60.776]],["parent/2295",[757,2.606]],["name/2296",[760,60.776]],["parent/2296",[757,2.606]],["name/2297",[758,60.776]],["parent/2297",[757,2.606]],["name/2298",[394,58]],["parent/2298",[757,2.606]],["name/2299",[424,60.776]],["parent/2299",[757,2.606]],["name/2300",[425,60.776]],["parent/2300",[757,2.606]],["name/2301",[426,60.776]],["parent/2301",[757,2.606]],["name/2302",[765,64.633]],["parent/2302",[757,2.606]],["name/2303",[766,64.633]],["parent/2303",[757,2.606]],["name/2304",[764,64.633]],["parent/2304",[757,2.606]],["name/2305",[400,58]],["parent/2305",[757,2.606]],["name/2306",[427,64.633]],["parent/2306",[757,2.606]],["name/2307",[428,64.633]],["parent/2307",[757,2.606]],["name/2308",[396,58]],["parent/2308",[757,2.606]],["name/2309",[415,58]],["parent/2309",[757,2.606]],["name/2310",[412,58]],["parent/2310",[757,2.606]],["name/2311",[413,58]],["parent/2311",[757,2.606]],["name/2312",[410,58]],["parent/2312",[757,2.606]],["name/2313",[411,58]],["parent/2313",[757,2.606]],["name/2314",[405,58]],["parent/2314",[757,2.606]],["name/2315",[406,58]],["parent/2315",[757,2.606]],["name/2316",[401,58]],["parent/2316",[757,2.606]],["name/2317",[404,55.829]],["parent/2317",[757,2.606]],["name/2318",[429,64.633]],["parent/2318",[757,2.606]],["name/2319",[403,55.829]],["parent/2319",[757,2.606]],["name/2320",[393,57.412]],["parent/2320",[757,2.606]],["name/2321",[430,60.776]],["parent/2321",[757,2.606]],["name/2322",[431,60.776]],["parent/2322",[757,2.606]],["name/2323",[432,60.776]],["parent/2323",[757,2.606]],["name/2324",[921,81.979]],["parent/2324",[757,2.606]],["name/2325",[752,64.633]],["parent/2325",[922,3.733]],["name/2326",[753,64.633]],["parent/2326",[922,3.733]],["name/2327",[513,64.633]],["parent/2327",[922,3.733]],["name/2328",[517,64.633]],["parent/2328",[922,3.733]],["name/2329",[521,64.633]],["parent/2329",[922,3.733]],["name/2330",[524,64.633]],["parent/2330",[922,3.733]],["name/2331",[527,64.633]],["parent/2331",[922,3.733]],["name/2332",[530,64.633]],["parent/2332",[922,3.733]],["name/2333",[533,64.633]],["parent/2333",[922,3.733]],["name/2334",[536,64.633]],["parent/2334",[922,3.733]],["name/2335",[539,64.633]],["parent/2335",[922,3.733]],["name/2336",[542,64.633]],["parent/2336",[922,3.733]],["name/2337",[545,64.633]],["parent/2337",[922,3.733]],["name/2338",[548,64.633]],["parent/2338",[922,3.733]],["name/2339",[551,64.633]],["parent/2339",[922,3.733]],["name/2340",[554,64.633]],["parent/2340",[922,3.733]],["name/2341",[557,64.633]],["parent/2341",[922,3.733]],["name/2342",[560,64.633]],["parent/2342",[922,3.733]],["name/2343",[511,64.633]],["parent/2343",[922,3.733]],["name/2344",[564,64.633]],["parent/2344",[922,3.733]],["name/2345",[568,64.633]],["parent/2345",[922,3.733]],["name/2346",[571,64.633]],["parent/2346",[922,3.733]],["name/2347",[574,64.633]],["parent/2347",[922,3.733]],["name/2348",[577,64.633]],["parent/2348",[922,3.733]],["name/2349",[580,64.633]],["parent/2349",[922,3.733]],["name/2350",[583,64.633]],["parent/2350",[922,3.733]],["name/2351",[586,64.633]],["parent/2351",[922,3.733]],["name/2352",[589,64.633]],["parent/2352",[922,3.733]],["name/2353",[592,64.633]],["parent/2353",[922,3.733]],["name/2354",[595,64.633]],["parent/2354",[922,3.733]],["name/2355",[598,64.633]],["parent/2355",[922,3.733]],["name/2356",[601,64.633]],["parent/2356",[922,3.733]],["name/2357",[604,64.633]],["parent/2357",[922,3.733]],["name/2358",[608,64.633]],["parent/2358",[922,3.733]],["name/2359",[611,64.633]],["parent/2359",[922,3.733]],["name/2360",[512,64.633]],["parent/2360",[922,3.733]],["name/2361",[614,64.633]],["parent/2361",[922,3.733]],["name/2362",[619,64.633]],["parent/2362",[922,3.733]],["name/2363",[622,64.633]],["parent/2363",[922,3.733]],["name/2364",[625,64.633]],["parent/2364",[922,3.733]],["name/2365",[629,64.633]],["parent/2365",[922,3.733]],["name/2366",[632,64.633]],["parent/2366",[922,3.733]],["name/2367",[636,64.633]],["parent/2367",[922,3.733]],["name/2368",[639,64.633]],["parent/2368",[922,3.733]],["name/2369",[642,64.633]],["parent/2369",[922,3.733]],["name/2370",[645,64.633]],["parent/2370",[922,3.733]],["name/2371",[649,64.633]],["parent/2371",[922,3.733]],["name/2372",[652,64.633]],["parent/2372",[922,3.733]],["name/2373",[656,64.633]],["parent/2373",[922,3.733]],["name/2374",[659,64.633]],["parent/2374",[922,3.733]],["name/2375",[662,64.633]],["parent/2375",[922,3.733]],["name/2376",[667,64.633]],["parent/2376",[922,3.733]],["name/2377",[670,64.633]],["parent/2377",[922,3.733]],["name/2378",[673,64.633]],["parent/2378",[922,3.733]],["name/2379",[676,64.633]],["parent/2379",[922,3.733]],["name/2380",[680,64.633]],["parent/2380",[922,3.733]],["name/2381",[683,64.633]],["parent/2381",[922,3.733]],["name/2382",[687,64.633]],["parent/2382",[922,3.733]],["name/2383",[690,64.633]],["parent/2383",[922,3.733]],["name/2384",[694,64.633]],["parent/2384",[922,3.733]],["name/2385",[697,64.633]],["parent/2385",[922,3.733]],["name/2386",[700,64.633]],["parent/2386",[922,3.733]],["name/2387",[703,64.633]],["parent/2387",[922,3.733]],["name/2388",[706,64.633]],["parent/2388",[922,3.733]],["name/2389",[709,64.633]],["parent/2389",[922,3.733]],["name/2390",[712,64.633]],["parent/2390",[922,3.733]],["name/2391",[715,64.633]],["parent/2391",[922,3.733]],["name/2392",[718,64.633]],["parent/2392",[922,3.733]],["name/2393",[721,64.633]],["parent/2393",[922,3.733]],["name/2394",[724,64.633]],["parent/2394",[922,3.733]],["name/2395",[727,64.633]],["parent/2395",[922,3.733]],["name/2396",[730,64.633]],["parent/2396",[922,3.733]],["name/2397",[733,64.633]],["parent/2397",[922,3.733]],["name/2398",[736,64.633]],["parent/2398",[922,3.733]],["name/2399",[739,64.633]],["parent/2399",[922,3.733]],["name/2400",[743,64.633]],["parent/2400",[922,3.733]],["name/2401",[746,64.633]],["parent/2401",[922,3.733]],["name/2402",[749,64.633]],["parent/2402",[922,3.733]],["name/2403",[416,58]],["parent/2403",[922,3.733]],["name/2404",[417,58]],["parent/2404",[922,3.733]],["name/2405",[418,58]],["parent/2405",[922,3.733]],["name/2406",[420,64.633]],["parent/2406",[922,3.733]],["name/2407",[397,58]],["parent/2407",[922,3.733]],["name/2408",[407,58]],["parent/2408",[922,3.733]],["name/2409",[408,58]],["parent/2409",[922,3.733]],["name/2410",[409,58]],["parent/2410",[922,3.733]],["name/2411",[398,58]],["parent/2411",[922,3.733]],["name/2412",[399,58]],["parent/2412",[922,3.733]],["name/2413",[421,64.633]],["parent/2413",[922,3.733]],["name/2414",[422,64.633]],["parent/2414",[922,3.733]],["name/2415",[423,45.691]],["parent/2415",[922,3.733]],["name/2416",[392,58]],["parent/2416",[922,3.733]],["name/2417",[761,60.776]],["parent/2417",[922,3.733]],["name/2418",[9,48.539]],["parent/2418",[922,3.733]],["name/2419",[762,64.633]],["parent/2419",[922,3.733]],["name/2420",[763,64.633]],["parent/2420",[922,3.733]],["name/2421",[414,58]],["parent/2421",[922,3.733]],["name/2422",[402,58]],["parent/2422",[922,3.733]],["name/2423",[419,60.776]],["parent/2423",[922,3.733]],["name/2424",[395,58]],["parent/2424",[922,3.733]],["name/2425",[759,60.776]],["parent/2425",[922,3.733]],["name/2426",[760,60.776]],["parent/2426",[922,3.733]],["name/2427",[758,60.776]],["parent/2427",[922,3.733]],["name/2428",[394,58]],["parent/2428",[922,3.733]],["name/2429",[424,60.776]],["parent/2429",[922,3.733]],["name/2430",[425,60.776]],["parent/2430",[922,3.733]],["name/2431",[426,60.776]],["parent/2431",[922,3.733]],["name/2432",[765,64.633]],["parent/2432",[922,3.733]],["name/2433",[766,64.633]],["parent/2433",[922,3.733]],["name/2434",[764,64.633]],["parent/2434",[922,3.733]],["name/2435",[400,58]],["parent/2435",[922,3.733]],["name/2436",[427,64.633]],["parent/2436",[922,3.733]],["name/2437",[428,64.633]],["parent/2437",[922,3.733]],["name/2438",[396,58]],["parent/2438",[922,3.733]],["name/2439",[415,58]],["parent/2439",[922,3.733]],["name/2440",[412,58]],["parent/2440",[922,3.733]],["name/2441",[413,58]],["parent/2441",[922,3.733]],["name/2442",[410,58]],["parent/2442",[922,3.733]],["name/2443",[411,58]],["parent/2443",[922,3.733]],["name/2444",[405,58]],["parent/2444",[922,3.733]],["name/2445",[406,58]],["parent/2445",[922,3.733]],["name/2446",[401,58]],["parent/2446",[922,3.733]],["name/2447",[404,55.829]],["parent/2447",[922,3.733]],["name/2448",[429,64.633]],["parent/2448",[922,3.733]],["name/2449",[403,55.829]],["parent/2449",[922,3.733]],["name/2450",[393,57.412]],["parent/2450",[922,3.733]],["name/2451",[430,60.776]],["parent/2451",[922,3.733]],["name/2452",[431,60.776]],["parent/2452",[922,3.733]],["name/2453",[432,60.776]],["parent/2453",[922,3.733]],["name/2454",[923,50.624]],["parent/2454",[]],["name/2455",[43,47.218]],["parent/2455",[923,5.054]],["name/2456",[423,45.691]],["parent/2456",[923,5.054]],["name/2457",[924,70.993]],["parent/2457",[923,5.054]],["name/2458",[925,70.993]],["parent/2458",[923,5.054]],["name/2459",[423,45.691]],["parent/2459",[923,5.054]],["name/2460",[924,70.993]],["parent/2460",[923,5.054]],["name/2461",[925,70.993]],["parent/2461",[923,5.054]],["name/2462",[923,50.624]],["parent/2462",[923,5.054]],["name/2463",[17,54.464]],["parent/2463",[926,6.72]],["name/2464",[43,47.218]],["parent/2464",[926,6.72]],["name/2465",[96,58]],["parent/2465",[926,6.72]],["name/2466",[927,73.506]],["parent/2466",[928,8.184]],["name/2467",[29,56.33]],["parent/2467",[926,6.72]],["name/2468",[120,58]],["parent/2468",[926,6.72]],["name/2469",[10,27.076]],["parent/2469",[929,8.184]],["name/2470",[927,73.506]],["parent/2470",[930,7.674]],["name/2471",[931,81.979]],["parent/2471",[930,7.674]],["name/2472",[927,73.506]],["parent/2472",[926,6.72]],["name/2473",[932,70.993]],["parent/2473",[923,5.054]],["name/2474",[10,27.076]],["parent/2474",[933,8.184]],["name/2475",[515,36.44]],["parent/2475",[934,8.184]],["name/2476",[935,70.993]],["parent/2476",[923,5.054]],["name/2477",[10,27.076]],["parent/2477",[936,8.184]],["name/2478",[164,34.944]],["parent/2478",[937,8.184]],["name/2479",[938,70.993]],["parent/2479",[923,5.054]],["name/2480",[939,70.993]],["parent/2480",[923,5.054]],["name/2481",[940,73.506]],["parent/2481",[923,5.054]],["name/2482",[932,70.993]],["parent/2482",[923,5.054]],["name/2483",[935,70.993]],["parent/2483",[923,5.054]],["name/2484",[938,70.993]],["parent/2484",[923,5.054]],["name/2485",[939,70.993]],["parent/2485",[923,5.054]],["name/2486",[940,73.506]],["parent/2486",[923,5.054]],["name/2487",[923,50.624]],["parent/2487",[923,5.054]],["name/2488",[43,47.218]],["parent/2488",[923,5.054]],["name/2489",[932,70.993]],["parent/2489",[923,5.054]],["name/2490",[935,70.993]],["parent/2490",[923,5.054]],["name/2491",[938,70.993]],["parent/2491",[923,5.054]],["name/2492",[939,70.993]],["parent/2492",[923,5.054]],["name/2493",[940,73.506]],["parent/2493",[923,5.054]],["name/2494",[923,50.624]],["parent/2494",[923,5.054]],["name/2495",[423,45.691]],["parent/2495",[923,5.054]],["name/2496",[924,70.993]],["parent/2496",[923,5.054]],["name/2497",[925,70.993]],["parent/2497",[923,5.054]],["name/2498",[941,81.979]],["parent/2498",[923,5.054]],["name/2499",[938,70.993]],["parent/2499",[942,6.578]],["name/2500",[939,70.993]],["parent/2500",[942,6.578]],["name/2501",[932,70.993]],["parent/2501",[942,6.578]],["name/2502",[935,70.993]],["parent/2502",[942,6.578]],["name/2503",[423,45.691]],["parent/2503",[942,6.578]],["name/2504",[924,70.993]],["parent/2504",[942,6.578]],["name/2505",[925,70.993]],["parent/2505",[942,6.578]],["name/2506",[943,41.549]],["parent/2506",[]],["name/2507",[43,47.218]],["parent/2507",[943,4.148]],["name/2508",[944,70.993]],["parent/2508",[943,4.148]],["name/2509",[945,70.993]],["parent/2509",[943,4.148]],["name/2510",[946,70.993]],["parent/2510",[943,4.148]],["name/2511",[947,70.993]],["parent/2511",[943,4.148]],["name/2512",[948,70.993]],["parent/2512",[943,4.148]],["name/2513",[949,70.993]],["parent/2513",[943,4.148]],["name/2514",[950,70.993]],["parent/2514",[943,4.148]],["name/2515",[951,70.993]],["parent/2515",[943,4.148]],["name/2516",[952,70.993]],["parent/2516",[943,4.148]],["name/2517",[953,70.993]],["parent/2517",[943,4.148]],["name/2518",[954,70.993]],["parent/2518",[943,4.148]],["name/2519",[955,70.993]],["parent/2519",[943,4.148]],["name/2520",[956,70.993]],["parent/2520",[943,4.148]],["name/2521",[423,45.691]],["parent/2521",[943,4.148]],["name/2522",[9,48.539]],["parent/2522",[943,4.148]],["name/2523",[944,70.993]],["parent/2523",[943,4.148]],["name/2524",[945,70.993]],["parent/2524",[943,4.148]],["name/2525",[947,70.993]],["parent/2525",[943,4.148]],["name/2526",[948,70.993]],["parent/2526",[943,4.148]],["name/2527",[949,70.993]],["parent/2527",[943,4.148]],["name/2528",[951,70.993]],["parent/2528",[943,4.148]],["name/2529",[954,70.993]],["parent/2529",[943,4.148]],["name/2530",[952,70.993]],["parent/2530",[943,4.148]],["name/2531",[950,70.993]],["parent/2531",[943,4.148]],["name/2532",[955,70.993]],["parent/2532",[943,4.148]],["name/2533",[953,70.993]],["parent/2533",[943,4.148]],["name/2534",[956,70.993]],["parent/2534",[943,4.148]],["name/2535",[423,45.691]],["parent/2535",[943,4.148]],["name/2536",[9,48.539]],["parent/2536",[943,4.148]],["name/2537",[946,70.993]],["parent/2537",[943,4.148]],["name/2538",[943,41.549]],["parent/2538",[943,4.148]],["name/2539",[17,54.464]],["parent/2539",[957,6.453]],["name/2540",[43,47.218]],["parent/2540",[957,6.453]],["name/2541",[96,58]],["parent/2541",[957,6.453]],["name/2542",[958,73.506]],["parent/2542",[959,7.338]],["name/2543",[960,73.506]],["parent/2543",[959,7.338]],["name/2544",[961,73.506]],["parent/2544",[959,7.338]],["name/2545",[29,56.33]],["parent/2545",[957,6.453]],["name/2546",[120,58]],["parent/2546",[957,6.453]],["name/2547",[10,27.076]],["parent/2547",[962,8.184]],["name/2548",[958,73.506]],["parent/2548",[963,6.72]],["name/2549",[964,81.979]],["parent/2549",[963,6.72]],["name/2550",[960,73.506]],["parent/2550",[963,6.72]],["name/2551",[965,81.979]],["parent/2551",[963,6.72]],["name/2552",[961,73.506]],["parent/2552",[963,6.72]],["name/2553",[966,81.979]],["parent/2553",[963,6.72]],["name/2554",[958,73.506]],["parent/2554",[957,6.453]],["name/2555",[960,73.506]],["parent/2555",[957,6.453]],["name/2556",[961,73.506]],["parent/2556",[957,6.453]],["name/2557",[967,70.993]],["parent/2557",[943,4.148]],["name/2558",[968,70.993]],["parent/2558",[943,4.148]],["name/2559",[10,27.076]],["parent/2559",[969,8.184]],["name/2560",[515,36.44]],["parent/2560",[970,7.088]],["name/2561",[197,40.87]],["parent/2561",[970,7.088]],["name/2562",[971,81.979]],["parent/2562",[970,7.088]],["name/2563",[972,63.521]],["parent/2563",[970,7.088]],["name/2564",[973,70.993]],["parent/2564",[943,4.148]],["name/2565",[10,27.076]],["parent/2565",[974,8.184]],["name/2566",[164,34.944]],["parent/2566",[975,8.184]],["name/2567",[976,70.993]],["parent/2567",[943,4.148]],["name/2568",[10,27.076]],["parent/2568",[977,8.184]],["name/2569",[515,36.44]],["parent/2569",[978,7.674]],["name/2570",[197,40.87]],["parent/2570",[978,7.674]],["name/2571",[979,70.993]],["parent/2571",[943,4.148]],["name/2572",[10,27.076]],["parent/2572",[980,8.184]],["name/2573",[164,34.944]],["parent/2573",[981,8.184]],["name/2574",[982,70.993]],["parent/2574",[943,4.148]],["name/2575",[10,27.076]],["parent/2575",[983,8.184]],["name/2576",[515,36.44]],["parent/2576",[984,7.674]],["name/2577",[197,40.87]],["parent/2577",[984,7.674]],["name/2578",[985,70.993]],["parent/2578",[943,4.148]],["name/2579",[10,27.076]],["parent/2579",[986,8.184]],["name/2580",[164,34.944]],["parent/2580",[987,8.184]],["name/2581",[988,70.993]],["parent/2581",[943,4.148]],["name/2582",[989,70.993]],["parent/2582",[943,4.148]],["name/2583",[990,73.506]],["parent/2583",[943,4.148]],["name/2584",[967,70.993]],["parent/2584",[943,4.148]],["name/2585",[968,70.993]],["parent/2585",[943,4.148]],["name/2586",[973,70.993]],["parent/2586",[943,4.148]],["name/2587",[976,70.993]],["parent/2587",[943,4.148]],["name/2588",[979,70.993]],["parent/2588",[943,4.148]],["name/2589",[982,70.993]],["parent/2589",[943,4.148]],["name/2590",[985,70.993]],["parent/2590",[943,4.148]],["name/2591",[988,70.993]],["parent/2591",[943,4.148]],["name/2592",[989,70.993]],["parent/2592",[943,4.148]],["name/2593",[990,73.506]],["parent/2593",[943,4.148]],["name/2594",[943,41.549]],["parent/2594",[943,4.148]],["name/2595",[43,47.218]],["parent/2595",[943,4.148]],["name/2596",[967,70.993]],["parent/2596",[943,4.148]],["name/2597",[968,70.993]],["parent/2597",[943,4.148]],["name/2598",[973,70.993]],["parent/2598",[943,4.148]],["name/2599",[976,70.993]],["parent/2599",[943,4.148]],["name/2600",[979,70.993]],["parent/2600",[943,4.148]],["name/2601",[982,70.993]],["parent/2601",[943,4.148]],["name/2602",[985,70.993]],["parent/2602",[943,4.148]],["name/2603",[988,70.993]],["parent/2603",[943,4.148]],["name/2604",[989,70.993]],["parent/2604",[943,4.148]],["name/2605",[990,73.506]],["parent/2605",[943,4.148]],["name/2606",[943,41.549]],["parent/2606",[943,4.148]],["name/2607",[944,70.993]],["parent/2607",[943,4.148]],["name/2608",[945,70.993]],["parent/2608",[943,4.148]],["name/2609",[947,70.993]],["parent/2609",[943,4.148]],["name/2610",[948,70.993]],["parent/2610",[943,4.148]],["name/2611",[949,70.993]],["parent/2611",[943,4.148]],["name/2612",[951,70.993]],["parent/2612",[943,4.148]],["name/2613",[954,70.993]],["parent/2613",[943,4.148]],["name/2614",[952,70.993]],["parent/2614",[943,4.148]],["name/2615",[950,70.993]],["parent/2615",[943,4.148]],["name/2616",[955,70.993]],["parent/2616",[943,4.148]],["name/2617",[953,70.993]],["parent/2617",[943,4.148]],["name/2618",[956,70.993]],["parent/2618",[943,4.148]],["name/2619",[423,45.691]],["parent/2619",[943,4.148]],["name/2620",[9,48.539]],["parent/2620",[943,4.148]],["name/2621",[946,70.993]],["parent/2621",[943,4.148]],["name/2622",[991,81.979]],["parent/2622",[943,4.148]],["name/2623",[988,70.993]],["parent/2623",[992,5.396]],["name/2624",[989,70.993]],["parent/2624",[992,5.396]],["name/2625",[967,70.993]],["parent/2625",[992,5.396]],["name/2626",[968,70.993]],["parent/2626",[992,5.396]],["name/2627",[973,70.993]],["parent/2627",[992,5.396]],["name/2628",[976,70.993]],["parent/2628",[992,5.396]],["name/2629",[979,70.993]],["parent/2629",[992,5.396]],["name/2630",[982,70.993]],["parent/2630",[992,5.396]],["name/2631",[985,70.993]],["parent/2631",[992,5.396]],["name/2632",[944,70.993]],["parent/2632",[992,5.396]],["name/2633",[945,70.993]],["parent/2633",[992,5.396]],["name/2634",[947,70.993]],["parent/2634",[992,5.396]],["name/2635",[948,70.993]],["parent/2635",[992,5.396]],["name/2636",[949,70.993]],["parent/2636",[992,5.396]],["name/2637",[951,70.993]],["parent/2637",[992,5.396]],["name/2638",[954,70.993]],["parent/2638",[992,5.396]],["name/2639",[952,70.993]],["parent/2639",[992,5.396]],["name/2640",[950,70.993]],["parent/2640",[992,5.396]],["name/2641",[955,70.993]],["parent/2641",[992,5.396]],["name/2642",[953,70.993]],["parent/2642",[992,5.396]],["name/2643",[956,70.993]],["parent/2643",[992,5.396]],["name/2644",[423,45.691]],["parent/2644",[992,5.396]],["name/2645",[9,48.539]],["parent/2645",[992,5.396]],["name/2646",[946,70.993]],["parent/2646",[992,5.396]],["name/2647",[993,46.237]],["parent/2647",[]],["name/2648",[43,47.218]],["parent/2648",[993,4.616]],["name/2649",[423,45.691]],["parent/2649",[993,4.616]],["name/2650",[994,70.993]],["parent/2650",[993,4.616]],["name/2651",[993,46.237]],["parent/2651",[993,4.616]],["name/2652",[423,45.691]],["parent/2652",[993,4.616]],["name/2653",[993,46.237]],["parent/2653",[993,4.616]],["name/2654",[994,70.993]],["parent/2654",[993,4.616]],["name/2655",[995,73.506]],["parent/2655",[993,4.616]],["name/2656",[17,54.464]],["parent/2656",[996,6.342]],["name/2657",[43,47.218]],["parent/2657",[996,6.342]],["name/2658",[96,58]],["parent/2658",[996,6.342]],["name/2659",[997,73.506]],["parent/2659",[998,7.088]],["name/2660",[999,73.506]],["parent/2660",[998,7.088]],["name/2661",[1000,73.506]],["parent/2661",[998,7.088]],["name/2662",[1001,73.506]],["parent/2662",[998,7.088]],["name/2663",[29,56.33]],["parent/2663",[996,6.342]],["name/2664",[120,58]],["parent/2664",[996,6.342]],["name/2665",[10,27.076]],["parent/2665",[1002,8.184]],["name/2666",[997,73.506]],["parent/2666",[1003,6.453]],["name/2667",[1004,81.979]],["parent/2667",[1003,6.453]],["name/2668",[999,73.506]],["parent/2668",[1003,6.453]],["name/2669",[1005,81.979]],["parent/2669",[1003,6.453]],["name/2670",[1000,73.506]],["parent/2670",[1003,6.453]],["name/2671",[1006,81.979]],["parent/2671",[1003,6.453]],["name/2672",[1001,73.506]],["parent/2672",[1003,6.453]],["name/2673",[1007,81.979]],["parent/2673",[1003,6.453]],["name/2674",[997,73.506]],["parent/2674",[996,6.342]],["name/2675",[999,73.506]],["parent/2675",[996,6.342]],["name/2676",[1000,73.506]],["parent/2676",[996,6.342]],["name/2677",[1001,73.506]],["parent/2677",[996,6.342]],["name/2678",[1008,70.993]],["parent/2678",[993,4.616]],["name/2679",[10,27.076]],["parent/2679",[1009,8.184]],["name/2680",[515,36.44]],["parent/2680",[1010,7.674]],["name/2681",[1011,76.871]],["parent/2681",[1010,7.674]],["name/2682",[1012,70.993]],["parent/2682",[993,4.616]],["name/2683",[10,27.076]],["parent/2683",[1013,8.184]],["name/2684",[174,61.61]],["parent/2684",[1014,7.674]],["name/2685",[164,34.944]],["parent/2685",[1014,7.674]],["name/2686",[1015,70.993]],["parent/2686",[993,4.616]],["name/2687",[10,27.076]],["parent/2687",[1016,8.184]],["name/2688",[515,36.44]],["parent/2688",[1017,8.184]],["name/2689",[1018,70.993]],["parent/2689",[993,4.616]],["name/2690",[10,27.076]],["parent/2690",[1019,8.184]],["name/2691",[174,61.61]],["parent/2691",[1020,7.674]],["name/2692",[164,34.944]],["parent/2692",[1020,7.674]],["name/2693",[1021,70.993]],["parent/2693",[993,4.616]],["name/2694",[10,27.076]],["parent/2694",[1022,8.184]],["name/2695",[515,36.44]],["parent/2695",[1023,8.184]],["name/2696",[1024,70.993]],["parent/2696",[993,4.616]],["name/2697",[10,27.076]],["parent/2697",[1025,8.184]],["name/2698",[174,61.61]],["parent/2698",[1026,7.674]],["name/2699",[164,34.944]],["parent/2699",[1026,7.674]],["name/2700",[1027,70.993]],["parent/2700",[993,4.616]],["name/2701",[10,27.076]],["parent/2701",[1028,8.184]],["name/2702",[515,36.44]],["parent/2702",[1029,7.674]],["name/2703",[1011,76.871]],["parent/2703",[1029,7.674]],["name/2704",[1030,70.993]],["parent/2704",[993,4.616]],["name/2705",[10,27.076]],["parent/2705",[1031,8.184]],["name/2706",[174,61.61]],["parent/2706",[1032,7.674]],["name/2707",[164,34.944]],["parent/2707",[1032,7.674]],["name/2708",[1033,70.993]],["parent/2708",[993,4.616]],["name/2709",[1034,70.993]],["parent/2709",[993,4.616]],["name/2710",[1035,73.506]],["parent/2710",[993,4.616]],["name/2711",[1008,70.993]],["parent/2711",[993,4.616]],["name/2712",[1012,70.993]],["parent/2712",[993,4.616]],["name/2713",[1015,70.993]],["parent/2713",[993,4.616]],["name/2714",[1018,70.993]],["parent/2714",[993,4.616]],["name/2715",[1021,70.993]],["parent/2715",[993,4.616]],["name/2716",[1024,70.993]],["parent/2716",[993,4.616]],["name/2717",[1027,70.993]],["parent/2717",[993,4.616]],["name/2718",[1030,70.993]],["parent/2718",[993,4.616]],["name/2719",[1033,70.993]],["parent/2719",[993,4.616]],["name/2720",[1034,70.993]],["parent/2720",[993,4.616]],["name/2721",[1035,73.506]],["parent/2721",[993,4.616]],["name/2722",[995,73.506]],["parent/2722",[993,4.616]],["name/2723",[43,47.218]],["parent/2723",[993,4.616]],["name/2724",[1008,70.993]],["parent/2724",[993,4.616]],["name/2725",[1012,70.993]],["parent/2725",[993,4.616]],["name/2726",[1015,70.993]],["parent/2726",[993,4.616]],["name/2727",[1018,70.993]],["parent/2727",[993,4.616]],["name/2728",[1021,70.993]],["parent/2728",[993,4.616]],["name/2729",[1024,70.993]],["parent/2729",[993,4.616]],["name/2730",[1027,70.993]],["parent/2730",[993,4.616]],["name/2731",[1030,70.993]],["parent/2731",[993,4.616]],["name/2732",[1033,70.993]],["parent/2732",[993,4.616]],["name/2733",[1034,70.993]],["parent/2733",[993,4.616]],["name/2734",[1035,73.506]],["parent/2734",[993,4.616]],["name/2735",[995,73.506]],["parent/2735",[993,4.616]],["name/2736",[423,45.691]],["parent/2736",[993,4.616]],["name/2737",[993,46.237]],["parent/2737",[993,4.616]],["name/2738",[994,70.993]],["parent/2738",[993,4.616]],["name/2739",[1036,81.979]],["parent/2739",[993,4.616]],["name/2740",[1033,70.993]],["parent/2740",[1037,5.991]],["name/2741",[1034,70.993]],["parent/2741",[1037,5.991]],["name/2742",[1008,70.993]],["parent/2742",[1037,5.991]],["name/2743",[1012,70.993]],["parent/2743",[1037,5.991]],["name/2744",[1015,70.993]],["parent/2744",[1037,5.991]],["name/2745",[1018,70.993]],["parent/2745",[1037,5.991]],["name/2746",[1021,70.993]],["parent/2746",[1037,5.991]],["name/2747",[1024,70.993]],["parent/2747",[1037,5.991]],["name/2748",[1027,70.993]],["parent/2748",[1037,5.991]],["name/2749",[1030,70.993]],["parent/2749",[1037,5.991]],["name/2750",[423,45.691]],["parent/2750",[1037,5.991]],["name/2751",[993,46.237]],["parent/2751",[1037,5.991]],["name/2752",[994,70.993]],["parent/2752",[1037,5.991]],["name/2753",[1038,23.258]],["parent/2753",[]],["name/2754",[43,47.218]],["parent/2754",[1038,2.322]],["name/2755",[392,58]],["parent/2755",[1038,2.322]],["name/2756",[393,57.412]],["parent/2756",[1038,2.322]],["name/2757",[758,60.776]],["parent/2757",[1038,2.322]],["name/2758",[759,60.776]],["parent/2758",[1038,2.322]],["name/2759",[760,60.776]],["parent/2759",[1038,2.322]],["name/2760",[394,58]],["parent/2760",[1038,2.322]],["name/2761",[395,58]],["parent/2761",[1038,2.322]],["name/2762",[396,58]],["parent/2762",[1038,2.322]],["name/2763",[397,58]],["parent/2763",[1038,2.322]],["name/2764",[398,58]],["parent/2764",[1038,2.322]],["name/2765",[399,58]],["parent/2765",[1038,2.322]],["name/2766",[400,58]],["parent/2766",[1038,2.322]],["name/2767",[401,58]],["parent/2767",[1038,2.322]],["name/2768",[402,58]],["parent/2768",[1038,2.322]],["name/2769",[403,55.829]],["parent/2769",[1038,2.322]],["name/2770",[404,55.829]],["parent/2770",[1038,2.322]],["name/2771",[405,58]],["parent/2771",[1038,2.322]],["name/2772",[406,58]],["parent/2772",[1038,2.322]],["name/2773",[407,58]],["parent/2773",[1038,2.322]],["name/2774",[408,58]],["parent/2774",[1038,2.322]],["name/2775",[409,58]],["parent/2775",[1038,2.322]],["name/2776",[761,60.776]],["parent/2776",[1038,2.322]],["name/2777",[410,58]],["parent/2777",[1038,2.322]],["name/2778",[411,58]],["parent/2778",[1038,2.322]],["name/2779",[412,58]],["parent/2779",[1038,2.322]],["name/2780",[413,58]],["parent/2780",[1038,2.322]],["name/2781",[414,58]],["parent/2781",[1038,2.322]],["name/2782",[762,64.633]],["parent/2782",[1038,2.322]],["name/2783",[763,64.633]],["parent/2783",[1038,2.322]],["name/2784",[415,58]],["parent/2784",[1038,2.322]],["name/2785",[416,58]],["parent/2785",[1038,2.322]],["name/2786",[417,58]],["parent/2786",[1038,2.322]],["name/2787",[418,58]],["parent/2787",[1038,2.322]],["name/2788",[1039,70.993]],["parent/2788",[1038,2.322]],["name/2789",[1040,60.776]],["parent/2789",[1038,2.322]],["name/2790",[1041,60.776]],["parent/2790",[1038,2.322]],["name/2791",[1042,60.776]],["parent/2791",[1038,2.322]],["name/2792",[1043,60.776]],["parent/2792",[1038,2.322]],["name/2793",[1044,60.776]],["parent/2793",[1038,2.322]],["name/2794",[1045,60.776]],["parent/2794",[1038,2.322]],["name/2795",[1046,64.633]],["parent/2795",[1038,2.322]],["name/2796",[1047,64.633]],["parent/2796",[1038,2.322]],["name/2797",[1048,60.776]],["parent/2797",[1038,2.322]],["name/2798",[1049,60.776]],["parent/2798",[1038,2.322]],["name/2799",[1050,64.633]],["parent/2799",[1038,2.322]],["name/2800",[1051,60.776]],["parent/2800",[1038,2.322]],["name/2801",[1052,60.776]],["parent/2801",[1038,2.322]],["name/2802",[1053,64.633]],["parent/2802",[1038,2.322]],["name/2803",[1054,64.633]],["parent/2803",[1038,2.322]],["name/2804",[1055,64.633]],["parent/2804",[1038,2.322]],["name/2805",[1056,64.633]],["parent/2805",[1038,2.322]],["name/2806",[1057,60.776]],["parent/2806",[1038,2.322]],["name/2807",[1058,64.633]],["parent/2807",[1038,2.322]],["name/2808",[1059,64.633]],["parent/2808",[1038,2.322]],["name/2809",[1060,64.633]],["parent/2809",[1038,2.322]],["name/2810",[1061,70.993]],["parent/2810",[1038,2.322]],["name/2811",[1062,70.993]],["parent/2811",[1038,2.322]],["name/2812",[1063,70.993]],["parent/2812",[1038,2.322]],["name/2813",[1064,70.993]],["parent/2813",[1038,2.322]],["name/2814",[1065,70.993]],["parent/2814",[1038,2.322]],["name/2815",[1066,70.993]],["parent/2815",[1038,2.322]],["name/2816",[1067,70.993]],["parent/2816",[1038,2.322]],["name/2817",[1068,70.993]],["parent/2817",[1038,2.322]],["name/2818",[1069,70.993]],["parent/2818",[1038,2.322]],["name/2819",[1070,70.993]],["parent/2819",[1038,2.322]],["name/2820",[1071,70.993]],["parent/2820",[1038,2.322]],["name/2821",[1072,64.633]],["parent/2821",[1038,2.322]],["name/2822",[1073,64.633]],["parent/2822",[1038,2.322]],["name/2823",[1074,64.633]],["parent/2823",[1038,2.322]],["name/2824",[1075,64.633]],["parent/2824",[1038,2.322]],["name/2825",[1076,64.633]],["parent/2825",[1038,2.322]],["name/2826",[1077,64.633]],["parent/2826",[1038,2.322]],["name/2827",[1078,64.633]],["parent/2827",[1038,2.322]],["name/2828",[1079,64.633]],["parent/2828",[1038,2.322]],["name/2829",[1080,64.633]],["parent/2829",[1038,2.322]],["name/2830",[1081,70.993]],["parent/2830",[1038,2.322]],["name/2831",[1082,70.993]],["parent/2831",[1038,2.322]],["name/2832",[1083,70.993]],["parent/2832",[1038,2.322]],["name/2833",[1084,70.993]],["parent/2833",[1038,2.322]],["name/2834",[1085,70.993]],["parent/2834",[1038,2.322]],["name/2835",[1086,70.993]],["parent/2835",[1038,2.322]],["name/2836",[1087,70.993]],["parent/2836",[1038,2.322]],["name/2837",[1088,70.993]],["parent/2837",[1038,2.322]],["name/2838",[1089,70.993]],["parent/2838",[1038,2.322]],["name/2839",[1090,70.993]],["parent/2839",[1038,2.322]],["name/2840",[1091,70.993]],["parent/2840",[1038,2.322]],["name/2841",[1092,70.993]],["parent/2841",[1038,2.322]],["name/2842",[1093,70.993]],["parent/2842",[1038,2.322]],["name/2843",[1094,70.993]],["parent/2843",[1038,2.322]],["name/2844",[1095,70.993]],["parent/2844",[1038,2.322]],["name/2845",[423,45.691]],["parent/2845",[1038,2.322]],["name/2846",[1096,58]],["parent/2846",[1038,2.322]],["name/2847",[1097,70.993]],["parent/2847",[1038,2.322]],["name/2848",[1098,70.993]],["parent/2848",[1038,2.322]],["name/2849",[1099,70.993]],["parent/2849",[1038,2.322]],["name/2850",[1100,70.993]],["parent/2850",[1038,2.322]],["name/2851",[1101,70.993]],["parent/2851",[1038,2.322]],["name/2852",[1102,70.993]],["parent/2852",[1038,2.322]],["name/2853",[1103,70.993]],["parent/2853",[1038,2.322]],["name/2854",[1104,70.993]],["parent/2854",[1038,2.322]],["name/2855",[1105,70.993]],["parent/2855",[1038,2.322]],["name/2856",[1106,70.993]],["parent/2856",[1038,2.322]],["name/2857",[1107,70.993]],["parent/2857",[1038,2.322]],["name/2858",[1108,70.993]],["parent/2858",[1038,2.322]],["name/2859",[1109,70.993]],["parent/2859",[1038,2.322]],["name/2860",[1110,54.047]],["parent/2860",[1038,2.322]],["name/2861",[416,58]],["parent/2861",[1038,2.322]],["name/2862",[417,58]],["parent/2862",[1038,2.322]],["name/2863",[418,58]],["parent/2863",[1038,2.322]],["name/2864",[1039,70.993]],["parent/2864",[1038,2.322]],["name/2865",[397,58]],["parent/2865",[1038,2.322]],["name/2866",[1060,64.633]],["parent/2866",[1038,2.322]],["name/2867",[407,58]],["parent/2867",[1038,2.322]],["name/2868",[408,58]],["parent/2868",[1038,2.322]],["name/2869",[1065,70.993]],["parent/2869",[1038,2.322]],["name/2870",[1066,70.993]],["parent/2870",[1038,2.322]],["name/2871",[1064,70.993]],["parent/2871",[1038,2.322]],["name/2872",[1067,70.993]],["parent/2872",[1038,2.322]],["name/2873",[1068,70.993]],["parent/2873",[1038,2.322]],["name/2874",[1069,70.993]],["parent/2874",[1038,2.322]],["name/2875",[409,58]],["parent/2875",[1038,2.322]],["name/2876",[1081,70.993]],["parent/2876",[1038,2.322]],["name/2877",[1082,70.993]],["parent/2877",[1038,2.322]],["name/2878",[1063,70.993]],["parent/2878",[1038,2.322]],["name/2879",[1084,70.993]],["parent/2879",[1038,2.322]],["name/2880",[1086,70.993]],["parent/2880",[1038,2.322]],["name/2881",[1085,70.993]],["parent/2881",[1038,2.322]],["name/2882",[1061,70.993]],["parent/2882",[1038,2.322]],["name/2883",[1062,70.993]],["parent/2883",[1038,2.322]],["name/2884",[1092,70.993]],["parent/2884",[1038,2.322]],["name/2885",[1093,70.993]],["parent/2885",[1038,2.322]],["name/2886",[1088,70.993]],["parent/2886",[1038,2.322]],["name/2887",[1089,70.993]],["parent/2887",[1038,2.322]],["name/2888",[1090,70.993]],["parent/2888",[1038,2.322]],["name/2889",[1094,70.993]],["parent/2889",[1038,2.322]],["name/2890",[1095,70.993]],["parent/2890",[1038,2.322]],["name/2891",[398,58]],["parent/2891",[1038,2.322]],["name/2892",[399,58]],["parent/2892",[1038,2.322]],["name/2893",[423,45.691]],["parent/2893",[1038,2.322]],["name/2894",[392,58]],["parent/2894",[1038,2.322]],["name/2895",[761,60.776]],["parent/2895",[1038,2.322]],["name/2896",[1040,60.776]],["parent/2896",[1038,2.322]],["name/2897",[1057,60.776]],["parent/2897",[1038,2.322]],["name/2898",[1058,64.633]],["parent/2898",[1038,2.322]],["name/2899",[1050,64.633]],["parent/2899",[1038,2.322]],["name/2900",[1072,64.633]],["parent/2900",[1038,2.322]],["name/2901",[762,64.633]],["parent/2901",[1038,2.322]],["name/2902",[763,64.633]],["parent/2902",[1038,2.322]],["name/2903",[1071,70.993]],["parent/2903",[1038,2.322]],["name/2904",[1070,70.993]],["parent/2904",[1038,2.322]],["name/2905",[1056,64.633]],["parent/2905",[1038,2.322]],["name/2906",[414,58]],["parent/2906",[1038,2.322]],["name/2907",[1055,64.633]],["parent/2907",[1038,2.322]],["name/2908",[1073,64.633]],["parent/2908",[1038,2.322]],["name/2909",[1074,64.633]],["parent/2909",[1038,2.322]],["name/2910",[1075,64.633]],["parent/2910",[1038,2.322]],["name/2911",[1076,64.633]],["parent/2911",[1038,2.322]],["name/2912",[1077,64.633]],["parent/2912",[1038,2.322]],["name/2913",[1078,64.633]],["parent/2913",[1038,2.322]],["name/2914",[1079,64.633]],["parent/2914",[1038,2.322]],["name/2915",[1080,64.633]],["parent/2915",[1038,2.322]],["name/2916",[402,58]],["parent/2916",[1038,2.322]],["name/2917",[395,58]],["parent/2917",[1038,2.322]],["name/2918",[759,60.776]],["parent/2918",[1038,2.322]],["name/2919",[760,60.776]],["parent/2919",[1038,2.322]],["name/2920",[758,60.776]],["parent/2920",[1038,2.322]],["name/2921",[1052,60.776]],["parent/2921",[1038,2.322]],["name/2922",[1096,58]],["parent/2922",[1038,2.322]],["name/2923",[1097,70.993]],["parent/2923",[1038,2.322]],["name/2924",[1083,70.993]],["parent/2924",[1038,2.322]],["name/2925",[394,58]],["parent/2925",[1038,2.322]],["name/2926",[400,58]],["parent/2926",[1038,2.322]],["name/2927",[1048,60.776]],["parent/2927",[1038,2.322]],["name/2928",[1059,64.633]],["parent/2928",[1038,2.322]],["name/2929",[396,58]],["parent/2929",[1038,2.322]],["name/2930",[415,58]],["parent/2930",[1038,2.322]],["name/2931",[1053,64.633]],["parent/2931",[1038,2.322]],["name/2932",[1054,64.633]],["parent/2932",[1038,2.322]],["name/2933",[1087,70.993]],["parent/2933",[1038,2.322]],["name/2934",[412,58]],["parent/2934",[1038,2.322]],["name/2935",[413,58]],["parent/2935",[1038,2.322]],["name/2936",[410,58]],["parent/2936",[1038,2.322]],["name/2937",[411,58]],["parent/2937",[1038,2.322]],["name/2938",[1098,70.993]],["parent/2938",[1038,2.322]],["name/2939",[1091,70.993]],["parent/2939",[1038,2.322]],["name/2940",[1045,60.776]],["parent/2940",[1038,2.322]],["name/2941",[1049,60.776]],["parent/2941",[1038,2.322]],["name/2942",[1044,60.776]],["parent/2942",[1038,2.322]],["name/2943",[1101,70.993]],["parent/2943",[1038,2.322]],["name/2944",[1102,70.993]],["parent/2944",[1038,2.322]],["name/2945",[1103,70.993]],["parent/2945",[1038,2.322]],["name/2946",[1104,70.993]],["parent/2946",[1038,2.322]],["name/2947",[1099,70.993]],["parent/2947",[1038,2.322]],["name/2948",[1100,70.993]],["parent/2948",[1038,2.322]],["name/2949",[1105,70.993]],["parent/2949",[1038,2.322]],["name/2950",[1106,70.993]],["parent/2950",[1038,2.322]],["name/2951",[1047,64.633]],["parent/2951",[1038,2.322]],["name/2952",[1046,64.633]],["parent/2952",[1038,2.322]],["name/2953",[1107,70.993]],["parent/2953",[1038,2.322]],["name/2954",[1108,70.993]],["parent/2954",[1038,2.322]],["name/2955",[1109,70.993]],["parent/2955",[1038,2.322]],["name/2956",[1110,54.047]],["parent/2956",[1038,2.322]],["name/2957",[405,58]],["parent/2957",[1038,2.322]],["name/2958",[406,58]],["parent/2958",[1038,2.322]],["name/2959",[401,58]],["parent/2959",[1038,2.322]],["name/2960",[404,55.829]],["parent/2960",[1038,2.322]],["name/2961",[403,55.829]],["parent/2961",[1038,2.322]],["name/2962",[393,57.412]],["parent/2962",[1038,2.322]],["name/2963",[1051,60.776]],["parent/2963",[1038,2.322]],["name/2964",[1042,60.776]],["parent/2964",[1038,2.322]],["name/2965",[1041,60.776]],["parent/2965",[1038,2.322]],["name/2966",[1043,60.776]],["parent/2966",[1038,2.322]],["name/2967",[1038,23.258]],["parent/2967",[1038,2.322]],["name/2968",[17,54.464]],["parent/2968",[1111,4.998]],["name/2969",[43,47.218]],["parent/2969",[1111,4.998]],["name/2970",[96,58]],["parent/2970",[1111,4.998]],["name/2971",[1112,73.506]],["parent/2971",[1113,5.145]],["name/2972",[1114,73.506]],["parent/2972",[1113,5.145]],["name/2973",[1115,73.506]],["parent/2973",[1113,5.145]],["name/2974",[1116,73.506]],["parent/2974",[1113,5.145]],["name/2975",[1117,73.506]],["parent/2975",[1113,5.145]],["name/2976",[1118,73.506]],["parent/2976",[1113,5.145]],["name/2977",[1119,73.506]],["parent/2977",[1113,5.145]],["name/2978",[1120,73.506]],["parent/2978",[1113,5.145]],["name/2979",[1121,73.506]],["parent/2979",[1113,5.145]],["name/2980",[1122,73.506]],["parent/2980",[1113,5.145]],["name/2981",[1123,73.506]],["parent/2981",[1113,5.145]],["name/2982",[1124,73.506]],["parent/2982",[1113,5.145]],["name/2983",[1125,73.506]],["parent/2983",[1113,5.145]],["name/2984",[1126,73.506]],["parent/2984",[1113,5.145]],["name/2985",[1127,73.506]],["parent/2985",[1113,5.145]],["name/2986",[1128,73.506]],["parent/2986",[1113,5.145]],["name/2987",[1129,73.506]],["parent/2987",[1113,5.145]],["name/2988",[1130,73.506]],["parent/2988",[1113,5.145]],["name/2989",[1131,73.506]],["parent/2989",[1113,5.145]],["name/2990",[1132,73.506]],["parent/2990",[1113,5.145]],["name/2991",[1133,73.506]],["parent/2991",[1113,5.145]],["name/2992",[1134,73.506]],["parent/2992",[1113,5.145]],["name/2993",[1135,73.506]],["parent/2993",[1113,5.145]],["name/2994",[1136,73.506]],["parent/2994",[1113,5.145]],["name/2995",[116,67.316]],["parent/2995",[1113,5.145]],["name/2996",[1137,73.506]],["parent/2996",[1113,5.145]],["name/2997",[1138,73.506]],["parent/2997",[1113,5.145]],["name/2998",[1139,73.506]],["parent/2998",[1113,5.145]],["name/2999",[1140,73.506]],["parent/2999",[1113,5.145]],["name/3000",[1141,73.506]],["parent/3000",[1113,5.145]],["name/3001",[1142,73.506]],["parent/3001",[1113,5.145]],["name/3002",[29,56.33]],["parent/3002",[1111,4.998]],["name/3003",[120,58]],["parent/3003",[1111,4.998]],["name/3004",[10,27.076]],["parent/3004",[1143,8.184]],["name/3005",[1112,73.506]],["parent/3005",[1144,4.461]],["name/3006",[1145,81.979]],["parent/3006",[1144,4.461]],["name/3007",[1114,73.506]],["parent/3007",[1144,4.461]],["name/3008",[1146,81.979]],["parent/3008",[1144,4.461]],["name/3009",[1115,73.506]],["parent/3009",[1144,4.461]],["name/3010",[1147,81.979]],["parent/3010",[1144,4.461]],["name/3011",[1116,73.506]],["parent/3011",[1144,4.461]],["name/3012",[1148,81.979]],["parent/3012",[1144,4.461]],["name/3013",[1117,73.506]],["parent/3013",[1144,4.461]],["name/3014",[1149,81.979]],["parent/3014",[1144,4.461]],["name/3015",[1118,73.506]],["parent/3015",[1144,4.461]],["name/3016",[1150,81.979]],["parent/3016",[1144,4.461]],["name/3017",[1119,73.506]],["parent/3017",[1144,4.461]],["name/3018",[1151,81.979]],["parent/3018",[1144,4.461]],["name/3019",[1120,73.506]],["parent/3019",[1144,4.461]],["name/3020",[1152,81.979]],["parent/3020",[1144,4.461]],["name/3021",[1121,73.506]],["parent/3021",[1144,4.461]],["name/3022",[1153,81.979]],["parent/3022",[1144,4.461]],["name/3023",[1122,73.506]],["parent/3023",[1144,4.461]],["name/3024",[1154,81.979]],["parent/3024",[1144,4.461]],["name/3025",[1123,73.506]],["parent/3025",[1144,4.461]],["name/3026",[1155,81.979]],["parent/3026",[1144,4.461]],["name/3027",[1124,73.506]],["parent/3027",[1144,4.461]],["name/3028",[1156,81.979]],["parent/3028",[1144,4.461]],["name/3029",[1125,73.506]],["parent/3029",[1144,4.461]],["name/3030",[1157,81.979]],["parent/3030",[1144,4.461]],["name/3031",[1126,73.506]],["parent/3031",[1144,4.461]],["name/3032",[1158,81.979]],["parent/3032",[1144,4.461]],["name/3033",[1127,73.506]],["parent/3033",[1144,4.461]],["name/3034",[1159,81.979]],["parent/3034",[1144,4.461]],["name/3035",[1128,73.506]],["parent/3035",[1144,4.461]],["name/3036",[1160,81.979]],["parent/3036",[1144,4.461]],["name/3037",[1129,73.506]],["parent/3037",[1144,4.461]],["name/3038",[1161,81.979]],["parent/3038",[1144,4.461]],["name/3039",[1130,73.506]],["parent/3039",[1144,4.461]],["name/3040",[1162,81.979]],["parent/3040",[1144,4.461]],["name/3041",[1131,73.506]],["parent/3041",[1144,4.461]],["name/3042",[1163,81.979]],["parent/3042",[1144,4.461]],["name/3043",[1132,73.506]],["parent/3043",[1144,4.461]],["name/3044",[1164,81.979]],["parent/3044",[1144,4.461]],["name/3045",[1133,73.506]],["parent/3045",[1144,4.461]],["name/3046",[1165,81.979]],["parent/3046",[1144,4.461]],["name/3047",[1134,73.506]],["parent/3047",[1144,4.461]],["name/3048",[1166,81.979]],["parent/3048",[1144,4.461]],["name/3049",[1135,73.506]],["parent/3049",[1144,4.461]],["name/3050",[1167,81.979]],["parent/3050",[1144,4.461]],["name/3051",[1136,73.506]],["parent/3051",[1144,4.461]],["name/3052",[1168,81.979]],["parent/3052",[1144,4.461]],["name/3053",[116,67.316]],["parent/3053",[1144,4.461]],["name/3054",[141,76.871]],["parent/3054",[1144,4.461]],["name/3055",[1137,73.506]],["parent/3055",[1144,4.461]],["name/3056",[1169,81.979]],["parent/3056",[1144,4.461]],["name/3057",[1138,73.506]],["parent/3057",[1144,4.461]],["name/3058",[1170,81.979]],["parent/3058",[1144,4.461]],["name/3059",[1139,73.506]],["parent/3059",[1144,4.461]],["name/3060",[1171,81.979]],["parent/3060",[1144,4.461]],["name/3061",[1140,73.506]],["parent/3061",[1144,4.461]],["name/3062",[1172,81.979]],["parent/3062",[1144,4.461]],["name/3063",[1141,73.506]],["parent/3063",[1144,4.461]],["name/3064",[1173,81.979]],["parent/3064",[1144,4.461]],["name/3065",[1142,73.506]],["parent/3065",[1144,4.461]],["name/3066",[1174,81.979]],["parent/3066",[1144,4.461]],["name/3067",[1112,73.506]],["parent/3067",[1111,4.998]],["name/3068",[1114,73.506]],["parent/3068",[1111,4.998]],["name/3069",[1115,73.506]],["parent/3069",[1111,4.998]],["name/3070",[1116,73.506]],["parent/3070",[1111,4.998]],["name/3071",[1117,73.506]],["parent/3071",[1111,4.998]],["name/3072",[1118,73.506]],["parent/3072",[1111,4.998]],["name/3073",[1119,73.506]],["parent/3073",[1111,4.998]],["name/3074",[1120,73.506]],["parent/3074",[1111,4.998]],["name/3075",[1121,73.506]],["parent/3075",[1111,4.998]],["name/3076",[1122,73.506]],["parent/3076",[1111,4.998]],["name/3077",[1123,73.506]],["parent/3077",[1111,4.998]],["name/3078",[1124,73.506]],["parent/3078",[1111,4.998]],["name/3079",[1125,73.506]],["parent/3079",[1111,4.998]],["name/3080",[1126,73.506]],["parent/3080",[1111,4.998]],["name/3081",[1127,73.506]],["parent/3081",[1111,4.998]],["name/3082",[1128,73.506]],["parent/3082",[1111,4.998]],["name/3083",[1129,73.506]],["parent/3083",[1111,4.998]],["name/3084",[1130,73.506]],["parent/3084",[1111,4.998]],["name/3085",[1131,73.506]],["parent/3085",[1111,4.998]],["name/3086",[1132,73.506]],["parent/3086",[1111,4.998]],["name/3087",[1133,73.506]],["parent/3087",[1111,4.998]],["name/3088",[1134,73.506]],["parent/3088",[1111,4.998]],["name/3089",[1135,73.506]],["parent/3089",[1111,4.998]],["name/3090",[1136,73.506]],["parent/3090",[1111,4.998]],["name/3091",[116,67.316]],["parent/3091",[1111,4.998]],["name/3092",[1137,73.506]],["parent/3092",[1111,4.998]],["name/3093",[1138,73.506]],["parent/3093",[1111,4.998]],["name/3094",[1139,73.506]],["parent/3094",[1111,4.998]],["name/3095",[1140,73.506]],["parent/3095",[1111,4.998]],["name/3096",[1141,73.506]],["parent/3096",[1111,4.998]],["name/3097",[1142,73.506]],["parent/3097",[1111,4.998]],["name/3098",[1175,70.993]],["parent/3098",[1038,2.322]],["name/3099",[1176,70.993]],["parent/3099",[1038,2.322]],["name/3100",[1177,70.993]],["parent/3100",[1038,2.322]],["name/3101",[1178,70.993]],["parent/3101",[1038,2.322]],["name/3102",[10,27.076]],["parent/3102",[1179,8.184]],["name/3103",[515,36.44]],["parent/3103",[1180,8.184]],["name/3104",[1181,70.993]],["parent/3104",[1038,2.322]],["name/3105",[10,27.076]],["parent/3105",[1182,8.184]],["name/3106",[1183,54.899]],["parent/3106",[1184,7.674]],["name/3107",[164,34.944]],["parent/3107",[1184,7.674]],["name/3108",[1185,70.993]],["parent/3108",[1038,2.322]],["name/3109",[10,27.076]],["parent/3109",[1186,8.184]],["name/3110",[515,36.44]],["parent/3110",[1187,8.184]],["name/3111",[1188,70.993]],["parent/3111",[1038,2.322]],["name/3112",[10,27.076]],["parent/3112",[1189,8.184]],["name/3113",[1183,54.899]],["parent/3113",[1190,7.674]],["name/3114",[164,34.944]],["parent/3114",[1190,7.674]],["name/3115",[1191,70.993]],["parent/3115",[1038,2.322]],["name/3116",[10,27.076]],["parent/3116",[1192,8.184]],["name/3117",[515,36.44]],["parent/3117",[1193,8.184]],["name/3118",[1194,70.993]],["parent/3118",[1038,2.322]],["name/3119",[10,27.076]],["parent/3119",[1195,8.184]],["name/3120",[1183,54.899]],["parent/3120",[1196,7.674]],["name/3121",[164,34.944]],["parent/3121",[1196,7.674]],["name/3122",[1197,70.993]],["parent/3122",[1038,2.322]],["name/3123",[10,27.076]],["parent/3123",[1198,8.184]],["name/3124",[515,36.44]],["parent/3124",[1199,8.184]],["name/3125",[1200,70.993]],["parent/3125",[1038,2.322]],["name/3126",[10,27.076]],["parent/3126",[1201,8.184]],["name/3127",[1202,62.52]],["parent/3127",[1203,7.338]],["name/3128",[1183,54.899]],["parent/3128",[1203,7.338]],["name/3129",[164,34.944]],["parent/3129",[1203,7.338]],["name/3130",[1204,70.993]],["parent/3130",[1038,2.322]],["name/3131",[10,27.076]],["parent/3131",[1205,8.184]],["name/3132",[515,36.44]],["parent/3132",[1206,8.184]],["name/3133",[1207,70.993]],["parent/3133",[1038,2.322]],["name/3134",[10,27.076]],["parent/3134",[1208,8.184]],["name/3135",[647,63.521]],["parent/3135",[1209,7.338]],["name/3136",[1183,54.899]],["parent/3136",[1209,7.338]],["name/3137",[164,34.944]],["parent/3137",[1209,7.338]],["name/3138",[1210,70.993]],["parent/3138",[1038,2.322]],["name/3139",[10,27.076]],["parent/3139",[1211,8.184]],["name/3140",[515,36.44]],["parent/3140",[1212,8.184]],["name/3141",[1213,70.993]],["parent/3141",[1038,2.322]],["name/3142",[10,27.076]],["parent/3142",[1214,8.184]],["name/3143",[1202,62.52]],["parent/3143",[1215,7.338]],["name/3144",[1183,54.899]],["parent/3144",[1215,7.338]],["name/3145",[164,34.944]],["parent/3145",[1215,7.338]],["name/3146",[1216,70.993]],["parent/3146",[1038,2.322]],["name/3147",[10,27.076]],["parent/3147",[1217,8.184]],["name/3148",[515,36.44]],["parent/3148",[1218,8.184]],["name/3149",[1219,70.993]],["parent/3149",[1038,2.322]],["name/3150",[10,27.076]],["parent/3150",[1220,8.184]],["name/3151",[563,62.52]],["parent/3151",[1221,7.088]],["name/3152",[1202,62.52]],["parent/3152",[1221,7.088]],["name/3153",[1183,54.899]],["parent/3153",[1221,7.088]],["name/3154",[164,34.944]],["parent/3154",[1221,7.088]],["name/3155",[1222,70.993]],["parent/3155",[1038,2.322]],["name/3156",[10,27.076]],["parent/3156",[1223,8.184]],["name/3157",[515,36.44]],["parent/3157",[1224,7.674]],["name/3158",[972,63.521]],["parent/3158",[1224,7.674]],["name/3159",[1225,70.993]],["parent/3159",[1038,2.322]],["name/3160",[10,27.076]],["parent/3160",[1226,8.184]],["name/3161",[1183,54.899]],["parent/3161",[1227,7.674]],["name/3162",[164,34.944]],["parent/3162",[1227,7.674]],["name/3163",[1228,70.993]],["parent/3163",[1038,2.322]],["name/3164",[10,27.076]],["parent/3164",[1229,8.184]],["name/3165",[515,36.44]],["parent/3165",[1230,8.184]],["name/3166",[1231,70.993]],["parent/3166",[1038,2.322]],["name/3167",[10,27.076]],["parent/3167",[1232,8.184]],["name/3168",[1233,73.506]],["parent/3168",[1234,7.338]],["name/3169",[1183,54.899]],["parent/3169",[1234,7.338]],["name/3170",[164,34.944]],["parent/3170",[1234,7.338]],["name/3171",[1235,70.993]],["parent/3171",[1038,2.322]],["name/3172",[10,27.076]],["parent/3172",[1236,8.184]],["name/3173",[515,36.44]],["parent/3173",[1237,8.184]],["name/3174",[1238,70.993]],["parent/3174",[1038,2.322]],["name/3175",[10,27.076]],["parent/3175",[1239,8.184]],["name/3176",[1183,54.899]],["parent/3176",[1240,7.674]],["name/3177",[164,34.944]],["parent/3177",[1240,7.674]],["name/3178",[1241,70.993]],["parent/3178",[1038,2.322]],["name/3179",[10,27.076]],["parent/3179",[1242,8.184]],["name/3180",[1243,81.979]],["parent/3180",[1244,6.453]],["name/3181",[1245,81.979]],["parent/3181",[1244,6.453]],["name/3182",[1246,81.979]],["parent/3182",[1244,6.453]],["name/3183",[393,57.412]],["parent/3183",[1244,6.453]],["name/3184",[972,63.521]],["parent/3184",[1244,6.453]],["name/3185",[515,36.44]],["parent/3185",[1244,6.453]],["name/3186",[1247,68.986]],["parent/3186",[1244,6.453]],["name/3187",[1248,70.993]],["parent/3187",[1244,6.453]],["name/3188",[1249,70.993]],["parent/3188",[1038,2.322]],["name/3189",[10,27.076]],["parent/3189",[1250,8.184]],["name/3190",[1183,54.899]],["parent/3190",[1251,7.674]],["name/3191",[164,34.944]],["parent/3191",[1251,7.674]],["name/3192",[1252,70.993]],["parent/3192",[1038,2.322]],["name/3193",[10,27.076]],["parent/3193",[1253,8.184]],["name/3194",[515,36.44]],["parent/3194",[1254,8.184]],["name/3195",[1255,70.993]],["parent/3195",[1038,2.322]],["name/3196",[10,27.076]],["parent/3196",[1256,8.184]],["name/3197",[647,63.521]],["parent/3197",[1257,7.338]],["name/3198",[1183,54.899]],["parent/3198",[1257,7.338]],["name/3199",[164,34.944]],["parent/3199",[1257,7.338]],["name/3200",[1258,70.993]],["parent/3200",[1038,2.322]],["name/3201",[10,27.076]],["parent/3201",[1259,8.184]],["name/3202",[515,36.44]],["parent/3202",[1260,8.184]],["name/3203",[1261,70.993]],["parent/3203",[1038,2.322]],["name/3204",[10,27.076]],["parent/3204",[1262,8.184]],["name/3205",[1202,62.52]],["parent/3205",[1263,7.338]],["name/3206",[1183,54.899]],["parent/3206",[1263,7.338]],["name/3207",[164,34.944]],["parent/3207",[1263,7.338]],["name/3208",[1264,70.993]],["parent/3208",[1038,2.322]],["name/3209",[10,27.076]],["parent/3209",[1265,8.184]],["name/3210",[515,36.44]],["parent/3210",[1266,8.184]],["name/3211",[1267,70.993]],["parent/3211",[1038,2.322]],["name/3212",[10,27.076]],["parent/3212",[1268,8.184]],["name/3213",[563,62.52]],["parent/3213",[1269,7.088]],["name/3214",[1202,62.52]],["parent/3214",[1269,7.088]],["name/3215",[1183,54.899]],["parent/3215",[1269,7.088]],["name/3216",[164,34.944]],["parent/3216",[1269,7.088]],["name/3217",[1270,70.993]],["parent/3217",[1038,2.322]],["name/3218",[10,27.076]],["parent/3218",[1271,8.184]],["name/3219",[515,36.44]],["parent/3219",[1272,8.184]],["name/3220",[1273,70.993]],["parent/3220",[1038,2.322]],["name/3221",[10,27.076]],["parent/3221",[1274,8.184]],["name/3222",[1183,54.899]],["parent/3222",[1275,7.674]],["name/3223",[164,34.944]],["parent/3223",[1275,7.674]],["name/3224",[1276,70.993]],["parent/3224",[1038,2.322]],["name/3225",[10,27.076]],["parent/3225",[1277,8.184]],["name/3226",[1278,81.979]],["parent/3226",[1279,7.338]],["name/3227",[1280,81.979]],["parent/3227",[1279,7.338]],["name/3228",[515,36.44]],["parent/3228",[1279,7.338]],["name/3229",[1281,70.993]],["parent/3229",[1038,2.322]],["name/3230",[10,27.076]],["parent/3230",[1282,8.184]],["name/3231",[164,34.944]],["parent/3231",[1283,8.184]],["name/3232",[1284,70.993]],["parent/3232",[1038,2.322]],["name/3233",[10,27.076]],["parent/3233",[1285,8.184]],["name/3234",[515,36.44]],["parent/3234",[1286,8.184]],["name/3235",[1287,70.993]],["parent/3235",[1038,2.322]],["name/3236",[10,27.076]],["parent/3236",[1288,8.184]],["name/3237",[563,62.52]],["parent/3237",[1289,7.338]],["name/3238",[1202,62.52]],["parent/3238",[1289,7.338]],["name/3239",[164,34.944]],["parent/3239",[1289,7.338]],["name/3240",[1290,70.993]],["parent/3240",[1038,2.322]],["name/3241",[10,27.076]],["parent/3241",[1291,8.184]],["name/3242",[515,36.44]],["parent/3242",[1292,8.184]],["name/3243",[1293,70.993]],["parent/3243",[1038,2.322]],["name/3244",[10,27.076]],["parent/3244",[1294,8.184]],["name/3245",[1202,62.52]],["parent/3245",[1295,7.674]],["name/3246",[164,34.944]],["parent/3246",[1295,7.674]],["name/3247",[1296,70.993]],["parent/3247",[1038,2.322]],["name/3248",[10,27.076]],["parent/3248",[1297,8.184]],["name/3249",[972,63.521]],["parent/3249",[1298,7.674]],["name/3250",[515,36.44]],["parent/3250",[1298,7.674]],["name/3251",[1299,70.993]],["parent/3251",[1038,2.322]],["name/3252",[10,27.076]],["parent/3252",[1300,8.184]],["name/3253",[1202,62.52]],["parent/3253",[1301,7.674]],["name/3254",[164,34.944]],["parent/3254",[1301,7.674]],["name/3255",[1302,70.993]],["parent/3255",[1038,2.322]],["name/3256",[10,27.076]],["parent/3256",[1303,8.184]],["name/3257",[200,76.871]],["parent/3257",[1304,7.088]],["name/3258",[1305,81.979]],["parent/3258",[1304,7.088]],["name/3259",[1306,81.979]],["parent/3259",[1304,7.088]],["name/3260",[515,36.44]],["parent/3260",[1304,7.088]],["name/3261",[1307,70.993]],["parent/3261",[1038,2.322]],["name/3262",[10,27.076]],["parent/3262",[1308,8.184]],["name/3263",[164,34.944]],["parent/3263",[1309,8.184]],["name/3264",[1310,70.993]],["parent/3264",[1038,2.322]],["name/3265",[10,27.076]],["parent/3265",[1311,8.184]],["name/3266",[515,36.44]],["parent/3266",[1312,8.184]],["name/3267",[1313,70.993]],["parent/3267",[1038,2.322]],["name/3268",[10,27.076]],["parent/3268",[1314,8.184]],["name/3269",[164,34.944]],["parent/3269",[1315,8.184]],["name/3270",[1316,70.993]],["parent/3270",[1038,2.322]],["name/3271",[10,27.076]],["parent/3271",[1317,8.184]],["name/3272",[515,36.44]],["parent/3272",[1318,8.184]],["name/3273",[1319,70.993]],["parent/3273",[1038,2.322]],["name/3274",[10,27.076]],["parent/3274",[1320,8.184]],["name/3275",[164,34.944]],["parent/3275",[1321,8.184]],["name/3276",[1322,70.993]],["parent/3276",[1038,2.322]],["name/3277",[10,27.076]],["parent/3277",[1323,8.184]],["name/3278",[515,36.44]],["parent/3278",[1324,8.184]],["name/3279",[1325,70.993]],["parent/3279",[1038,2.322]],["name/3280",[10,27.076]],["parent/3280",[1326,8.184]],["name/3281",[164,34.944]],["parent/3281",[1327,8.184]],["name/3282",[1328,70.993]],["parent/3282",[1038,2.322]],["name/3283",[10,27.076]],["parent/3283",[1329,8.184]],["name/3284",[515,36.44]],["parent/3284",[1330,8.184]],["name/3285",[1331,70.993]],["parent/3285",[1038,2.322]],["name/3286",[10,27.076]],["parent/3286",[1332,8.184]],["name/3287",[1233,73.506]],["parent/3287",[1333,7.338]],["name/3288",[1183,54.899]],["parent/3288",[1333,7.338]],["name/3289",[164,34.944]],["parent/3289",[1333,7.338]],["name/3290",[321,64.633]],["parent/3290",[1038,2.322]],["name/3291",[10,27.076]],["parent/3291",[1334,8.184]],["name/3292",[515,36.44]],["parent/3292",[1335,8.184]],["name/3293",[323,64.633]],["parent/3293",[1038,2.322]],["name/3294",[10,27.076]],["parent/3294",[1336,8.184]],["name/3295",[164,34.944]],["parent/3295",[1337,8.184]],["name/3296",[1338,70.993]],["parent/3296",[1038,2.322]],["name/3297",[10,27.076]],["parent/3297",[1339,8.184]],["name/3298",[515,36.44]],["parent/3298",[1340,8.184]],["name/3299",[1341,70.993]],["parent/3299",[1038,2.322]],["name/3300",[10,27.076]],["parent/3300",[1342,8.184]],["name/3301",[1183,54.899]],["parent/3301",[1343,7.674]],["name/3302",[164,34.944]],["parent/3302",[1343,7.674]],["name/3303",[1344,70.993]],["parent/3303",[1038,2.322]],["name/3304",[10,27.076]],["parent/3304",[1345,8.184]],["name/3305",[515,36.44]],["parent/3305",[1346,8.184]],["name/3306",[1347,70.993]],["parent/3306",[1038,2.322]],["name/3307",[10,27.076]],["parent/3307",[1348,8.184]],["name/3308",[1233,73.506]],["parent/3308",[1349,7.338]],["name/3309",[1183,54.899]],["parent/3309",[1349,7.338]],["name/3310",[164,34.944]],["parent/3310",[1349,7.338]],["name/3311",[1350,70.993]],["parent/3311",[1038,2.322]],["name/3312",[10,27.076]],["parent/3312",[1351,8.184]],["name/3313",[515,36.44]],["parent/3313",[1352,8.184]],["name/3314",[1353,70.993]],["parent/3314",[1038,2.322]],["name/3315",[10,27.076]],["parent/3315",[1354,8.184]],["name/3316",[1183,54.899]],["parent/3316",[1355,7.674]],["name/3317",[164,34.944]],["parent/3317",[1355,7.674]],["name/3318",[1356,70.993]],["parent/3318",[1038,2.322]],["name/3319",[10,27.076]],["parent/3319",[1357,8.184]],["name/3320",[515,36.44]],["parent/3320",[1358,8.184]],["name/3321",[1359,70.993]],["parent/3321",[1038,2.322]],["name/3322",[10,27.076]],["parent/3322",[1360,8.184]],["name/3323",[647,63.521]],["parent/3323",[1361,7.338]],["name/3324",[1183,54.899]],["parent/3324",[1361,7.338]],["name/3325",[164,34.944]],["parent/3325",[1361,7.338]],["name/3326",[1362,70.993]],["parent/3326",[1038,2.322]],["name/3327",[10,27.076]],["parent/3327",[1363,8.184]],["name/3328",[515,36.44]],["parent/3328",[1364,8.184]],["name/3329",[1365,70.993]],["parent/3329",[1038,2.322]],["name/3330",[10,27.076]],["parent/3330",[1366,8.184]],["name/3331",[1202,62.52]],["parent/3331",[1367,7.338]],["name/3332",[1183,54.899]],["parent/3332",[1367,7.338]],["name/3333",[164,34.944]],["parent/3333",[1367,7.338]],["name/3334",[1368,70.993]],["parent/3334",[1038,2.322]],["name/3335",[10,27.076]],["parent/3335",[1369,8.184]],["name/3336",[515,36.44]],["parent/3336",[1370,8.184]],["name/3337",[1371,70.993]],["parent/3337",[1038,2.322]],["name/3338",[10,27.076]],["parent/3338",[1372,8.184]],["name/3339",[563,62.52]],["parent/3339",[1373,7.088]],["name/3340",[1202,62.52]],["parent/3340",[1373,7.088]],["name/3341",[1183,54.899]],["parent/3341",[1373,7.088]],["name/3342",[164,34.944]],["parent/3342",[1373,7.088]],["name/3343",[1374,70.993]],["parent/3343",[1038,2.322]],["name/3344",[1375,70.993]],["parent/3344",[1038,2.322]],["name/3345",[1376,73.506]],["parent/3345",[1038,2.322]],["name/3346",[1175,70.993]],["parent/3346",[1038,2.322]],["name/3347",[1176,70.993]],["parent/3347",[1038,2.322]],["name/3348",[1177,70.993]],["parent/3348",[1038,2.322]],["name/3349",[1178,70.993]],["parent/3349",[1038,2.322]],["name/3350",[1181,70.993]],["parent/3350",[1038,2.322]],["name/3351",[1185,70.993]],["parent/3351",[1038,2.322]],["name/3352",[1188,70.993]],["parent/3352",[1038,2.322]],["name/3353",[1191,70.993]],["parent/3353",[1038,2.322]],["name/3354",[1194,70.993]],["parent/3354",[1038,2.322]],["name/3355",[1197,70.993]],["parent/3355",[1038,2.322]],["name/3356",[1200,70.993]],["parent/3356",[1038,2.322]],["name/3357",[1204,70.993]],["parent/3357",[1038,2.322]],["name/3358",[1207,70.993]],["parent/3358",[1038,2.322]],["name/3359",[1210,70.993]],["parent/3359",[1038,2.322]],["name/3360",[1213,70.993]],["parent/3360",[1038,2.322]],["name/3361",[1216,70.993]],["parent/3361",[1038,2.322]],["name/3362",[1219,70.993]],["parent/3362",[1038,2.322]],["name/3363",[1222,70.993]],["parent/3363",[1038,2.322]],["name/3364",[1225,70.993]],["parent/3364",[1038,2.322]],["name/3365",[1228,70.993]],["parent/3365",[1038,2.322]],["name/3366",[1231,70.993]],["parent/3366",[1038,2.322]],["name/3367",[1235,70.993]],["parent/3367",[1038,2.322]],["name/3368",[1238,70.993]],["parent/3368",[1038,2.322]],["name/3369",[1241,70.993]],["parent/3369",[1038,2.322]],["name/3370",[1249,70.993]],["parent/3370",[1038,2.322]],["name/3371",[1252,70.993]],["parent/3371",[1038,2.322]],["name/3372",[1255,70.993]],["parent/3372",[1038,2.322]],["name/3373",[1258,70.993]],["parent/3373",[1038,2.322]],["name/3374",[1261,70.993]],["parent/3374",[1038,2.322]],["name/3375",[1264,70.993]],["parent/3375",[1038,2.322]],["name/3376",[1267,70.993]],["parent/3376",[1038,2.322]],["name/3377",[1270,70.993]],["parent/3377",[1038,2.322]],["name/3378",[1273,70.993]],["parent/3378",[1038,2.322]],["name/3379",[1276,70.993]],["parent/3379",[1038,2.322]],["name/3380",[1281,70.993]],["parent/3380",[1038,2.322]],["name/3381",[1284,70.993]],["parent/3381",[1038,2.322]],["name/3382",[1287,70.993]],["parent/3382",[1038,2.322]],["name/3383",[1290,70.993]],["parent/3383",[1038,2.322]],["name/3384",[1293,70.993]],["parent/3384",[1038,2.322]],["name/3385",[1296,70.993]],["parent/3385",[1038,2.322]],["name/3386",[1299,70.993]],["parent/3386",[1038,2.322]],["name/3387",[1302,70.993]],["parent/3387",[1038,2.322]],["name/3388",[1307,70.993]],["parent/3388",[1038,2.322]],["name/3389",[1310,70.993]],["parent/3389",[1038,2.322]],["name/3390",[1313,70.993]],["parent/3390",[1038,2.322]],["name/3391",[1316,70.993]],["parent/3391",[1038,2.322]],["name/3392",[1319,70.993]],["parent/3392",[1038,2.322]],["name/3393",[1322,70.993]],["parent/3393",[1038,2.322]],["name/3394",[1325,70.993]],["parent/3394",[1038,2.322]],["name/3395",[1328,70.993]],["parent/3395",[1038,2.322]],["name/3396",[1331,70.993]],["parent/3396",[1038,2.322]],["name/3397",[321,64.633]],["parent/3397",[1038,2.322]],["name/3398",[323,64.633]],["parent/3398",[1038,2.322]],["name/3399",[1338,70.993]],["parent/3399",[1038,2.322]],["name/3400",[1341,70.993]],["parent/3400",[1038,2.322]],["name/3401",[1344,70.993]],["parent/3401",[1038,2.322]],["name/3402",[1347,70.993]],["parent/3402",[1038,2.322]],["name/3403",[1350,70.993]],["parent/3403",[1038,2.322]],["name/3404",[1353,70.993]],["parent/3404",[1038,2.322]],["name/3405",[1356,70.993]],["parent/3405",[1038,2.322]],["name/3406",[1359,70.993]],["parent/3406",[1038,2.322]],["name/3407",[1362,70.993]],["parent/3407",[1038,2.322]],["name/3408",[1365,70.993]],["parent/3408",[1038,2.322]],["name/3409",[1368,70.993]],["parent/3409",[1038,2.322]],["name/3410",[1371,70.993]],["parent/3410",[1038,2.322]],["name/3411",[1374,70.993]],["parent/3411",[1038,2.322]],["name/3412",[1375,70.993]],["parent/3412",[1038,2.322]],["name/3413",[1376,73.506]],["parent/3413",[1038,2.322]],["name/3414",[1038,23.258]],["parent/3414",[1038,2.322]],["name/3415",[43,47.218]],["parent/3415",[1038,2.322]],["name/3416",[1175,70.993]],["parent/3416",[1038,2.322]],["name/3417",[1176,70.993]],["parent/3417",[1038,2.322]],["name/3418",[1177,70.993]],["parent/3418",[1038,2.322]],["name/3419",[1178,70.993]],["parent/3419",[1038,2.322]],["name/3420",[1181,70.993]],["parent/3420",[1038,2.322]],["name/3421",[1185,70.993]],["parent/3421",[1038,2.322]],["name/3422",[1188,70.993]],["parent/3422",[1038,2.322]],["name/3423",[1191,70.993]],["parent/3423",[1038,2.322]],["name/3424",[1194,70.993]],["parent/3424",[1038,2.322]],["name/3425",[1197,70.993]],["parent/3425",[1038,2.322]],["name/3426",[1200,70.993]],["parent/3426",[1038,2.322]],["name/3427",[1204,70.993]],["parent/3427",[1038,2.322]],["name/3428",[1207,70.993]],["parent/3428",[1038,2.322]],["name/3429",[1210,70.993]],["parent/3429",[1038,2.322]],["name/3430",[1213,70.993]],["parent/3430",[1038,2.322]],["name/3431",[1216,70.993]],["parent/3431",[1038,2.322]],["name/3432",[1219,70.993]],["parent/3432",[1038,2.322]],["name/3433",[1222,70.993]],["parent/3433",[1038,2.322]],["name/3434",[1225,70.993]],["parent/3434",[1038,2.322]],["name/3435",[1228,70.993]],["parent/3435",[1038,2.322]],["name/3436",[1231,70.993]],["parent/3436",[1038,2.322]],["name/3437",[1235,70.993]],["parent/3437",[1038,2.322]],["name/3438",[1238,70.993]],["parent/3438",[1038,2.322]],["name/3439",[1241,70.993]],["parent/3439",[1038,2.322]],["name/3440",[1249,70.993]],["parent/3440",[1038,2.322]],["name/3441",[1252,70.993]],["parent/3441",[1038,2.322]],["name/3442",[1255,70.993]],["parent/3442",[1038,2.322]],["name/3443",[1258,70.993]],["parent/3443",[1038,2.322]],["name/3444",[1261,70.993]],["parent/3444",[1038,2.322]],["name/3445",[1264,70.993]],["parent/3445",[1038,2.322]],["name/3446",[1267,70.993]],["parent/3446",[1038,2.322]],["name/3447",[1270,70.993]],["parent/3447",[1038,2.322]],["name/3448",[1273,70.993]],["parent/3448",[1038,2.322]],["name/3449",[1276,70.993]],["parent/3449",[1038,2.322]],["name/3450",[1281,70.993]],["parent/3450",[1038,2.322]],["name/3451",[1284,70.993]],["parent/3451",[1038,2.322]],["name/3452",[1287,70.993]],["parent/3452",[1038,2.322]],["name/3453",[1290,70.993]],["parent/3453",[1038,2.322]],["name/3454",[1293,70.993]],["parent/3454",[1038,2.322]],["name/3455",[1296,70.993]],["parent/3455",[1038,2.322]],["name/3456",[1299,70.993]],["parent/3456",[1038,2.322]],["name/3457",[1302,70.993]],["parent/3457",[1038,2.322]],["name/3458",[1307,70.993]],["parent/3458",[1038,2.322]],["name/3459",[1310,70.993]],["parent/3459",[1038,2.322]],["name/3460",[1313,70.993]],["parent/3460",[1038,2.322]],["name/3461",[1316,70.993]],["parent/3461",[1038,2.322]],["name/3462",[1319,70.993]],["parent/3462",[1038,2.322]],["name/3463",[1322,70.993]],["parent/3463",[1038,2.322]],["name/3464",[1325,70.993]],["parent/3464",[1038,2.322]],["name/3465",[1328,70.993]],["parent/3465",[1038,2.322]],["name/3466",[1331,70.993]],["parent/3466",[1038,2.322]],["name/3467",[321,64.633]],["parent/3467",[1038,2.322]],["name/3468",[323,64.633]],["parent/3468",[1038,2.322]],["name/3469",[1338,70.993]],["parent/3469",[1038,2.322]],["name/3470",[1341,70.993]],["parent/3470",[1038,2.322]],["name/3471",[1344,70.993]],["parent/3471",[1038,2.322]],["name/3472",[1347,70.993]],["parent/3472",[1038,2.322]],["name/3473",[1350,70.993]],["parent/3473",[1038,2.322]],["name/3474",[1353,70.993]],["parent/3474",[1038,2.322]],["name/3475",[1356,70.993]],["parent/3475",[1038,2.322]],["name/3476",[1359,70.993]],["parent/3476",[1038,2.322]],["name/3477",[1362,70.993]],["parent/3477",[1038,2.322]],["name/3478",[1365,70.993]],["parent/3478",[1038,2.322]],["name/3479",[1368,70.993]],["parent/3479",[1038,2.322]],["name/3480",[1371,70.993]],["parent/3480",[1038,2.322]],["name/3481",[1374,70.993]],["parent/3481",[1038,2.322]],["name/3482",[1375,70.993]],["parent/3482",[1038,2.322]],["name/3483",[1376,73.506]],["parent/3483",[1038,2.322]],["name/3484",[1038,23.258]],["parent/3484",[1038,2.322]],["name/3485",[416,58]],["parent/3485",[1038,2.322]],["name/3486",[417,58]],["parent/3486",[1038,2.322]],["name/3487",[418,58]],["parent/3487",[1038,2.322]],["name/3488",[1039,70.993]],["parent/3488",[1038,2.322]],["name/3489",[397,58]],["parent/3489",[1038,2.322]],["name/3490",[1060,64.633]],["parent/3490",[1038,2.322]],["name/3491",[407,58]],["parent/3491",[1038,2.322]],["name/3492",[408,58]],["parent/3492",[1038,2.322]],["name/3493",[1065,70.993]],["parent/3493",[1038,2.322]],["name/3494",[1066,70.993]],["parent/3494",[1038,2.322]],["name/3495",[1064,70.993]],["parent/3495",[1038,2.322]],["name/3496",[1067,70.993]],["parent/3496",[1038,2.322]],["name/3497",[1068,70.993]],["parent/3497",[1038,2.322]],["name/3498",[1069,70.993]],["parent/3498",[1038,2.322]],["name/3499",[409,58]],["parent/3499",[1038,2.322]],["name/3500",[1081,70.993]],["parent/3500",[1038,2.322]],["name/3501",[1082,70.993]],["parent/3501",[1038,2.322]],["name/3502",[1063,70.993]],["parent/3502",[1038,2.322]],["name/3503",[1084,70.993]],["parent/3503",[1038,2.322]],["name/3504",[1086,70.993]],["parent/3504",[1038,2.322]],["name/3505",[1085,70.993]],["parent/3505",[1038,2.322]],["name/3506",[1061,70.993]],["parent/3506",[1038,2.322]],["name/3507",[1062,70.993]],["parent/3507",[1038,2.322]],["name/3508",[1092,70.993]],["parent/3508",[1038,2.322]],["name/3509",[1093,70.993]],["parent/3509",[1038,2.322]],["name/3510",[1088,70.993]],["parent/3510",[1038,2.322]],["name/3511",[1089,70.993]],["parent/3511",[1038,2.322]],["name/3512",[1090,70.993]],["parent/3512",[1038,2.322]],["name/3513",[1094,70.993]],["parent/3513",[1038,2.322]],["name/3514",[1095,70.993]],["parent/3514",[1038,2.322]],["name/3515",[398,58]],["parent/3515",[1038,2.322]],["name/3516",[399,58]],["parent/3516",[1038,2.322]],["name/3517",[423,45.691]],["parent/3517",[1038,2.322]],["name/3518",[392,58]],["parent/3518",[1038,2.322]],["name/3519",[761,60.776]],["parent/3519",[1038,2.322]],["name/3520",[1040,60.776]],["parent/3520",[1038,2.322]],["name/3521",[1057,60.776]],["parent/3521",[1038,2.322]],["name/3522",[1058,64.633]],["parent/3522",[1038,2.322]],["name/3523",[1050,64.633]],["parent/3523",[1038,2.322]],["name/3524",[1072,64.633]],["parent/3524",[1038,2.322]],["name/3525",[762,64.633]],["parent/3525",[1038,2.322]],["name/3526",[763,64.633]],["parent/3526",[1038,2.322]],["name/3527",[1071,70.993]],["parent/3527",[1038,2.322]],["name/3528",[1070,70.993]],["parent/3528",[1038,2.322]],["name/3529",[1056,64.633]],["parent/3529",[1038,2.322]],["name/3530",[414,58]],["parent/3530",[1038,2.322]],["name/3531",[1055,64.633]],["parent/3531",[1038,2.322]],["name/3532",[1073,64.633]],["parent/3532",[1038,2.322]],["name/3533",[1074,64.633]],["parent/3533",[1038,2.322]],["name/3534",[1075,64.633]],["parent/3534",[1038,2.322]],["name/3535",[1076,64.633]],["parent/3535",[1038,2.322]],["name/3536",[1077,64.633]],["parent/3536",[1038,2.322]],["name/3537",[1078,64.633]],["parent/3537",[1038,2.322]],["name/3538",[1079,64.633]],["parent/3538",[1038,2.322]],["name/3539",[1080,64.633]],["parent/3539",[1038,2.322]],["name/3540",[402,58]],["parent/3540",[1038,2.322]],["name/3541",[395,58]],["parent/3541",[1038,2.322]],["name/3542",[759,60.776]],["parent/3542",[1038,2.322]],["name/3543",[760,60.776]],["parent/3543",[1038,2.322]],["name/3544",[758,60.776]],["parent/3544",[1038,2.322]],["name/3545",[1052,60.776]],["parent/3545",[1038,2.322]],["name/3546",[1096,58]],["parent/3546",[1038,2.322]],["name/3547",[1097,70.993]],["parent/3547",[1038,2.322]],["name/3548",[1083,70.993]],["parent/3548",[1038,2.322]],["name/3549",[394,58]],["parent/3549",[1038,2.322]],["name/3550",[400,58]],["parent/3550",[1038,2.322]],["name/3551",[1048,60.776]],["parent/3551",[1038,2.322]],["name/3552",[1059,64.633]],["parent/3552",[1038,2.322]],["name/3553",[396,58]],["parent/3553",[1038,2.322]],["name/3554",[415,58]],["parent/3554",[1038,2.322]],["name/3555",[1053,64.633]],["parent/3555",[1038,2.322]],["name/3556",[1054,64.633]],["parent/3556",[1038,2.322]],["name/3557",[1087,70.993]],["parent/3557",[1038,2.322]],["name/3558",[412,58]],["parent/3558",[1038,2.322]],["name/3559",[413,58]],["parent/3559",[1038,2.322]],["name/3560",[410,58]],["parent/3560",[1038,2.322]],["name/3561",[411,58]],["parent/3561",[1038,2.322]],["name/3562",[1098,70.993]],["parent/3562",[1038,2.322]],["name/3563",[1091,70.993]],["parent/3563",[1038,2.322]],["name/3564",[1045,60.776]],["parent/3564",[1038,2.322]],["name/3565",[1049,60.776]],["parent/3565",[1038,2.322]],["name/3566",[1044,60.776]],["parent/3566",[1038,2.322]],["name/3567",[1101,70.993]],["parent/3567",[1038,2.322]],["name/3568",[1102,70.993]],["parent/3568",[1038,2.322]],["name/3569",[1103,70.993]],["parent/3569",[1038,2.322]],["name/3570",[1104,70.993]],["parent/3570",[1038,2.322]],["name/3571",[1099,70.993]],["parent/3571",[1038,2.322]],["name/3572",[1100,70.993]],["parent/3572",[1038,2.322]],["name/3573",[1105,70.993]],["parent/3573",[1038,2.322]],["name/3574",[1106,70.993]],["parent/3574",[1038,2.322]],["name/3575",[1047,64.633]],["parent/3575",[1038,2.322]],["name/3576",[1046,64.633]],["parent/3576",[1038,2.322]],["name/3577",[1107,70.993]],["parent/3577",[1038,2.322]],["name/3578",[1108,70.993]],["parent/3578",[1038,2.322]],["name/3579",[1109,70.993]],["parent/3579",[1038,2.322]],["name/3580",[1110,54.047]],["parent/3580",[1038,2.322]],["name/3581",[405,58]],["parent/3581",[1038,2.322]],["name/3582",[406,58]],["parent/3582",[1038,2.322]],["name/3583",[401,58]],["parent/3583",[1038,2.322]],["name/3584",[404,55.829]],["parent/3584",[1038,2.322]],["name/3585",[403,55.829]],["parent/3585",[1038,2.322]],["name/3586",[393,57.412]],["parent/3586",[1038,2.322]],["name/3587",[1051,60.776]],["parent/3587",[1038,2.322]],["name/3588",[1042,60.776]],["parent/3588",[1038,2.322]],["name/3589",[1041,60.776]],["parent/3589",[1038,2.322]],["name/3590",[1043,60.776]],["parent/3590",[1038,2.322]],["name/3591",[1377,81.979]],["parent/3591",[1038,2.322]],["name/3592",[1374,70.993]],["parent/3592",[1378,3.441]],["name/3593",[1375,70.993]],["parent/3593",[1378,3.441]],["name/3594",[1178,70.993]],["parent/3594",[1378,3.441]],["name/3595",[1181,70.993]],["parent/3595",[1378,3.441]],["name/3596",[1185,70.993]],["parent/3596",[1378,3.441]],["name/3597",[1188,70.993]],["parent/3597",[1378,3.441]],["name/3598",[1191,70.993]],["parent/3598",[1378,3.441]],["name/3599",[1194,70.993]],["parent/3599",[1378,3.441]],["name/3600",[1197,70.993]],["parent/3600",[1378,3.441]],["name/3601",[1200,70.993]],["parent/3601",[1378,3.441]],["name/3602",[1204,70.993]],["parent/3602",[1378,3.441]],["name/3603",[1207,70.993]],["parent/3603",[1378,3.441]],["name/3604",[1210,70.993]],["parent/3604",[1378,3.441]],["name/3605",[1213,70.993]],["parent/3605",[1378,3.441]],["name/3606",[1216,70.993]],["parent/3606",[1378,3.441]],["name/3607",[1219,70.993]],["parent/3607",[1378,3.441]],["name/3608",[1175,70.993]],["parent/3608",[1378,3.441]],["name/3609",[1222,70.993]],["parent/3609",[1378,3.441]],["name/3610",[1225,70.993]],["parent/3610",[1378,3.441]],["name/3611",[1228,70.993]],["parent/3611",[1378,3.441]],["name/3612",[1231,70.993]],["parent/3612",[1378,3.441]],["name/3613",[1235,70.993]],["parent/3613",[1378,3.441]],["name/3614",[1238,70.993]],["parent/3614",[1378,3.441]],["name/3615",[1176,70.993]],["parent/3615",[1378,3.441]],["name/3616",[1241,70.993]],["parent/3616",[1378,3.441]],["name/3617",[1249,70.993]],["parent/3617",[1378,3.441]],["name/3618",[1252,70.993]],["parent/3618",[1378,3.441]],["name/3619",[1255,70.993]],["parent/3619",[1378,3.441]],["name/3620",[1258,70.993]],["parent/3620",[1378,3.441]],["name/3621",[1261,70.993]],["parent/3621",[1378,3.441]],["name/3622",[1264,70.993]],["parent/3622",[1378,3.441]],["name/3623",[1267,70.993]],["parent/3623",[1378,3.441]],["name/3624",[1270,70.993]],["parent/3624",[1378,3.441]],["name/3625",[1273,70.993]],["parent/3625",[1378,3.441]],["name/3626",[1276,70.993]],["parent/3626",[1378,3.441]],["name/3627",[1281,70.993]],["parent/3627",[1378,3.441]],["name/3628",[1284,70.993]],["parent/3628",[1378,3.441]],["name/3629",[1287,70.993]],["parent/3629",[1378,3.441]],["name/3630",[1290,70.993]],["parent/3630",[1378,3.441]],["name/3631",[1293,70.993]],["parent/3631",[1378,3.441]],["name/3632",[1177,70.993]],["parent/3632",[1378,3.441]],["name/3633",[1296,70.993]],["parent/3633",[1378,3.441]],["name/3634",[1299,70.993]],["parent/3634",[1378,3.441]],["name/3635",[1302,70.993]],["parent/3635",[1378,3.441]],["name/3636",[1307,70.993]],["parent/3636",[1378,3.441]],["name/3637",[1310,70.993]],["parent/3637",[1378,3.441]],["name/3638",[1313,70.993]],["parent/3638",[1378,3.441]],["name/3639",[1316,70.993]],["parent/3639",[1378,3.441]],["name/3640",[1319,70.993]],["parent/3640",[1378,3.441]],["name/3641",[1322,70.993]],["parent/3641",[1378,3.441]],["name/3642",[1325,70.993]],["parent/3642",[1378,3.441]],["name/3643",[1328,70.993]],["parent/3643",[1378,3.441]],["name/3644",[1331,70.993]],["parent/3644",[1378,3.441]],["name/3645",[321,64.633]],["parent/3645",[1378,3.441]],["name/3646",[323,64.633]],["parent/3646",[1378,3.441]],["name/3647",[1338,70.993]],["parent/3647",[1378,3.441]],["name/3648",[1341,70.993]],["parent/3648",[1378,3.441]],["name/3649",[1344,70.993]],["parent/3649",[1378,3.441]],["name/3650",[1347,70.993]],["parent/3650",[1378,3.441]],["name/3651",[1350,70.993]],["parent/3651",[1378,3.441]],["name/3652",[1353,70.993]],["parent/3652",[1378,3.441]],["name/3653",[1356,70.993]],["parent/3653",[1378,3.441]],["name/3654",[1359,70.993]],["parent/3654",[1378,3.441]],["name/3655",[1362,70.993]],["parent/3655",[1378,3.441]],["name/3656",[1365,70.993]],["parent/3656",[1378,3.441]],["name/3657",[1368,70.993]],["parent/3657",[1378,3.441]],["name/3658",[1371,70.993]],["parent/3658",[1378,3.441]],["name/3659",[416,58]],["parent/3659",[1378,3.441]],["name/3660",[417,58]],["parent/3660",[1378,3.441]],["name/3661",[418,58]],["parent/3661",[1378,3.441]],["name/3662",[1039,70.993]],["parent/3662",[1378,3.441]],["name/3663",[397,58]],["parent/3663",[1378,3.441]],["name/3664",[1060,64.633]],["parent/3664",[1378,3.441]],["name/3665",[407,58]],["parent/3665",[1378,3.441]],["name/3666",[408,58]],["parent/3666",[1378,3.441]],["name/3667",[1065,70.993]],["parent/3667",[1378,3.441]],["name/3668",[1066,70.993]],["parent/3668",[1378,3.441]],["name/3669",[1064,70.993]],["parent/3669",[1378,3.441]],["name/3670",[1067,70.993]],["parent/3670",[1378,3.441]],["name/3671",[1068,70.993]],["parent/3671",[1378,3.441]],["name/3672",[1069,70.993]],["parent/3672",[1378,3.441]],["name/3673",[409,58]],["parent/3673",[1378,3.441]],["name/3674",[1081,70.993]],["parent/3674",[1378,3.441]],["name/3675",[1082,70.993]],["parent/3675",[1378,3.441]],["name/3676",[1063,70.993]],["parent/3676",[1378,3.441]],["name/3677",[1084,70.993]],["parent/3677",[1378,3.441]],["name/3678",[1086,70.993]],["parent/3678",[1378,3.441]],["name/3679",[1085,70.993]],["parent/3679",[1378,3.441]],["name/3680",[1061,70.993]],["parent/3680",[1378,3.441]],["name/3681",[1062,70.993]],["parent/3681",[1378,3.441]],["name/3682",[1092,70.993]],["parent/3682",[1378,3.441]],["name/3683",[1093,70.993]],["parent/3683",[1378,3.441]],["name/3684",[1088,70.993]],["parent/3684",[1378,3.441]],["name/3685",[1089,70.993]],["parent/3685",[1378,3.441]],["name/3686",[1090,70.993]],["parent/3686",[1378,3.441]],["name/3687",[1094,70.993]],["parent/3687",[1378,3.441]],["name/3688",[1095,70.993]],["parent/3688",[1378,3.441]],["name/3689",[398,58]],["parent/3689",[1378,3.441]],["name/3690",[399,58]],["parent/3690",[1378,3.441]],["name/3691",[423,45.691]],["parent/3691",[1378,3.441]],["name/3692",[392,58]],["parent/3692",[1378,3.441]],["name/3693",[761,60.776]],["parent/3693",[1378,3.441]],["name/3694",[1040,60.776]],["parent/3694",[1378,3.441]],["name/3695",[1057,60.776]],["parent/3695",[1378,3.441]],["name/3696",[1058,64.633]],["parent/3696",[1378,3.441]],["name/3697",[1050,64.633]],["parent/3697",[1378,3.441]],["name/3698",[1072,64.633]],["parent/3698",[1378,3.441]],["name/3699",[762,64.633]],["parent/3699",[1378,3.441]],["name/3700",[763,64.633]],["parent/3700",[1378,3.441]],["name/3701",[1071,70.993]],["parent/3701",[1378,3.441]],["name/3702",[1070,70.993]],["parent/3702",[1378,3.441]],["name/3703",[1056,64.633]],["parent/3703",[1378,3.441]],["name/3704",[414,58]],["parent/3704",[1378,3.441]],["name/3705",[1055,64.633]],["parent/3705",[1378,3.441]],["name/3706",[1073,64.633]],["parent/3706",[1378,3.441]],["name/3707",[1074,64.633]],["parent/3707",[1378,3.441]],["name/3708",[1075,64.633]],["parent/3708",[1378,3.441]],["name/3709",[1076,64.633]],["parent/3709",[1378,3.441]],["name/3710",[1077,64.633]],["parent/3710",[1378,3.441]],["name/3711",[1078,64.633]],["parent/3711",[1378,3.441]],["name/3712",[1079,64.633]],["parent/3712",[1378,3.441]],["name/3713",[1080,64.633]],["parent/3713",[1378,3.441]],["name/3714",[402,58]],["parent/3714",[1378,3.441]],["name/3715",[395,58]],["parent/3715",[1378,3.441]],["name/3716",[759,60.776]],["parent/3716",[1378,3.441]],["name/3717",[760,60.776]],["parent/3717",[1378,3.441]],["name/3718",[758,60.776]],["parent/3718",[1378,3.441]],["name/3719",[1052,60.776]],["parent/3719",[1378,3.441]],["name/3720",[1096,58]],["parent/3720",[1378,3.441]],["name/3721",[1097,70.993]],["parent/3721",[1378,3.441]],["name/3722",[1083,70.993]],["parent/3722",[1378,3.441]],["name/3723",[394,58]],["parent/3723",[1378,3.441]],["name/3724",[400,58]],["parent/3724",[1378,3.441]],["name/3725",[1048,60.776]],["parent/3725",[1378,3.441]],["name/3726",[1059,64.633]],["parent/3726",[1378,3.441]],["name/3727",[396,58]],["parent/3727",[1378,3.441]],["name/3728",[415,58]],["parent/3728",[1378,3.441]],["name/3729",[1053,64.633]],["parent/3729",[1378,3.441]],["name/3730",[1054,64.633]],["parent/3730",[1378,3.441]],["name/3731",[1087,70.993]],["parent/3731",[1378,3.441]],["name/3732",[412,58]],["parent/3732",[1378,3.441]],["name/3733",[413,58]],["parent/3733",[1378,3.441]],["name/3734",[410,58]],["parent/3734",[1378,3.441]],["name/3735",[411,58]],["parent/3735",[1378,3.441]],["name/3736",[1098,70.993]],["parent/3736",[1378,3.441]],["name/3737",[1091,70.993]],["parent/3737",[1378,3.441]],["name/3738",[1045,60.776]],["parent/3738",[1378,3.441]],["name/3739",[1049,60.776]],["parent/3739",[1378,3.441]],["name/3740",[1044,60.776]],["parent/3740",[1378,3.441]],["name/3741",[1101,70.993]],["parent/3741",[1378,3.441]],["name/3742",[1102,70.993]],["parent/3742",[1378,3.441]],["name/3743",[1103,70.993]],["parent/3743",[1378,3.441]],["name/3744",[1104,70.993]],["parent/3744",[1378,3.441]],["name/3745",[1099,70.993]],["parent/3745",[1378,3.441]],["name/3746",[1100,70.993]],["parent/3746",[1378,3.441]],["name/3747",[1105,70.993]],["parent/3747",[1378,3.441]],["name/3748",[1106,70.993]],["parent/3748",[1378,3.441]],["name/3749",[1047,64.633]],["parent/3749",[1378,3.441]],["name/3750",[1046,64.633]],["parent/3750",[1378,3.441]],["name/3751",[1107,70.993]],["parent/3751",[1378,3.441]],["name/3752",[1108,70.993]],["parent/3752",[1378,3.441]],["name/3753",[1109,70.993]],["parent/3753",[1378,3.441]],["name/3754",[1110,54.047]],["parent/3754",[1378,3.441]],["name/3755",[405,58]],["parent/3755",[1378,3.441]],["name/3756",[406,58]],["parent/3756",[1378,3.441]],["name/3757",[401,58]],["parent/3757",[1378,3.441]],["name/3758",[404,55.829]],["parent/3758",[1378,3.441]],["name/3759",[403,55.829]],["parent/3759",[1378,3.441]],["name/3760",[393,57.412]],["parent/3760",[1378,3.441]],["name/3761",[1051,60.776]],["parent/3761",[1378,3.441]],["name/3762",[1042,60.776]],["parent/3762",[1378,3.441]],["name/3763",[1041,60.776]],["parent/3763",[1378,3.441]],["name/3764",[1043,60.776]],["parent/3764",[1378,3.441]],["name/3765",[1379,39.352]],["parent/3765",[]],["name/3766",[43,47.218]],["parent/3766",[1379,3.929]],["name/3767",[1380,70.993]],["parent/3767",[1379,3.929]],["name/3768",[1381,70.993]],["parent/3768",[1379,3.929]],["name/3769",[1382,70.993]],["parent/3769",[1379,3.929]],["name/3770",[1383,70.993]],["parent/3770",[1379,3.929]],["name/3771",[1384,70.993]],["parent/3771",[1379,3.929]],["name/3772",[1385,70.993]],["parent/3772",[1379,3.929]],["name/3773",[1386,70.993]],["parent/3773",[1379,3.929]],["name/3774",[1387,70.993]],["parent/3774",[1379,3.929]],["name/3775",[1388,70.993]],["parent/3775",[1379,3.929]],["name/3776",[423,45.691]],["parent/3776",[1379,3.929]],["name/3777",[9,48.539]],["parent/3777",[1379,3.929]],["name/3778",[1389,70.993]],["parent/3778",[1379,3.929]],["name/3779",[1390,70.993]],["parent/3779",[1379,3.929]],["name/3780",[1096,58]],["parent/3780",[1379,3.929]],["name/3781",[1110,54.047]],["parent/3781",[1379,3.929]],["name/3782",[1381,70.993]],["parent/3782",[1379,3.929]],["name/3783",[1382,70.993]],["parent/3783",[1379,3.929]],["name/3784",[1383,70.993]],["parent/3784",[1379,3.929]],["name/3785",[1384,70.993]],["parent/3785",[1379,3.929]],["name/3786",[1385,70.993]],["parent/3786",[1379,3.929]],["name/3787",[1387,70.993]],["parent/3787",[1379,3.929]],["name/3788",[1386,70.993]],["parent/3788",[1379,3.929]],["name/3789",[1388,70.993]],["parent/3789",[1379,3.929]],["name/3790",[423,45.691]],["parent/3790",[1379,3.929]],["name/3791",[9,48.539]],["parent/3791",[1379,3.929]],["name/3792",[1389,70.993]],["parent/3792",[1379,3.929]],["name/3793",[1390,70.993]],["parent/3793",[1379,3.929]],["name/3794",[1096,58]],["parent/3794",[1379,3.929]],["name/3795",[1380,70.993]],["parent/3795",[1379,3.929]],["name/3796",[1110,54.047]],["parent/3796",[1379,3.929]],["name/3797",[1379,39.352]],["parent/3797",[1379,3.929]],["name/3798",[17,54.464]],["parent/3798",[1391,6.068]],["name/3799",[43,47.218]],["parent/3799",[1391,6.068]],["name/3800",[96,58]],["parent/3800",[1391,6.068]],["name/3801",[1392,73.506]],["parent/3801",[1393,6.578]],["name/3802",[1394,73.506]],["parent/3802",[1393,6.578]],["name/3803",[1395,73.506]],["parent/3803",[1393,6.578]],["name/3804",[1396,73.506]],["parent/3804",[1393,6.578]],["name/3805",[1397,73.506]],["parent/3805",[1393,6.578]],["name/3806",[1398,73.506]],["parent/3806",[1393,6.578]],["name/3807",[1399,73.506]],["parent/3807",[1393,6.578]],["name/3808",[29,56.33]],["parent/3808",[1391,6.068]],["name/3809",[120,58]],["parent/3809",[1391,6.068]],["name/3810",[10,27.076]],["parent/3810",[1400,8.184]],["name/3811",[1392,73.506]],["parent/3811",[1401,5.919]],["name/3812",[1402,81.979]],["parent/3812",[1401,5.919]],["name/3813",[1394,73.506]],["parent/3813",[1401,5.919]],["name/3814",[1403,81.979]],["parent/3814",[1401,5.919]],["name/3815",[1395,73.506]],["parent/3815",[1401,5.919]],["name/3816",[1404,81.979]],["parent/3816",[1401,5.919]],["name/3817",[1396,73.506]],["parent/3817",[1401,5.919]],["name/3818",[1405,81.979]],["parent/3818",[1401,5.919]],["name/3819",[1397,73.506]],["parent/3819",[1401,5.919]],["name/3820",[1406,81.979]],["parent/3820",[1401,5.919]],["name/3821",[1398,73.506]],["parent/3821",[1401,5.919]],["name/3822",[1407,81.979]],["parent/3822",[1401,5.919]],["name/3823",[1399,73.506]],["parent/3823",[1401,5.919]],["name/3824",[1408,81.979]],["parent/3824",[1401,5.919]],["name/3825",[1392,73.506]],["parent/3825",[1391,6.068]],["name/3826",[1394,73.506]],["parent/3826",[1391,6.068]],["name/3827",[1395,73.506]],["parent/3827",[1391,6.068]],["name/3828",[1396,73.506]],["parent/3828",[1391,6.068]],["name/3829",[1397,73.506]],["parent/3829",[1391,6.068]],["name/3830",[1398,73.506]],["parent/3830",[1391,6.068]],["name/3831",[1399,73.506]],["parent/3831",[1391,6.068]],["name/3832",[1409,70.993]],["parent/3832",[1379,3.929]],["name/3833",[10,27.076]],["parent/3833",[1410,8.184]],["name/3834",[515,36.44]],["parent/3834",[1411,7.674]],["name/3835",[197,40.87]],["parent/3835",[1411,7.674]],["name/3836",[1412,70.993]],["parent/3836",[1379,3.929]],["name/3837",[10,27.076]],["parent/3837",[1413,8.184]],["name/3838",[164,34.944]],["parent/3838",[1414,7.674]],["name/3839",[1415,70.993]],["parent/3839",[1414,7.674]],["name/3840",[1416,70.993]],["parent/3840",[1379,3.929]],["name/3841",[10,27.076]],["parent/3841",[1417,8.184]],["name/3842",[1418,70.993]],["parent/3842",[1419,7.338]],["name/3843",[515,36.44]],["parent/3843",[1419,7.338]],["name/3844",[197,40.87]],["parent/3844",[1419,7.338]],["name/3845",[1420,70.993]],["parent/3845",[1379,3.929]],["name/3846",[10,27.076]],["parent/3846",[1421,8.184]],["name/3847",[164,34.944]],["parent/3847",[1422,7.674]],["name/3848",[1415,70.993]],["parent/3848",[1422,7.674]],["name/3849",[1423,70.993]],["parent/3849",[1379,3.929]],["name/3850",[10,27.076]],["parent/3850",[1424,8.184]],["name/3851",[1425,67.316]],["parent/3851",[1426,7.088]],["name/3852",[1418,70.993]],["parent/3852",[1426,7.088]],["name/3853",[515,36.44]],["parent/3853",[1426,7.088]],["name/3854",[197,40.87]],["parent/3854",[1426,7.088]],["name/3855",[1427,70.993]],["parent/3855",[1379,3.929]],["name/3856",[10,27.076]],["parent/3856",[1428,8.184]],["name/3857",[164,34.944]],["parent/3857",[1429,8.184]],["name/3858",[1430,70.993]],["parent/3858",[1379,3.929]],["name/3859",[10,27.076]],["parent/3859",[1431,8.184]],["name/3860",[1425,67.316]],["parent/3860",[1432,7.338]],["name/3861",[515,36.44]],["parent/3861",[1432,7.338]],["name/3862",[197,40.87]],["parent/3862",[1432,7.338]],["name/3863",[1433,70.993]],["parent/3863",[1379,3.929]],["name/3864",[10,27.076]],["parent/3864",[1434,8.184]],["name/3865",[164,34.944]],["parent/3865",[1435,8.184]],["name/3866",[1436,70.993]],["parent/3866",[1379,3.929]],["name/3867",[10,27.076]],["parent/3867",[1437,8.184]],["name/3868",[1438,76.871]],["parent/3868",[1439,7.088]],["name/3869",[23,70.993]],["parent/3869",[1439,7.088]],["name/3870",[515,36.44]],["parent/3870",[1439,7.088]],["name/3871",[197,40.87]],["parent/3871",[1439,7.088]],["name/3872",[1440,70.993]],["parent/3872",[1379,3.929]],["name/3873",[10,27.076]],["parent/3873",[1441,8.184]],["name/3874",[1442,81.979]],["parent/3874",[1443,7.674]],["name/3875",[164,34.944]],["parent/3875",[1443,7.674]],["name/3876",[1444,70.993]],["parent/3876",[1379,3.929]],["name/3877",[10,27.076]],["parent/3877",[1445,8.184]],["name/3878",[1446,81.979]],["parent/3878",[1447,6.578]],["name/3879",[1448,81.979]],["parent/3879",[1447,6.578]],["name/3880",[1449,81.979]],["parent/3880",[1447,6.578]],["name/3881",[1438,76.871]],["parent/3881",[1447,6.578]],["name/3882",[23,70.993]],["parent/3882",[1447,6.578]],["name/3883",[515,36.44]],["parent/3883",[1447,6.578]],["name/3884",[197,40.87]],["parent/3884",[1447,6.578]],["name/3885",[1450,70.993]],["parent/3885",[1379,3.929]],["name/3886",[10,27.076]],["parent/3886",[1451,8.184]],["name/3887",[164,34.944]],["parent/3887",[1452,8.184]],["name/3888",[1453,70.993]],["parent/3888",[1379,3.929]],["name/3889",[10,27.076]],["parent/3889",[1454,8.184]],["name/3890",[1455,73.506]],["parent/3890",[1456,6.578]],["name/3891",[1457,76.871]],["parent/3891",[1456,6.578]],["name/3892",[1458,76.871]],["parent/3892",[1456,6.578]],["name/3893",[515,36.44]],["parent/3893",[1456,6.578]],["name/3894",[197,40.87]],["parent/3894",[1456,6.578]],["name/3895",[1247,68.986]],["parent/3895",[1456,6.578]],["name/3896",[1248,70.993]],["parent/3896",[1456,6.578]],["name/3897",[1459,70.993]],["parent/3897",[1379,3.929]],["name/3898",[10,27.076]],["parent/3898",[1460,8.184]],["name/3899",[164,34.944]],["parent/3899",[1461,8.184]],["name/3900",[1462,70.993]],["parent/3900",[1379,3.929]],["name/3901",[1463,70.993]],["parent/3901",[1379,3.929]],["name/3902",[1464,73.506]],["parent/3902",[1379,3.929]],["name/3903",[1409,70.993]],["parent/3903",[1379,3.929]],["name/3904",[1412,70.993]],["parent/3904",[1379,3.929]],["name/3905",[1416,70.993]],["parent/3905",[1379,3.929]],["name/3906",[1420,70.993]],["parent/3906",[1379,3.929]],["name/3907",[1423,70.993]],["parent/3907",[1379,3.929]],["name/3908",[1427,70.993]],["parent/3908",[1379,3.929]],["name/3909",[1430,70.993]],["parent/3909",[1379,3.929]],["name/3910",[1433,70.993]],["parent/3910",[1379,3.929]],["name/3911",[1436,70.993]],["parent/3911",[1379,3.929]],["name/3912",[1440,70.993]],["parent/3912",[1379,3.929]],["name/3913",[1444,70.993]],["parent/3913",[1379,3.929]],["name/3914",[1450,70.993]],["parent/3914",[1379,3.929]],["name/3915",[1453,70.993]],["parent/3915",[1379,3.929]],["name/3916",[1459,70.993]],["parent/3916",[1379,3.929]],["name/3917",[1462,70.993]],["parent/3917",[1379,3.929]],["name/3918",[1463,70.993]],["parent/3918",[1379,3.929]],["name/3919",[1464,73.506]],["parent/3919",[1379,3.929]],["name/3920",[1379,39.352]],["parent/3920",[1379,3.929]],["name/3921",[43,47.218]],["parent/3921",[1379,3.929]],["name/3922",[1409,70.993]],["parent/3922",[1379,3.929]],["name/3923",[1412,70.993]],["parent/3923",[1379,3.929]],["name/3924",[1416,70.993]],["parent/3924",[1379,3.929]],["name/3925",[1420,70.993]],["parent/3925",[1379,3.929]],["name/3926",[1423,70.993]],["parent/3926",[1379,3.929]],["name/3927",[1427,70.993]],["parent/3927",[1379,3.929]],["name/3928",[1430,70.993]],["parent/3928",[1379,3.929]],["name/3929",[1433,70.993]],["parent/3929",[1379,3.929]],["name/3930",[1436,70.993]],["parent/3930",[1379,3.929]],["name/3931",[1440,70.993]],["parent/3931",[1379,3.929]],["name/3932",[1444,70.993]],["parent/3932",[1379,3.929]],["name/3933",[1450,70.993]],["parent/3933",[1379,3.929]],["name/3934",[1453,70.993]],["parent/3934",[1379,3.929]],["name/3935",[1459,70.993]],["parent/3935",[1379,3.929]],["name/3936",[1462,70.993]],["parent/3936",[1379,3.929]],["name/3937",[1463,70.993]],["parent/3937",[1379,3.929]],["name/3938",[1464,73.506]],["parent/3938",[1379,3.929]],["name/3939",[1379,39.352]],["parent/3939",[1379,3.929]],["name/3940",[1381,70.993]],["parent/3940",[1379,3.929]],["name/3941",[1382,70.993]],["parent/3941",[1379,3.929]],["name/3942",[1383,70.993]],["parent/3942",[1379,3.929]],["name/3943",[1384,70.993]],["parent/3943",[1379,3.929]],["name/3944",[1385,70.993]],["parent/3944",[1379,3.929]],["name/3945",[1387,70.993]],["parent/3945",[1379,3.929]],["name/3946",[1386,70.993]],["parent/3946",[1379,3.929]],["name/3947",[1388,70.993]],["parent/3947",[1379,3.929]],["name/3948",[423,45.691]],["parent/3948",[1379,3.929]],["name/3949",[9,48.539]],["parent/3949",[1379,3.929]],["name/3950",[1389,70.993]],["parent/3950",[1379,3.929]],["name/3951",[1390,70.993]],["parent/3951",[1379,3.929]],["name/3952",[1096,58]],["parent/3952",[1379,3.929]],["name/3953",[1380,70.993]],["parent/3953",[1379,3.929]],["name/3954",[1110,54.047]],["parent/3954",[1379,3.929]],["name/3955",[1465,81.979]],["parent/3955",[1379,3.929]],["name/3956",[1462,70.993]],["parent/3956",[1466,5.145]],["name/3957",[1463,70.993]],["parent/3957",[1466,5.145]],["name/3958",[1409,70.993]],["parent/3958",[1466,5.145]],["name/3959",[1412,70.993]],["parent/3959",[1466,5.145]],["name/3960",[1416,70.993]],["parent/3960",[1466,5.145]],["name/3961",[1420,70.993]],["parent/3961",[1466,5.145]],["name/3962",[1423,70.993]],["parent/3962",[1466,5.145]],["name/3963",[1427,70.993]],["parent/3963",[1466,5.145]],["name/3964",[1430,70.993]],["parent/3964",[1466,5.145]],["name/3965",[1433,70.993]],["parent/3965",[1466,5.145]],["name/3966",[1436,70.993]],["parent/3966",[1466,5.145]],["name/3967",[1440,70.993]],["parent/3967",[1466,5.145]],["name/3968",[1444,70.993]],["parent/3968",[1466,5.145]],["name/3969",[1450,70.993]],["parent/3969",[1466,5.145]],["name/3970",[1453,70.993]],["parent/3970",[1466,5.145]],["name/3971",[1459,70.993]],["parent/3971",[1466,5.145]],["name/3972",[1381,70.993]],["parent/3972",[1466,5.145]],["name/3973",[1382,70.993]],["parent/3973",[1466,5.145]],["name/3974",[1383,70.993]],["parent/3974",[1466,5.145]],["name/3975",[1384,70.993]],["parent/3975",[1466,5.145]],["name/3976",[1385,70.993]],["parent/3976",[1466,5.145]],["name/3977",[1387,70.993]],["parent/3977",[1466,5.145]],["name/3978",[1386,70.993]],["parent/3978",[1466,5.145]],["name/3979",[1388,70.993]],["parent/3979",[1466,5.145]],["name/3980",[423,45.691]],["parent/3980",[1466,5.145]],["name/3981",[9,48.539]],["parent/3981",[1466,5.145]],["name/3982",[1389,70.993]],["parent/3982",[1466,5.145]],["name/3983",[1390,70.993]],["parent/3983",[1466,5.145]],["name/3984",[1096,58]],["parent/3984",[1466,5.145]],["name/3985",[1380,70.993]],["parent/3985",[1466,5.145]],["name/3986",[1110,54.047]],["parent/3986",[1466,5.145]],["name/3987",[1467,49.79]],["parent/3987",[]],["name/3988",[43,47.218]],["parent/3988",[1467,4.971]],["name/3989",[423,45.691]],["parent/3989",[1467,4.971]],["name/3990",[1468,70.993]],["parent/3990",[1467,4.971]],["name/3991",[1469,70.993]],["parent/3991",[1467,4.971]],["name/3992",[1470,70.993]],["parent/3992",[1467,4.971]],["name/3993",[423,45.691]],["parent/3993",[1467,4.971]],["name/3994",[1468,70.993]],["parent/3994",[1467,4.971]],["name/3995",[1469,70.993]],["parent/3995",[1467,4.971]],["name/3996",[1470,70.993]],["parent/3996",[1467,4.971]],["name/3997",[1467,49.79]],["parent/3997",[1467,4.971]],["name/3998",[17,54.464]],["parent/3998",[1471,6.72]],["name/3999",[43,47.218]],["parent/3999",[1471,6.72]],["name/4000",[96,58]],["parent/4000",[1471,6.72]],["name/4001",[1472,73.506]],["parent/4001",[1473,8.184]],["name/4002",[29,56.33]],["parent/4002",[1471,6.72]],["name/4003",[120,58]],["parent/4003",[1471,6.72]],["name/4004",[10,27.076]],["parent/4004",[1474,8.184]],["name/4005",[1472,73.506]],["parent/4005",[1475,7.674]],["name/4006",[1476,81.979]],["parent/4006",[1475,7.674]],["name/4007",[1472,73.506]],["parent/4007",[1471,6.72]],["name/4008",[1477,70.993]],["parent/4008",[1467,4.971]],["name/4009",[10,27.076]],["parent/4009",[1478,8.184]],["name/4010",[515,36.44]],["parent/4010",[1479,8.184]],["name/4011",[1480,70.993]],["parent/4011",[1467,4.971]],["name/4012",[10,27.076]],["parent/4012",[1481,8.184]],["name/4013",[164,34.944]],["parent/4013",[1482,8.184]],["name/4014",[1483,70.993]],["parent/4014",[1467,4.971]],["name/4015",[1484,70.993]],["parent/4015",[1467,4.971]],["name/4016",[1485,73.506]],["parent/4016",[1467,4.971]],["name/4017",[1477,70.993]],["parent/4017",[1467,4.971]],["name/4018",[1480,70.993]],["parent/4018",[1467,4.971]],["name/4019",[1483,70.993]],["parent/4019",[1467,4.971]],["name/4020",[1484,70.993]],["parent/4020",[1467,4.971]],["name/4021",[1485,73.506]],["parent/4021",[1467,4.971]],["name/4022",[1467,49.79]],["parent/4022",[1467,4.971]],["name/4023",[43,47.218]],["parent/4023",[1467,4.971]],["name/4024",[1477,70.993]],["parent/4024",[1467,4.971]],["name/4025",[1480,70.993]],["parent/4025",[1467,4.971]],["name/4026",[1483,70.993]],["parent/4026",[1467,4.971]],["name/4027",[1484,70.993]],["parent/4027",[1467,4.971]],["name/4028",[1485,73.506]],["parent/4028",[1467,4.971]],["name/4029",[1467,49.79]],["parent/4029",[1467,4.971]],["name/4030",[423,45.691]],["parent/4030",[1467,4.971]],["name/4031",[1468,70.993]],["parent/4031",[1467,4.971]],["name/4032",[1469,70.993]],["parent/4032",[1467,4.971]],["name/4033",[1470,70.993]],["parent/4033",[1467,4.971]],["name/4034",[1486,81.979]],["parent/4034",[1467,4.971]],["name/4035",[1483,70.993]],["parent/4035",[1487,6.453]],["name/4036",[1484,70.993]],["parent/4036",[1487,6.453]],["name/4037",[1477,70.993]],["parent/4037",[1487,6.453]],["name/4038",[1480,70.993]],["parent/4038",[1487,6.453]],["name/4039",[423,45.691]],["parent/4039",[1487,6.453]],["name/4040",[1468,70.993]],["parent/4040",[1487,6.453]],["name/4041",[1469,70.993]],["parent/4041",[1487,6.453]],["name/4042",[1470,70.993]],["parent/4042",[1487,6.453]],["name/4043",[43,47.218]],["parent/4043",[42,2.841]],["name/4044",[145,70.993]],["parent/4044",[42,2.841]],["name/4045",[146,70.993]],["parent/4045",[42,2.841]],["name/4046",[147,70.993]],["parent/4046",[42,2.841]],["name/4047",[148,70.993]],["parent/4047",[42,2.841]],["name/4048",[149,70.993]],["parent/4048",[42,2.841]],["name/4049",[150,70.993]],["parent/4049",[42,2.841]],["name/4050",[151,70.993]],["parent/4050",[42,2.841]],["name/4051",[152,70.993]],["parent/4051",[42,2.841]],["name/4052",[153,70.993]],["parent/4052",[42,2.841]],["name/4053",[154,70.993]],["parent/4053",[42,2.841]],["name/4054",[155,70.993]],["parent/4054",[42,2.841]],["name/4055",[156,70.993]],["parent/4055",[42,2.841]],["name/4056",[157,70.993]],["parent/4056",[42,2.841]],["name/4057",[158,70.993]],["parent/4057",[42,2.841]],["name/4058",[159,70.993]],["parent/4058",[42,2.841]],["name/4059",[160,70.993]],["parent/4059",[42,2.841]],["name/4060",[162,70.993]],["parent/4060",[42,2.841]],["name/4061",[166,70.993]],["parent/4061",[42,2.841]],["name/4062",[177,70.993]],["parent/4062",[42,2.841]],["name/4063",[182,70.993]],["parent/4063",[42,2.841]],["name/4064",[185,70.993]],["parent/4064",[42,2.841]],["name/4065",[189,70.993]],["parent/4065",[42,2.841]],["name/4066",[192,70.993]],["parent/4066",[42,2.841]],["name/4067",[203,70.993]],["parent/4067",[42,2.841]],["name/4068",[205,70.993]],["parent/4068",[42,2.841]],["name/4069",[208,70.993]],["parent/4069",[42,2.841]],["name/4070",[212,70.993]],["parent/4070",[42,2.841]],["name/4071",[214,70.993]],["parent/4071",[42,2.841]],["name/4072",[217,70.993]],["parent/4072",[42,2.841]],["name/4073",[219,70.993]],["parent/4073",[42,2.841]],["name/4074",[222,70.993]],["parent/4074",[42,2.841]],["name/4075",[224,70.993]],["parent/4075",[42,2.841]],["name/4076",[227,70.993]],["parent/4076",[42,2.841]],["name/4077",[235,70.993]],["parent/4077",[42,2.841]],["name/4078",[237,70.993]],["parent/4078",[42,2.841]],["name/4079",[240,70.993]],["parent/4079",[42,2.841]],["name/4080",[242,70.993]],["parent/4080",[42,2.841]],["name/4081",[245,70.993]],["parent/4081",[42,2.841]],["name/4082",[250,70.993]],["parent/4082",[42,2.841]],["name/4083",[252,70.993]],["parent/4083",[42,2.841]],["name/4084",[255,70.993]],["parent/4084",[42,2.841]],["name/4085",[258,70.993]],["parent/4085",[42,2.841]],["name/4086",[260,70.993]],["parent/4086",[42,2.841]],["name/4087",[263,70.993]],["parent/4087",[42,2.841]],["name/4088",[269,70.993]],["parent/4088",[42,2.841]],["name/4089",[271,70.993]],["parent/4089",[42,2.841]],["name/4090",[274,70.993]],["parent/4090",[42,2.841]],["name/4091",[279,70.993]],["parent/4091",[42,2.841]],["name/4092",[282,70.993]],["parent/4092",[42,2.841]],["name/4093",[285,70.993]],["parent/4093",[42,2.841]],["name/4094",[287,70.993]],["parent/4094",[42,2.841]],["name/4095",[290,70.993]],["parent/4095",[42,2.841]],["name/4096",[294,70.993]],["parent/4096",[42,2.841]],["name/4097",[297,70.993]],["parent/4097",[42,2.841]],["name/4098",[300,70.993]],["parent/4098",[42,2.841]],["name/4099",[302,70.993]],["parent/4099",[42,2.841]],["name/4100",[305,70.993]],["parent/4100",[42,2.841]],["name/4101",[307,70.993]],["parent/4101",[42,2.841]],["name/4102",[310,70.993]],["parent/4102",[42,2.841]],["name/4103",[315,70.993]],["parent/4103",[42,2.841]],["name/4104",[318,70.993]],["parent/4104",[42,2.841]],["name/4105",[321,64.633]],["parent/4105",[42,2.841]],["name/4106",[323,64.633]],["parent/4106",[42,2.841]],["name/4107",[326,70.993]],["parent/4107",[42,2.841]],["name/4108",[331,70.993]],["parent/4108",[42,2.841]],["name/4109",[333,70.993]],["parent/4109",[42,2.841]],["name/4110",[336,70.993]],["parent/4110",[42,2.841]],["name/4111",[339,70.993]],["parent/4111",[42,2.841]],["name/4112",[341,70.993]],["parent/4112",[42,2.841]],["name/4113",[344,70.993]],["parent/4113",[42,2.841]],["name/4114",[348,70.993]],["parent/4114",[42,2.841]],["name/4115",[350,70.993]],["parent/4115",[42,2.841]],["name/4116",[353,70.993]],["parent/4116",[42,2.841]],["name/4117",[358,70.993]],["parent/4117",[42,2.841]],["name/4118",[359,70.993]],["parent/4118",[42,2.841]],["name/4119",[360,73.506]],["parent/4119",[42,2.841]],["name/4120",[42,28.46]],["parent/4120",[42,2.841]],["name/4121",[80,70.993]],["parent/4121",[42,2.841]],["name/4122",[83,70.993]],["parent/4122",[42,2.841]],["name/4123",[76,70.993]],["parent/4123",[42,2.841]],["name/4124",[74,70.993]],["parent/4124",[42,2.841]],["name/4125",[75,70.993]],["parent/4125",[42,2.841]],["name/4126",[72,70.993]],["parent/4126",[42,2.841]],["name/4127",[73,70.993]],["parent/4127",[42,2.841]],["name/4128",[71,70.993]],["parent/4128",[42,2.841]],["name/4129",[70,70.993]],["parent/4129",[42,2.841]],["name/4130",[69,70.993]],["parent/4130",[42,2.841]],["name/4131",[84,70.993]],["parent/4131",[42,2.841]],["name/4132",[85,70.993]],["parent/4132",[42,2.841]],["name/4133",[86,70.993]],["parent/4133",[42,2.841]],["name/4134",[87,70.993]],["parent/4134",[42,2.841]],["name/4135",[88,70.993]],["parent/4135",[42,2.841]],["name/4136",[78,70.993]],["parent/4136",[42,2.841]],["name/4137",[79,70.993]],["parent/4137",[42,2.841]],["name/4138",[77,70.993]],["parent/4138",[42,2.841]],["name/4139",[89,70.993]],["parent/4139",[42,2.841]],["name/4140",[90,70.993]],["parent/4140",[42,2.841]],["name/4141",[91,70.993]],["parent/4141",[42,2.841]],["name/4142",[92,70.993]],["parent/4142",[42,2.841]],["name/4143",[93,70.993]],["parent/4143",[42,2.841]],["name/4144",[94,70.993]],["parent/4144",[42,2.841]],["name/4145",[82,70.993]],["parent/4145",[42,2.841]],["name/4146",[81,70.993]],["parent/4146",[42,2.841]],["name/4147",[1488,81.979]],["parent/4147",[42,2.841]],["name/4148",[358,70.993]],["parent/4148",[1489,3.977]],["name/4149",[359,70.993]],["parent/4149",[1489,3.977]],["name/4150",[166,70.993]],["parent/4150",[1489,3.977]],["name/4151",[160,70.993]],["parent/4151",[1489,3.977]],["name/4152",[162,70.993]],["parent/4152",[1489,3.977]],["name/4153",[145,70.993]],["parent/4153",[1489,3.977]],["name/4154",[146,70.993]],["parent/4154",[1489,3.977]],["name/4155",[177,70.993]],["parent/4155",[1489,3.977]],["name/4156",[182,70.993]],["parent/4156",[1489,3.977]],["name/4157",[147,70.993]],["parent/4157",[1489,3.977]],["name/4158",[192,70.993]],["parent/4158",[1489,3.977]],["name/4159",[185,70.993]],["parent/4159",[1489,3.977]],["name/4160",[189,70.993]],["parent/4160",[1489,3.977]],["name/4161",[148,70.993]],["parent/4161",[1489,3.977]],["name/4162",[208,70.993]],["parent/4162",[1489,3.977]],["name/4163",[203,70.993]],["parent/4163",[1489,3.977]],["name/4164",[205,70.993]],["parent/4164",[1489,3.977]],["name/4165",[212,70.993]],["parent/4165",[1489,3.977]],["name/4166",[214,70.993]],["parent/4166",[1489,3.977]],["name/4167",[217,70.993]],["parent/4167",[1489,3.977]],["name/4168",[219,70.993]],["parent/4168",[1489,3.977]],["name/4169",[227,70.993]],["parent/4169",[1489,3.977]],["name/4170",[222,70.993]],["parent/4170",[1489,3.977]],["name/4171",[224,70.993]],["parent/4171",[1489,3.977]],["name/4172",[235,70.993]],["parent/4172",[1489,3.977]],["name/4173",[237,70.993]],["parent/4173",[1489,3.977]],["name/4174",[149,70.993]],["parent/4174",[1489,3.977]],["name/4175",[245,70.993]],["parent/4175",[1489,3.977]],["name/4176",[240,70.993]],["parent/4176",[1489,3.977]],["name/4177",[242,70.993]],["parent/4177",[1489,3.977]],["name/4178",[150,70.993]],["parent/4178",[1489,3.977]],["name/4179",[255,70.993]],["parent/4179",[1489,3.977]],["name/4180",[250,70.993]],["parent/4180",[1489,3.977]],["name/4181",[252,70.993]],["parent/4181",[1489,3.977]],["name/4182",[151,70.993]],["parent/4182",[1489,3.977]],["name/4183",[263,70.993]],["parent/4183",[1489,3.977]],["name/4184",[258,70.993]],["parent/4184",[1489,3.977]],["name/4185",[260,70.993]],["parent/4185",[1489,3.977]],["name/4186",[152,70.993]],["parent/4186",[1489,3.977]],["name/4187",[274,70.993]],["parent/4187",[1489,3.977]],["name/4188",[269,70.993]],["parent/4188",[1489,3.977]],["name/4189",[271,70.993]],["parent/4189",[1489,3.977]],["name/4190",[153,70.993]],["parent/4190",[1489,3.977]],["name/4191",[279,70.993]],["parent/4191",[1489,3.977]],["name/4192",[282,70.993]],["parent/4192",[1489,3.977]],["name/4193",[154,70.993]],["parent/4193",[1489,3.977]],["name/4194",[155,70.993]],["parent/4194",[1489,3.977]],["name/4195",[156,70.993]],["parent/4195",[1489,3.977]],["name/4196",[290,70.993]],["parent/4196",[1489,3.977]],["name/4197",[285,70.993]],["parent/4197",[1489,3.977]],["name/4198",[287,70.993]],["parent/4198",[1489,3.977]],["name/4199",[294,70.993]],["parent/4199",[1489,3.977]],["name/4200",[297,70.993]],["parent/4200",[1489,3.977]],["name/4201",[300,70.993]],["parent/4201",[1489,3.977]],["name/4202",[302,70.993]],["parent/4202",[1489,3.977]],["name/4203",[157,70.993]],["parent/4203",[1489,3.977]],["name/4204",[310,70.993]],["parent/4204",[1489,3.977]],["name/4205",[305,70.993]],["parent/4205",[1489,3.977]],["name/4206",[307,70.993]],["parent/4206",[1489,3.977]],["name/4207",[158,70.993]],["parent/4207",[1489,3.977]],["name/4208",[315,70.993]],["parent/4208",[1489,3.977]],["name/4209",[318,70.993]],["parent/4209",[1489,3.977]],["name/4210",[326,70.993]],["parent/4210",[1489,3.977]],["name/4211",[321,64.633]],["parent/4211",[1489,3.977]],["name/4212",[323,64.633]],["parent/4212",[1489,3.977]],["name/4213",[159,70.993]],["parent/4213",[1489,3.977]],["name/4214",[336,70.993]],["parent/4214",[1489,3.977]],["name/4215",[331,70.993]],["parent/4215",[1489,3.977]],["name/4216",[333,70.993]],["parent/4216",[1489,3.977]],["name/4217",[344,70.993]],["parent/4217",[1489,3.977]],["name/4218",[339,70.993]],["parent/4218",[1489,3.977]],["name/4219",[341,70.993]],["parent/4219",[1489,3.977]],["name/4220",[353,70.993]],["parent/4220",[1489,3.977]],["name/4221",[348,70.993]],["parent/4221",[1489,3.977]],["name/4222",[350,70.993]],["parent/4222",[1489,3.977]],["name/4223",[80,70.993]],["parent/4223",[1489,3.977]],["name/4224",[83,70.993]],["parent/4224",[1489,3.977]],["name/4225",[76,70.993]],["parent/4225",[1489,3.977]],["name/4226",[74,70.993]],["parent/4226",[1489,3.977]],["name/4227",[75,70.993]],["parent/4227",[1489,3.977]],["name/4228",[72,70.993]],["parent/4228",[1489,3.977]],["name/4229",[73,70.993]],["parent/4229",[1489,3.977]],["name/4230",[71,70.993]],["parent/4230",[1489,3.977]],["name/4231",[70,70.993]],["parent/4231",[1489,3.977]],["name/4232",[69,70.993]],["parent/4232",[1489,3.977]],["name/4233",[84,70.993]],["parent/4233",[1489,3.977]],["name/4234",[85,70.993]],["parent/4234",[1489,3.977]],["name/4235",[86,70.993]],["parent/4235",[1489,3.977]],["name/4236",[87,70.993]],["parent/4236",[1489,3.977]],["name/4237",[88,70.993]],["parent/4237",[1489,3.977]],["name/4238",[78,70.993]],["parent/4238",[1489,3.977]],["name/4239",[79,70.993]],["parent/4239",[1489,3.977]],["name/4240",[77,70.993]],["parent/4240",[1489,3.977]],["name/4241",[89,70.993]],["parent/4241",[1489,3.977]],["name/4242",[90,70.993]],["parent/4242",[1489,3.977]],["name/4243",[91,70.993]],["parent/4243",[1489,3.977]],["name/4244",[92,70.993]],["parent/4244",[1489,3.977]],["name/4245",[93,70.993]],["parent/4245",[1489,3.977]],["name/4246",[94,70.993]],["parent/4246",[1489,3.977]],["name/4247",[82,70.993]],["parent/4247",[1489,3.977]],["name/4248",[81,70.993]],["parent/4248",[1489,3.977]],["name/4249",[1490,30.562]],["parent/4249",[]],["name/4250",[43,47.218]],["parent/4250",[1490,3.051]],["name/4251",[392,58]],["parent/4251",[1490,3.051]],["name/4252",[393,57.412]],["parent/4252",[1490,3.051]],["name/4253",[758,60.776]],["parent/4253",[1490,3.051]],["name/4254",[759,60.776]],["parent/4254",[1490,3.051]],["name/4255",[760,60.776]],["parent/4255",[1490,3.051]],["name/4256",[394,58]],["parent/4256",[1490,3.051]],["name/4257",[395,58]],["parent/4257",[1490,3.051]],["name/4258",[396,58]],["parent/4258",[1490,3.051]],["name/4259",[397,58]],["parent/4259",[1490,3.051]],["name/4260",[398,58]],["parent/4260",[1490,3.051]],["name/4261",[399,58]],["parent/4261",[1490,3.051]],["name/4262",[400,58]],["parent/4262",[1490,3.051]],["name/4263",[401,58]],["parent/4263",[1490,3.051]],["name/4264",[402,58]],["parent/4264",[1490,3.051]],["name/4265",[403,55.829]],["parent/4265",[1490,3.051]],["name/4266",[404,55.829]],["parent/4266",[1490,3.051]],["name/4267",[405,58]],["parent/4267",[1490,3.051]],["name/4268",[406,58]],["parent/4268",[1490,3.051]],["name/4269",[407,58]],["parent/4269",[1490,3.051]],["name/4270",[408,58]],["parent/4270",[1490,3.051]],["name/4271",[409,58]],["parent/4271",[1490,3.051]],["name/4272",[761,60.776]],["parent/4272",[1490,3.051]],["name/4273",[410,58]],["parent/4273",[1490,3.051]],["name/4274",[411,58]],["parent/4274",[1490,3.051]],["name/4275",[412,58]],["parent/4275",[1490,3.051]],["name/4276",[413,58]],["parent/4276",[1490,3.051]],["name/4277",[414,58]],["parent/4277",[1490,3.051]],["name/4278",[1072,64.633]],["parent/4278",[1490,3.051]],["name/4279",[1491,70.993]],["parent/4279",[1490,3.051]],["name/4280",[415,58]],["parent/4280",[1490,3.051]],["name/4281",[416,58]],["parent/4281",[1490,3.051]],["name/4282",[417,58]],["parent/4282",[1490,3.051]],["name/4283",[418,58]],["parent/4283",[1490,3.051]],["name/4284",[423,45.691]],["parent/4284",[1490,3.051]],["name/4285",[1492,70.993]],["parent/4285",[1490,3.051]],["name/4286",[1493,70.993]],["parent/4286",[1490,3.051]],["name/4287",[9,48.539]],["parent/4287",[1490,3.051]],["name/4288",[1494,70.993]],["parent/4288",[1490,3.051]],["name/4289",[1495,70.993]],["parent/4289",[1490,3.051]],["name/4290",[1496,70.993]],["parent/4290",[1490,3.051]],["name/4291",[1073,64.633]],["parent/4291",[1490,3.051]],["name/4292",[1074,64.633]],["parent/4292",[1490,3.051]],["name/4293",[1075,64.633]],["parent/4293",[1490,3.051]],["name/4294",[1076,64.633]],["parent/4294",[1490,3.051]],["name/4295",[1077,64.633]],["parent/4295",[1490,3.051]],["name/4296",[1078,64.633]],["parent/4296",[1490,3.051]],["name/4297",[1079,64.633]],["parent/4297",[1490,3.051]],["name/4298",[1080,64.633]],["parent/4298",[1490,3.051]],["name/4299",[1497,70.993]],["parent/4299",[1490,3.051]],["name/4300",[419,60.776]],["parent/4300",[1490,3.051]],["name/4301",[764,64.633]],["parent/4301",[1490,3.051]],["name/4302",[765,64.633]],["parent/4302",[1490,3.051]],["name/4303",[766,64.633]],["parent/4303",[1490,3.051]],["name/4304",[1498,70.993]],["parent/4304",[1490,3.051]],["name/4305",[424,60.776]],["parent/4305",[1490,3.051]],["name/4306",[425,60.776]],["parent/4306",[1490,3.051]],["name/4307",[426,60.776]],["parent/4307",[1490,3.051]],["name/4308",[430,60.776]],["parent/4308",[1490,3.051]],["name/4309",[431,60.776]],["parent/4309",[1490,3.051]],["name/4310",[432,60.776]],["parent/4310",[1490,3.051]],["name/4311",[416,58]],["parent/4311",[1490,3.051]],["name/4312",[417,58]],["parent/4312",[1490,3.051]],["name/4313",[418,58]],["parent/4313",[1490,3.051]],["name/4314",[397,58]],["parent/4314",[1490,3.051]],["name/4315",[407,58]],["parent/4315",[1490,3.051]],["name/4316",[408,58]],["parent/4316",[1490,3.051]],["name/4317",[409,58]],["parent/4317",[1490,3.051]],["name/4318",[398,58]],["parent/4318",[1490,3.051]],["name/4319",[399,58]],["parent/4319",[1490,3.051]],["name/4320",[423,45.691]],["parent/4320",[1490,3.051]],["name/4321",[1492,70.993]],["parent/4321",[1490,3.051]],["name/4322",[1493,70.993]],["parent/4322",[1490,3.051]],["name/4323",[392,58]],["parent/4323",[1490,3.051]],["name/4324",[761,60.776]],["parent/4324",[1490,3.051]],["name/4325",[9,48.539]],["parent/4325",[1490,3.051]],["name/4326",[1072,64.633]],["parent/4326",[1490,3.051]],["name/4327",[1491,70.993]],["parent/4327",[1490,3.051]],["name/4328",[414,58]],["parent/4328",[1490,3.051]],["name/4329",[1073,64.633]],["parent/4329",[1490,3.051]],["name/4330",[1074,64.633]],["parent/4330",[1490,3.051]],["name/4331",[1075,64.633]],["parent/4331",[1490,3.051]],["name/4332",[1076,64.633]],["parent/4332",[1490,3.051]],["name/4333",[1077,64.633]],["parent/4333",[1490,3.051]],["name/4334",[1078,64.633]],["parent/4334",[1490,3.051]],["name/4335",[1079,64.633]],["parent/4335",[1490,3.051]],["name/4336",[1080,64.633]],["parent/4336",[1490,3.051]],["name/4337",[402,58]],["parent/4337",[1490,3.051]],["name/4338",[1497,70.993]],["parent/4338",[1490,3.051]],["name/4339",[419,60.776]],["parent/4339",[1490,3.051]],["name/4340",[395,58]],["parent/4340",[1490,3.051]],["name/4341",[759,60.776]],["parent/4341",[1490,3.051]],["name/4342",[760,60.776]],["parent/4342",[1490,3.051]],["name/4343",[758,60.776]],["parent/4343",[1490,3.051]],["name/4344",[1498,70.993]],["parent/4344",[1490,3.051]],["name/4345",[394,58]],["parent/4345",[1490,3.051]],["name/4346",[424,60.776]],["parent/4346",[1490,3.051]],["name/4347",[425,60.776]],["parent/4347",[1490,3.051]],["name/4348",[426,60.776]],["parent/4348",[1490,3.051]],["name/4349",[765,64.633]],["parent/4349",[1490,3.051]],["name/4350",[766,64.633]],["parent/4350",[1490,3.051]],["name/4351",[764,64.633]],["parent/4351",[1490,3.051]],["name/4352",[400,58]],["parent/4352",[1490,3.051]],["name/4353",[396,58]],["parent/4353",[1490,3.051]],["name/4354",[415,58]],["parent/4354",[1490,3.051]],["name/4355",[412,58]],["parent/4355",[1490,3.051]],["name/4356",[413,58]],["parent/4356",[1490,3.051]],["name/4357",[410,58]],["parent/4357",[1490,3.051]],["name/4358",[411,58]],["parent/4358",[1490,3.051]],["name/4359",[1496,70.993]],["parent/4359",[1490,3.051]],["name/4360",[1495,70.993]],["parent/4360",[1490,3.051]],["name/4361",[405,58]],["parent/4361",[1490,3.051]],["name/4362",[406,58]],["parent/4362",[1490,3.051]],["name/4363",[1494,70.993]],["parent/4363",[1490,3.051]],["name/4364",[401,58]],["parent/4364",[1490,3.051]],["name/4365",[404,55.829]],["parent/4365",[1490,3.051]],["name/4366",[403,55.829]],["parent/4366",[1490,3.051]],["name/4367",[393,57.412]],["parent/4367",[1490,3.051]],["name/4368",[430,60.776]],["parent/4368",[1490,3.051]],["name/4369",[431,60.776]],["parent/4369",[1490,3.051]],["name/4370",[432,60.776]],["parent/4370",[1490,3.051]],["name/4371",[1490,30.562]],["parent/4371",[1490,3.051]],["name/4372",[17,54.464]],["parent/4372",[1499,5.919]],["name/4373",[43,47.218]],["parent/4373",[1499,5.919]],["name/4374",[96,58]],["parent/4374",[1499,5.919]],["name/4375",[1500,73.506]],["parent/4375",[1501,6.342]],["name/4376",[1502,73.506]],["parent/4376",[1501,6.342]],["name/4377",[1503,73.506]],["parent/4377",[1501,6.342]],["name/4378",[1504,73.506]],["parent/4378",[1501,6.342]],["name/4379",[1505,73.506]],["parent/4379",[1501,6.342]],["name/4380",[1506,73.506]],["parent/4380",[1501,6.342]],["name/4381",[1507,73.506]],["parent/4381",[1501,6.342]],["name/4382",[1508,73.506]],["parent/4382",[1501,6.342]],["name/4383",[1509,73.506]],["parent/4383",[1501,6.342]],["name/4384",[29,56.33]],["parent/4384",[1499,5.919]],["name/4385",[120,58]],["parent/4385",[1499,5.919]],["name/4386",[10,27.076]],["parent/4386",[1510,8.184]],["name/4387",[1500,73.506]],["parent/4387",[1511,5.676]],["name/4388",[1512,81.979]],["parent/4388",[1511,5.676]],["name/4389",[1502,73.506]],["parent/4389",[1511,5.676]],["name/4390",[1513,81.979]],["parent/4390",[1511,5.676]],["name/4391",[1503,73.506]],["parent/4391",[1511,5.676]],["name/4392",[1514,81.979]],["parent/4392",[1511,5.676]],["name/4393",[1504,73.506]],["parent/4393",[1511,5.676]],["name/4394",[1515,81.979]],["parent/4394",[1511,5.676]],["name/4395",[1505,73.506]],["parent/4395",[1511,5.676]],["name/4396",[1516,81.979]],["parent/4396",[1511,5.676]],["name/4397",[1506,73.506]],["parent/4397",[1511,5.676]],["name/4398",[1517,81.979]],["parent/4398",[1511,5.676]],["name/4399",[1507,73.506]],["parent/4399",[1511,5.676]],["name/4400",[1518,81.979]],["parent/4400",[1511,5.676]],["name/4401",[1508,73.506]],["parent/4401",[1511,5.676]],["name/4402",[1519,81.979]],["parent/4402",[1511,5.676]],["name/4403",[1509,73.506]],["parent/4403",[1511,5.676]],["name/4404",[1520,81.979]],["parent/4404",[1511,5.676]],["name/4405",[1500,73.506]],["parent/4405",[1499,5.919]],["name/4406",[1502,73.506]],["parent/4406",[1499,5.919]],["name/4407",[1503,73.506]],["parent/4407",[1499,5.919]],["name/4408",[1504,73.506]],["parent/4408",[1499,5.919]],["name/4409",[1505,73.506]],["parent/4409",[1499,5.919]],["name/4410",[1506,73.506]],["parent/4410",[1499,5.919]],["name/4411",[1507,73.506]],["parent/4411",[1499,5.919]],["name/4412",[1508,73.506]],["parent/4412",[1499,5.919]],["name/4413",[1509,73.506]],["parent/4413",[1499,5.919]],["name/4414",[1521,70.993]],["parent/4414",[1490,3.051]],["name/4415",[1522,70.993]],["parent/4415",[1490,3.051]],["name/4416",[10,27.076]],["parent/4416",[1523,8.184]],["name/4417",[515,36.44]],["parent/4417",[1524,7.674]],["name/4418",[197,40.87]],["parent/4418",[1524,7.674]],["name/4419",[1525,70.993]],["parent/4419",[1490,3.051]],["name/4420",[10,27.076]],["parent/4420",[1526,8.184]],["name/4421",[164,34.944]],["parent/4421",[1527,8.184]],["name/4422",[1528,70.993]],["parent/4422",[1490,3.051]],["name/4423",[10,27.076]],["parent/4423",[1529,8.184]],["name/4424",[515,36.44]],["parent/4424",[1530,7.674]],["name/4425",[197,40.87]],["parent/4425",[1530,7.674]],["name/4426",[1531,70.993]],["parent/4426",[1490,3.051]],["name/4427",[10,27.076]],["parent/4427",[1532,8.184]],["name/4428",[164,34.944]],["parent/4428",[1533,7.674]],["name/4429",[1534,64.633]],["parent/4429",[1533,7.674]],["name/4430",[1535,70.993]],["parent/4430",[1490,3.051]],["name/4431",[10,27.076]],["parent/4431",[1536,8.184]],["name/4432",[515,36.44]],["parent/4432",[1537,7.338]],["name/4433",[197,40.87]],["parent/4433",[1537,7.338]],["name/4434",[1538,81.979]],["parent/4434",[1537,7.338]],["name/4435",[1539,70.993]],["parent/4435",[1490,3.051]],["name/4436",[10,27.076]],["parent/4436",[1540,8.184]],["name/4437",[164,34.944]],["parent/4437",[1541,7.674]],["name/4438",[1534,64.633]],["parent/4438",[1541,7.674]],["name/4439",[1542,70.993]],["parent/4439",[1490,3.051]],["name/4440",[10,27.076]],["parent/4440",[1543,8.184]],["name/4441",[515,36.44]],["parent/4441",[1544,7.338]],["name/4442",[197,40.87]],["parent/4442",[1544,7.338]],["name/4443",[972,63.521]],["parent/4443",[1544,7.338]],["name/4444",[1545,70.993]],["parent/4444",[1490,3.051]],["name/4445",[10,27.076]],["parent/4445",[1546,8.184]],["name/4446",[1534,64.633]],["parent/4446",[1547,7.674]],["name/4447",[164,34.944]],["parent/4447",[1547,7.674]],["name/4448",[1548,70.993]],["parent/4448",[1490,3.051]],["name/4449",[10,27.076]],["parent/4449",[1549,8.184]],["name/4450",[515,36.44]],["parent/4450",[1550,7.674]],["name/4451",[197,40.87]],["parent/4451",[1550,7.674]],["name/4452",[1551,70.993]],["parent/4452",[1490,3.051]],["name/4453",[10,27.076]],["parent/4453",[1552,8.184]],["name/4454",[164,34.944]],["parent/4454",[1553,7.674]],["name/4455",[1534,64.633]],["parent/4455",[1553,7.674]],["name/4456",[1554,70.993]],["parent/4456",[1490,3.051]],["name/4457",[10,27.076]],["parent/4457",[1555,8.184]],["name/4458",[515,36.44]],["parent/4458",[1556,8.184]],["name/4459",[1557,70.993]],["parent/4459",[1490,3.051]],["name/4460",[10,27.076]],["parent/4460",[1558,8.184]],["name/4461",[164,34.944]],["parent/4461",[1559,7.674]],["name/4462",[1534,64.633]],["parent/4462",[1559,7.674]],["name/4463",[1560,70.993]],["parent/4463",[1490,3.051]],["name/4464",[10,27.076]],["parent/4464",[1561,8.184]],["name/4465",[515,36.44]],["parent/4465",[1562,7.674]],["name/4466",[197,40.87]],["parent/4466",[1562,7.674]],["name/4467",[1563,70.993]],["parent/4467",[1490,3.051]],["name/4468",[10,27.076]],["parent/4468",[1564,8.184]],["name/4469",[164,34.944]],["parent/4469",[1565,7.674]],["name/4470",[1534,64.633]],["parent/4470",[1565,7.674]],["name/4471",[1566,70.993]],["parent/4471",[1490,3.051]],["name/4472",[10,27.076]],["parent/4472",[1567,8.184]],["name/4473",[515,36.44]],["parent/4473",[1568,7.674]],["name/4474",[197,40.87]],["parent/4474",[1568,7.674]],["name/4475",[1569,70.993]],["parent/4475",[1490,3.051]],["name/4476",[10,27.076]],["parent/4476",[1570,8.184]],["name/4477",[647,63.521]],["parent/4477",[1571,7.338]],["name/4478",[164,34.944]],["parent/4478",[1571,7.338]],["name/4479",[1534,64.633]],["parent/4479",[1571,7.338]],["name/4480",[1572,70.993]],["parent/4480",[1490,3.051]],["name/4481",[10,27.076]],["parent/4481",[1573,8.184]],["name/4482",[515,36.44]],["parent/4482",[1574,7.674]],["name/4483",[197,40.87]],["parent/4483",[1574,7.674]],["name/4484",[1575,70.993]],["parent/4484",[1490,3.051]],["name/4485",[10,27.076]],["parent/4485",[1576,8.184]],["name/4486",[647,63.521]],["parent/4486",[1577,7.338]],["name/4487",[164,34.944]],["parent/4487",[1577,7.338]],["name/4488",[1534,64.633]],["parent/4488",[1577,7.338]],["name/4489",[1578,70.993]],["parent/4489",[1490,3.051]],["name/4490",[1579,70.993]],["parent/4490",[1490,3.051]],["name/4491",[1580,73.506]],["parent/4491",[1490,3.051]],["name/4492",[1521,70.993]],["parent/4492",[1490,3.051]],["name/4493",[1522,70.993]],["parent/4493",[1490,3.051]],["name/4494",[1525,70.993]],["parent/4494",[1490,3.051]],["name/4495",[1528,70.993]],["parent/4495",[1490,3.051]],["name/4496",[1531,70.993]],["parent/4496",[1490,3.051]],["name/4497",[1535,70.993]],["parent/4497",[1490,3.051]],["name/4498",[1539,70.993]],["parent/4498",[1490,3.051]],["name/4499",[1542,70.993]],["parent/4499",[1490,3.051]],["name/4500",[1545,70.993]],["parent/4500",[1490,3.051]],["name/4501",[1548,70.993]],["parent/4501",[1490,3.051]],["name/4502",[1551,70.993]],["parent/4502",[1490,3.051]],["name/4503",[1554,70.993]],["parent/4503",[1490,3.051]],["name/4504",[1557,70.993]],["parent/4504",[1490,3.051]],["name/4505",[1560,70.993]],["parent/4505",[1490,3.051]],["name/4506",[1563,70.993]],["parent/4506",[1490,3.051]],["name/4507",[1566,70.993]],["parent/4507",[1490,3.051]],["name/4508",[1569,70.993]],["parent/4508",[1490,3.051]],["name/4509",[1572,70.993]],["parent/4509",[1490,3.051]],["name/4510",[1575,70.993]],["parent/4510",[1490,3.051]],["name/4511",[1578,70.993]],["parent/4511",[1490,3.051]],["name/4512",[1579,70.993]],["parent/4512",[1490,3.051]],["name/4513",[1580,73.506]],["parent/4513",[1490,3.051]],["name/4514",[1490,30.562]],["parent/4514",[1490,3.051]],["name/4515",[43,47.218]],["parent/4515",[1490,3.051]],["name/4516",[1521,70.993]],["parent/4516",[1490,3.051]],["name/4517",[1522,70.993]],["parent/4517",[1490,3.051]],["name/4518",[1525,70.993]],["parent/4518",[1490,3.051]],["name/4519",[1528,70.993]],["parent/4519",[1490,3.051]],["name/4520",[1531,70.993]],["parent/4520",[1490,3.051]],["name/4521",[1535,70.993]],["parent/4521",[1490,3.051]],["name/4522",[1539,70.993]],["parent/4522",[1490,3.051]],["name/4523",[1542,70.993]],["parent/4523",[1490,3.051]],["name/4524",[1545,70.993]],["parent/4524",[1490,3.051]],["name/4525",[1548,70.993]],["parent/4525",[1490,3.051]],["name/4526",[1551,70.993]],["parent/4526",[1490,3.051]],["name/4527",[1554,70.993]],["parent/4527",[1490,3.051]],["name/4528",[1557,70.993]],["parent/4528",[1490,3.051]],["name/4529",[1560,70.993]],["parent/4529",[1490,3.051]],["name/4530",[1563,70.993]],["parent/4530",[1490,3.051]],["name/4531",[1566,70.993]],["parent/4531",[1490,3.051]],["name/4532",[1569,70.993]],["parent/4532",[1490,3.051]],["name/4533",[1572,70.993]],["parent/4533",[1490,3.051]],["name/4534",[1575,70.993]],["parent/4534",[1490,3.051]],["name/4535",[1578,70.993]],["parent/4535",[1490,3.051]],["name/4536",[1579,70.993]],["parent/4536",[1490,3.051]],["name/4537",[1580,73.506]],["parent/4537",[1490,3.051]],["name/4538",[1490,30.562]],["parent/4538",[1490,3.051]],["name/4539",[416,58]],["parent/4539",[1490,3.051]],["name/4540",[417,58]],["parent/4540",[1490,3.051]],["name/4541",[418,58]],["parent/4541",[1490,3.051]],["name/4542",[397,58]],["parent/4542",[1490,3.051]],["name/4543",[407,58]],["parent/4543",[1490,3.051]],["name/4544",[408,58]],["parent/4544",[1490,3.051]],["name/4545",[409,58]],["parent/4545",[1490,3.051]],["name/4546",[398,58]],["parent/4546",[1490,3.051]],["name/4547",[399,58]],["parent/4547",[1490,3.051]],["name/4548",[423,45.691]],["parent/4548",[1490,3.051]],["name/4549",[1492,70.993]],["parent/4549",[1490,3.051]],["name/4550",[1493,70.993]],["parent/4550",[1490,3.051]],["name/4551",[392,58]],["parent/4551",[1490,3.051]],["name/4552",[761,60.776]],["parent/4552",[1490,3.051]],["name/4553",[9,48.539]],["parent/4553",[1490,3.051]],["name/4554",[1072,64.633]],["parent/4554",[1490,3.051]],["name/4555",[1491,70.993]],["parent/4555",[1490,3.051]],["name/4556",[414,58]],["parent/4556",[1490,3.051]],["name/4557",[1073,64.633]],["parent/4557",[1490,3.051]],["name/4558",[1074,64.633]],["parent/4558",[1490,3.051]],["name/4559",[1075,64.633]],["parent/4559",[1490,3.051]],["name/4560",[1076,64.633]],["parent/4560",[1490,3.051]],["name/4561",[1077,64.633]],["parent/4561",[1490,3.051]],["name/4562",[1078,64.633]],["parent/4562",[1490,3.051]],["name/4563",[1079,64.633]],["parent/4563",[1490,3.051]],["name/4564",[1080,64.633]],["parent/4564",[1490,3.051]],["name/4565",[402,58]],["parent/4565",[1490,3.051]],["name/4566",[1497,70.993]],["parent/4566",[1490,3.051]],["name/4567",[419,60.776]],["parent/4567",[1490,3.051]],["name/4568",[395,58]],["parent/4568",[1490,3.051]],["name/4569",[759,60.776]],["parent/4569",[1490,3.051]],["name/4570",[760,60.776]],["parent/4570",[1490,3.051]],["name/4571",[758,60.776]],["parent/4571",[1490,3.051]],["name/4572",[1498,70.993]],["parent/4572",[1490,3.051]],["name/4573",[394,58]],["parent/4573",[1490,3.051]],["name/4574",[424,60.776]],["parent/4574",[1490,3.051]],["name/4575",[425,60.776]],["parent/4575",[1490,3.051]],["name/4576",[426,60.776]],["parent/4576",[1490,3.051]],["name/4577",[765,64.633]],["parent/4577",[1490,3.051]],["name/4578",[766,64.633]],["parent/4578",[1490,3.051]],["name/4579",[764,64.633]],["parent/4579",[1490,3.051]],["name/4580",[400,58]],["parent/4580",[1490,3.051]],["name/4581",[396,58]],["parent/4581",[1490,3.051]],["name/4582",[415,58]],["parent/4582",[1490,3.051]],["name/4583",[412,58]],["parent/4583",[1490,3.051]],["name/4584",[413,58]],["parent/4584",[1490,3.051]],["name/4585",[410,58]],["parent/4585",[1490,3.051]],["name/4586",[411,58]],["parent/4586",[1490,3.051]],["name/4587",[1496,70.993]],["parent/4587",[1490,3.051]],["name/4588",[1495,70.993]],["parent/4588",[1490,3.051]],["name/4589",[405,58]],["parent/4589",[1490,3.051]],["name/4590",[406,58]],["parent/4590",[1490,3.051]],["name/4591",[1494,70.993]],["parent/4591",[1490,3.051]],["name/4592",[401,58]],["parent/4592",[1490,3.051]],["name/4593",[404,55.829]],["parent/4593",[1490,3.051]],["name/4594",[403,55.829]],["parent/4594",[1490,3.051]],["name/4595",[393,57.412]],["parent/4595",[1490,3.051]],["name/4596",[430,60.776]],["parent/4596",[1490,3.051]],["name/4597",[431,60.776]],["parent/4597",[1490,3.051]],["name/4598",[432,60.776]],["parent/4598",[1490,3.051]],["name/4599",[1581,81.979]],["parent/4599",[1490,3.051]],["name/4600",[1578,70.993]],["parent/4600",[1582,4.196]],["name/4601",[1579,70.993]],["parent/4601",[1582,4.196]],["name/4602",[1522,70.993]],["parent/4602",[1582,4.196]],["name/4603",[1525,70.993]],["parent/4603",[1582,4.196]],["name/4604",[1528,70.993]],["parent/4604",[1582,4.196]],["name/4605",[1531,70.993]],["parent/4605",[1582,4.196]],["name/4606",[1535,70.993]],["parent/4606",[1582,4.196]],["name/4607",[1539,70.993]],["parent/4607",[1582,4.196]],["name/4608",[1521,70.993]],["parent/4608",[1582,4.196]],["name/4609",[1542,70.993]],["parent/4609",[1582,4.196]],["name/4610",[1545,70.993]],["parent/4610",[1582,4.196]],["name/4611",[1548,70.993]],["parent/4611",[1582,4.196]],["name/4612",[1551,70.993]],["parent/4612",[1582,4.196]],["name/4613",[1554,70.993]],["parent/4613",[1582,4.196]],["name/4614",[1557,70.993]],["parent/4614",[1582,4.196]],["name/4615",[1560,70.993]],["parent/4615",[1582,4.196]],["name/4616",[1563,70.993]],["parent/4616",[1582,4.196]],["name/4617",[1566,70.993]],["parent/4617",[1582,4.196]],["name/4618",[1569,70.993]],["parent/4618",[1582,4.196]],["name/4619",[1572,70.993]],["parent/4619",[1582,4.196]],["name/4620",[1575,70.993]],["parent/4620",[1582,4.196]],["name/4621",[416,58]],["parent/4621",[1582,4.196]],["name/4622",[417,58]],["parent/4622",[1582,4.196]],["name/4623",[418,58]],["parent/4623",[1582,4.196]],["name/4624",[397,58]],["parent/4624",[1582,4.196]],["name/4625",[407,58]],["parent/4625",[1582,4.196]],["name/4626",[408,58]],["parent/4626",[1582,4.196]],["name/4627",[409,58]],["parent/4627",[1582,4.196]],["name/4628",[398,58]],["parent/4628",[1582,4.196]],["name/4629",[399,58]],["parent/4629",[1582,4.196]],["name/4630",[423,45.691]],["parent/4630",[1582,4.196]],["name/4631",[1492,70.993]],["parent/4631",[1582,4.196]],["name/4632",[1493,70.993]],["parent/4632",[1582,4.196]],["name/4633",[392,58]],["parent/4633",[1582,4.196]],["name/4634",[761,60.776]],["parent/4634",[1582,4.196]],["name/4635",[9,48.539]],["parent/4635",[1582,4.196]],["name/4636",[1072,64.633]],["parent/4636",[1582,4.196]],["name/4637",[1491,70.993]],["parent/4637",[1582,4.196]],["name/4638",[414,58]],["parent/4638",[1582,4.196]],["name/4639",[1073,64.633]],["parent/4639",[1582,4.196]],["name/4640",[1074,64.633]],["parent/4640",[1582,4.196]],["name/4641",[1075,64.633]],["parent/4641",[1582,4.196]],["name/4642",[1076,64.633]],["parent/4642",[1582,4.196]],["name/4643",[1077,64.633]],["parent/4643",[1582,4.196]],["name/4644",[1078,64.633]],["parent/4644",[1582,4.196]],["name/4645",[1079,64.633]],["parent/4645",[1582,4.196]],["name/4646",[1080,64.633]],["parent/4646",[1582,4.196]],["name/4647",[402,58]],["parent/4647",[1582,4.196]],["name/4648",[1497,70.993]],["parent/4648",[1582,4.196]],["name/4649",[419,60.776]],["parent/4649",[1582,4.196]],["name/4650",[395,58]],["parent/4650",[1582,4.196]],["name/4651",[759,60.776]],["parent/4651",[1582,4.196]],["name/4652",[760,60.776]],["parent/4652",[1582,4.196]],["name/4653",[758,60.776]],["parent/4653",[1582,4.196]],["name/4654",[1498,70.993]],["parent/4654",[1582,4.196]],["name/4655",[394,58]],["parent/4655",[1582,4.196]],["name/4656",[424,60.776]],["parent/4656",[1582,4.196]],["name/4657",[425,60.776]],["parent/4657",[1582,4.196]],["name/4658",[426,60.776]],["parent/4658",[1582,4.196]],["name/4659",[765,64.633]],["parent/4659",[1582,4.196]],["name/4660",[766,64.633]],["parent/4660",[1582,4.196]],["name/4661",[764,64.633]],["parent/4661",[1582,4.196]],["name/4662",[400,58]],["parent/4662",[1582,4.196]],["name/4663",[396,58]],["parent/4663",[1582,4.196]],["name/4664",[415,58]],["parent/4664",[1582,4.196]],["name/4665",[412,58]],["parent/4665",[1582,4.196]],["name/4666",[413,58]],["parent/4666",[1582,4.196]],["name/4667",[410,58]],["parent/4667",[1582,4.196]],["name/4668",[411,58]],["parent/4668",[1582,4.196]],["name/4669",[1496,70.993]],["parent/4669",[1582,4.196]],["name/4670",[1495,70.993]],["parent/4670",[1582,4.196]],["name/4671",[405,58]],["parent/4671",[1582,4.196]],["name/4672",[406,58]],["parent/4672",[1582,4.196]],["name/4673",[1494,70.993]],["parent/4673",[1582,4.196]],["name/4674",[401,58]],["parent/4674",[1582,4.196]],["name/4675",[404,55.829]],["parent/4675",[1582,4.196]],["name/4676",[403,55.829]],["parent/4676",[1582,4.196]],["name/4677",[393,57.412]],["parent/4677",[1582,4.196]],["name/4678",[430,60.776]],["parent/4678",[1582,4.196]],["name/4679",[431,60.776]],["parent/4679",[1582,4.196]],["name/4680",[432,60.776]],["parent/4680",[1582,4.196]],["name/4681",[1583,48.306]],["parent/4681",[]],["name/4682",[43,47.218]],["parent/4682",[1583,4.823]],["name/4683",[1584,70.993]],["parent/4683",[1583,4.823]],["name/4684",[1585,70.993]],["parent/4684",[1583,4.823]],["name/4685",[1586,70.993]],["parent/4685",[1583,4.823]],["name/4686",[1587,70.993]],["parent/4686",[1583,4.823]],["name/4687",[1588,70.993]],["parent/4687",[1583,4.823]],["name/4688",[1589,70.993]],["parent/4688",[1583,4.823]],["name/4689",[1589,70.993]],["parent/4689",[1583,4.823]],["name/4690",[1588,70.993]],["parent/4690",[1583,4.823]],["name/4691",[1587,70.993]],["parent/4691",[1583,4.823]],["name/4692",[1586,70.993]],["parent/4692",[1583,4.823]],["name/4693",[1585,70.993]],["parent/4693",[1583,4.823]],["name/4694",[1584,70.993]],["parent/4694",[1583,4.823]],["name/4695",[1583,48.306]],["parent/4695",[1583,4.823]],["name/4696",[17,54.464]],["parent/4696",[1590,6.72]],["name/4697",[43,47.218]],["parent/4697",[1590,6.72]],["name/4698",[96,58]],["parent/4698",[1590,6.72]],["name/4699",[1591,73.506]],["parent/4699",[1592,8.184]],["name/4700",[29,56.33]],["parent/4700",[1590,6.72]],["name/4701",[120,58]],["parent/4701",[1590,6.72]],["name/4702",[10,27.076]],["parent/4702",[1593,8.184]],["name/4703",[1591,73.506]],["parent/4703",[1594,7.674]],["name/4704",[1595,81.979]],["parent/4704",[1594,7.674]],["name/4705",[1591,73.506]],["parent/4705",[1590,6.72]],["name/4706",[1596,70.993]],["parent/4706",[1583,4.823]],["name/4707",[10,27.076]],["parent/4707",[1597,8.184]],["name/4708",[515,36.44]],["parent/4708",[1598,7.088]],["name/4709",[1599,67.316]],["parent/4709",[1598,7.088]],["name/4710",[1600,76.871]],["parent/4710",[1598,7.088]],["name/4711",[1601,81.979]],["parent/4711",[1598,7.088]],["name/4712",[1602,70.993]],["parent/4712",[1583,4.823]],["name/4713",[10,27.076]],["parent/4713",[1603,8.184]],["name/4714",[164,34.944]],["parent/4714",[1604,8.184]],["name/4715",[1605,70.993]],["parent/4715",[1583,4.823]],["name/4716",[1606,70.993]],["parent/4716",[1583,4.823]],["name/4717",[1607,73.506]],["parent/4717",[1583,4.823]],["name/4718",[1596,70.993]],["parent/4718",[1583,4.823]],["name/4719",[1602,70.993]],["parent/4719",[1583,4.823]],["name/4720",[1605,70.993]],["parent/4720",[1583,4.823]],["name/4721",[1606,70.993]],["parent/4721",[1583,4.823]],["name/4722",[1607,73.506]],["parent/4722",[1583,4.823]],["name/4723",[1583,48.306]],["parent/4723",[1583,4.823]],["name/4724",[43,47.218]],["parent/4724",[1583,4.823]],["name/4725",[1596,70.993]],["parent/4725",[1583,4.823]],["name/4726",[1602,70.993]],["parent/4726",[1583,4.823]],["name/4727",[1605,70.993]],["parent/4727",[1583,4.823]],["name/4728",[1606,70.993]],["parent/4728",[1583,4.823]],["name/4729",[1607,73.506]],["parent/4729",[1583,4.823]],["name/4730",[1583,48.306]],["parent/4730",[1583,4.823]],["name/4731",[1589,70.993]],["parent/4731",[1583,4.823]],["name/4732",[1588,70.993]],["parent/4732",[1583,4.823]],["name/4733",[1587,70.993]],["parent/4733",[1583,4.823]],["name/4734",[1586,70.993]],["parent/4734",[1583,4.823]],["name/4735",[1585,70.993]],["parent/4735",[1583,4.823]],["name/4736",[1584,70.993]],["parent/4736",[1583,4.823]],["name/4737",[1608,81.979]],["parent/4737",[1583,4.823]],["name/4738",[1605,70.993]],["parent/4738",[1609,6.242]],["name/4739",[1606,70.993]],["parent/4739",[1609,6.242]],["name/4740",[1596,70.993]],["parent/4740",[1609,6.242]],["name/4741",[1602,70.993]],["parent/4741",[1609,6.242]],["name/4742",[1589,70.993]],["parent/4742",[1609,6.242]],["name/4743",[1588,70.993]],["parent/4743",[1609,6.242]],["name/4744",[1587,70.993]],["parent/4744",[1609,6.242]],["name/4745",[1586,70.993]],["parent/4745",[1609,6.242]],["name/4746",[1585,70.993]],["parent/4746",[1609,6.242]],["name/4747",[1584,70.993]],["parent/4747",[1609,6.242]],["name/4748",[1610,36.232]],["parent/4748",[]],["name/4749",[43,47.218]],["parent/4749",[1610,3.617]],["name/4750",[1040,60.776]],["parent/4750",[1610,3.617]],["name/4751",[1041,60.776]],["parent/4751",[1610,3.617]],["name/4752",[1042,60.776]],["parent/4752",[1610,3.617]],["name/4753",[403,55.829]],["parent/4753",[1610,3.617]],["name/4754",[404,55.829]],["parent/4754",[1610,3.617]],["name/4755",[1043,60.776]],["parent/4755",[1610,3.617]],["name/4756",[1044,60.776]],["parent/4756",[1610,3.617]],["name/4757",[1045,60.776]],["parent/4757",[1610,3.617]],["name/4758",[1046,64.633]],["parent/4758",[1610,3.617]],["name/4759",[1047,64.633]],["parent/4759",[1610,3.617]],["name/4760",[1048,60.776]],["parent/4760",[1610,3.617]],["name/4761",[1049,60.776]],["parent/4761",[1610,3.617]],["name/4762",[1050,64.633]],["parent/4762",[1610,3.617]],["name/4763",[1051,60.776]],["parent/4763",[1610,3.617]],["name/4764",[1052,60.776]],["parent/4764",[1610,3.617]],["name/4765",[1053,64.633]],["parent/4765",[1610,3.617]],["name/4766",[1054,64.633]],["parent/4766",[1610,3.617]],["name/4767",[1055,64.633]],["parent/4767",[1610,3.617]],["name/4768",[1056,64.633]],["parent/4768",[1610,3.617]],["name/4769",[1057,60.776]],["parent/4769",[1610,3.617]],["name/4770",[1058,64.633]],["parent/4770",[1610,3.617]],["name/4771",[1059,64.633]],["parent/4771",[1610,3.617]],["name/4772",[1060,64.633]],["parent/4772",[1610,3.617]],["name/4773",[1611,70.993]],["parent/4773",[1610,3.617]],["name/4774",[1612,70.993]],["parent/4774",[1610,3.617]],["name/4775",[1613,70.993]],["parent/4775",[1610,3.617]],["name/4776",[423,45.691]],["parent/4776",[1610,3.617]],["name/4777",[9,48.539]],["parent/4777",[1610,3.617]],["name/4778",[1614,70.993]],["parent/4778",[1610,3.617]],["name/4779",[1110,54.047]],["parent/4779",[1610,3.617]],["name/4780",[1060,64.633]],["parent/4780",[1610,3.617]],["name/4781",[1612,70.993]],["parent/4781",[1610,3.617]],["name/4782",[1613,70.993]],["parent/4782",[1610,3.617]],["name/4783",[423,45.691]],["parent/4783",[1610,3.617]],["name/4784",[1040,60.776]],["parent/4784",[1610,3.617]],["name/4785",[1057,60.776]],["parent/4785",[1610,3.617]],["name/4786",[1058,64.633]],["parent/4786",[1610,3.617]],["name/4787",[9,48.539]],["parent/4787",[1610,3.617]],["name/4788",[1050,64.633]],["parent/4788",[1610,3.617]],["name/4789",[1056,64.633]],["parent/4789",[1610,3.617]],["name/4790",[1055,64.633]],["parent/4790",[1610,3.617]],["name/4791",[1052,60.776]],["parent/4791",[1610,3.617]],["name/4792",[1611,70.993]],["parent/4792",[1610,3.617]],["name/4793",[1048,60.776]],["parent/4793",[1610,3.617]],["name/4794",[1059,64.633]],["parent/4794",[1610,3.617]],["name/4795",[1053,64.633]],["parent/4795",[1610,3.617]],["name/4796",[1054,64.633]],["parent/4796",[1610,3.617]],["name/4797",[1045,60.776]],["parent/4797",[1610,3.617]],["name/4798",[1049,60.776]],["parent/4798",[1610,3.617]],["name/4799",[1614,70.993]],["parent/4799",[1610,3.617]],["name/4800",[1044,60.776]],["parent/4800",[1610,3.617]],["name/4801",[1047,64.633]],["parent/4801",[1610,3.617]],["name/4802",[1046,64.633]],["parent/4802",[1610,3.617]],["name/4803",[1110,54.047]],["parent/4803",[1610,3.617]],["name/4804",[404,55.829]],["parent/4804",[1610,3.617]],["name/4805",[403,55.829]],["parent/4805",[1610,3.617]],["name/4806",[1051,60.776]],["parent/4806",[1610,3.617]],["name/4807",[1042,60.776]],["parent/4807",[1610,3.617]],["name/4808",[1041,60.776]],["parent/4808",[1610,3.617]],["name/4809",[1043,60.776]],["parent/4809",[1610,3.617]],["name/4810",[1610,36.232]],["parent/4810",[1610,3.617]],["name/4811",[17,54.464]],["parent/4811",[1615,6.342]],["name/4812",[43,47.218]],["parent/4812",[1615,6.342]],["name/4813",[96,58]],["parent/4813",[1615,6.342]],["name/4814",[1616,73.506]],["parent/4814",[1617,7.088]],["name/4815",[1618,73.506]],["parent/4815",[1617,7.088]],["name/4816",[1619,73.506]],["parent/4816",[1617,7.088]],["name/4817",[1620,73.506]],["parent/4817",[1617,7.088]],["name/4818",[29,56.33]],["parent/4818",[1615,6.342]],["name/4819",[120,58]],["parent/4819",[1615,6.342]],["name/4820",[10,27.076]],["parent/4820",[1621,8.184]],["name/4821",[1616,73.506]],["parent/4821",[1622,6.453]],["name/4822",[1623,81.979]],["parent/4822",[1622,6.453]],["name/4823",[1618,73.506]],["parent/4823",[1622,6.453]],["name/4824",[1624,81.979]],["parent/4824",[1622,6.453]],["name/4825",[1619,73.506]],["parent/4825",[1622,6.453]],["name/4826",[1625,81.979]],["parent/4826",[1622,6.453]],["name/4827",[1620,73.506]],["parent/4827",[1622,6.453]],["name/4828",[1626,81.979]],["parent/4828",[1622,6.453]],["name/4829",[1616,73.506]],["parent/4829",[1615,6.342]],["name/4830",[1618,73.506]],["parent/4830",[1615,6.342]],["name/4831",[1619,73.506]],["parent/4831",[1615,6.342]],["name/4832",[1620,73.506]],["parent/4832",[1615,6.342]],["name/4833",[1627,70.993]],["parent/4833",[1610,3.617]],["name/4834",[1628,70.993]],["parent/4834",[1610,3.617]],["name/4835",[1629,70.993]],["parent/4835",[1610,3.617]],["name/4836",[1630,70.993]],["parent/4836",[1610,3.617]],["name/4837",[1631,70.993]],["parent/4837",[1610,3.617]],["name/4838",[10,27.076]],["parent/4838",[1632,8.184]],["name/4839",[1425,67.316]],["parent/4839",[1633,7.088]],["name/4840",[1418,70.993]],["parent/4840",[1633,7.088]],["name/4841",[197,40.87]],["parent/4841",[1633,7.088]],["name/4842",[515,36.44]],["parent/4842",[1633,7.088]],["name/4843",[1634,70.993]],["parent/4843",[1610,3.617]],["name/4844",[10,27.076]],["parent/4844",[1635,8.184]],["name/4845",[164,34.944]],["parent/4845",[1636,8.184]],["name/4846",[1637,70.993]],["parent/4846",[1610,3.617]],["name/4847",[10,27.076]],["parent/4847",[1638,8.184]],["name/4848",[1418,70.993]],["parent/4848",[1639,7.338]],["name/4849",[197,40.87]],["parent/4849",[1639,7.338]],["name/4850",[515,36.44]],["parent/4850",[1639,7.338]],["name/4851",[1640,70.993]],["parent/4851",[1610,3.617]],["name/4852",[10,27.076]],["parent/4852",[1641,8.184]],["name/4853",[1415,70.993]],["parent/4853",[1642,7.674]],["name/4854",[164,34.944]],["parent/4854",[1642,7.674]],["name/4855",[1643,70.993]],["parent/4855",[1610,3.617]],["name/4856",[10,27.076]],["parent/4856",[1644,8.184]],["name/4857",[1645,76.871]],["parent/4857",[1646,6.453]],["name/4858",[972,63.521]],["parent/4858",[1646,6.453]],["name/4859",[1647,73.506]],["parent/4859",[1646,6.453]],["name/4860",[1648,73.506]],["parent/4860",[1646,6.453]],["name/4861",[1649,73.506]],["parent/4861",[1646,6.453]],["name/4862",[1599,67.316]],["parent/4862",[1646,6.453]],["name/4863",[197,40.87]],["parent/4863",[1646,6.453]],["name/4864",[515,36.44]],["parent/4864",[1646,6.453]],["name/4865",[1650,70.993]],["parent/4865",[1610,3.617]],["name/4866",[10,27.076]],["parent/4866",[1651,8.184]],["name/4867",[164,34.944]],["parent/4867",[1652,7.674]],["name/4868",[1415,70.993]],["parent/4868",[1652,7.674]],["name/4869",[1653,70.993]],["parent/4869",[1610,3.617]],["name/4870",[10,27.076]],["parent/4870",[1654,8.184]],["name/4871",[1425,67.316]],["parent/4871",[1655,6.342]],["name/4872",[1645,76.871]],["parent/4872",[1655,6.342]],["name/4873",[972,63.521]],["parent/4873",[1655,6.342]],["name/4874",[1647,73.506]],["parent/4874",[1655,6.342]],["name/4875",[1648,73.506]],["parent/4875",[1655,6.342]],["name/4876",[515,36.44]],["parent/4876",[1655,6.342]],["name/4877",[1649,73.506]],["parent/4877",[1655,6.342]],["name/4878",[197,40.87]],["parent/4878",[1655,6.342]],["name/4879",[1599,67.316]],["parent/4879",[1655,6.342]],["name/4880",[1656,70.993]],["parent/4880",[1610,3.617]],["name/4881",[10,27.076]],["parent/4881",[1657,8.184]],["name/4882",[164,34.944]],["parent/4882",[1658,8.184]],["name/4883",[1659,70.993]],["parent/4883",[1610,3.617]],["name/4884",[1660,70.993]],["parent/4884",[1610,3.617]],["name/4885",[1661,73.506]],["parent/4885",[1610,3.617]],["name/4886",[1627,70.993]],["parent/4886",[1610,3.617]],["name/4887",[1628,70.993]],["parent/4887",[1610,3.617]],["name/4888",[1629,70.993]],["parent/4888",[1610,3.617]],["name/4889",[1630,70.993]],["parent/4889",[1610,3.617]],["name/4890",[1631,70.993]],["parent/4890",[1610,3.617]],["name/4891",[1634,70.993]],["parent/4891",[1610,3.617]],["name/4892",[1637,70.993]],["parent/4892",[1610,3.617]],["name/4893",[1640,70.993]],["parent/4893",[1610,3.617]],["name/4894",[1643,70.993]],["parent/4894",[1610,3.617]],["name/4895",[1650,70.993]],["parent/4895",[1610,3.617]],["name/4896",[1653,70.993]],["parent/4896",[1610,3.617]],["name/4897",[1656,70.993]],["parent/4897",[1610,3.617]],["name/4898",[1659,70.993]],["parent/4898",[1610,3.617]],["name/4899",[1660,70.993]],["parent/4899",[1610,3.617]],["name/4900",[1661,73.506]],["parent/4900",[1610,3.617]],["name/4901",[1610,36.232]],["parent/4901",[1610,3.617]],["name/4902",[43,47.218]],["parent/4902",[1610,3.617]],["name/4903",[1627,70.993]],["parent/4903",[1610,3.617]],["name/4904",[1628,70.993]],["parent/4904",[1610,3.617]],["name/4905",[1629,70.993]],["parent/4905",[1610,3.617]],["name/4906",[1630,70.993]],["parent/4906",[1610,3.617]],["name/4907",[1631,70.993]],["parent/4907",[1610,3.617]],["name/4908",[1634,70.993]],["parent/4908",[1610,3.617]],["name/4909",[1637,70.993]],["parent/4909",[1610,3.617]],["name/4910",[1640,70.993]],["parent/4910",[1610,3.617]],["name/4911",[1643,70.993]],["parent/4911",[1610,3.617]],["name/4912",[1650,70.993]],["parent/4912",[1610,3.617]],["name/4913",[1653,70.993]],["parent/4913",[1610,3.617]],["name/4914",[1656,70.993]],["parent/4914",[1610,3.617]],["name/4915",[1659,70.993]],["parent/4915",[1610,3.617]],["name/4916",[1660,70.993]],["parent/4916",[1610,3.617]],["name/4917",[1661,73.506]],["parent/4917",[1610,3.617]],["name/4918",[1610,36.232]],["parent/4918",[1610,3.617]],["name/4919",[1060,64.633]],["parent/4919",[1610,3.617]],["name/4920",[1612,70.993]],["parent/4920",[1610,3.617]],["name/4921",[1613,70.993]],["parent/4921",[1610,3.617]],["name/4922",[423,45.691]],["parent/4922",[1610,3.617]],["name/4923",[1040,60.776]],["parent/4923",[1610,3.617]],["name/4924",[1057,60.776]],["parent/4924",[1610,3.617]],["name/4925",[1058,64.633]],["parent/4925",[1610,3.617]],["name/4926",[9,48.539]],["parent/4926",[1610,3.617]],["name/4927",[1050,64.633]],["parent/4927",[1610,3.617]],["name/4928",[1056,64.633]],["parent/4928",[1610,3.617]],["name/4929",[1055,64.633]],["parent/4929",[1610,3.617]],["name/4930",[1052,60.776]],["parent/4930",[1610,3.617]],["name/4931",[1611,70.993]],["parent/4931",[1610,3.617]],["name/4932",[1048,60.776]],["parent/4932",[1610,3.617]],["name/4933",[1059,64.633]],["parent/4933",[1610,3.617]],["name/4934",[1053,64.633]],["parent/4934",[1610,3.617]],["name/4935",[1054,64.633]],["parent/4935",[1610,3.617]],["name/4936",[1045,60.776]],["parent/4936",[1610,3.617]],["name/4937",[1049,60.776]],["parent/4937",[1610,3.617]],["name/4938",[1614,70.993]],["parent/4938",[1610,3.617]],["name/4939",[1044,60.776]],["parent/4939",[1610,3.617]],["name/4940",[1047,64.633]],["parent/4940",[1610,3.617]],["name/4941",[1046,64.633]],["parent/4941",[1610,3.617]],["name/4942",[1110,54.047]],["parent/4942",[1610,3.617]],["name/4943",[404,55.829]],["parent/4943",[1610,3.617]],["name/4944",[403,55.829]],["parent/4944",[1610,3.617]],["name/4945",[1051,60.776]],["parent/4945",[1610,3.617]],["name/4946",[1042,60.776]],["parent/4946",[1610,3.617]],["name/4947",[1041,60.776]],["parent/4947",[1610,3.617]],["name/4948",[1043,60.776]],["parent/4948",[1610,3.617]],["name/4949",[1662,81.979]],["parent/4949",[1610,3.617]],["name/4950",[1659,70.993]],["parent/4950",[1663,4.8]],["name/4951",[1660,70.993]],["parent/4951",[1663,4.8]],["name/4952",[1627,70.993]],["parent/4952",[1663,4.8]],["name/4953",[1631,70.993]],["parent/4953",[1663,4.8]],["name/4954",[1634,70.993]],["parent/4954",[1663,4.8]],["name/4955",[1628,70.993]],["parent/4955",[1663,4.8]],["name/4956",[1637,70.993]],["parent/4956",[1663,4.8]],["name/4957",[1640,70.993]],["parent/4957",[1663,4.8]],["name/4958",[1629,70.993]],["parent/4958",[1663,4.8]],["name/4959",[1643,70.993]],["parent/4959",[1663,4.8]],["name/4960",[1650,70.993]],["parent/4960",[1663,4.8]],["name/4961",[1630,70.993]],["parent/4961",[1663,4.8]],["name/4962",[1653,70.993]],["parent/4962",[1663,4.8]],["name/4963",[1656,70.993]],["parent/4963",[1663,4.8]],["name/4964",[1060,64.633]],["parent/4964",[1663,4.8]],["name/4965",[1612,70.993]],["parent/4965",[1663,4.8]],["name/4966",[1613,70.993]],["parent/4966",[1663,4.8]],["name/4967",[423,45.691]],["parent/4967",[1663,4.8]],["name/4968",[1040,60.776]],["parent/4968",[1663,4.8]],["name/4969",[1057,60.776]],["parent/4969",[1663,4.8]],["name/4970",[1058,64.633]],["parent/4970",[1663,4.8]],["name/4971",[9,48.539]],["parent/4971",[1663,4.8]],["name/4972",[1050,64.633]],["parent/4972",[1663,4.8]],["name/4973",[1056,64.633]],["parent/4973",[1663,4.8]],["name/4974",[1055,64.633]],["parent/4974",[1663,4.8]],["name/4975",[1052,60.776]],["parent/4975",[1663,4.8]],["name/4976",[1611,70.993]],["parent/4976",[1663,4.8]],["name/4977",[1048,60.776]],["parent/4977",[1663,4.8]],["name/4978",[1059,64.633]],["parent/4978",[1663,4.8]],["name/4979",[1053,64.633]],["parent/4979",[1663,4.8]],["name/4980",[1054,64.633]],["parent/4980",[1663,4.8]],["name/4981",[1045,60.776]],["parent/4981",[1663,4.8]],["name/4982",[1049,60.776]],["parent/4982",[1663,4.8]],["name/4983",[1614,70.993]],["parent/4983",[1663,4.8]],["name/4984",[1044,60.776]],["parent/4984",[1663,4.8]],["name/4985",[1047,64.633]],["parent/4985",[1663,4.8]],["name/4986",[1046,64.633]],["parent/4986",[1663,4.8]],["name/4987",[1110,54.047]],["parent/4987",[1663,4.8]],["name/4988",[404,55.829]],["parent/4988",[1663,4.8]],["name/4989",[403,55.829]],["parent/4989",[1663,4.8]],["name/4990",[1051,60.776]],["parent/4990",[1663,4.8]],["name/4991",[1042,60.776]],["parent/4991",[1663,4.8]],["name/4992",[1041,60.776]],["parent/4992",[1663,4.8]],["name/4993",[1043,60.776]],["parent/4993",[1663,4.8]],["name/4994",[1664,47.014]],["parent/4994",[]],["name/4995",[43,47.218]],["parent/4995",[1664,4.694]],["name/4996",[1665,70.993]],["parent/4996",[1664,4.694]],["name/4997",[423,45.691]],["parent/4997",[1664,4.694]],["name/4998",[9,48.539]],["parent/4998",[1664,4.694]],["name/4999",[1666,70.993]],["parent/4999",[1664,4.694]],["name/5000",[1667,70.993]],["parent/5000",[1664,4.694]],["name/5001",[1110,54.047]],["parent/5001",[1664,4.694]],["name/5002",[1665,70.993]],["parent/5002",[1664,4.694]],["name/5003",[423,45.691]],["parent/5003",[1664,4.694]],["name/5004",[9,48.539]],["parent/5004",[1664,4.694]],["name/5005",[1666,70.993]],["parent/5005",[1664,4.694]],["name/5006",[1667,70.993]],["parent/5006",[1664,4.694]],["name/5007",[1110,54.047]],["parent/5007",[1664,4.694]],["name/5008",[1664,47.014]],["parent/5008",[1664,4.694]],["name/5009",[17,54.464]],["parent/5009",[1668,6.578]],["name/5010",[43,47.218]],["parent/5010",[1668,6.578]],["name/5011",[96,58]],["parent/5011",[1668,6.578]],["name/5012",[1669,73.506]],["parent/5012",[1670,7.674]],["name/5013",[1671,73.506]],["parent/5013",[1670,7.674]],["name/5014",[29,56.33]],["parent/5014",[1668,6.578]],["name/5015",[120,58]],["parent/5015",[1668,6.578]],["name/5016",[10,27.076]],["parent/5016",[1672,8.184]],["name/5017",[1669,73.506]],["parent/5017",[1673,7.088]],["name/5018",[1674,81.979]],["parent/5018",[1673,7.088]],["name/5019",[1671,73.506]],["parent/5019",[1673,7.088]],["name/5020",[1675,81.979]],["parent/5020",[1673,7.088]],["name/5021",[1669,73.506]],["parent/5021",[1668,6.578]],["name/5022",[1671,73.506]],["parent/5022",[1668,6.578]],["name/5023",[1676,70.993]],["parent/5023",[1664,4.694]],["name/5024",[10,27.076]],["parent/5024",[1677,8.184]],["name/5025",[515,36.44]],["parent/5025",[1678,7.338]],["name/5026",[1425,67.316]],["parent/5026",[1678,7.338]],["name/5027",[197,40.87]],["parent/5027",[1678,7.338]],["name/5028",[1679,70.993]],["parent/5028",[1664,4.694]],["name/5029",[10,27.076]],["parent/5029",[1680,8.184]],["name/5030",[164,34.944]],["parent/5030",[1681,8.184]],["name/5031",[1682,70.993]],["parent/5031",[1664,4.694]],["name/5032",[10,27.076]],["parent/5032",[1683,8.184]],["name/5033",[515,36.44]],["parent/5033",[1684,7.088]],["name/5034",[1685,81.979]],["parent/5034",[1684,7.088]],["name/5035",[1686,81.979]],["parent/5035",[1684,7.088]],["name/5036",[1599,67.316]],["parent/5036",[1684,7.088]],["name/5037",[1687,70.993]],["parent/5037",[1664,4.694]],["name/5038",[10,27.076]],["parent/5038",[1688,8.184]],["name/5039",[1689,81.979]],["parent/5039",[1690,7.674]],["name/5040",[164,34.944]],["parent/5040",[1690,7.674]],["name/5041",[1691,70.993]],["parent/5041",[1664,4.694]],["name/5042",[1692,70.993]],["parent/5042",[1664,4.694]],["name/5043",[1693,73.506]],["parent/5043",[1664,4.694]],["name/5044",[1676,70.993]],["parent/5044",[1664,4.694]],["name/5045",[1679,70.993]],["parent/5045",[1664,4.694]],["name/5046",[1682,70.993]],["parent/5046",[1664,4.694]],["name/5047",[1687,70.993]],["parent/5047",[1664,4.694]],["name/5048",[1691,70.993]],["parent/5048",[1664,4.694]],["name/5049",[1692,70.993]],["parent/5049",[1664,4.694]],["name/5050",[1693,73.506]],["parent/5050",[1664,4.694]],["name/5051",[1664,47.014]],["parent/5051",[1664,4.694]],["name/5052",[43,47.218]],["parent/5052",[1664,4.694]],["name/5053",[1676,70.993]],["parent/5053",[1664,4.694]],["name/5054",[1679,70.993]],["parent/5054",[1664,4.694]],["name/5055",[1682,70.993]],["parent/5055",[1664,4.694]],["name/5056",[1687,70.993]],["parent/5056",[1664,4.694]],["name/5057",[1691,70.993]],["parent/5057",[1664,4.694]],["name/5058",[1692,70.993]],["parent/5058",[1664,4.694]],["name/5059",[1693,73.506]],["parent/5059",[1664,4.694]],["name/5060",[1664,47.014]],["parent/5060",[1664,4.694]],["name/5061",[1665,70.993]],["parent/5061",[1664,4.694]],["name/5062",[423,45.691]],["parent/5062",[1664,4.694]],["name/5063",[9,48.539]],["parent/5063",[1664,4.694]],["name/5064",[1666,70.993]],["parent/5064",[1664,4.694]],["name/5065",[1667,70.993]],["parent/5065",[1664,4.694]],["name/5066",[1110,54.047]],["parent/5066",[1664,4.694]],["name/5067",[1694,81.979]],["parent/5067",[1664,4.694]],["name/5068",[1691,70.993]],["parent/5068",[1695,6.068]],["name/5069",[1692,70.993]],["parent/5069",[1695,6.068]],["name/5070",[1676,70.993]],["parent/5070",[1695,6.068]],["name/5071",[1679,70.993]],["parent/5071",[1695,6.068]],["name/5072",[1682,70.993]],["parent/5072",[1695,6.068]],["name/5073",[1687,70.993]],["parent/5073",[1695,6.068]],["name/5074",[1665,70.993]],["parent/5074",[1695,6.068]],["name/5075",[423,45.691]],["parent/5075",[1695,6.068]],["name/5076",[9,48.539]],["parent/5076",[1695,6.068]],["name/5077",[1666,70.993]],["parent/5077",[1695,6.068]],["name/5078",[1667,70.993]],["parent/5078",[1695,6.068]],["name/5079",[1110,54.047]],["parent/5079",[1695,6.068]],["name/5080",[1696,36.87]],["parent/5080",[]],["name/5081",[43,47.218]],["parent/5081",[1696,3.681]],["name/5082",[1697,70.993]],["parent/5082",[1696,3.681]],["name/5083",[1698,70.993]],["parent/5083",[1696,3.681]],["name/5084",[1699,70.993]],["parent/5084",[1696,3.681]],["name/5085",[1700,70.993]],["parent/5085",[1696,3.681]],["name/5086",[1701,70.993]],["parent/5086",[1696,3.681]],["name/5087",[1702,70.993]],["parent/5087",[1696,3.681]],["name/5088",[1703,70.993]],["parent/5088",[1696,3.681]],["name/5089",[1704,70.993]],["parent/5089",[1696,3.681]],["name/5090",[423,45.691]],["parent/5090",[1696,3.681]],["name/5091",[1040,60.776]],["parent/5091",[1696,3.681]],["name/5092",[1041,60.776]],["parent/5092",[1696,3.681]],["name/5093",[1042,60.776]],["parent/5093",[1696,3.681]],["name/5094",[1057,60.776]],["parent/5094",[1696,3.681]],["name/5095",[9,48.539]],["parent/5095",[1696,3.681]],["name/5096",[1052,60.776]],["parent/5096",[1696,3.681]],["name/5097",[1096,58]],["parent/5097",[1696,3.681]],["name/5098",[1048,60.776]],["parent/5098",[1696,3.681]],["name/5099",[1045,60.776]],["parent/5099",[1696,3.681]],["name/5100",[1049,60.776]],["parent/5100",[1696,3.681]],["name/5101",[1705,70.993]],["parent/5101",[1696,3.681]],["name/5102",[1051,60.776]],["parent/5102",[1696,3.681]],["name/5103",[1043,60.776]],["parent/5103",[1696,3.681]],["name/5104",[1044,60.776]],["parent/5104",[1696,3.681]],["name/5105",[1706,70.993]],["parent/5105",[1696,3.681]],["name/5106",[1707,70.993]],["parent/5106",[1696,3.681]],["name/5107",[1708,70.993]],["parent/5107",[1696,3.681]],["name/5108",[1709,70.993]],["parent/5108",[1696,3.681]],["name/5109",[1710,70.993]],["parent/5109",[1696,3.681]],["name/5110",[1711,70.993]],["parent/5110",[1696,3.681]],["name/5111",[1712,70.993]],["parent/5111",[1696,3.681]],["name/5112",[1713,70.993]],["parent/5112",[1696,3.681]],["name/5113",[1110,54.047]],["parent/5113",[1696,3.681]],["name/5114",[1714,70.993]],["parent/5114",[1696,3.681]],["name/5115",[1700,70.993]],["parent/5115",[1696,3.681]],["name/5116",[1702,70.993]],["parent/5116",[1696,3.681]],["name/5117",[1703,70.993]],["parent/5117",[1696,3.681]],["name/5118",[1704,70.993]],["parent/5118",[1696,3.681]],["name/5119",[423,45.691]],["parent/5119",[1696,3.681]],["name/5120",[1040,60.776]],["parent/5120",[1696,3.681]],["name/5121",[1057,60.776]],["parent/5121",[1696,3.681]],["name/5122",[9,48.539]],["parent/5122",[1696,3.681]],["name/5123",[1052,60.776]],["parent/5123",[1696,3.681]],["name/5124",[1096,58]],["parent/5124",[1696,3.681]],["name/5125",[1048,60.776]],["parent/5125",[1696,3.681]],["name/5126",[1045,60.776]],["parent/5126",[1696,3.681]],["name/5127",[1049,60.776]],["parent/5127",[1696,3.681]],["name/5128",[1705,70.993]],["parent/5128",[1696,3.681]],["name/5129",[1706,70.993]],["parent/5129",[1696,3.681]],["name/5130",[1708,70.993]],["parent/5130",[1696,3.681]],["name/5131",[1707,70.993]],["parent/5131",[1696,3.681]],["name/5132",[1711,70.993]],["parent/5132",[1696,3.681]],["name/5133",[1710,70.993]],["parent/5133",[1696,3.681]],["name/5134",[1713,70.993]],["parent/5134",[1696,3.681]],["name/5135",[1044,60.776]],["parent/5135",[1696,3.681]],["name/5136",[1110,54.047]],["parent/5136",[1696,3.681]],["name/5137",[1701,70.993]],["parent/5137",[1696,3.681]],["name/5138",[1699,70.993]],["parent/5138",[1696,3.681]],["name/5139",[1712,70.993]],["parent/5139",[1696,3.681]],["name/5140",[1697,70.993]],["parent/5140",[1696,3.681]],["name/5141",[1698,70.993]],["parent/5141",[1696,3.681]],["name/5142",[1709,70.993]],["parent/5142",[1696,3.681]],["name/5143",[1714,70.993]],["parent/5143",[1696,3.681]],["name/5144",[1051,60.776]],["parent/5144",[1696,3.681]],["name/5145",[1042,60.776]],["parent/5145",[1696,3.681]],["name/5146",[1041,60.776]],["parent/5146",[1696,3.681]],["name/5147",[1043,60.776]],["parent/5147",[1696,3.681]],["name/5148",[1696,36.87]],["parent/5148",[1696,3.681]],["name/5149",[17,54.464]],["parent/5149",[1715,6.578]],["name/5150",[43,47.218]],["parent/5150",[1715,6.578]],["name/5151",[96,58]],["parent/5151",[1715,6.578]],["name/5152",[1716,73.506]],["parent/5152",[1717,7.674]],["name/5153",[1718,73.506]],["parent/5153",[1717,7.674]],["name/5154",[29,56.33]],["parent/5154",[1715,6.578]],["name/5155",[120,58]],["parent/5155",[1715,6.578]],["name/5156",[10,27.076]],["parent/5156",[1719,8.184]],["name/5157",[1716,73.506]],["parent/5157",[1720,7.088]],["name/5158",[1721,81.979]],["parent/5158",[1720,7.088]],["name/5159",[1718,73.506]],["parent/5159",[1720,7.088]],["name/5160",[1722,81.979]],["parent/5160",[1720,7.088]],["name/5161",[1716,73.506]],["parent/5161",[1715,6.578]],["name/5162",[1718,73.506]],["parent/5162",[1715,6.578]],["name/5163",[1723,70.993]],["parent/5163",[1696,3.681]],["name/5164",[1724,70.993]],["parent/5164",[1696,3.681]],["name/5165",[1725,70.993]],["parent/5165",[1696,3.681]],["name/5166",[10,27.076]],["parent/5166",[1726,8.184]],["name/5167",[515,36.44]],["parent/5167",[1727,6.453]],["name/5168",[1455,73.506]],["parent/5168",[1727,6.453]],["name/5169",[1247,68.986]],["parent/5169",[1727,6.453]],["name/5170",[1599,67.316]],["parent/5170",[1727,6.453]],["name/5171",[197,40.87]],["parent/5171",[1727,6.453]],["name/5172",[972,63.521]],["parent/5172",[1727,6.453]],["name/5173",[1728,81.979]],["parent/5173",[1727,6.453]],["name/5174",[1729,81.979]],["parent/5174",[1727,6.453]],["name/5175",[1730,70.993]],["parent/5175",[1696,3.681]],["name/5176",[10,27.076]],["parent/5176",[1731,8.184]],["name/5177",[164,34.944]],["parent/5177",[1732,8.184]],["name/5178",[1733,70.993]],["parent/5178",[1696,3.681]],["name/5179",[10,27.076]],["parent/5179",[1734,8.184]],["name/5180",[1649,73.506]],["parent/5180",[1735,5.919]],["name/5181",[515,36.44]],["parent/5181",[1735,5.919]],["name/5182",[1455,73.506]],["parent/5182",[1735,5.919]],["name/5183",[1457,76.871]],["parent/5183",[1735,5.919]],["name/5184",[1458,76.871]],["parent/5184",[1735,5.919]],["name/5185",[1599,67.316]],["parent/5185",[1735,5.919]],["name/5186",[197,40.87]],["parent/5186",[1735,5.919]],["name/5187",[972,63.521]],["parent/5187",[1735,5.919]],["name/5188",[1647,73.506]],["parent/5188",[1735,5.919]],["name/5189",[1648,73.506]],["parent/5189",[1735,5.919]],["name/5190",[1736,81.979]],["parent/5190",[1735,5.919]],["name/5191",[1737,81.979]],["parent/5191",[1735,5.919]],["name/5192",[1247,68.986]],["parent/5192",[1735,5.919]],["name/5193",[1248,70.993]],["parent/5193",[1735,5.919]],["name/5194",[1738,70.993]],["parent/5194",[1696,3.681]],["name/5195",[10,27.076]],["parent/5195",[1739,8.184]],["name/5196",[164,34.944]],["parent/5196",[1740,8.184]],["name/5197",[1741,70.993]],["parent/5197",[1696,3.681]],["name/5198",[1742,70.993]],["parent/5198",[1696,3.681]],["name/5199",[1743,73.506]],["parent/5199",[1696,3.681]],["name/5200",[1723,70.993]],["parent/5200",[1696,3.681]],["name/5201",[1724,70.993]],["parent/5201",[1696,3.681]],["name/5202",[1725,70.993]],["parent/5202",[1696,3.681]],["name/5203",[1730,70.993]],["parent/5203",[1696,3.681]],["name/5204",[1733,70.993]],["parent/5204",[1696,3.681]],["name/5205",[1738,70.993]],["parent/5205",[1696,3.681]],["name/5206",[1741,70.993]],["parent/5206",[1696,3.681]],["name/5207",[1742,70.993]],["parent/5207",[1696,3.681]],["name/5208",[1743,73.506]],["parent/5208",[1696,3.681]],["name/5209",[1696,36.87]],["parent/5209",[1696,3.681]],["name/5210",[43,47.218]],["parent/5210",[1696,3.681]],["name/5211",[1723,70.993]],["parent/5211",[1696,3.681]],["name/5212",[1724,70.993]],["parent/5212",[1696,3.681]],["name/5213",[1725,70.993]],["parent/5213",[1696,3.681]],["name/5214",[1730,70.993]],["parent/5214",[1696,3.681]],["name/5215",[1733,70.993]],["parent/5215",[1696,3.681]],["name/5216",[1738,70.993]],["parent/5216",[1696,3.681]],["name/5217",[1741,70.993]],["parent/5217",[1696,3.681]],["name/5218",[1742,70.993]],["parent/5218",[1696,3.681]],["name/5219",[1743,73.506]],["parent/5219",[1696,3.681]],["name/5220",[1696,36.87]],["parent/5220",[1696,3.681]],["name/5221",[1700,70.993]],["parent/5221",[1696,3.681]],["name/5222",[1702,70.993]],["parent/5222",[1696,3.681]],["name/5223",[1703,70.993]],["parent/5223",[1696,3.681]],["name/5224",[1704,70.993]],["parent/5224",[1696,3.681]],["name/5225",[423,45.691]],["parent/5225",[1696,3.681]],["name/5226",[1040,60.776]],["parent/5226",[1696,3.681]],["name/5227",[1057,60.776]],["parent/5227",[1696,3.681]],["name/5228",[9,48.539]],["parent/5228",[1696,3.681]],["name/5229",[1052,60.776]],["parent/5229",[1696,3.681]],["name/5230",[1096,58]],["parent/5230",[1696,3.681]],["name/5231",[1048,60.776]],["parent/5231",[1696,3.681]],["name/5232",[1045,60.776]],["parent/5232",[1696,3.681]],["name/5233",[1049,60.776]],["parent/5233",[1696,3.681]],["name/5234",[1705,70.993]],["parent/5234",[1696,3.681]],["name/5235",[1706,70.993]],["parent/5235",[1696,3.681]],["name/5236",[1708,70.993]],["parent/5236",[1696,3.681]],["name/5237",[1707,70.993]],["parent/5237",[1696,3.681]],["name/5238",[1711,70.993]],["parent/5238",[1696,3.681]],["name/5239",[1710,70.993]],["parent/5239",[1696,3.681]],["name/5240",[1713,70.993]],["parent/5240",[1696,3.681]],["name/5241",[1044,60.776]],["parent/5241",[1696,3.681]],["name/5242",[1110,54.047]],["parent/5242",[1696,3.681]],["name/5243",[1701,70.993]],["parent/5243",[1696,3.681]],["name/5244",[1699,70.993]],["parent/5244",[1696,3.681]],["name/5245",[1712,70.993]],["parent/5245",[1696,3.681]],["name/5246",[1697,70.993]],["parent/5246",[1696,3.681]],["name/5247",[1698,70.993]],["parent/5247",[1696,3.681]],["name/5248",[1709,70.993]],["parent/5248",[1696,3.681]],["name/5249",[1714,70.993]],["parent/5249",[1696,3.681]],["name/5250",[1051,60.776]],["parent/5250",[1696,3.681]],["name/5251",[1042,60.776]],["parent/5251",[1696,3.681]],["name/5252",[1041,60.776]],["parent/5252",[1696,3.681]],["name/5253",[1043,60.776]],["parent/5253",[1696,3.681]],["name/5254",[1744,81.979]],["parent/5254",[1696,3.681]],["name/5255",[1741,70.993]],["parent/5255",[1745,4.87]],["name/5256",[1742,70.993]],["parent/5256",[1745,4.87]],["name/5257",[1723,70.993]],["parent/5257",[1745,4.87]],["name/5258",[1725,70.993]],["parent/5258",[1745,4.87]],["name/5259",[1730,70.993]],["parent/5259",[1745,4.87]],["name/5260",[1724,70.993]],["parent/5260",[1745,4.87]],["name/5261",[1733,70.993]],["parent/5261",[1745,4.87]],["name/5262",[1738,70.993]],["parent/5262",[1745,4.87]],["name/5263",[1700,70.993]],["parent/5263",[1745,4.87]],["name/5264",[1702,70.993]],["parent/5264",[1745,4.87]],["name/5265",[1703,70.993]],["parent/5265",[1745,4.87]],["name/5266",[1704,70.993]],["parent/5266",[1745,4.87]],["name/5267",[423,45.691]],["parent/5267",[1745,4.87]],["name/5268",[1040,60.776]],["parent/5268",[1745,4.87]],["name/5269",[1057,60.776]],["parent/5269",[1745,4.87]],["name/5270",[9,48.539]],["parent/5270",[1745,4.87]],["name/5271",[1052,60.776]],["parent/5271",[1745,4.87]],["name/5272",[1096,58]],["parent/5272",[1745,4.87]],["name/5273",[1048,60.776]],["parent/5273",[1745,4.87]],["name/5274",[1045,60.776]],["parent/5274",[1745,4.87]],["name/5275",[1049,60.776]],["parent/5275",[1745,4.87]],["name/5276",[1705,70.993]],["parent/5276",[1745,4.87]],["name/5277",[1706,70.993]],["parent/5277",[1745,4.87]],["name/5278",[1708,70.993]],["parent/5278",[1745,4.87]],["name/5279",[1707,70.993]],["parent/5279",[1745,4.87]],["name/5280",[1711,70.993]],["parent/5280",[1745,4.87]],["name/5281",[1710,70.993]],["parent/5281",[1745,4.87]],["name/5282",[1713,70.993]],["parent/5282",[1745,4.87]],["name/5283",[1044,60.776]],["parent/5283",[1745,4.87]],["name/5284",[1110,54.047]],["parent/5284",[1745,4.87]],["name/5285",[1701,70.993]],["parent/5285",[1745,4.87]],["name/5286",[1699,70.993]],["parent/5286",[1745,4.87]],["name/5287",[1712,70.993]],["parent/5287",[1745,4.87]],["name/5288",[1697,70.993]],["parent/5288",[1745,4.87]],["name/5289",[1698,70.993]],["parent/5289",[1745,4.87]],["name/5290",[1709,70.993]],["parent/5290",[1745,4.87]],["name/5291",[1714,70.993]],["parent/5291",[1745,4.87]],["name/5292",[1051,60.776]],["parent/5292",[1745,4.87]],["name/5293",[1042,60.776]],["parent/5293",[1745,4.87]],["name/5294",[1041,60.776]],["parent/5294",[1745,4.87]],["name/5295",[1043,60.776]],["parent/5295",[1745,4.87]],["name/5296",[1746,50.624]],["parent/5296",[]],["name/5297",[43,47.218]],["parent/5297",[1746,5.054]],["name/5298",[423,45.691]],["parent/5298",[1746,5.054]],["name/5299",[9,48.539]],["parent/5299",[1746,5.054]],["name/5300",[1747,70.993]],["parent/5300",[1746,5.054]],["name/5301",[423,45.691]],["parent/5301",[1746,5.054]],["name/5302",[9,48.539]],["parent/5302",[1746,5.054]],["name/5303",[1747,70.993]],["parent/5303",[1746,5.054]],["name/5304",[1746,50.624]],["parent/5304",[1746,5.054]],["name/5305",[17,54.464]],["parent/5305",[1748,6.72]],["name/5306",[43,47.218]],["parent/5306",[1748,6.72]],["name/5307",[96,58]],["parent/5307",[1748,6.72]],["name/5308",[1749,73.506]],["parent/5308",[1750,8.184]],["name/5309",[29,56.33]],["parent/5309",[1748,6.72]],["name/5310",[120,58]],["parent/5310",[1748,6.72]],["name/5311",[10,27.076]],["parent/5311",[1751,8.184]],["name/5312",[1749,73.506]],["parent/5312",[1752,7.674]],["name/5313",[1753,81.979]],["parent/5313",[1752,7.674]],["name/5314",[1749,73.506]],["parent/5314",[1748,6.72]],["name/5315",[1754,70.993]],["parent/5315",[1746,5.054]],["name/5316",[10,27.076]],["parent/5316",[1755,8.184]],["name/5317",[1756,81.979]],["parent/5317",[1757,7.338]],["name/5318",[515,36.44]],["parent/5318",[1757,7.338]],["name/5319",[197,40.87]],["parent/5319",[1757,7.338]],["name/5320",[1758,70.993]],["parent/5320",[1746,5.054]],["name/5321",[10,27.076]],["parent/5321",[1759,8.184]],["name/5322",[164,34.944]],["parent/5322",[1760,8.184]],["name/5323",[1761,70.993]],["parent/5323",[1746,5.054]],["name/5324",[1762,70.993]],["parent/5324",[1746,5.054]],["name/5325",[1763,73.506]],["parent/5325",[1746,5.054]],["name/5326",[1754,70.993]],["parent/5326",[1746,5.054]],["name/5327",[1758,70.993]],["parent/5327",[1746,5.054]],["name/5328",[1761,70.993]],["parent/5328",[1746,5.054]],["name/5329",[1762,70.993]],["parent/5329",[1746,5.054]],["name/5330",[1763,73.506]],["parent/5330",[1746,5.054]],["name/5331",[1746,50.624]],["parent/5331",[1746,5.054]],["name/5332",[43,47.218]],["parent/5332",[1746,5.054]],["name/5333",[1754,70.993]],["parent/5333",[1746,5.054]],["name/5334",[1758,70.993]],["parent/5334",[1746,5.054]],["name/5335",[1761,70.993]],["parent/5335",[1746,5.054]],["name/5336",[1762,70.993]],["parent/5336",[1746,5.054]],["name/5337",[1763,73.506]],["parent/5337",[1746,5.054]],["name/5338",[1746,50.624]],["parent/5338",[1746,5.054]],["name/5339",[423,45.691]],["parent/5339",[1746,5.054]],["name/5340",[9,48.539]],["parent/5340",[1746,5.054]],["name/5341",[1747,70.993]],["parent/5341",[1746,5.054]],["name/5342",[1764,81.979]],["parent/5342",[1746,5.054]],["name/5343",[1761,70.993]],["parent/5343",[1765,6.578]],["name/5344",[1762,70.993]],["parent/5344",[1765,6.578]],["name/5345",[1754,70.993]],["parent/5345",[1765,6.578]],["name/5346",[1758,70.993]],["parent/5346",[1765,6.578]],["name/5347",[423,45.691]],["parent/5347",[1765,6.578]],["name/5348",[9,48.539]],["parent/5348",[1765,6.578]],["name/5349",[1747,70.993]],["parent/5349",[1765,6.578]],["name/5350",[1766,45.87]],["parent/5350",[]],["name/5351",[43,47.218]],["parent/5351",[1766,4.579]],["name/5352",[1767,68.986]],["parent/5352",[1766,4.579]],["name/5353",[423,45.691]],["parent/5353",[1766,4.579]],["name/5354",[9,48.539]],["parent/5354",[1766,4.579]],["name/5355",[1096,58]],["parent/5355",[1766,4.579]],["name/5356",[1110,54.047]],["parent/5356",[1766,4.579]],["name/5357",[1768,70.993]],["parent/5357",[1766,4.579]],["name/5358",[1769,70.993]],["parent/5358",[1766,4.579]],["name/5359",[1770,70.993]],["parent/5359",[1766,4.579]],["name/5360",[1767,68.986]],["parent/5360",[1766,4.579]],["name/5361",[423,45.691]],["parent/5361",[1766,4.579]],["name/5362",[9,48.539]],["parent/5362",[1766,4.579]],["name/5363",[1096,58]],["parent/5363",[1766,4.579]],["name/5364",[1110,54.047]],["parent/5364",[1766,4.579]],["name/5365",[1768,70.993]],["parent/5365",[1766,4.579]],["name/5366",[1769,70.993]],["parent/5366",[1766,4.579]],["name/5367",[1770,70.993]],["parent/5367",[1766,4.579]],["name/5368",[1766,45.87]],["parent/5368",[1766,4.579]],["name/5369",[17,54.464]],["parent/5369",[1771,6.578]],["name/5370",[43,47.218]],["parent/5370",[1771,6.578]],["name/5371",[96,58]],["parent/5371",[1771,6.578]],["name/5372",[1772,73.506]],["parent/5372",[1773,7.674]],["name/5373",[1774,73.506]],["parent/5373",[1773,7.674]],["name/5374",[29,56.33]],["parent/5374",[1771,6.578]],["name/5375",[120,58]],["parent/5375",[1771,6.578]],["name/5376",[10,27.076]],["parent/5376",[1775,8.184]],["name/5377",[1772,73.506]],["parent/5377",[1776,7.088]],["name/5378",[1777,81.979]],["parent/5378",[1776,7.088]],["name/5379",[1774,73.506]],["parent/5379",[1776,7.088]],["name/5380",[1778,81.979]],["parent/5380",[1776,7.088]],["name/5381",[1772,73.506]],["parent/5381",[1771,6.578]],["name/5382",[1774,73.506]],["parent/5382",[1771,6.578]],["name/5383",[1779,70.993]],["parent/5383",[1766,4.579]],["name/5384",[10,27.076]],["parent/5384",[1780,8.184]],["name/5385",[1425,67.316]],["parent/5385",[1781,7.338]],["name/5386",[515,36.44]],["parent/5386",[1781,7.338]],["name/5387",[197,40.87]],["parent/5387",[1781,7.338]],["name/5388",[1782,70.993]],["parent/5388",[1766,4.579]],["name/5389",[10,27.076]],["parent/5389",[1783,8.184]],["name/5390",[164,34.944]],["parent/5390",[1784,8.184]],["name/5391",[1785,70.993]],["parent/5391",[1766,4.579]],["name/5392",[10,27.076]],["parent/5392",[1786,8.184]],["name/5393",[1600,76.871]],["parent/5393",[1787,6.242]],["name/5394",[1767,68.986]],["parent/5394",[1787,6.242]],["name/5395",[1788,81.979]],["parent/5395",[1787,6.242]],["name/5396",[1789,81.979]],["parent/5396",[1787,6.242]],["name/5397",[1790,81.979]],["parent/5397",[1787,6.242]],["name/5398",[1791,81.979]],["parent/5398",[1787,6.242]],["name/5399",[515,36.44]],["parent/5399",[1787,6.242]],["name/5400",[197,40.87]],["parent/5400",[1787,6.242]],["name/5401",[1247,68.986]],["parent/5401",[1787,6.242]],["name/5402",[1248,70.993]],["parent/5402",[1787,6.242]],["name/5403",[1792,70.993]],["parent/5403",[1766,4.579]],["name/5404",[10,27.076]],["parent/5404",[1793,8.184]],["name/5405",[164,34.944]],["parent/5405",[1794,8.184]],["name/5406",[1795,70.993]],["parent/5406",[1766,4.579]],["name/5407",[1796,70.993]],["parent/5407",[1766,4.579]],["name/5408",[1797,73.506]],["parent/5408",[1766,4.579]],["name/5409",[1779,70.993]],["parent/5409",[1766,4.579]],["name/5410",[1782,70.993]],["parent/5410",[1766,4.579]],["name/5411",[1785,70.993]],["parent/5411",[1766,4.579]],["name/5412",[1792,70.993]],["parent/5412",[1766,4.579]],["name/5413",[1795,70.993]],["parent/5413",[1766,4.579]],["name/5414",[1796,70.993]],["parent/5414",[1766,4.579]],["name/5415",[1797,73.506]],["parent/5415",[1766,4.579]],["name/5416",[1766,45.87]],["parent/5416",[1766,4.579]],["name/5417",[43,47.218]],["parent/5417",[1766,4.579]],["name/5418",[1779,70.993]],["parent/5418",[1766,4.579]],["name/5419",[1782,70.993]],["parent/5419",[1766,4.579]],["name/5420",[1785,70.993]],["parent/5420",[1766,4.579]],["name/5421",[1792,70.993]],["parent/5421",[1766,4.579]],["name/5422",[1795,70.993]],["parent/5422",[1766,4.579]],["name/5423",[1796,70.993]],["parent/5423",[1766,4.579]],["name/5424",[1797,73.506]],["parent/5424",[1766,4.579]],["name/5425",[1766,45.87]],["parent/5425",[1766,4.579]],["name/5426",[1767,68.986]],["parent/5426",[1766,4.579]],["name/5427",[423,45.691]],["parent/5427",[1766,4.579]],["name/5428",[9,48.539]],["parent/5428",[1766,4.579]],["name/5429",[1096,58]],["parent/5429",[1766,4.579]],["name/5430",[1110,54.047]],["parent/5430",[1766,4.579]],["name/5431",[1768,70.993]],["parent/5431",[1766,4.579]],["name/5432",[1769,70.993]],["parent/5432",[1766,4.579]],["name/5433",[1770,70.993]],["parent/5433",[1766,4.579]],["name/5434",[1798,81.979]],["parent/5434",[1766,4.579]],["name/5435",[1795,70.993]],["parent/5435",[1799,5.919]],["name/5436",[1796,70.993]],["parent/5436",[1799,5.919]],["name/5437",[1779,70.993]],["parent/5437",[1799,5.919]],["name/5438",[1782,70.993]],["parent/5438",[1799,5.919]],["name/5439",[1785,70.993]],["parent/5439",[1799,5.919]],["name/5440",[1792,70.993]],["parent/5440",[1799,5.919]],["name/5441",[1767,68.986]],["parent/5441",[1799,5.919]],["name/5442",[423,45.691]],["parent/5442",[1799,5.919]],["name/5443",[9,48.539]],["parent/5443",[1799,5.919]],["name/5444",[1096,58]],["parent/5444",[1799,5.919]],["name/5445",[1110,54.047]],["parent/5445",[1799,5.919]],["name/5446",[1768,70.993]],["parent/5446",[1799,5.919]],["name/5447",[1769,70.993]],["parent/5447",[1799,5.919]],["name/5448",[1770,70.993]],["parent/5448",[1799,5.919]]],"invertedIndex":[["__type",{"_index":10,"name":{"9":{},"12":{},"14":{},"28":{},"39":{},"155":{},"238":{},"240":{},"243":{},"253":{},"265":{},"268":{},"271":{},"274":{},"286":{},"288":{},"291":{},"302":{},"304":{},"307":{},"309":{},"312":{},"314":{},"317":{},"328":{},"330":{},"333":{},"335":{},"338":{},"346":{},"348":{},"351":{},"362":{},"364":{},"367":{},"380":{},"382":{},"385":{},"397":{},"406":{},"409":{},"411":{},"414":{},"425":{},"428":{},"431":{},"433":{},"436":{},"438":{},"441":{},"445":{},"451":{},"454":{},"456":{},"459":{},"468":{},"470":{},"473":{},"477":{},"479":{},"482":{},"488":{},"490":{},"493":{},"774":{},"889":{},"893":{},"897":{},"901":{},"905":{},"909":{},"913":{},"917":{},"921":{},"925":{},"929":{},"932":{},"936":{},"939":{},"943":{},"946":{},"951":{},"956":{},"959":{},"963":{},"967":{},"970":{},"974":{},"978":{},"982":{},"986":{},"990":{},"993":{},"997":{},"1001":{},"1006":{},"1009":{},"1013":{},"1019":{},"1022":{},"1026":{},"1031":{},"1035":{},"1040":{},"1044":{},"1049":{},"1053":{},"1058":{},"1062":{},"1067":{},"1071":{},"1076":{},"1082":{},"1085":{},"1089":{},"1093":{},"1098":{},"1102":{},"1107":{},"1111":{},"1117":{},"1121":{},"1125":{},"1129":{},"1133":{},"1138":{},"1143":{},"1148":{},"1153":{},"1157":{},"1162":{},"1167":{},"1170":{},"1175":{},"1179":{},"1184":{},"1190":{},"1195":{},"1199":{},"1677":{},"1792":{},"1796":{},"1800":{},"1804":{},"1808":{},"1812":{},"1816":{},"1820":{},"1824":{},"1828":{},"1832":{},"1835":{},"1839":{},"1842":{},"1846":{},"1849":{},"1854":{},"1861":{},"1864":{},"1868":{},"1872":{},"1875":{},"1879":{},"1883":{},"1887":{},"1891":{},"1895":{},"1898":{},"1902":{},"1906":{},"1911":{},"1914":{},"1918":{},"1924":{},"1927":{},"1931":{},"1936":{},"1940":{},"1945":{},"1949":{},"1954":{},"1958":{},"1963":{},"1967":{},"1972":{},"1976":{},"1981":{},"1988":{},"1991":{},"1995":{},"1999":{},"2004":{},"2008":{},"2013":{},"2017":{},"2023":{},"2027":{},"2031":{},"2035":{},"2039":{},"2044":{},"2049":{},"2054":{},"2059":{},"2063":{},"2068":{},"2073":{},"2076":{},"2081":{},"2085":{},"2090":{},"2096":{},"2101":{},"2105":{},"2469":{},"2474":{},"2477":{},"2547":{},"2559":{},"2565":{},"2568":{},"2572":{},"2575":{},"2579":{},"2665":{},"2679":{},"2683":{},"2687":{},"2690":{},"2694":{},"2697":{},"2701":{},"2705":{},"3004":{},"3102":{},"3105":{},"3109":{},"3112":{},"3116":{},"3119":{},"3123":{},"3126":{},"3131":{},"3134":{},"3139":{},"3142":{},"3147":{},"3150":{},"3156":{},"3160":{},"3164":{},"3167":{},"3172":{},"3175":{},"3179":{},"3189":{},"3193":{},"3196":{},"3201":{},"3204":{},"3209":{},"3212":{},"3218":{},"3221":{},"3225":{},"3230":{},"3233":{},"3236":{},"3241":{},"3244":{},"3248":{},"3252":{},"3256":{},"3262":{},"3265":{},"3268":{},"3271":{},"3274":{},"3277":{},"3280":{},"3283":{},"3286":{},"3291":{},"3294":{},"3297":{},"3300":{},"3304":{},"3307":{},"3312":{},"3315":{},"3319":{},"3322":{},"3327":{},"3330":{},"3335":{},"3338":{},"3810":{},"3833":{},"3837":{},"3841":{},"3846":{},"3850":{},"3856":{},"3859":{},"3864":{},"3867":{},"3873":{},"3877":{},"3886":{},"3889":{},"3898":{},"4004":{},"4009":{},"4012":{},"4386":{},"4416":{},"4420":{},"4423":{},"4427":{},"4431":{},"4436":{},"4440":{},"4445":{},"4449":{},"4453":{},"4457":{},"4460":{},"4464":{},"4468":{},"4472":{},"4476":{},"4481":{},"4485":{},"4702":{},"4707":{},"4713":{},"4820":{},"4838":{},"4844":{},"4847":{},"4852":{},"4856":{},"4866":{},"4870":{},"4881":{},"5016":{},"5024":{},"5029":{},"5032":{},"5038":{},"5156":{},"5166":{},"5176":{},"5179":{},"5195":{},"5311":{},"5316":{},"5321":{},"5376":{},"5384":{},"5389":{},"5392":{},"5404":{}},"parent":{}}],["addcoupontobasket",{"_index":434,"name":{"735":{},"775":{},"849":{},"1638":{},"1678":{},"1752":{}},"parent":{}}],["addcoupontobasketpathparameters",{"_index":517,"name":{"892":{},"1209":{},"1290":{},"1413":{},"1795":{},"2115":{},"2196":{},"2328":{}},"parent":{}}],["addcoupontobasketqueryparameters",{"_index":513,"name":{"888":{},"1208":{},"1289":{},"1412":{},"1791":{},"2114":{},"2195":{},"2327":{}},"parent":{}}],["addcoupontobasketrequired",{"_index":474,"name":{"776":{},"1679":{}},"parent":{}}],["addgiftcertificateitemtobasket",{"_index":436,"name":{"736":{},"777":{},"850":{},"1639":{},"1680":{},"1753":{}},"parent":{}}],["addgiftcertificateitemtobasketpathparameters",{"_index":524,"name":{"900":{},"1211":{},"1292":{},"1415":{},"1803":{},"2117":{},"2198":{},"2330":{}},"parent":{}}],["addgiftcertificateitemtobasketqueryparameters",{"_index":521,"name":{"896":{},"1210":{},"1291":{},"1414":{},"1799":{},"2116":{},"2197":{},"2329":{}},"parent":{}}],["addgiftcertificateitemtobasketrequired",{"_index":475,"name":{"778":{},"1681":{}},"parent":{}}],["additemtobasket",{"_index":437,"name":{"737":{},"779":{},"851":{},"1640":{},"1682":{},"1754":{}},"parent":{}}],["additemtobasketpathparameters",{"_index":530,"name":{"908":{},"1213":{},"1294":{},"1417":{},"1811":{},"2119":{},"2200":{},"2332":{}},"parent":{}}],["additemtobasketqueryparameters",{"_index":527,"name":{"904":{},"1212":{},"1293":{},"1416":{},"1807":{},"2118":{},"2199":{},"2331":{}},"parent":{}}],["additemtobasketrequired",{"_index":476,"name":{"780":{},"1683":{}},"parent":{}}],["addpaymentinstrumenttobasket",{"_index":438,"name":{"738":{},"781":{},"852":{},"1641":{},"1684":{},"1755":{}},"parent":{}}],["addpaymentinstrumenttobasketpathparameters",{"_index":536,"name":{"916":{},"1215":{},"1296":{},"1419":{},"1819":{},"2121":{},"2202":{},"2334":{}},"parent":{}}],["addpaymentinstrumenttobasketqueryparameters",{"_index":533,"name":{"912":{},"1214":{},"1295":{},"1418":{},"1815":{},"2120":{},"2201":{},"2333":{}},"parent":{}}],["addpaymentinstrumenttobasketrequired",{"_index":477,"name":{"782":{},"1685":{}},"parent":{}}],["addpriceadjustmenttobasket",{"_index":439,"name":{"739":{},"783":{},"853":{},"1642":{},"1686":{},"1756":{}},"parent":{}}],["addpriceadjustmenttobasketpathparameters",{"_index":542,"name":{"924":{},"1217":{},"1298":{},"1421":{},"1827":{},"2123":{},"2204":{},"2336":{}},"parent":{}}],["addpriceadjustmenttobasketqueryparameters",{"_index":539,"name":{"920":{},"1216":{},"1297":{},"1420":{},"1823":{},"2122":{},"2203":{},"2335":{}},"parent":{}}],["addpriceadjustmenttobasketrequired",{"_index":478,"name":{"784":{},"1687":{}},"parent":{}}],["addpricebookstobasket",{"_index":440,"name":{"740":{},"785":{},"854":{},"1643":{},"1688":{},"1757":{}},"parent":{}}],["addpricebookstobasketpathparameters",{"_index":548,"name":{"931":{},"1219":{},"1300":{},"1423":{},"1834":{},"2125":{},"2206":{},"2338":{}},"parent":{}}],["addpricebookstobasketqueryparameters",{"_index":545,"name":{"928":{},"1218":{},"1299":{},"1422":{},"1831":{},"2124":{},"2205":{},"2337":{}},"parent":{}}],["addpricebookstobasketrequired",{"_index":479,"name":{"786":{},"1689":{}},"parent":{}}],["addqueryparams",{"_index":47,"name":{"53":{}},"parent":{}}],["addressname",{"_index":1233,"name":{"3168":{},"3287":{},"3308":{}},"parent":{}}],["addtaxesforbasket",{"_index":441,"name":{"741":{},"787":{},"855":{},"1644":{},"1690":{},"1758":{}},"parent":{}}],["addtaxesforbasketitem",{"_index":442,"name":{"742":{},"789":{},"856":{},"1645":{},"1692":{},"1759":{}},"parent":{}}],["addtaxesforbasketitempathparameters",{"_index":560,"name":{"945":{},"1223":{},"1304":{},"1427":{},"1848":{},"2129":{},"2210":{},"2342":{}},"parent":{}}],["addtaxesforbasketitemqueryparameters",{"_index":557,"name":{"942":{},"1222":{},"1303":{},"1426":{},"1845":{},"2128":{},"2209":{},"2341":{}},"parent":{}}],["addtaxesforbasketitemrequired",{"_index":481,"name":{"790":{},"1693":{}},"parent":{}}],["addtaxesforbasketpathparameters",{"_index":554,"name":{"938":{},"1221":{},"1302":{},"1425":{},"1841":{},"2127":{},"2208":{},"2340":{}},"parent":{}}],["addtaxesforbasketqueryparameters",{"_index":551,"name":{"935":{},"1220":{},"1301":{},"1424":{},"1838":{},"2126":{},"2207":{},"2339":{}},"parent":{}}],["addtaxesforbasketrequired",{"_index":480,"name":{"788":{},"1691":{}},"parent":{}}],["agent_id",{"_index":276,"name":{"386":{}},"parent":{}}],["allimages",{"_index":1647,"name":{"4859":{},"4874":{},"5188":{}},"parent":{}}],["allvariationproperties",{"_index":1736,"name":{"5190":{}},"parent":{}}],["apiname",{"_index":386,"name":{"638":{}},"parent":{}}],["apipaths",{"_index":96,"name":{"130":{},"734":{},"1637":{},"2465":{},"2541":{},"2658":{},"2970":{},"3800":{},"4000":{},"4374":{},"4698":{},"4813":{},"5011":{},"5151":{},"5307":{},"5371":{}},"parent":{}}],["apiversion",{"_index":388,"name":{"639":{}},"parent":{}}],["aspectattributes",{"_index":1438,"name":{"3868":{},"3881":{}},"parent":{}}],["aspecttypeid",{"_index":1449,"name":{"3880":{}},"parent":{}}],["authenticatecustomer",{"_index":97,"name":{"131":{},"156":{},"200":{}},"parent":{}}],["authenticatecustomerbodytype",{"_index":166,"name":{"242":{},"520":{},"4061":{},"4150":{}},"parent":{}}],["authenticatecustomerpathparameters",{"_index":162,"name":{"239":{},"519":{},"4060":{},"4152":{}},"parent":{}}],["authenticatecustomerqueryparameters",{"_index":160,"name":{"237":{},"518":{},"4059":{},"4151":{}},"parent":{}}],["authenticatecustomerrequired",{"_index":123,"name":{"157":{}},"parent":{}}],["authenticatefinishrequest",{"_index":80,"name":{"86":{},"101":{},"4121":{},"4223":{}},"parent":{}}],["authenticateresult",{"_index":83,"name":{"89":{},"102":{},"4122":{},"4224":{}},"parent":{}}],["authenticationproviderid",{"_index":1280,"name":{"3227":{}},"parent":{}}],["authenticatorassertionresponsejson",{"_index":76,"name":{"82":{},"103":{},"4123":{},"4225":{}},"parent":{}}],["authenticatorassertionresponsejsonauthenticatordatainner",{"_index":74,"name":{"80":{},"104":{},"4124":{},"4226":{}},"parent":{}}],["authenticatorassertionresponsejsonclientdatajsoninner",{"_index":75,"name":{"81":{},"105":{},"4125":{},"4227":{}},"parent":{}}],["authenticatorassertionresponsejsonsignatureinner",{"_index":72,"name":{"78":{},"106":{},"4126":{},"4228":{}},"parent":{}}],["authenticatorassertionresponsejsonuserhandleinner",{"_index":73,"name":{"79":{},"107":{},"4127":{},"4229":{}},"parent":{}}],["authenticatorattestationresponsejson",{"_index":71,"name":{"77":{},"108":{},"4128":{},"4230":{}},"parent":{}}],["authenticatorattestationresponsejsonattestationobjectinner",{"_index":70,"name":{"76":{},"109":{},"4129":{},"4231":{}},"parent":{}}],["authenticatorattestationresponsejsonclientdatajsoninner",{"_index":69,"name":{"75":{},"110":{},"4130":{},"4232":{}},"parent":{}}],["authorize",{"_index":373,"name":{"593":{},"608":{}},"parent":{}}],["authorizecustomer",{"_index":99,"name":{"132":{},"158":{},"201":{}},"parent":{}}],["authorizecustomerpathparameters",{"_index":182,"name":{"264":{},"522":{},"4063":{},"4156":{}},"parent":{}}],["authorizecustomerqueryparameters",{"_index":177,"name":{"252":{},"521":{},"4062":{},"4155":{}},"parent":{}}],["authorizecustomerrequired",{"_index":124,"name":{"159":{}},"parent":{}}],["authorizecustomerresponsetypeenum",{"_index":145,"name":{"222":{},"503":{},"4044":{},"4153":{}},"parent":{}}],["authorizecustomerscopeenum",{"_index":146,"name":{"223":{},"504":{},"4045":{},"4154":{}},"parent":{}}],["authorizeidp",{"_index":374,"name":{"594":{},"609":{}},"parent":{}}],["authorizepasswordless",{"_index":379,"name":{"599":{},"614":{}},"parent":{}}],["authorizepasswordlesscustomer",{"_index":100,"name":{"133":{},"160":{},"202":{}},"parent":{}}],["authorizepasswordlesscustomerbodytype",{"_index":192,"name":{"273":{},"525":{},"4066":{},"4158":{}},"parent":{}}],["authorizepasswordlesscustomermodeenum",{"_index":147,"name":{"224":{},"505":{},"4046":{},"4157":{}},"parent":{}}],["authorizepasswordlesscustomerpathparameters",{"_index":189,"name":{"270":{},"524":{},"4065":{},"4160":{}},"parent":{}}],["authorizepasswordlesscustomerqueryparameters",{"_index":185,"name":{"267":{},"523":{},"4064":{},"4159":{}},"parent":{}}],["authorizepasswordlesscustomerrequired",{"_index":125,"name":{"161":{}},"parent":{}}],["authorizewebauthnregistration",{"_index":101,"name":{"134":{},"162":{},"203":{}},"parent":{}}],["authorizewebauthnregistrationbodytype",{"_index":208,"name":{"290":{},"528":{},"4069":{},"4162":{}},"parent":{}}],["authorizewebauthnregistrationmodeenum",{"_index":148,"name":{"225":{},"506":{},"4047":{},"4161":{}},"parent":{}}],["authorizewebauthnregistrationpathparameters",{"_index":205,"name":{"287":{},"527":{},"4068":{},"4164":{}},"parent":{}}],["authorizewebauthnregistrationqueryparameters",{"_index":203,"name":{"285":{},"526":{},"4067":{},"4163":{}},"parent":{}}],["authorizewebauthnregistrationrequired",{"_index":126,"name":{"163":{}},"parent":{}}],["baseuri",{"_index":19,"name":{"17":{},"25":{}},"parent":{}}],["baseuriparameters",{"_index":1,"name":{"1":{},"624":{}},"parent":{}}],["basket",{"_index":416,"name":{"671":{},"689":{},"1367":{},"1488":{},"1562":{},"1583":{},"2273":{},"2403":{},"2785":{},"2861":{},"3485":{},"3659":{},"4281":{},"4311":{},"4539":{},"4621":{}},"parent":{}}],["basketchanneltypeenum",{"_index":417,"name":{"672":{},"690":{},"1368":{},"1489":{},"1563":{},"1584":{},"2274":{},"2404":{},"2786":{},"2862":{},"3486":{},"3660":{},"4282":{},"4312":{},"4540":{},"4622":{}},"parent":{}}],["basketid",{"_index":520,"name":{"895":{},"903":{},"911":{},"919":{},"927":{},"934":{},"941":{},"949":{},"965":{},"972":{},"980":{},"988":{},"995":{},"1004":{},"1011":{},"1028":{},"1037":{},"1047":{},"1056":{},"1065":{},"1074":{},"1091":{},"1100":{},"1109":{},"1119":{},"1127":{},"1135":{},"1146":{},"1155":{},"1165":{},"1173":{},"1182":{},"1193":{},"1202":{},"1798":{},"1806":{},"1814":{},"1822":{},"1830":{},"1837":{},"1844":{},"1852":{},"1870":{},"1877":{},"1885":{},"1893":{},"1900":{},"1909":{},"1916":{},"1933":{},"1942":{},"1952":{},"1961":{},"1970":{},"1979":{},"1997":{},"2006":{},"2015":{},"2025":{},"2033":{},"2041":{},"2052":{},"2061":{},"2071":{},"2079":{},"2088":{},"2099":{},"2108":{}},"parent":{}}],["basketpaymentinstrumentrequest",{"_index":420,"name":{"675":{},"692":{},"1370":{},"1491":{},"1569":{},"1586":{},"2276":{},"2406":{}},"parent":{}}],["basketsresult",{"_index":1039,"name":{"2788":{},"2864":{},"3488":{},"3662":{}},"parent":{}}],["baskettaxationenum",{"_index":418,"name":{"673":{},"691":{},"1369":{},"1490":{},"1564":{},"1585":{},"2275":{},"2405":{},"2787":{},"2863":{},"3487":{},"3661":{},"4283":{},"4313":{},"4541":{},"4623":{}},"parent":{}}],["bonusdiscountlineitem",{"_index":397,"name":{"652":{},"693":{},"1371":{},"1492":{},"1540":{},"1587":{},"2277":{},"2407":{},"2763":{},"2865":{},"3489":{},"3663":{},"4259":{},"4314":{},"4542":{},"4624":{}},"parent":{}}],["brandsuggestions",{"_index":1700,"name":{"5085":{},"5115":{},"5221":{},"5263":{}},"parent":{}}],["browserrequestinit",{"_index":32,"name":{"36":{}},"parent":{}}],["bundledproduct",{"_index":1060,"name":{"2809":{},"2866":{},"3490":{},"3664":{},"4772":{},"4780":{},"4919":{},"4964":{}},"parent":{}}],["callback_uri",{"_index":198,"name":{"280":{},"298":{},"358":{}},"parent":{}}],["callcustomendpoint",{"_index":383,"name":{"632":{},"644":{}},"parent":{}}],["campaignid",{"_index":1689,"name":{"5039":{}},"parent":{}}],["category",{"_index":1612,"name":{"4774":{},"4781":{},"4920":{},"4965":{}},"parent":{}}],["categoryid",{"_index":1446,"name":{"3878":{}},"parent":{}}],["categoryresult",{"_index":1613,"name":{"4775":{},"4782":{},"4921":{},"4966":{}},"parent":{}}],["categorysuggestions",{"_index":1702,"name":{"5087":{},"5116":{},"5222":{},"5264":{}},"parent":{}}],["channel_id",{"_index":175,"name":{"250":{},"261":{},"279":{},"294":{},"325":{},"354":{},"370":{},"388":{},"399":{},"421":{},"426":{},"448":{},"464":{},"485":{},"497":{}},"parent":{}}],["channeltype",{"_index":944,"name":{"2508":{},"2523":{},"2607":{},"2632":{}},"parent":{}}],["client_id",{"_index":168,"name":{"244":{},"256":{},"296":{},"324":{},"342":{},"356":{},"369":{},"387":{},"398":{},"420":{},"446":{},"460":{},"484":{},"494":{}},"parent":{}}],["clientconfig",{"_index":17,"name":{"15":{},"24":{},"128":{},"732":{},"1635":{},"2463":{},"2539":{},"2656":{},"2968":{},"3798":{},"3998":{},"4372":{},"4696":{},"4811":{},"5009":{},"5149":{},"5305":{},"5369":{}},"parent":{"16":{},"24":{},"36":{},"37":{},"38":{}}}],["clientconfig.clientconfig",{"_index":27,"name":{},"parent":{"25":{},"26":{},"27":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{}}}],["clientconfig.clientconfig.defaults",{"_index":31,"name":{},"parent":{"35":{}}}],["clientconfig.clientconfig.headers",{"_index":28,"name":{},"parent":{"28":{}}}],["clientconfig.clientconfiginit",{"_index":20,"name":{},"parent":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{}}}],["clientconfig.fetchfunction",{"_index":34,"name":{},"parent":{"39":{}}}],["clientconfiginit",{"_index":18,"name":{"16":{}},"parent":{}}],["code",{"_index":231,"name":{"319":{},"368":{}},"parent":{}}],["code_challenge",{"_index":176,"name":{"251":{},"262":{},"297":{},"357":{},"400":{}},"parent":{}}],["code_verifier",{"_index":233,"name":{"323":{},"343":{},"371":{},"389":{},"462":{}},"parent":{}}],["component",{"_index":1381,"name":{"3768":{},"3782":{},"3940":{},"3972":{}},"parent":{}}],["compositeparameters",{"_index":7,"name":{"6":{},"622":{}},"parent":{}}],["config",{"_index":35,"name":{"40":{}},"parent":{"41":{}}}],["consentstatus",{"_index":945,"name":{"2509":{},"2524":{},"2608":{},"2633":{}},"parent":{}}],["consentsubscription",{"_index":947,"name":{"2511":{},"2525":{},"2609":{},"2634":{}},"parent":{}}],["consentsubscriptionbulkrequest",{"_index":951,"name":{"2515":{},"2528":{},"2612":{},"2637":{}},"parent":{}}],["consentsubscriptionbulkresponse",{"_index":954,"name":{"2518":{},"2529":{},"2613":{},"2638":{}},"parent":{}}],["consentsubscriptionconsenttypeenum",{"_index":948,"name":{"2512":{},"2526":{},"2610":{},"2635":{}},"parent":{}}],["consentsubscriptiondefaultstatusenum",{"_index":949,"name":{"2513":{},"2527":{},"2611":{},"2636":{}},"parent":{}}],["consentsubscriptionerror",{"_index":952,"name":{"2516":{},"2530":{},"2614":{},"2639":{}},"parent":{}}],["consentsubscriptionrequest",{"_index":950,"name":{"2514":{},"2531":{},"2615":{},"2640":{}},"parent":{}}],["consentsubscriptionresponse",{"_index":955,"name":{"2519":{},"2532":{},"2616":{},"2641":{}},"parent":{}}],["consentsubscriptionresult",{"_index":953,"name":{"2517":{},"2533":{},"2617":{},"2642":{}},"parent":{}}],["consentsubscriptionupdateresponse",{"_index":956,"name":{"2520":{},"2534":{},"2618":{},"2643":{}},"parent":{}}],["constructor",{"_index":29,"name":{"33":{},"51":{},"153":{},"582":{},"772":{},"1675":{},"2467":{},"2545":{},"2663":{},"3002":{},"3808":{},"4002":{},"4384":{},"4700":{},"4818":{},"5014":{},"5154":{},"5309":{},"5374":{}},"parent":{}}],["content",{"_index":1382,"name":{"3769":{},"3783":{},"3941":{},"3973":{}},"parent":{}}],["contentfolder",{"_index":1383,"name":{"3770":{},"3784":{},"3942":{},"3974":{}},"parent":{}}],["contentfolderresult",{"_index":1384,"name":{"3771":{},"3785":{},"3943":{},"3975":{}},"parent":{}}],["contentresult",{"_index":1385,"name":{"3772":{},"3786":{},"3944":{},"3976":{}},"parent":{}}],["contentsearchrefinement",{"_index":1387,"name":{"3774":{},"3787":{},"3945":{},"3977":{}},"parent":{}}],["contentsearchrefinementvalue",{"_index":1386,"name":{"3773":{},"3788":{},"3946":{},"3978":{}},"parent":{}}],["contentsearchresult",{"_index":1388,"name":{"3775":{},"3789":{},"3947":{},"3979":{}},"parent":{}}],["contenttypeheaderexists",{"_index":390,"name":{"643":{}},"parent":{}}],["countrycode",{"_index":1600,"name":{"4710":{},"5393":{}},"parent":{}}],["couponitem",{"_index":407,"name":{"662":{},"694":{},"1372":{},"1493":{},"1550":{},"1588":{},"2278":{},"2408":{},"2773":{},"2867":{},"3491":{},"3665":{},"4269":{},"4315":{},"4543":{},"4625":{}},"parent":{}}],["couponitemid",{"_index":628,"name":{"1029":{},"1934":{}},"parent":{}}],["couponitemstatuscodeenum",{"_index":408,"name":{"663":{},"695":{},"1373":{},"1494":{},"1551":{},"1589":{},"2279":{},"2409":{},"2774":{},"2868":{},"3492":{},"3666":{},"4270":{},"4316":{},"4544":{},"4626":{}},"parent":{}}],["createbasket",{"_index":443,"name":{"743":{},"791":{},"857":{},"1646":{},"1694":{},"1760":{}},"parent":{}}],["createbasketpathparameters",{"_index":568,"name":{"955":{},"1225":{},"1306":{},"1430":{},"1860":{},"2131":{},"2212":{},"2345":{}},"parent":{}}],["createbasketqueryparameters",{"_index":564,"name":{"950":{},"1224":{},"1305":{},"1429":{},"1853":{},"2130":{},"2211":{},"2344":{}},"parent":{}}],["createbasketrequired",{"_index":482,"name":{"792":{},"1695":{}},"parent":{}}],["createbaskettaxmodeenum",{"_index":511,"name":{"886":{},"1206":{},"1287":{},"1428":{},"1789":{},"2112":{},"2193":{},"2343":{}},"parent":{}}],["createcodeverifier",{"_index":371,"name":{"591":{},"620":{}},"parent":{}}],["createcustomeraddress",{"_index":1112,"name":{"2971":{},"3005":{},"3067":{}},"parent":{}}],["createcustomeraddresspathparameters",{"_index":1181,"name":{"3104":{},"3350":{},"3420":{},"3595":{}},"parent":{}}],["createcustomeraddressqueryparameters",{"_index":1178,"name":{"3101":{},"3349":{},"3419":{},"3594":{}},"parent":{}}],["createcustomeraddressrequired",{"_index":1145,"name":{"3006":{}},"parent":{}}],["createcustomerpaymentinstrument",{"_index":1114,"name":{"2972":{},"3007":{},"3068":{}},"parent":{}}],["createcustomerpaymentinstrumentpathparameters",{"_index":1188,"name":{"3111":{},"3352":{},"3422":{},"3597":{}},"parent":{}}],["createcustomerpaymentinstrumentqueryparameters",{"_index":1185,"name":{"3108":{},"3351":{},"3421":{},"3596":{}},"parent":{}}],["createcustomerpaymentinstrumentrequired",{"_index":1146,"name":{"3008":{}},"parent":{}}],["createcustomerproductlist",{"_index":1115,"name":{"2973":{},"3009":{},"3069":{}},"parent":{}}],["createcustomerproductlistitem",{"_index":1116,"name":{"2974":{},"3011":{},"3070":{}},"parent":{}}],["createcustomerproductlistitempathparameters",{"_index":1200,"name":{"3125":{},"3356":{},"3426":{},"3601":{}},"parent":{}}],["createcustomerproductlistitemqueryparameters",{"_index":1197,"name":{"3122":{},"3355":{},"3425":{},"3600":{}},"parent":{}}],["createcustomerproductlistitemrequired",{"_index":1148,"name":{"3012":{}},"parent":{}}],["createcustomerproductlistpathparameters",{"_index":1194,"name":{"3118":{},"3354":{},"3424":{},"3599":{}},"parent":{}}],["createcustomerproductlistqueryparameters",{"_index":1191,"name":{"3115":{},"3353":{},"3423":{},"3598":{}},"parent":{}}],["createcustomerproductlistrequired",{"_index":1147,"name":{"3010":{}},"parent":{}}],["createdestinationbasket",{"_index":617,"name":{"1015":{},"1920":{}},"parent":{}}],["createobjecturl",{"_index":64,"name":{"70":{}},"parent":{}}],["createorder",{"_index":1500,"name":{"4375":{},"4387":{},"4405":{}},"parent":{}}],["createorderpathparameters",{"_index":1525,"name":{"4419":{},"4494":{},"4518":{},"4603":{}},"parent":{}}],["createorderqueryparameters",{"_index":1522,"name":{"4415":{},"4493":{},"4517":{},"4602":{}},"parent":{}}],["createorderrequired",{"_index":1512,"name":{"4388":{}},"parent":{}}],["createpaymentinstrumentfororder",{"_index":1502,"name":{"4376":{},"4389":{},"4406":{}},"parent":{}}],["createpaymentinstrumentfororderpathparameters",{"_index":1531,"name":{"4426":{},"4496":{},"4520":{},"4605":{}},"parent":{}}],["createpaymentinstrumentfororderqueryparameters",{"_index":1528,"name":{"4422":{},"4495":{},"4519":{},"4604":{}},"parent":{}}],["createpaymentinstrumentfororderrequired",{"_index":1513,"name":{"4390":{}},"parent":{}}],["createshipmentforbasket",{"_index":444,"name":{"744":{},"793":{},"858":{},"1647":{},"1696":{},"1761":{}},"parent":{}}],["createshipmentforbasketpathparameters",{"_index":574,"name":{"962":{},"1227":{},"1308":{},"1432":{},"1867":{},"2133":{},"2214":{},"2347":{}},"parent":{}}],["createshipmentforbasketqueryparameters",{"_index":571,"name":{"958":{},"1226":{},"1307":{},"1431":{},"1863":{},"2132":{},"2213":{},"2346":{}},"parent":{}}],["createshipmentforbasketrequired",{"_index":483,"name":{"794":{},"1697":{}},"parent":{}}],["createshoppercontext",{"_index":997,"name":{"2659":{},"2666":{},"2674":{}},"parent":{}}],["createshoppercontextpathparameters",{"_index":1012,"name":{"2682":{},"2712":{},"2725":{},"2743":{}},"parent":{}}],["createshoppercontextqueryparameters",{"_index":1008,"name":{"2678":{},"2711":{},"2724":{},"2742":{}},"parent":{}}],["createshoppercontextrequired",{"_index":1004,"name":{"2667":{}},"parent":{}}],["crosssites",{"_index":1243,"name":{"3180":{}},"parent":{}}],["currency",{"_index":1599,"name":{"4709":{},"4862":{},"4879":{},"5036":{},"5170":{},"5185":{}},"parent":{}}],["custom_api_default_base_uri",{"_index":36,"name":{"41":{}},"parent":{}}],["customer",{"_index":1065,"name":{"2814":{},"2869":{},"3493":{},"3667":{}},"parent":{}}],["customeraddress",{"_index":1064,"name":{"2813":{},"2871":{},"3495":{},"3669":{}},"parent":{}}],["customeraddressinfo",{"_index":1067,"name":{"2816":{},"2872":{},"3496":{},"3670":{}},"parent":{}}],["customerauthtypeenum",{"_index":1066,"name":{"2815":{},"2870":{},"3494":{},"3668":{}},"parent":{}}],["customerexternalprofile",{"_index":1069,"name":{"2818":{},"2874":{},"3498":{},"3672":{}},"parent":{}}],["customerextprofilerequest",{"_index":1068,"name":{"2817":{},"2873":{},"3497":{},"3671":{}},"parent":{}}],["customerid",{"_index":1183,"name":{"3106":{},"3113":{},"3120":{},"3128":{},"3136":{},"3144":{},"3153":{},"3161":{},"3169":{},"3176":{},"3190":{},"3198":{},"3206":{},"3215":{},"3222":{},"3288":{},"3301":{},"3309":{},"3316":{},"3324":{},"3332":{},"3341":{}},"parent":{}}],["customerinfo",{"_index":409,"name":{"664":{},"696":{},"1374":{},"1495":{},"1552":{},"1590":{},"2280":{},"2410":{},"2775":{},"2875":{},"3499":{},"3673":{},"4271":{},"4317":{},"4545":{},"4627":{}},"parent":{}}],["customerorderresult",{"_index":1081,"name":{"2830":{},"2876":{},"3500":{},"3674":{}},"parent":{}}],["customerpaymentcardrequest",{"_index":1082,"name":{"2831":{},"2877":{},"3501":{},"3675":{}},"parent":{}}],["customerpaymentinstrument",{"_index":1063,"name":{"2812":{},"2878":{},"3502":{},"3676":{}},"parent":{}}],["customerpaymentinstrumentrequest",{"_index":1084,"name":{"2833":{},"2879":{},"3503":{},"3677":{}},"parent":{}}],["customerpaymentinstrumentupdaterequest",{"_index":1086,"name":{"2835":{},"2880":{},"3504":{},"3678":{}},"parent":{}}],["customerpaymentinstrumentupdaterequestpaymentcard",{"_index":1085,"name":{"2834":{},"2881":{},"3505":{},"3679":{}},"parent":{}}],["customerpaymentmethodreference",{"_index":1061,"name":{"2810":{},"2882":{},"3506":{},"3680":{}},"parent":{}}],["customerpaymentmethodreferencetypeenum",{"_index":1062,"name":{"2811":{},"2883":{},"3507":{},"3681":{}},"parent":{}}],["customerproductlist",{"_index":1092,"name":{"2841":{},"2884":{},"3508":{},"3682":{}},"parent":{}}],["customerproductlistitem",{"_index":1088,"name":{"2837":{},"2886":{},"3510":{},"3684":{}},"parent":{}}],["customerproductlistitemtypeenum",{"_index":1089,"name":{"2838":{},"2887":{},"3511":{},"3685":{}},"parent":{}}],["customerproductlistregistrant",{"_index":1090,"name":{"2839":{},"2888":{},"3512":{},"3686":{}},"parent":{}}],["customerproductlistresult",{"_index":1094,"name":{"2843":{},"2889":{},"3513":{},"3687":{}},"parent":{}}],["customerproductlisttypeenum",{"_index":1093,"name":{"2842":{},"2885":{},"3509":{},"3683":{}},"parent":{}}],["customerregistration",{"_index":1095,"name":{"2844":{},"2890":{},"3514":{},"3688":{}},"parent":{}}],["customparams",{"_index":382,"name":{"631":{},"637":{}},"parent":{}}],["customqueryparameters",{"_index":13,"name":{"11":{},"629":{}},"parent":{}}],["customrequestbody",{"_index":15,"name":{"13":{},"630":{}},"parent":{}}],["customsuggestions",{"_index":1703,"name":{"5088":{},"5117":{},"5223":{},"5265":{}},"parent":{}}],["defaultbaseuri",{"_index":43,"name":{"48":{},"129":{},"646":{},"733":{},"1286":{},"1531":{},"1636":{},"2192":{},"2455":{},"2464":{},"2488":{},"2507":{},"2540":{},"2595":{},"2648":{},"2657":{},"2723":{},"2754":{},"2969":{},"3415":{},"3766":{},"3799":{},"3921":{},"3988":{},"3999":{},"4023":{},"4043":{},"4250":{},"4373":{},"4515":{},"4682":{},"4697":{},"4724":{},"4749":{},"4812":{},"4902":{},"4995":{},"5010":{},"5052":{},"5081":{},"5150":{},"5210":{},"5297":{},"5306":{},"5332":{},"5351":{},"5370":{},"5417":{}},"parent":{}}],["defaultfallback",{"_index":1665,"name":{"4996":{},"5002":{},"5061":{},"5074":{}},"parent":{}}],["defaults",{"_index":30,"name":{"34":{}},"parent":{}}],["deletebasket",{"_index":445,"name":{"745":{},"795":{},"859":{},"1648":{},"1698":{},"1762":{}},"parent":{}}],["deletebasketpathparameters",{"_index":580,"name":{"969":{},"1229":{},"1310":{},"1434":{},"1874":{},"2135":{},"2216":{},"2349":{}},"parent":{}}],["deletebasketqueryparameters",{"_index":577,"name":{"966":{},"1228":{},"1309":{},"1433":{},"1871":{},"2134":{},"2215":{},"2348":{}},"parent":{}}],["deletebasketrequired",{"_index":484,"name":{"796":{},"1699":{}},"parent":{}}],["deletecustomerpaymentinstrument",{"_index":1117,"name":{"2975":{},"3013":{},"3071":{}},"parent":{}}],["deletecustomerpaymentinstrumentpathparameters",{"_index":1207,"name":{"3133":{},"3358":{},"3428":{},"3603":{}},"parent":{}}],["deletecustomerpaymentinstrumentqueryparameters",{"_index":1204,"name":{"3130":{},"3357":{},"3427":{},"3602":{}},"parent":{}}],["deletecustomerpaymentinstrumentrequired",{"_index":1149,"name":{"3014":{}},"parent":{}}],["deletecustomerproductlist",{"_index":1118,"name":{"2976":{},"3015":{},"3072":{}},"parent":{}}],["deletecustomerproductlistitem",{"_index":1119,"name":{"2977":{},"3017":{},"3073":{}},"parent":{}}],["deletecustomerproductlistitempathparameters",{"_index":1219,"name":{"3149":{},"3362":{},"3432":{},"3607":{}},"parent":{}}],["deletecustomerproductlistitemqueryparameters",{"_index":1216,"name":{"3146":{},"3361":{},"3431":{},"3606":{}},"parent":{}}],["deletecustomerproductlistitemrequired",{"_index":1151,"name":{"3018":{}},"parent":{}}],["deletecustomerproductlistpathparameters",{"_index":1213,"name":{"3141":{},"3360":{},"3430":{},"3605":{}},"parent":{}}],["deletecustomerproductlistqueryparameters",{"_index":1210,"name":{"3138":{},"3359":{},"3429":{},"3604":{}},"parent":{}}],["deletecustomerproductlistrequired",{"_index":1150,"name":{"3016":{}},"parent":{}}],["deleteshoppercontext",{"_index":999,"name":{"2660":{},"2668":{},"2675":{}},"parent":{}}],["deleteshoppercontextpathparameters",{"_index":1018,"name":{"2689":{},"2714":{},"2727":{},"2745":{}},"parent":{}}],["deleteshoppercontextqueryparameters",{"_index":1015,"name":{"2686":{},"2713":{},"2726":{},"2744":{}},"parent":{}}],["deleteshoppercontextrequired",{"_index":1005,"name":{"2669":{}},"parent":{}}],["discount",{"_index":398,"name":{"653":{},"697":{},"1375":{},"1496":{},"1541":{},"1591":{},"2281":{},"2411":{},"2764":{},"2891":{},"3515":{},"3689":{},"4260":{},"4318":{},"4546":{},"4628":{}},"parent":{}}],["discountrequest",{"_index":421,"name":{"676":{},"699":{},"1377":{},"1498":{},"1570":{},"1593":{},"2283":{},"2413":{}},"parent":{}}],["discountrequesttypeenum",{"_index":422,"name":{"677":{},"700":{},"1378":{},"1499":{},"1571":{},"1594":{},"2284":{},"2414":{}},"parent":{}}],["discounttypeenum",{"_index":399,"name":{"654":{},"698":{},"1376":{},"1497":{},"1542":{},"1592":{},"2282":{},"2412":{},"2765":{},"2892":{},"3516":{},"3690":{},"4261":{},"4319":{},"4547":{},"4629":{}},"parent":{}}],["display_name",{"_index":356,"name":{"498":{}},"parent":{}}],["distanceunit",{"_index":1767,"name":{"5352":{},"5360":{},"5394":{},"5426":{},"5441":{}},"parent":{}}],["dnt",{"_index":234,"name":{"326":{},"378":{},"394":{},"423":{}},"parent":{}}],["dofetch",{"_index":384,"name":{"633":{},"635":{}},"parent":{}}],["dwsgst",{"_index":267,"name":{"375":{}},"parent":{}}],["dwsid",{"_index":266,"name":{"372":{}},"parent":{}}],["dwsrst",{"_index":268,"name":{"376":{}},"parent":{}}],["einsteinsuggestedphrases",{"_index":1704,"name":{"5089":{},"5118":{},"5224":{},"5266":{}},"parent":{}}],["email",{"_index":200,"name":{"282":{},"3257":{}},"parent":{}}],["email_id",{"_index":293,"name":{"422":{}},"parent":{}}],["encodescapispecialcharacters",{"_index":385,"name":{"634":{},"636":{}},"parent":{}}],["enddate",{"_index":1686,"name":{"5035":{}},"parent":{}}],["endpointpath",{"_index":389,"name":{"640":{}},"parent":{}}],["error",{"_index":367,"name":{"587":{}},"parent":{}}],["errorresponse",{"_index":423,"name":{"678":{},"701":{},"1379":{},"1500":{},"1572":{},"1595":{},"2285":{},"2415":{},"2456":{},"2459":{},"2495":{},"2503":{},"2521":{},"2535":{},"2619":{},"2644":{},"2649":{},"2652":{},"2736":{},"2750":{},"2845":{},"2893":{},"3517":{},"3691":{},"3776":{},"3790":{},"3948":{},"3980":{},"3989":{},"3993":{},"4030":{},"4039":{},"4284":{},"4320":{},"4548":{},"4630":{},"4776":{},"4783":{},"4922":{},"4967":{},"4997":{},"5003":{},"5062":{},"5075":{},"5090":{},"5119":{},"5225":{},"5267":{},"5298":{},"5301":{},"5339":{},"5347":{},"5353":{},"5361":{},"5427":{},"5442":{}},"parent":{}}],["evaluatecontextwithclientip",{"_index":1011,"name":{"2681":{},"2703":{}},"parent":{}}],["exchange",{"_index":679,"name":{"1095":{},"2001":{}},"parent":{}}],["expand",{"_index":972,"name":{"2563":{},"3158":{},"3184":{},"3249":{},"4443":{},"4858":{},"4873":{},"5172":{},"5187":{}},"parent":{}}],["externalid",{"_index":1278,"name":{"3226":{}},"parent":{}}],["failorder",{"_index":1503,"name":{"4377":{},"4391":{},"4407":{}},"parent":{}}],["failorderpathparameters",{"_index":1539,"name":{"4435":{},"4498":{},"4522":{},"4607":{}},"parent":{}}],["failorderqueryparameters",{"_index":1535,"name":{"4430":{},"4497":{},"4521":{},"4606":{}},"parent":{}}],["failorderrequest",{"_index":1492,"name":{"4285":{},"4321":{},"4549":{},"4631":{}},"parent":{}}],["failorderrequestreasoncodeenum",{"_index":1493,"name":{"4286":{},"4322":{},"4550":{},"4632":{}},"parent":{}}],["failorderrequired",{"_index":1514,"name":{"4392":{}},"parent":{}}],["fetch",{"_index":41,"name":{"46":{},"607":{}},"parent":{}}],["fetchfunction",{"_index":33,"name":{"38":{}},"parent":{}}],["fetchoptions",{"_index":24,"name":{"21":{},"30":{},"37":{}},"parent":{}}],["finishwebauthnauthentication",{"_index":102,"name":{"135":{},"164":{},"204":{}},"parent":{}}],["finishwebauthnauthenticationpathparameters",{"_index":214,"name":{"303":{},"530":{},"4071":{},"4166":{}},"parent":{}}],["finishwebauthnauthenticationqueryparameters",{"_index":212,"name":{"301":{},"529":{},"4070":{},"4165":{}},"parent":{}}],["finishwebauthnauthenticationrequired",{"_index":127,"name":{"165":{}},"parent":{}}],["finishwebauthnuserregistration",{"_index":103,"name":{"136":{},"166":{},"205":{}},"parent":{}}],["finishwebauthnuserregistrationpathparameters",{"_index":219,"name":{"308":{},"532":{},"4073":{},"4168":{}},"parent":{}}],["finishwebauthnuserregistrationqueryparameters",{"_index":217,"name":{"306":{},"531":{},"4072":{},"4167":{}},"parent":{}}],["finishwebauthnuserregistrationrequired",{"_index":128,"name":{"167":{}},"parent":{}}],["first_name",{"_index":201,"name":{"283":{}},"parent":{}}],["firstname",{"_index":1305,"name":{"3258":{}},"parent":{}}],["from",{"_index":1245,"name":{"3181":{}},"parent":{}}],["generatecodechallenge",{"_index":372,"name":{"592":{},"621":{}},"parent":{}}],["getaccesstoken",{"_index":104,"name":{"137":{},"168":{},"206":{}},"parent":{}}],["getaccesstokenbodytype",{"_index":227,"name":{"316":{},"535":{},"4076":{},"4169":{}},"parent":{}}],["getaccesstokenpathparameters",{"_index":224,"name":{"313":{},"534":{},"4075":{},"4171":{}},"parent":{}}],["getaccesstokenqueryparameters",{"_index":222,"name":{"311":{},"533":{},"4074":{},"4170":{}},"parent":{}}],["getaccesstokenrequired",{"_index":129,"name":{"169":{}},"parent":{}}],["getbasket",{"_index":446,"name":{"746":{},"797":{},"860":{},"1649":{},"1700":{},"1763":{}},"parent":{}}],["getbasketpathparameters",{"_index":586,"name":{"977":{},"1231":{},"1312":{},"1436":{},"1882":{},"2137":{},"2218":{},"2351":{}},"parent":{}}],["getbasketqueryparameters",{"_index":583,"name":{"973":{},"1230":{},"1311":{},"1435":{},"1878":{},"2136":{},"2217":{},"2350":{}},"parent":{}}],["getbasketrequired",{"_index":485,"name":{"798":{},"1701":{}},"parent":{}}],["getcategories",{"_index":1616,"name":{"4814":{},"4821":{},"4829":{}},"parent":{}}],["getcategorieslevelsenum",{"_index":1627,"name":{"4833":{},"4886":{},"4903":{},"4952":{}},"parent":{}}],["getcategoriespathparameters",{"_index":1634,"name":{"4843":{},"4891":{},"4908":{},"4954":{}},"parent":{}}],["getcategoriesqueryparameters",{"_index":1631,"name":{"4837":{},"4890":{},"4907":{},"4953":{}},"parent":{}}],["getcategoriesrequired",{"_index":1623,"name":{"4822":{}},"parent":{}}],["getcategory",{"_index":1618,"name":{"4815":{},"4823":{},"4830":{}},"parent":{}}],["getcategorylevelsenum",{"_index":1628,"name":{"4834":{},"4887":{},"4904":{},"4955":{}},"parent":{}}],["getcategorypathparameters",{"_index":1640,"name":{"4851":{},"4893":{},"4910":{},"4957":{}},"parent":{}}],["getcategoryqueryparameters",{"_index":1637,"name":{"4846":{},"4892":{},"4909":{},"4956":{}},"parent":{}}],["getcategoryrequired",{"_index":1624,"name":{"4824":{}},"parent":{}}],["getcodeandusidfromurl",{"_index":369,"name":{"589":{},"619":{}},"parent":{}}],["getconfigurations",{"_index":927,"name":{"2466":{},"2470":{},"2472":{}},"parent":{}}],["getconfigurationspathparameters",{"_index":935,"name":{"2476":{},"2483":{},"2490":{},"2502":{}},"parent":{}}],["getconfigurationsqueryparameters",{"_index":932,"name":{"2473":{},"2482":{},"2489":{},"2501":{}},"parent":{}}],["getconfigurationsrequired",{"_index":931,"name":{"2471":{}},"parent":{}}],["getcontent",{"_index":1392,"name":{"3801":{},"3811":{},"3825":{}},"parent":{}}],["getcontentfolder",{"_index":1394,"name":{"3802":{},"3813":{},"3826":{}},"parent":{}}],["getcontentfolderpathparameters",{"_index":1420,"name":{"3845":{},"3906":{},"3925":{},"3961":{}},"parent":{}}],["getcontentfolderqueryparameters",{"_index":1416,"name":{"3840":{},"3905":{},"3924":{},"3960":{}},"parent":{}}],["getcontentfolderrequired",{"_index":1403,"name":{"3814":{}},"parent":{}}],["getcontentfolders",{"_index":1395,"name":{"3803":{},"3815":{},"3827":{}},"parent":{}}],["getcontentfolderspathparameters",{"_index":1427,"name":{"3855":{},"3908":{},"3927":{},"3963":{}},"parent":{}}],["getcontentfoldersqueryparameters",{"_index":1423,"name":{"3849":{},"3907":{},"3926":{},"3962":{}},"parent":{}}],["getcontentfoldersrequired",{"_index":1404,"name":{"3816":{}},"parent":{}}],["getcontentpathparameters",{"_index":1412,"name":{"3836":{},"3904":{},"3923":{},"3959":{}},"parent":{}}],["getcontentqueryparameters",{"_index":1409,"name":{"3832":{},"3903":{},"3922":{},"3958":{}},"parent":{}}],["getcontentrequired",{"_index":1402,"name":{"3812":{}},"parent":{}}],["getcustomer",{"_index":1120,"name":{"2978":{},"3019":{},"3074":{}},"parent":{}}],["getcustomeraddress",{"_index":1121,"name":{"2979":{},"3021":{},"3075":{}},"parent":{}}],["getcustomeraddresspathparameters",{"_index":1231,"name":{"3166":{},"3366":{},"3436":{},"3612":{}},"parent":{}}],["getcustomeraddressqueryparameters",{"_index":1228,"name":{"3163":{},"3365":{},"3435":{},"3611":{}},"parent":{}}],["getcustomeraddressrequired",{"_index":1153,"name":{"3022":{}},"parent":{}}],["getcustomerbaskets",{"_index":1122,"name":{"2980":{},"3023":{},"3076":{}},"parent":{}}],["getcustomerbasketspathparameters",{"_index":1238,"name":{"3174":{},"3368":{},"3438":{},"3614":{}},"parent":{}}],["getcustomerbasketsqueryparameters",{"_index":1235,"name":{"3171":{},"3367":{},"3437":{},"3613":{}},"parent":{}}],["getcustomerbasketsrequired",{"_index":1154,"name":{"3024":{}},"parent":{}}],["getcustomerexpandenum",{"_index":1175,"name":{"3098":{},"3346":{},"3416":{},"3608":{}},"parent":{}}],["getcustomerorders",{"_index":1123,"name":{"2981":{},"3025":{},"3077":{}},"parent":{}}],["getcustomerordersexpandenum",{"_index":1176,"name":{"3099":{},"3347":{},"3417":{},"3615":{}},"parent":{}}],["getcustomerorderspathparameters",{"_index":1249,"name":{"3188":{},"3370":{},"3440":{},"3617":{}},"parent":{}}],["getcustomerordersqueryparameters",{"_index":1241,"name":{"3178":{},"3369":{},"3439":{},"3616":{}},"parent":{}}],["getcustomerordersrequired",{"_index":1155,"name":{"3026":{}},"parent":{}}],["getcustomerpathparameters",{"_index":1225,"name":{"3159":{},"3364":{},"3434":{},"3610":{}},"parent":{}}],["getcustomerpaymentinstrument",{"_index":1124,"name":{"2982":{},"3027":{},"3078":{}},"parent":{}}],["getcustomerpaymentinstrumentpathparameters",{"_index":1255,"name":{"3195":{},"3372":{},"3442":{},"3619":{}},"parent":{}}],["getcustomerpaymentinstrumentqueryparameters",{"_index":1252,"name":{"3192":{},"3371":{},"3441":{},"3618":{}},"parent":{}}],["getcustomerpaymentinstrumentrequired",{"_index":1156,"name":{"3028":{}},"parent":{}}],["getcustomerproductlist",{"_index":1125,"name":{"2983":{},"3029":{},"3079":{}},"parent":{}}],["getcustomerproductlistitem",{"_index":1126,"name":{"2984":{},"3031":{},"3080":{}},"parent":{}}],["getcustomerproductlistitempathparameters",{"_index":1267,"name":{"3211":{},"3376":{},"3446":{},"3623":{}},"parent":{}}],["getcustomerproductlistitemqueryparameters",{"_index":1264,"name":{"3208":{},"3375":{},"3445":{},"3622":{}},"parent":{}}],["getcustomerproductlistitemrequired",{"_index":1158,"name":{"3032":{}},"parent":{}}],["getcustomerproductlistpathparameters",{"_index":1261,"name":{"3203":{},"3374":{},"3444":{},"3621":{}},"parent":{}}],["getcustomerproductlistqueryparameters",{"_index":1258,"name":{"3200":{},"3373":{},"3443":{},"3620":{}},"parent":{}}],["getcustomerproductlistrequired",{"_index":1157,"name":{"3030":{}},"parent":{}}],["getcustomerproductlists",{"_index":1127,"name":{"2985":{},"3033":{},"3081":{}},"parent":{}}],["getcustomerproductlistspathparameters",{"_index":1273,"name":{"3220":{},"3378":{},"3448":{},"3625":{}},"parent":{}}],["getcustomerproductlistsqueryparameters",{"_index":1270,"name":{"3217":{},"3377":{},"3447":{},"3624":{}},"parent":{}}],["getcustomerproductlistsrequired",{"_index":1159,"name":{"3034":{}},"parent":{}}],["getcustomerqueryparameters",{"_index":1222,"name":{"3155":{},"3363":{},"3433":{},"3609":{}},"parent":{}}],["getcustomerrequired",{"_index":1152,"name":{"3020":{}},"parent":{}}],["getexternalprofile",{"_index":1128,"name":{"2986":{},"3035":{},"3082":{}},"parent":{}}],["getexternalprofilepathparameters",{"_index":1281,"name":{"3229":{},"3380":{},"3450":{},"3627":{}},"parent":{}}],["getexternalprofilequeryparameters",{"_index":1276,"name":{"3224":{},"3379":{},"3449":{},"3626":{}},"parent":{}}],["getexternalprofilerequired",{"_index":1160,"name":{"3036":{}},"parent":{}}],["getgiftcertificate",{"_index":1472,"name":{"4001":{},"4005":{},"4007":{}},"parent":{}}],["getgiftcertificatepathparameters",{"_index":1480,"name":{"4011":{},"4018":{},"4025":{},"4038":{}},"parent":{}}],["getgiftcertificatequeryparameters",{"_index":1477,"name":{"4008":{},"4017":{},"4024":{},"4037":{}},"parent":{}}],["getgiftcertificaterequired",{"_index":1476,"name":{"4006":{}},"parent":{}}],["getjwksuri",{"_index":105,"name":{"138":{},"170":{},"207":{}},"parent":{}}],["getjwksuripathparameters",{"_index":237,"name":{"329":{},"537":{},"4078":{},"4173":{}},"parent":{}}],["getjwksuriqueryparameters",{"_index":235,"name":{"327":{},"536":{},"4077":{},"4172":{}},"parent":{}}],["getjwksurirequired",{"_index":130,"name":{"171":{}},"parent":{}}],["getmultiplecontent",{"_index":1396,"name":{"3804":{},"3817":{},"3828":{}},"parent":{}}],["getmultiplecontentpathparameters",{"_index":1433,"name":{"3863":{},"3910":{},"3929":{},"3965":{}},"parent":{}}],["getmultiplecontentqueryparameters",{"_index":1430,"name":{"3858":{},"3909":{},"3928":{},"3964":{}},"parent":{}}],["getmultiplecontentrequired",{"_index":1405,"name":{"3818":{}},"parent":{}}],["getorder",{"_index":1504,"name":{"4378":{},"4393":{},"4408":{}},"parent":{}}],["getorderexpandenum",{"_index":1521,"name":{"4414":{},"4492":{},"4516":{},"4608":{}},"parent":{}}],["getorderpathparameters",{"_index":1545,"name":{"4444":{},"4500":{},"4524":{},"4610":{}},"parent":{}}],["getorderqueryparameters",{"_index":1542,"name":{"4439":{},"4499":{},"4523":{},"4609":{}},"parent":{}}],["getorderrequired",{"_index":1515,"name":{"4394":{}},"parent":{}}],["getpage",{"_index":1397,"name":{"3805":{},"3819":{},"3829":{}},"parent":{}}],["getpagepathparameters",{"_index":1440,"name":{"3872":{},"3912":{},"3931":{},"3967":{}},"parent":{}}],["getpagequeryparameters",{"_index":1436,"name":{"3866":{},"3911":{},"3930":{},"3966":{}},"parent":{}}],["getpagerequired",{"_index":1406,"name":{"3820":{}},"parent":{}}],["getpages",{"_index":1398,"name":{"3806":{},"3821":{},"3830":{}},"parent":{}}],["getpagespathparameters",{"_index":1450,"name":{"3885":{},"3914":{},"3933":{},"3969":{}},"parent":{}}],["getpagesqueryparameters",{"_index":1444,"name":{"3876":{},"3913":{},"3932":{},"3968":{}},"parent":{}}],["getpagesrequired",{"_index":1407,"name":{"3822":{}},"parent":{}}],["getpasswordlessaccesstoken",{"_index":106,"name":{"139":{},"172":{},"208":{},"600":{},"615":{}},"parent":{}}],["getpasswordlessaccesstokenbodytype",{"_index":245,"name":{"337":{},"540":{},"4081":{},"4175":{}},"parent":{}}],["getpasswordlessaccesstokengranttypeenum",{"_index":149,"name":{"226":{},"507":{},"4048":{},"4174":{}},"parent":{}}],["getpasswordlessaccesstokenpathparameters",{"_index":242,"name":{"334":{},"539":{},"4080":{},"4177":{}},"parent":{}}],["getpasswordlessaccesstokenqueryparameters",{"_index":240,"name":{"332":{},"538":{},"4079":{},"4176":{}},"parent":{}}],["getpasswordlessaccesstokenrequired",{"_index":131,"name":{"173":{}},"parent":{}}],["getpasswordresettoken",{"_index":107,"name":{"140":{},"174":{},"209":{}},"parent":{}}],["getpasswordresettokenbodytype",{"_index":255,"name":{"350":{},"543":{},"4084":{},"4179":{}},"parent":{}}],["getpasswordresettokenmodeenum",{"_index":150,"name":{"227":{},"508":{},"4049":{},"4178":{}},"parent":{}}],["getpasswordresettokenpathparameters",{"_index":252,"name":{"347":{},"542":{},"4083":{},"4181":{}},"parent":{}}],["getpasswordresettokenqueryparameters",{"_index":250,"name":{"345":{},"541":{},"4082":{},"4180":{}},"parent":{}}],["getpasswordresettokenrequired",{"_index":132,"name":{"175":{}},"parent":{}}],["getpaymentconfiguration",{"_index":1591,"name":{"4699":{},"4703":{},"4705":{}},"parent":{}}],["getpaymentconfigurationpathparameters",{"_index":1602,"name":{"4712":{},"4719":{},"4726":{},"4741":{}},"parent":{}}],["getpaymentconfigurationqueryparameters",{"_index":1596,"name":{"4706":{},"4718":{},"4725":{},"4740":{}},"parent":{}}],["getpaymentconfigurationrequired",{"_index":1595,"name":{"4704":{}},"parent":{}}],["getpaymentmethodsforbasket",{"_index":447,"name":{"747":{},"799":{},"861":{},"1650":{},"1702":{},"1764":{}},"parent":{}}],["getpaymentmethodsforbasketpathparameters",{"_index":592,"name":{"985":{},"1233":{},"1314":{},"1438":{},"1890":{},"2139":{},"2220":{},"2353":{}},"parent":{}}],["getpaymentmethodsforbasketqueryparameters",{"_index":589,"name":{"981":{},"1232":{},"1313":{},"1437":{},"1886":{},"2138":{},"2219":{},"2352":{}},"parent":{}}],["getpaymentmethodsforbasketrequired",{"_index":486,"name":{"800":{},"1703":{}},"parent":{}}],["getpaymentmethodsfororder",{"_index":1505,"name":{"4379":{},"4395":{},"4409":{}},"parent":{}}],["getpaymentmethodsfororderpathparameters",{"_index":1551,"name":{"4452":{},"4502":{},"4526":{},"4612":{}},"parent":{}}],["getpaymentmethodsfororderqueryparameters",{"_index":1548,"name":{"4448":{},"4501":{},"4525":{},"4611":{}},"parent":{}}],["getpaymentmethodsfororderrequired",{"_index":1516,"name":{"4396":{}},"parent":{}}],["getpricebooksforbasket",{"_index":448,"name":{"748":{},"801":{},"862":{},"1651":{},"1704":{},"1765":{}},"parent":{}}],["getpricebooksforbasketpathparameters",{"_index":598,"name":{"992":{},"1235":{},"1316":{},"1440":{},"1897":{},"2141":{},"2222":{},"2355":{}},"parent":{}}],["getpricebooksforbasketqueryparameters",{"_index":595,"name":{"989":{},"1234":{},"1315":{},"1439":{},"1894":{},"2140":{},"2221":{},"2354":{}},"parent":{}}],["getpricebooksforbasketrequired",{"_index":487,"name":{"802":{},"1705":{}},"parent":{}}],["getproduct",{"_index":1619,"name":{"4816":{},"4825":{},"4831":{}},"parent":{}}],["getproductexpandenum",{"_index":1629,"name":{"4835":{},"4888":{},"4905":{},"4958":{}},"parent":{}}],["getproductlistitem",{"_index":1129,"name":{"2987":{},"3037":{},"3083":{}},"parent":{}}],["getproductlistitempathparameters",{"_index":1287,"name":{"3235":{},"3382":{},"3452":{},"3629":{}},"parent":{}}],["getproductlistitemqueryparameters",{"_index":1284,"name":{"3232":{},"3381":{},"3451":{},"3628":{}},"parent":{}}],["getproductlistitemrequired",{"_index":1161,"name":{"3038":{}},"parent":{}}],["getproductpathparameters",{"_index":1650,"name":{"4865":{},"4895":{},"4912":{},"4960":{}},"parent":{}}],["getproductqueryparameters",{"_index":1643,"name":{"4855":{},"4894":{},"4911":{},"4959":{}},"parent":{}}],["getproductrequired",{"_index":1625,"name":{"4826":{}},"parent":{}}],["getproducts",{"_index":1620,"name":{"4817":{},"4827":{},"4832":{}},"parent":{}}],["getproductsexpandenum",{"_index":1630,"name":{"4836":{},"4889":{},"4906":{},"4961":{}},"parent":{}}],["getproductspathparameters",{"_index":1656,"name":{"4880":{},"4897":{},"4914":{},"4963":{}},"parent":{}}],["getproductsqueryparameters",{"_index":1653,"name":{"4869":{},"4896":{},"4913":{},"4962":{}},"parent":{}}],["getproductsrequired",{"_index":1626,"name":{"4828":{}},"parent":{}}],["getpromotions",{"_index":1669,"name":{"5012":{},"5017":{},"5021":{}},"parent":{}}],["getpromotionsforcampaign",{"_index":1671,"name":{"5013":{},"5019":{},"5022":{}},"parent":{}}],["getpromotionsforcampaignpathparameters",{"_index":1687,"name":{"5037":{},"5047":{},"5056":{},"5073":{}},"parent":{}}],["getpromotionsforcampaignqueryparameters",{"_index":1682,"name":{"5031":{},"5046":{},"5055":{},"5072":{}},"parent":{}}],["getpromotionsforcampaignrequired",{"_index":1675,"name":{"5020":{}},"parent":{}}],["getpromotionspathparameters",{"_index":1679,"name":{"5028":{},"5045":{},"5054":{},"5071":{}},"parent":{}}],["getpromotionsqueryparameters",{"_index":1676,"name":{"5023":{},"5044":{},"5053":{},"5070":{}},"parent":{}}],["getpromotionsrequired",{"_index":1674,"name":{"5018":{}},"parent":{}}],["getpublicproductlist",{"_index":1130,"name":{"2988":{},"3039":{},"3084":{}},"parent":{}}],["getpublicproductlistitems",{"_index":1131,"name":{"2989":{},"3041":{},"3085":{}},"parent":{}}],["getpublicproductlistitemsexpandenum",{"_index":1177,"name":{"3100":{},"3348":{},"3418":{},"3632":{}},"parent":{}}],["getpublicproductlistitemspathparameters",{"_index":1299,"name":{"3251":{},"3386":{},"3456":{},"3634":{}},"parent":{}}],["getpublicproductlistitemsqueryparameters",{"_index":1296,"name":{"3247":{},"3385":{},"3455":{},"3633":{}},"parent":{}}],["getpublicproductlistitemsrequired",{"_index":1163,"name":{"3042":{}},"parent":{}}],["getpublicproductlistpathparameters",{"_index":1293,"name":{"3243":{},"3384":{},"3454":{},"3631":{}},"parent":{}}],["getpublicproductlistqueryparameters",{"_index":1290,"name":{"3240":{},"3383":{},"3453":{},"3630":{}},"parent":{}}],["getpublicproductlistrequired",{"_index":1162,"name":{"3040":{}},"parent":{}}],["getpublicproductlistsbysearchterm",{"_index":1132,"name":{"2990":{},"3043":{},"3086":{}},"parent":{}}],["getpublicproductlistsbysearchtermpathparameters",{"_index":1307,"name":{"3261":{},"3388":{},"3458":{},"3636":{}},"parent":{}}],["getpublicproductlistsbysearchtermqueryparameters",{"_index":1302,"name":{"3255":{},"3387":{},"3457":{},"3635":{}},"parent":{}}],["getpublicproductlistsbysearchtermrequired",{"_index":1164,"name":{"3044":{}},"parent":{}}],["getresetpasswordtoken",{"_index":1133,"name":{"2991":{},"3045":{},"3087":{}},"parent":{}}],["getresetpasswordtokenpathparameters",{"_index":1313,"name":{"3267":{},"3390":{},"3460":{},"3638":{}},"parent":{}}],["getresetpasswordtokenqueryparameters",{"_index":1310,"name":{"3264":{},"3389":{},"3459":{},"3637":{}},"parent":{}}],["getresetpasswordtokenrequired",{"_index":1165,"name":{"3046":{}},"parent":{}}],["getsearchsuggestions",{"_index":1716,"name":{"5152":{},"5157":{},"5161":{}},"parent":{}}],["getsearchsuggestionsexpandenum",{"_index":1723,"name":{"5163":{},"5200":{},"5211":{},"5257":{}},"parent":{}}],["getsearchsuggestionspathparameters",{"_index":1730,"name":{"5175":{},"5203":{},"5214":{},"5259":{}},"parent":{}}],["getsearchsuggestionsqueryparameters",{"_index":1725,"name":{"5165":{},"5202":{},"5213":{},"5258":{}},"parent":{}}],["getsearchsuggestionsrequired",{"_index":1721,"name":{"5158":{}},"parent":{}}],["getsessionbridgeaccesstoken",{"_index":108,"name":{"141":{},"176":{},"210":{}},"parent":{}}],["getsessionbridgeaccesstokenbodytype",{"_index":263,"name":{"366":{},"546":{},"4087":{},"4183":{}},"parent":{}}],["getsessionbridgeaccesstokengranttypeenum",{"_index":151,"name":{"228":{},"509":{},"4050":{},"4182":{}},"parent":{}}],["getsessionbridgeaccesstokenpathparameters",{"_index":260,"name":{"363":{},"545":{},"4086":{},"4185":{}},"parent":{}}],["getsessionbridgeaccesstokenqueryparameters",{"_index":258,"name":{"361":{},"544":{},"4085":{},"4184":{}},"parent":{}}],["getsessionbridgeaccesstokenrequired",{"_index":133,"name":{"177":{}},"parent":{}}],["getshippingmethodsforshipment",{"_index":449,"name":{"749":{},"803":{},"863":{},"1652":{},"1706":{},"1766":{}},"parent":{}}],["getshippingmethodsforshipmentpathparameters",{"_index":604,"name":{"1000":{},"1237":{},"1318":{},"1442":{},"1905":{},"2143":{},"2224":{},"2357":{}},"parent":{}}],["getshippingmethodsforshipmentqueryparameters",{"_index":601,"name":{"996":{},"1236":{},"1317":{},"1441":{},"1901":{},"2142":{},"2223":{},"2356":{}},"parent":{}}],["getshippingmethodsforshipmentrequired",{"_index":488,"name":{"804":{},"1707":{}},"parent":{}}],["getshoppercontext",{"_index":1000,"name":{"2661":{},"2670":{},"2676":{}},"parent":{}}],["getshoppercontextpathparameters",{"_index":1024,"name":{"2696":{},"2716":{},"2729":{},"2747":{}},"parent":{}}],["getshoppercontextqueryparameters",{"_index":1021,"name":{"2693":{},"2715":{},"2728":{},"2746":{}},"parent":{}}],["getshoppercontextrequired",{"_index":1006,"name":{"2671":{}},"parent":{}}],["getstores",{"_index":1772,"name":{"5372":{},"5377":{},"5381":{}},"parent":{}}],["getstorespathparameters",{"_index":1782,"name":{"5388":{},"5410":{},"5419":{},"5438":{}},"parent":{}}],["getstoresqueryparameters",{"_index":1779,"name":{"5383":{},"5409":{},"5418":{},"5437":{}},"parent":{}}],["getstoresrequired",{"_index":1777,"name":{"5378":{}},"parent":{}}],["getsubscriptions",{"_index":958,"name":{"2542":{},"2548":{},"2554":{}},"parent":{}}],["getsubscriptionsexpandenum",{"_index":967,"name":{"2557":{},"2584":{},"2596":{},"2625":{}},"parent":{}}],["getsubscriptionspathparameters",{"_index":973,"name":{"2564":{},"2586":{},"2598":{},"2627":{}},"parent":{}}],["getsubscriptionsqueryparameters",{"_index":968,"name":{"2558":{},"2585":{},"2597":{},"2626":{}},"parent":{}}],["getsubscriptionsrequired",{"_index":964,"name":{"2549":{}},"parent":{}}],["gettaxesfrombasket",{"_index":450,"name":{"750":{},"805":{},"864":{},"1653":{},"1708":{},"1767":{}},"parent":{}}],["gettaxesfrombasketpathparameters",{"_index":611,"name":{"1008":{},"1239":{},"1320":{},"1444":{},"1913":{},"2145":{},"2226":{},"2359":{}},"parent":{}}],["gettaxesfrombasketqueryparameters",{"_index":608,"name":{"1005":{},"1238":{},"1319":{},"1443":{},"1910":{},"2144":{},"2225":{},"2358":{}},"parent":{}}],["gettaxesfrombasketrequired",{"_index":489,"name":{"806":{},"1709":{}},"parent":{}}],["gettaxesfromorder",{"_index":1506,"name":{"4380":{},"4397":{},"4410":{}},"parent":{}}],["gettaxesfromorderpathparameters",{"_index":1557,"name":{"4459":{},"4504":{},"4528":{},"4614":{}},"parent":{}}],["gettaxesfromorderqueryparameters",{"_index":1554,"name":{"4456":{},"4503":{},"4527":{},"4613":{}},"parent":{}}],["gettaxesfromorderrequired",{"_index":1517,"name":{"4398":{}},"parent":{}}],["gettrustedagentaccesstoken",{"_index":109,"name":{"142":{},"178":{},"211":{}},"parent":{}}],["gettrustedagentaccesstokenbodytype",{"_index":274,"name":{"384":{},"549":{},"4090":{},"4187":{}},"parent":{}}],["gettrustedagentaccesstokengranttypeenum",{"_index":152,"name":{"229":{},"510":{},"4051":{},"4186":{}},"parent":{}}],["gettrustedagentaccesstokenpathparameters",{"_index":271,"name":{"381":{},"548":{},"4089":{},"4189":{}},"parent":{}}],["gettrustedagentaccesstokenqueryparameters",{"_index":269,"name":{"379":{},"547":{},"4088":{},"4188":{}},"parent":{}}],["gettrustedagentaccesstokenrequired",{"_index":134,"name":{"179":{}},"parent":{}}],["gettrustedagentauthorizationtoken",{"_index":110,"name":{"143":{},"180":{},"212":{}},"parent":{}}],["gettrustedagentauthorizationtokenpathparameters",{"_index":282,"name":{"405":{},"551":{},"4092":{},"4192":{}},"parent":{}}],["gettrustedagentauthorizationtokenqueryparameters",{"_index":279,"name":{"396":{},"550":{},"4091":{},"4191":{}},"parent":{}}],["gettrustedagentauthorizationtokenrequired",{"_index":135,"name":{"181":{}},"parent":{}}],["gettrustedagentauthorizationtokenresponsetypeenum",{"_index":153,"name":{"230":{},"511":{},"4052":{},"4190":{}},"parent":{}}],["gettrustedsystemaccesstoken",{"_index":111,"name":{"144":{},"182":{},"213":{}},"parent":{}}],["gettrustedsystemaccesstokenbodytype",{"_index":290,"name":{"413":{},"554":{},"4095":{},"4196":{}},"parent":{}}],["gettrustedsystemaccesstokengranttypeenum",{"_index":154,"name":{"231":{},"512":{},"4053":{},"4193":{}},"parent":{}}],["gettrustedsystemaccesstokenhintenum",{"_index":155,"name":{"232":{},"513":{},"4054":{},"4194":{}},"parent":{}}],["gettrustedsystemaccesstokenidporiginenum",{"_index":156,"name":{"233":{},"514":{},"4055":{},"4195":{}},"parent":{}}],["gettrustedsystemaccesstokenpathparameters",{"_index":287,"name":{"410":{},"553":{},"4094":{},"4198":{}},"parent":{}}],["gettrustedsystemaccesstokenqueryparameters",{"_index":285,"name":{"408":{},"552":{},"4093":{},"4197":{}},"parent":{}}],["gettrustedsystemaccesstokenrequired",{"_index":136,"name":{"183":{}},"parent":{}}],["geturlmapping",{"_index":1749,"name":{"5308":{},"5312":{},"5314":{}},"parent":{}}],["geturlmappingpathparameters",{"_index":1758,"name":{"5320":{},"5327":{},"5334":{},"5346":{}},"parent":{}}],["geturlmappingqueryparameters",{"_index":1754,"name":{"5315":{},"5326":{},"5333":{},"5345":{}},"parent":{}}],["geturlmappingrequired",{"_index":1753,"name":{"5313":{}},"parent":{}}],["getuserinfo",{"_index":112,"name":{"145":{},"184":{},"214":{}},"parent":{}}],["getuserinfopathparameters",{"_index":297,"name":{"427":{},"556":{},"4097":{},"4200":{}},"parent":{}}],["getuserinfoqueryparameters",{"_index":294,"name":{"424":{},"555":{},"4096":{},"4199":{}},"parent":{}}],["getuserinforequired",{"_index":137,"name":{"185":{}},"parent":{}}],["getwellknownopenidconfiguration",{"_index":113,"name":{"146":{},"186":{},"215":{}},"parent":{}}],["getwellknownopenidconfigurationpathparameters",{"_index":302,"name":{"432":{},"558":{},"4099":{},"4202":{}},"parent":{}}],["getwellknownopenidconfigurationqueryparameters",{"_index":300,"name":{"430":{},"557":{},"4098":{},"4201":{}},"parent":{}}],["getwellknownopenidconfigurationrequired",{"_index":138,"name":{"187":{}},"parent":{}}],["giftcertificate",{"_index":1468,"name":{"3990":{},"3994":{},"4031":{},"4040":{}},"parent":{}}],["giftcertificateitem",{"_index":392,"name":{"647":{},"702":{},"1380":{},"1501":{},"1532":{},"1596":{},"2286":{},"2416":{},"2755":{},"2894":{},"3518":{},"3692":{},"4251":{},"4323":{},"4551":{},"4633":{}},"parent":{}}],["giftcertificateitemid",{"_index":635,"name":{"1038":{},"1136":{},"1943":{},"2042":{}},"parent":{}}],["giftcertificaterequest",{"_index":1470,"name":{"3992":{},"3996":{},"4033":{},"4042":{}},"parent":{}}],["giftcertificatestatusenum",{"_index":1469,"name":{"3991":{},"3995":{},"4032":{},"4041":{}},"parent":{}}],["globalobject",{"_index":39,"name":{"44":{},"605":{}},"parent":{}}],["grant_type",{"_index":232,"name":{"321":{},"339":{},"373":{},"390":{},"416":{}},"parent":{}}],["granttype",{"_index":84,"name":{"90":{},"111":{},"4131":{},"4233":{}},"parent":{}}],["groupedtaxitem",{"_index":761,"name":{"1553":{},"1597":{},"2287":{},"2417":{},"2776":{},"2895":{},"3519":{},"3693":{},"4272":{},"4324":{},"4552":{},"4634":{}},"parent":{}}],["guestorderlookup",{"_index":1507,"name":{"4381":{},"4399":{},"4411":{}},"parent":{}}],["guestorderlookuppathparameters",{"_index":1563,"name":{"4467":{},"4506":{},"4530":{},"4616":{}},"parent":{}}],["guestorderlookupqueryparameters",{"_index":1560,"name":{"4463":{},"4505":{},"4529":{},"4615":{}},"parent":{}}],["guestorderlookuprequired",{"_index":1518,"name":{"4400":{}},"parent":{}}],["hasfetchavailable",{"_index":40,"name":{"45":{},"606":{}},"parent":{}}],["hash",{"_index":49,"name":{"55":{}},"parent":{}}],["headers",{"_index":22,"name":{"19":{},"27":{}},"parent":{}}],["helpers",{"_index":0,"name":{"0":{}},"parent":{"1":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"10":{},"11":{},"13":{},"42":{},"43":{},"44":{},"45":{},"46":{},"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"643":{},"644":{}}}],["helpers.baseuriparameters",{"_index":3,"name":{},"parent":{"2":{}}}],["helpers.customparams",{"_index":387,"name":{},"parent":{"638":{},"639":{},"640":{},"641":{},"642":{}}}],["helpers.customqueryparameters",{"_index":14,"name":{},"parent":{"12":{}}}],["helpers.customrequestbody",{"_index":16,"name":{},"parent":{"14":{}}}],["helpers.localecode",{"_index":11,"name":{},"parent":{"9":{}}}],["hint",{"_index":180,"name":{"260":{},"300":{},"340":{},"360":{},"417":{},"449":{},"465":{}},"parent":{}}],["host",{"_index":50,"name":{"56":{}},"parent":{}}],["hostname",{"_index":51,"name":{"57":{}},"parent":{}}],["href",{"_index":52,"name":{"58":{}},"parent":{}}],["id",{"_index":1415,"name":{"3839":{},"3848":{},"4853":{},"4868":{}},"parent":{}}],["idp_name",{"_index":211,"name":{"299":{},"359":{}},"parent":{}}],["idp_origin",{"_index":278,"name":{"392":{},"402":{},"419":{}},"parent":{}}],["ids",{"_index":1425,"name":{"3851":{},"3860":{},"4839":{},"4871":{},"5026":{},"5385":{}},"parent":{}}],["image",{"_index":1040,"name":{"2789":{},"2896":{},"3520":{},"3694":{},"4750":{},"4784":{},"4923":{},"4968":{},"5091":{},"5120":{},"5226":{},"5268":{}},"parent":{}}],["imagegroup",{"_index":1057,"name":{"2806":{},"2897":{},"3521":{},"3695":{},"4769":{},"4785":{},"4924":{},"4969":{},"5094":{},"5121":{},"5227":{},"5269":{}},"parent":{}}],["includedcustomproductproperties",{"_index":1728,"name":{"5173":{}},"parent":{}}],["includedcustomvariationproperties",{"_index":1737,"name":{"5191":{}},"parent":{}}],["includeeinsteinsuggestedphrases",{"_index":1729,"name":{"5174":{}},"parent":{}}],["introspecttoken",{"_index":114,"name":{"147":{},"188":{},"216":{}},"parent":{}}],["introspecttokenbodytype",{"_index":310,"name":{"440":{},"561":{},"4102":{},"4204":{}},"parent":{}}],["introspecttokenpathparameters",{"_index":307,"name":{"437":{},"560":{},"4101":{},"4206":{}},"parent":{}}],["introspecttokenqueryparameters",{"_index":305,"name":{"435":{},"559":{},"4100":{},"4205":{}},"parent":{}}],["introspecttokenrequired",{"_index":139,"name":{"189":{}},"parent":{}}],["introspecttokentokentypehintenum",{"_index":157,"name":{"234":{},"515":{},"4056":{},"4203":{}},"parent":{}}],["inventory",{"_index":1058,"name":{"2807":{},"2898":{},"3522":{},"3696":{},"4770":{},"4786":{},"4925":{},"4970":{}},"parent":{}}],["inventoryids",{"_index":1645,"name":{"4857":{},"4872":{}},"parent":{}}],["isbrowser",{"_index":37,"name":{"42":{},"603":{}},"parent":{}}],["isnode",{"_index":38,"name":{"43":{},"604":{}},"parent":{}}],["itemid",{"_index":563,"name":{"948":{},"1045":{},"1144":{},"1851":{},"1950":{},"2050":{},"3151":{},"3213":{},"3237":{},"3339":{}},"parent":{}}],["last_name",{"_index":199,"name":{"281":{}},"parent":{}}],["lastname",{"_index":1306,"name":{"3259":{}},"parent":{}}],["latitude",{"_index":1788,"name":{"5395":{}},"parent":{}}],["levels",{"_index":1418,"name":{"3842":{},"3852":{},"4840":{},"4848":{}},"parent":{}}],["limit",{"_index":1247,"name":{"3186":{},"3895":{},"5169":{},"5192":{},"5401":{}},"parent":{}}],["listid",{"_index":1202,"name":{"3127":{},"3143":{},"3152":{},"3205":{},"3214":{},"3238":{},"3245":{},"3253":{},"3331":{},"3340":{}},"parent":{}}],["locale",{"_index":197,"name":{"277":{},"295":{},"355":{},"891":{},"899":{},"907":{},"915":{},"923":{},"954":{},"961":{},"976":{},"984":{},"999":{},"1017":{},"1024":{},"1033":{},"1042":{},"1051":{},"1060":{},"1069":{},"1080":{},"1087":{},"1096":{},"1105":{},"1113":{},"1123":{},"1131":{},"1141":{},"1151":{},"1160":{},"1177":{},"1188":{},"1197":{},"1794":{},"1802":{},"1810":{},"1818":{},"1826":{},"1859":{},"1866":{},"1881":{},"1889":{},"1904":{},"1922":{},"1929":{},"1938":{},"1947":{},"1956":{},"1965":{},"1974":{},"1986":{},"1993":{},"2002":{},"2011":{},"2019":{},"2029":{},"2037":{},"2047":{},"2057":{},"2066":{},"2083":{},"2094":{},"2103":{},"2561":{},"2570":{},"2577":{},"3835":{},"3844":{},"3854":{},"3862":{},"3871":{},"3884":{},"3894":{},"4418":{},"4425":{},"4433":{},"4442":{},"4451":{},"4466":{},"4474":{},"4483":{},"4841":{},"4849":{},"4863":{},"4878":{},"5027":{},"5171":{},"5186":{},"5319":{},"5387":{},"5400":{}},"parent":{}}],["localecode",{"_index":9,"name":{"8":{},"625":{},"679":{},"703":{},"1381":{},"1502":{},"1573":{},"1598":{},"2288":{},"2418":{},"2522":{},"2536":{},"2620":{},"2645":{},"3777":{},"3791":{},"3949":{},"3981":{},"4287":{},"4325":{},"4553":{},"4635":{},"4777":{},"4787":{},"4926":{},"4971":{},"4998":{},"5004":{},"5063":{},"5076":{},"5095":{},"5122":{},"5228":{},"5270":{},"5299":{},"5302":{},"5340":{},"5348":{},"5354":{},"5362":{},"5428":{},"5443":{}},"parent":{}}],["login_id",{"_index":249,"name":{"344":{},"374":{},"391":{},"401":{},"418":{}},"parent":{}}],["loginguestuser",{"_index":377,"name":{"597":{},"612":{}},"parent":{}}],["loginguestuserprivate",{"_index":376,"name":{"596":{},"611":{}},"parent":{}}],["loginidpuser",{"_index":375,"name":{"595":{},"610":{}},"parent":{}}],["loginregistereduserb2c",{"_index":378,"name":{"598":{},"613":{}},"parent":{}}],["logout",{"_index":381,"name":{"602":{},"617":{}},"parent":{}}],["logoutcustomer",{"_index":115,"name":{"148":{},"190":{},"217":{}},"parent":{}}],["logoutcustomerhintenum",{"_index":158,"name":{"235":{},"516":{},"4057":{},"4207":{}},"parent":{}}],["logoutcustomerpathparameters",{"_index":318,"name":{"450":{},"563":{},"4104":{},"4209":{}},"parent":{}}],["logoutcustomerqueryparameters",{"_index":315,"name":{"444":{},"562":{},"4103":{},"4208":{}},"parent":{}}],["logoutcustomerrequired",{"_index":140,"name":{"191":{}},"parent":{}}],["longitude",{"_index":1789,"name":{"5396":{}},"parent":{}}],["master",{"_index":1050,"name":{"2799":{},"2899":{},"3523":{},"3697":{},"4762":{},"4788":{},"4927":{},"4972":{}},"parent":{}}],["maxdistance",{"_index":1790,"name":{"5397":{}},"parent":{}}],["merge",{"_index":666,"name":{"1079":{},"1984":{}},"parent":{}}],["mergebasket",{"_index":451,"name":{"751":{},"807":{},"865":{},"1654":{},"1710":{},"1768":{}},"parent":{}}],["mergebasketpathparameters",{"_index":619,"name":{"1018":{},"1241":{},"1322":{},"1447":{},"1923":{},"2147":{},"2228":{},"2362":{}},"parent":{}}],["mergebasketproductitemmergemodeenum",{"_index":512,"name":{"887":{},"1207":{},"1288":{},"1445":{},"1790":{},"2113":{},"2194":{},"2360":{}},"parent":{}}],["mergebasketqueryparameters",{"_index":614,"name":{"1012":{},"1240":{},"1321":{},"1446":{},"1917":{},"2146":{},"2227":{},"2361":{}},"parent":{}}],["mergebasketrequired",{"_index":490,"name":{"808":{},"1711":{}},"parent":{}}],["message",{"_index":365,"name":{"585":{}},"parent":{}}],["mode",{"_index":196,"name":{"276":{},"293":{},"353":{}},"parent":{}}],["modelconfiguration",{"_index":924,"name":{"2457":{},"2460":{},"2496":{},"2504":{}},"parent":{}}],["name",{"_index":364,"name":{"584":{}},"parent":{}}],["nanoid",{"_index":370,"name":{"590":{}},"parent":{}}],["new_password",{"_index":330,"name":{"463":{}},"parent":{}}],["nick_name",{"_index":357,"name":{"499":{}},"parent":{}}],["oauth2errorresponse",{"_index":85,"name":{"91":{},"112":{},"4132":{},"4234":{}},"parent":{}}],["offset",{"_index":1248,"name":{"3187":{},"3896":{},"5193":{},"5402":{}},"parent":{}}],["omsdata",{"_index":1072,"name":{"2821":{},"2900":{},"3524":{},"3698":{},"4278":{},"4326":{},"4554":{},"4636":{}},"parent":{}}],["omsdatastatusenum",{"_index":1491,"name":{"4279":{},"4327":{},"4555":{},"4637":{}},"parent":{}}],["omsproductdata",{"_index":762,"name":{"1559":{},"1599":{},"2289":{},"2419":{},"2782":{},"2901":{},"3525":{},"3699":{}},"parent":{}}],["omsproductdatastatusenum",{"_index":763,"name":{"1560":{},"1600":{},"2290":{},"2420":{},"2783":{},"2902":{},"3526":{},"3700":{}},"parent":{}}],["omsshipment",{"_index":1071,"name":{"2820":{},"2903":{},"3527":{},"3701":{}},"parent":{}}],["omsshipmentitem",{"_index":1070,"name":{"2819":{},"2904":{},"3528":{},"3702":{}},"parent":{}}],["option",{"_index":1056,"name":{"2805":{},"2905":{},"3529":{},"3703":{},"4768":{},"4789":{},"4928":{},"4973":{}},"parent":{}}],["optionitem",{"_index":414,"name":{"669":{},"704":{},"1382":{},"1503":{},"1558":{},"1601":{},"2291":{},"2421":{},"2781":{},"2906":{},"3530":{},"3704":{},"4277":{},"4328":{},"4556":{},"4638":{}},"parent":{}}],["optionvalue",{"_index":1055,"name":{"2804":{},"2907":{},"3531":{},"3705":{},"4767":{},"4790":{},"4929":{},"4974":{}},"parent":{}}],["order",{"_index":1073,"name":{"2822":{},"2908":{},"3532":{},"3706":{},"4291":{},"4329":{},"4557":{},"4639":{}},"parent":{}}],["orderaddress",{"_index":402,"name":{"657":{},"705":{},"1383":{},"1504":{},"1545":{},"1602":{},"2292":{},"2422":{},"2768":{},"2916":{},"3540":{},"3714":{},"4264":{},"4337":{},"4565":{},"4647":{}},"parent":{}}],["orderchanneltypeenum",{"_index":1074,"name":{"2823":{},"2909":{},"3533":{},"3707":{},"4292":{},"4330":{},"4558":{},"4640":{}},"parent":{}}],["orderconfirmationstatusenum",{"_index":1075,"name":{"2824":{},"2910":{},"3534":{},"3708":{},"4293":{},"4331":{},"4559":{},"4641":{}},"parent":{}}],["orderexportstatusenum",{"_index":1076,"name":{"2825":{},"2911":{},"3535":{},"3709":{},"4294":{},"4332":{},"4560":{},"4642":{}},"parent":{}}],["orderlookuprequest",{"_index":1497,"name":{"4299":{},"4338":{},"4566":{},"4648":{}},"parent":{}}],["orderno",{"_index":1534,"name":{"4429":{},"4438":{},"4446":{},"4455":{},"4462":{},"4470":{},"4479":{},"4488":{}},"parent":{}}],["orderpaymentcardrequest",{"_index":419,"name":{"674":{},"706":{},"1384":{},"1505":{},"1565":{},"1603":{},"2293":{},"2423":{},"4300":{},"4339":{},"4567":{},"4649":{}},"parent":{}}],["orderpaymentinstrument",{"_index":395,"name":{"650":{},"707":{},"1385":{},"1506":{},"1538":{},"1604":{},"2294":{},"2424":{},"2761":{},"2917":{},"3541":{},"3715":{},"4257":{},"4340":{},"4568":{},"4650":{}},"parent":{}}],["orderpaymentinstrumentpaymentreference",{"_index":759,"name":{"1535":{},"1605":{},"2295":{},"2425":{},"2758":{},"2918":{},"3542":{},"3716":{},"4254":{},"4341":{},"4569":{},"4651":{}},"parent":{}}],["orderpaymentinstrumentpaymentreferencegatewayenum",{"_index":760,"name":{"1536":{},"1606":{},"2296":{},"2426":{},"2759":{},"2919":{},"3543":{},"3717":{},"4255":{},"4342":{},"4570":{},"4652":{}},"parent":{}}],["orderpaymentinstrumentpaymentreferencegatewayproperties",{"_index":758,"name":{"1534":{},"1607":{},"2297":{},"2427":{},"2757":{},"2920":{},"3544":{},"3718":{},"4253":{},"4343":{},"4571":{},"4653":{}},"parent":{}}],["orderpaymentinstrumentrequest",{"_index":1498,"name":{"4304":{},"4344":{},"4572":{},"4654":{}},"parent":{}}],["orderpaymentstatusenum",{"_index":1077,"name":{"2826":{},"2912":{},"3536":{},"3710":{},"4295":{},"4333":{},"4561":{},"4643":{}},"parent":{}}],["ordershippingstatusenum",{"_index":1078,"name":{"2827":{},"2913":{},"3537":{},"3711":{},"4296":{},"4334":{},"4562":{},"4644":{}},"parent":{}}],["orderstatusenum",{"_index":1079,"name":{"2828":{},"2914":{},"3538":{},"3712":{},"4297":{},"4335":{},"4563":{},"4645":{}},"parent":{}}],["ordertaxationenum",{"_index":1080,"name":{"2829":{},"2915":{},"3539":{},"3713":{},"4298":{},"4336":{},"4564":{},"4646":{}},"parent":{}}],["organizationid",{"_index":164,"name":{"241":{},"266":{},"272":{},"289":{},"305":{},"310":{},"315":{},"331":{},"336":{},"349":{},"365":{},"383":{},"407":{},"412":{},"429":{},"434":{},"439":{},"452":{},"457":{},"471":{},"480":{},"491":{},"641":{},"894":{},"902":{},"910":{},"918":{},"926":{},"933":{},"940":{},"947":{},"957":{},"964":{},"971":{},"979":{},"987":{},"994":{},"1002":{},"1010":{},"1020":{},"1027":{},"1036":{},"1046":{},"1055":{},"1064":{},"1073":{},"1083":{},"1090":{},"1099":{},"1108":{},"1118":{},"1126":{},"1134":{},"1145":{},"1154":{},"1164":{},"1172":{},"1181":{},"1191":{},"1200":{},"1797":{},"1805":{},"1813":{},"1821":{},"1829":{},"1836":{},"1843":{},"1850":{},"1862":{},"1869":{},"1876":{},"1884":{},"1892":{},"1899":{},"1907":{},"1915":{},"1925":{},"1932":{},"1941":{},"1951":{},"1960":{},"1969":{},"1978":{},"1989":{},"1996":{},"2005":{},"2014":{},"2024":{},"2032":{},"2040":{},"2051":{},"2060":{},"2070":{},"2078":{},"2087":{},"2097":{},"2106":{},"2478":{},"2566":{},"2573":{},"2580":{},"2685":{},"2692":{},"2699":{},"2707":{},"3107":{},"3114":{},"3121":{},"3129":{},"3137":{},"3145":{},"3154":{},"3162":{},"3170":{},"3177":{},"3191":{},"3199":{},"3207":{},"3216":{},"3223":{},"3231":{},"3239":{},"3246":{},"3254":{},"3263":{},"3269":{},"3275":{},"3281":{},"3289":{},"3295":{},"3302":{},"3310":{},"3317":{},"3325":{},"3333":{},"3342":{},"3838":{},"3847":{},"3857":{},"3865":{},"3875":{},"3887":{},"3899":{},"4013":{},"4421":{},"4428":{},"4437":{},"4447":{},"4454":{},"4461":{},"4469":{},"4478":{},"4487":{},"4714":{},"4845":{},"4854":{},"4867":{},"4882":{},"5030":{},"5040":{},"5177":{},"5196":{},"5322":{},"5390":{},"5405":{}},"parent":{}}],["origin",{"_index":54,"name":{"60":{}},"parent":{}}],["overrideexisting",{"_index":665,"name":{"1078":{},"1983":{}},"parent":{}}],["page",{"_index":1389,"name":{"3778":{},"3792":{},"3950":{},"3982":{}},"parent":{}}],["pageid",{"_index":1442,"name":{"3874":{}},"parent":{}}],["pagemetatag",{"_index":1052,"name":{"2801":{},"2921":{},"3545":{},"3719":{},"4764":{},"4791":{},"4930":{},"4975":{},"5096":{},"5123":{},"5229":{},"5271":{}},"parent":{}}],["pageresult",{"_index":1390,"name":{"3779":{},"3793":{},"3951":{},"3983":{}},"parent":{}}],["paginatedresultbase",{"_index":1096,"name":{"2846":{},"2922":{},"3546":{},"3720":{},"3780":{},"3794":{},"3952":{},"3984":{},"5097":{},"5124":{},"5230":{},"5272":{},"5355":{},"5363":{},"5429":{},"5444":{}},"parent":{}}],["parameters",{"_index":23,"name":{"20":{},"29":{},"3869":{},"3882":{}},"parent":{}}],["paramkeys",{"_index":120,"name":{"154":{},"773":{},"1676":{},"2468":{},"2546":{},"2664":{},"3003":{},"3809":{},"4003":{},"4385":{},"4701":{},"4819":{},"5015":{},"5155":{},"5310":{},"5375":{}},"parent":{}}],["password",{"_index":55,"name":{"61":{}},"parent":{}}],["passwordchangerequest",{"_index":1097,"name":{"2847":{},"2923":{},"3547":{},"3721":{}},"parent":{}}],["pathname",{"_index":56,"name":{"62":{}},"parent":{}}],["pathparameters",{"_index":4,"name":{"3":{},"626":{}},"parent":{}}],["pathrecord",{"_index":1611,"name":{"4773":{},"4792":{},"4931":{},"4976":{}},"parent":{}}],["paymentbankaccountrequest",{"_index":1083,"name":{"2832":{},"2924":{},"3548":{},"3722":{}},"parent":{}}],["paymentcard",{"_index":394,"name":{"649":{},"708":{},"1386":{},"1507":{},"1537":{},"1608":{},"2298":{},"2428":{},"2760":{},"2925":{},"3549":{},"3723":{},"4256":{},"4345":{},"4573":{},"4655":{}},"parent":{}}],["paymentcardspec",{"_index":424,"name":{"680":{},"709":{},"1387":{},"1508":{},"1574":{},"1609":{},"2299":{},"2429":{},"4305":{},"4346":{},"4574":{},"4656":{}},"parent":{}}],["paymentconfiguration",{"_index":1589,"name":{"4688":{},"4689":{},"4731":{},"4742":{}},"parent":{}}],["paymentconfigurationpaymentmethodsetaccountsinner",{"_index":1588,"name":{"4687":{},"4690":{},"4732":{},"4743":{}},"parent":{}}],["paymentconfigurationpaymentmethodsetaccountsinnerconfig",{"_index":1587,"name":{"4686":{},"4691":{},"4733":{},"4744":{}},"parent":{}}],["paymentconfigurationpaymentmethodsetaccountsinnergatewayresponse",{"_index":1586,"name":{"4685":{},"4692":{},"4734":{},"4745":{}},"parent":{}}],["paymentconfigurationpaymentmethodsetaccountsinnergatewayresponsepaymentmethodsinner",{"_index":1585,"name":{"4684":{},"4693":{},"4735":{},"4746":{}},"parent":{}}],["paymentconfigurationpaymentmethodsinner",{"_index":1584,"name":{"4683":{},"4694":{},"4736":{},"4747":{}},"parent":{}}],["paymentinstrumentid",{"_index":647,"name":{"1054":{},"1163":{},"1959":{},"2069":{},"3135":{},"3197":{},"3323":{},"4477":{},"4486":{}},"parent":{}}],["paymentmethod",{"_index":425,"name":{"681":{},"710":{},"1388":{},"1509":{},"1575":{},"1610":{},"2300":{},"2430":{},"4306":{},"4347":{},"4575":{},"4657":{}},"parent":{}}],["paymentmethodresult",{"_index":426,"name":{"682":{},"711":{},"1389":{},"1510":{},"1576":{},"1611":{},"2301":{},"2431":{},"4307":{},"4348":{},"4576":{},"4658":{}},"parent":{}}],["paymentreferencerequest",{"_index":765,"name":{"1567":{},"1612":{},"2302":{},"2432":{},"4302":{},"4349":{},"4577":{},"4659":{}},"parent":{}}],["paymentreferencerequestgatewayenum",{"_index":766,"name":{"1568":{},"1613":{},"2303":{},"2433":{},"4303":{},"4350":{},"4578":{},"4660":{}},"parent":{}}],["paymentreferencerequestgatewayproperties",{"_index":764,"name":{"1566":{},"1614":{},"2304":{},"2434":{},"4301":{},"4351":{},"4579":{},"4661":{}},"parent":{}}],["perpricebook",{"_index":1648,"name":{"4860":{},"4875":{},"5189":{}},"parent":{}}],["phone_number",{"_index":202,"name":{"284":{}},"parent":{}}],["populatecustomerdetails",{"_index":806,"name":{"1858":{},"1985":{}},"parent":{}}],["port",{"_index":57,"name":{"63":{}},"parent":{}}],["postalcode",{"_index":1791,"name":{"5398":{}},"parent":{}}],["prettify",{"_index":6,"name":{"5":{}},"parent":{}}],["priceadjustment",{"_index":400,"name":{"655":{},"712":{},"1390":{},"1511":{},"1543":{},"1615":{},"2305":{},"2435":{},"2766":{},"2926":{},"3550":{},"3724":{},"4262":{},"4352":{},"4580":{},"4662":{}},"parent":{}}],["priceadjustmentid",{"_index":654,"name":{"1063":{},"1171":{},"1968":{},"2077":{}},"parent":{}}],["priceadjustmentrequest",{"_index":427,"name":{"683":{},"713":{},"1391":{},"1512":{},"1577":{},"1616":{},"2306":{},"2436":{}},"parent":{}}],["priceadjustmentrequestlevelenum",{"_index":428,"name":{"684":{},"714":{},"1392":{},"1513":{},"1578":{},"1617":{},"2307":{},"2437":{}},"parent":{}}],["pricerange",{"_index":1048,"name":{"2797":{},"2927":{},"3551":{},"3725":{},"4760":{},"4793":{},"4932":{},"4977":{},"5098":{},"5125":{},"5231":{},"5273":{}},"parent":{}}],["product",{"_index":1059,"name":{"2808":{},"2928":{},"3552":{},"3726":{},"4771":{},"4794":{},"4933":{},"4978":{}},"parent":{}}],["productdetailslink",{"_index":396,"name":{"651":{},"715":{},"1393":{},"1514":{},"1539":{},"1618":{},"2308":{},"2438":{},"2762":{},"2929":{},"3553":{},"3727":{},"4258":{},"4353":{},"4581":{},"4663":{}},"parent":{}}],["productid",{"_index":1448,"name":{"3879":{}},"parent":{}}],["productitem",{"_index":415,"name":{"670":{},"716":{},"1394":{},"1515":{},"1561":{},"1619":{},"2309":{},"2439":{},"2784":{},"2930":{},"3554":{},"3728":{},"4280":{},"4354":{},"4582":{},"4664":{}},"parent":{}}],["productitemmergemode",{"_index":618,"name":{"1016":{},"1921":{}},"parent":{}}],["productlink",{"_index":1053,"name":{"2802":{},"2931":{},"3555":{},"3729":{},"4765":{},"4795":{},"4934":{},"4979":{}},"parent":{}}],["productlinktypeenum",{"_index":1054,"name":{"2803":{},"2932":{},"3556":{},"3730":{},"4766":{},"4796":{},"4935":{},"4980":{}},"parent":{}}],["productlistevent",{"_index":1087,"name":{"2836":{},"2933":{},"3557":{},"3731":{}},"parent":{}}],["productlistitemreference",{"_index":412,"name":{"667":{},"717":{},"1395":{},"1516":{},"1556":{},"1620":{},"2310":{},"2440":{},"2779":{},"2934":{},"3558":{},"3732":{},"4275":{},"4355":{},"4583":{},"4665":{}},"parent":{}}],["productlistitemreferencetypeenum",{"_index":413,"name":{"668":{},"718":{},"1396":{},"1517":{},"1557":{},"1621":{},"2311":{},"2441":{},"2780":{},"2935":{},"3559":{},"3733":{},"4276":{},"4356":{},"4584":{},"4666":{}},"parent":{}}],["productlistlink",{"_index":410,"name":{"665":{},"719":{},"1397":{},"1518":{},"1554":{},"1622":{},"2312":{},"2442":{},"2777":{},"2936":{},"3560":{},"3734":{},"4273":{},"4357":{},"4585":{},"4667":{}},"parent":{}}],["productlistlinktypeenum",{"_index":411,"name":{"666":{},"720":{},"1398":{},"1519":{},"1555":{},"1623":{},"2313":{},"2443":{},"2778":{},"2937":{},"3561":{},"3735":{},"4274":{},"4358":{},"4586":{},"4668":{}},"parent":{}}],["productlistregistrant",{"_index":1098,"name":{"2848":{},"2938":{},"3562":{},"3736":{}},"parent":{}}],["productlistshippingaddress",{"_index":1091,"name":{"2840":{},"2939":{},"3563":{},"3737":{}},"parent":{}}],["productpricetable",{"_index":1045,"name":{"2794":{},"2940":{},"3564":{},"3738":{},"4757":{},"4797":{},"4936":{},"4981":{},"5099":{},"5126":{},"5232":{},"5274":{}},"parent":{}}],["productpromotion",{"_index":1049,"name":{"2798":{},"2941":{},"3565":{},"3739":{},"4761":{},"4798":{},"4937":{},"4982":{},"5100":{},"5127":{},"5233":{},"5275":{}},"parent":{}}],["productref",{"_index":1705,"name":{"5101":{},"5128":{},"5234":{},"5276":{}},"parent":{}}],["productresult",{"_index":1614,"name":{"4778":{},"4799":{},"4938":{},"4983":{}},"parent":{}}],["productsearch",{"_index":1718,"name":{"5153":{},"5159":{},"5162":{}},"parent":{}}],["productsearchexpandenum",{"_index":1724,"name":{"5164":{},"5201":{},"5212":{},"5260":{}},"parent":{}}],["productsearchhit",{"_index":1706,"name":{"5105":{},"5129":{},"5235":{},"5277":{}},"parent":{}}],["productsearchpathparameters",{"_index":1738,"name":{"5194":{},"5205":{},"5216":{},"5262":{}},"parent":{}}],["productsearchqueryparameters",{"_index":1733,"name":{"5178":{},"5204":{},"5215":{},"5261":{}},"parent":{}}],["productsearchrefinement",{"_index":1708,"name":{"5107":{},"5130":{},"5236":{},"5278":{}},"parent":{}}],["productsearchrefinementvalue",{"_index":1707,"name":{"5106":{},"5131":{},"5237":{},"5279":{}},"parent":{}}],["productsearchrequired",{"_index":1722,"name":{"5160":{}},"parent":{}}],["productsearchresult",{"_index":1711,"name":{"5110":{},"5132":{},"5238":{},"5280":{}},"parent":{}}],["productsearchsortingoption",{"_index":1710,"name":{"5109":{},"5133":{},"5239":{},"5281":{}},"parent":{}}],["productsuggestions",{"_index":1713,"name":{"5112":{},"5134":{},"5240":{},"5282":{}},"parent":{}}],["producttype",{"_index":1044,"name":{"2793":{},"2942":{},"3566":{},"3740":{},"4756":{},"4800":{},"4939":{},"4984":{},"5104":{},"5135":{},"5241":{},"5283":{}},"parent":{}}],["promotion",{"_index":1666,"name":{"4999":{},"5005":{},"5064":{},"5077":{}},"parent":{}}],["promotionresult",{"_index":1667,"name":{"5000":{},"5006":{},"5065":{},"5078":{}},"parent":{}}],["protocol",{"_index":58,"name":{"64":{}},"parent":{}}],["proxy",{"_index":21,"name":{"18":{},"26":{}},"parent":{}}],["publickeycredentialdescriptor",{"_index":86,"name":{"92":{},"113":{},"4133":{},"4235":{}},"parent":{}}],["publickeycredentialdescriptortransportsenum",{"_index":88,"name":{"94":{},"115":{},"4135":{},"4237":{}},"parent":{}}],["publickeycredentialdescriptortypeenum",{"_index":87,"name":{"93":{},"114":{},"4134":{},"4236":{}},"parent":{}}],["publickeycredentialjson",{"_index":78,"name":{"84":{},"116":{},"4136":{},"4238":{}},"parent":{}}],["publickeycredentialjsonresponse",{"_index":77,"name":{"83":{},"118":{},"4138":{},"4240":{}},"parent":{}}],["publickeycredentialjsontypeenum",{"_index":79,"name":{"85":{},"117":{},"4137":{},"4239":{}},"parent":{}}],["publickeycredentialrequestoptions",{"_index":89,"name":{"95":{},"119":{},"4139":{},"4241":{}},"parent":{}}],["publickeycredentialrequestoptionsuserverificationenum",{"_index":90,"name":{"96":{},"120":{},"4140":{},"4242":{}},"parent":{}}],["publicproductlist",{"_index":1101,"name":{"2851":{},"2943":{},"3567":{},"3741":{}},"parent":{}}],["publicproductlistinfo",{"_index":1103,"name":{"2853":{},"2945":{},"3569":{},"3743":{}},"parent":{}}],["publicproductlistinfotypeenum",{"_index":1104,"name":{"2854":{},"2946":{},"3570":{},"3744":{}},"parent":{}}],["publicproductlistitem",{"_index":1099,"name":{"2849":{},"2947":{},"3571":{},"3745":{}},"parent":{}}],["publicproductlistitemresult",{"_index":1105,"name":{"2855":{},"2949":{},"3573":{},"3747":{}},"parent":{}}],["publicproductlistitemtypeenum",{"_index":1100,"name":{"2850":{},"2948":{},"3572":{},"3746":{}},"parent":{}}],["publicproductlistresult",{"_index":1106,"name":{"2856":{},"2950":{},"3574":{},"3748":{}},"parent":{}}],["publicproductlisttypeenum",{"_index":1102,"name":{"2852":{},"2944":{},"3568":{},"3742":{}},"parent":{}}],["pwd_action_token",{"_index":329,"name":{"461":{},"495":{}},"parent":{}}],["pwdless_login_token",{"_index":248,"name":{"341":{}},"parent":{}}],["q",{"_index":1455,"name":{"3890":{},"5168":{},"5182":{}},"parent":{}}],["queryparameters",{"_index":5,"name":{"4":{},"627":{}},"parent":{}}],["recommendation",{"_index":1047,"name":{"2796":{},"2951":{},"3575":{},"3749":{},"4759":{},"4801":{},"4940":{},"4985":{}},"parent":{}}],["recommendationtype",{"_index":1046,"name":{"2795":{},"2952":{},"3576":{},"3750":{},"4758":{},"4802":{},"4941":{},"4986":{}},"parent":{}}],["redirect_uri",{"_index":171,"name":{"246":{},"254":{},"322":{},"403":{}},"parent":{}}],["refine",{"_index":1457,"name":{"3891":{},"5183":{}},"parent":{}}],["refresh_token",{"_index":229,"name":{"318":{},"447":{}},"parent":{}}],["refreshaccesstoken",{"_index":380,"name":{"601":{},"616":{}},"parent":{}}],["region",{"_index":1380,"name":{"3767":{},"3795":{},"3953":{},"3985":{}},"parent":{}}],["register_customer",{"_index":187,"name":{"269":{}},"parent":{}}],["registercustomer",{"_index":1134,"name":{"2992":{},"3047":{},"3088":{}},"parent":{}}],["registercustomerpathparameters",{"_index":1319,"name":{"3273":{},"3392":{},"3462":{},"3640":{}},"parent":{}}],["registercustomerqueryparameters",{"_index":1316,"name":{"3270":{},"3391":{},"3461":{},"3639":{}},"parent":{}}],["registercustomerrequired",{"_index":1166,"name":{"3048":{}},"parent":{}}],["registerexternalprofile",{"_index":1135,"name":{"2993":{},"3049":{},"3089":{}},"parent":{}}],["registerexternalprofilepathparameters",{"_index":1325,"name":{"3279":{},"3394":{},"3464":{},"3642":{}},"parent":{}}],["registerexternalprofilequeryparameters",{"_index":1322,"name":{"3276":{},"3393":{},"3463":{},"3641":{}},"parent":{}}],["registerexternalprofilerequired",{"_index":1167,"name":{"3050":{}},"parent":{}}],["registrationfinishrequest",{"_index":91,"name":{"97":{},"121":{},"4141":{},"4243":{}},"parent":{}}],["removecouponfrombasket",{"_index":452,"name":{"752":{},"809":{},"866":{},"1655":{},"1712":{},"1769":{}},"parent":{}}],["removecouponfrombasketpathparameters",{"_index":625,"name":{"1025":{},"1243":{},"1324":{},"1449":{},"1930":{},"2149":{},"2230":{},"2364":{}},"parent":{}}],["removecouponfrombasketqueryparameters",{"_index":622,"name":{"1021":{},"1242":{},"1323":{},"1448":{},"1926":{},"2148":{},"2229":{},"2363":{}},"parent":{}}],["removecouponfrombasketrequired",{"_index":491,"name":{"810":{},"1713":{}},"parent":{}}],["removecustomeraddress",{"_index":1136,"name":{"2994":{},"3051":{},"3090":{}},"parent":{}}],["removecustomeraddresspathparameters",{"_index":1331,"name":{"3285":{},"3396":{},"3466":{},"3644":{}},"parent":{}}],["removecustomeraddressqueryparameters",{"_index":1328,"name":{"3282":{},"3395":{},"3465":{},"3643":{}},"parent":{}}],["removecustomeraddressrequired",{"_index":1168,"name":{"3052":{}},"parent":{}}],["removeexternaltax",{"_index":686,"name":{"1104":{},"1115":{},"1139":{},"1150":{},"1158":{},"1186":{},"2010":{},"2021":{},"2045":{},"2056":{},"2064":{},"2092":{}},"parent":{}}],["removegiftcertificateitemfrombasket",{"_index":453,"name":{"753":{},"811":{},"867":{},"1656":{},"1714":{},"1770":{}},"parent":{}}],["removegiftcertificateitemfrombasketpathparameters",{"_index":632,"name":{"1034":{},"1245":{},"1326":{},"1451":{},"1939":{},"2151":{},"2232":{},"2366":{}},"parent":{}}],["removegiftcertificateitemfrombasketqueryparameters",{"_index":629,"name":{"1030":{},"1244":{},"1325":{},"1450":{},"1935":{},"2150":{},"2231":{},"2365":{}},"parent":{}}],["removegiftcertificateitemfrombasketrequired",{"_index":492,"name":{"812":{},"1715":{}},"parent":{}}],["removeitemfrombasket",{"_index":454,"name":{"754":{},"813":{},"868":{},"1657":{},"1716":{},"1771":{}},"parent":{}}],["removeitemfrombasketpathparameters",{"_index":639,"name":{"1043":{},"1247":{},"1328":{},"1453":{},"1948":{},"2153":{},"2234":{},"2368":{}},"parent":{}}],["removeitemfrombasketqueryparameters",{"_index":636,"name":{"1039":{},"1246":{},"1327":{},"1452":{},"1944":{},"2152":{},"2233":{},"2367":{}},"parent":{}}],["removeitemfrombasketrequired",{"_index":493,"name":{"814":{},"1717":{}},"parent":{}}],["removepaymentinstrumentfrombasket",{"_index":455,"name":{"755":{},"815":{},"869":{},"1658":{},"1718":{},"1772":{}},"parent":{}}],["removepaymentinstrumentfrombasketpathparameters",{"_index":645,"name":{"1052":{},"1249":{},"1330":{},"1455":{},"1957":{},"2155":{},"2236":{},"2370":{}},"parent":{}}],["removepaymentinstrumentfrombasketqueryparameters",{"_index":642,"name":{"1048":{},"1248":{},"1329":{},"1454":{},"1953":{},"2154":{},"2235":{},"2369":{}},"parent":{}}],["removepaymentinstrumentfrombasketrequired",{"_index":494,"name":{"816":{},"1719":{}},"parent":{}}],["removepaymentinstrumentfromorder",{"_index":1508,"name":{"4382":{},"4401":{},"4412":{}},"parent":{}}],["removepaymentinstrumentfromorderpathparameters",{"_index":1569,"name":{"4475":{},"4508":{},"4532":{},"4618":{}},"parent":{}}],["removepaymentinstrumentfromorderqueryparameters",{"_index":1566,"name":{"4471":{},"4507":{},"4531":{},"4617":{}},"parent":{}}],["removepaymentinstrumentfromorderrequired",{"_index":1519,"name":{"4402":{}},"parent":{}}],["removepriceadjustmentfrombasket",{"_index":456,"name":{"756":{},"817":{},"870":{},"1659":{},"1720":{},"1773":{}},"parent":{}}],["removepriceadjustmentfrombasketpathparameters",{"_index":652,"name":{"1061":{},"1251":{},"1332":{},"1457":{},"1966":{},"2157":{},"2238":{},"2372":{}},"parent":{}}],["removepriceadjustmentfrombasketqueryparameters",{"_index":649,"name":{"1057":{},"1250":{},"1331":{},"1456":{},"1962":{},"2156":{},"2237":{},"2371":{}},"parent":{}}],["removepriceadjustmentfrombasketrequired",{"_index":495,"name":{"818":{},"1721":{}},"parent":{}}],["removeshipmentfrombasket",{"_index":457,"name":{"757":{},"819":{},"871":{},"1660":{},"1722":{},"1774":{}},"parent":{}}],["removeshipmentfrombasketpathparameters",{"_index":659,"name":{"1070":{},"1253":{},"1334":{},"1459":{},"1975":{},"2159":{},"2240":{},"2374":{}},"parent":{}}],["removeshipmentfrombasketqueryparameters",{"_index":656,"name":{"1066":{},"1252":{},"1333":{},"1458":{},"1971":{},"2158":{},"2239":{},"2373":{}},"parent":{}}],["removeshipmentfrombasketrequired",{"_index":496,"name":{"820":{},"1723":{}},"parent":{}}],["rendertemplateuri",{"_index":48,"name":{"54":{}},"parent":{}}],["reopenbasket",{"_index":1538,"name":{"4434":{}},"parent":{}}],["replaceorigin",{"_index":46,"name":{"52":{}},"parent":{}}],["requireparametersunlessallareoptional",{"_index":8,"name":{"7":{},"623":{}},"parent":{}}],["resetpassword",{"_index":116,"name":{"149":{},"192":{},"218":{},"2995":{},"3053":{},"3091":{}},"parent":{}}],["resetpasswordbodytype",{"_index":326,"name":{"458":{},"566":{},"4107":{},"4210":{}},"parent":{}}],["resetpasswordpathparameters",{"_index":323,"name":{"455":{},"565":{},"3293":{},"3398":{},"3468":{},"3646":{},"4106":{},"4212":{}},"parent":{}}],["resetpasswordqueryparameters",{"_index":321,"name":{"453":{},"564":{},"3290":{},"3397":{},"3467":{},"3645":{},"4105":{},"4211":{}},"parent":{}}],["resetpasswordrequest",{"_index":1107,"name":{"2857":{},"2953":{},"3577":{},"3751":{}},"parent":{}}],["resetpasswordrequired",{"_index":141,"name":{"193":{},"3054":{}},"parent":{}}],["resetpasswordtoken",{"_index":1108,"name":{"2858":{},"2954":{},"3578":{},"3752":{}},"parent":{}}],["resetpasswordtokenrequest",{"_index":1109,"name":{"2859":{},"2955":{},"3579":{},"3753":{}},"parent":{}}],["response",{"_index":363,"name":{"583":{}},"parent":{}}],["response_type",{"_index":170,"name":{"245":{},"255":{},"404":{}},"parent":{}}],["responseerror",{"_index":361,"name":{"580":{},"581":{}},"parent":{"581":{}}}],["responseerror.responseerror",{"_index":362,"name":{},"parent":{"582":{},"583":{},"584":{},"585":{},"586":{},"587":{}}}],["responsetype",{"_index":92,"name":{"98":{},"122":{},"4142":{},"4244":{}},"parent":{}}],["resultbase",{"_index":1110,"name":{"2860":{},"2956":{},"3580":{},"3754":{},"3781":{},"3796":{},"3954":{},"3986":{},"4779":{},"4803":{},"4942":{},"4987":{},"5001":{},"5007":{},"5066":{},"5079":{},"5113":{},"5136":{},"5242":{},"5284":{},"5356":{},"5364":{},"5430":{},"5445":{}},"parent":{}}],["revokeobjecturl",{"_index":65,"name":{"71":{}},"parent":{}}],["revoketoken",{"_index":117,"name":{"150":{},"194":{},"219":{}},"parent":{}}],["revoketokenbodytype",{"_index":336,"name":{"472":{},"569":{},"4110":{},"4214":{}},"parent":{}}],["revoketokenpathparameters",{"_index":333,"name":{"469":{},"568":{},"4109":{},"4216":{}},"parent":{}}],["revoketokenqueryparameters",{"_index":331,"name":{"467":{},"567":{},"4108":{},"4215":{}},"parent":{}}],["revoketokenrequired",{"_index":142,"name":{"195":{}},"parent":{}}],["revoketokentokentypehintenum",{"_index":159,"name":{"236":{},"517":{},"4058":{},"4213":{}},"parent":{}}],["schemasomsdata",{"_index":1496,"name":{"4290":{},"4359":{},"4587":{},"4669":{}},"parent":{}}],["schemasshipment",{"_index":1495,"name":{"4289":{},"4360":{},"4588":{},"4670":{}},"parent":{}}],["scope",{"_index":173,"name":{"248":{},"257":{}},"parent":{}}],["search",{"_index":59,"name":{"65":{}},"parent":{}}],["searchcontent",{"_index":1399,"name":{"3807":{},"3823":{},"3831":{}},"parent":{}}],["searchcontentpathparameters",{"_index":1459,"name":{"3897":{},"3916":{},"3935":{},"3971":{}},"parent":{}}],["searchcontentqueryparameters",{"_index":1453,"name":{"3888":{},"3915":{},"3934":{},"3970":{}},"parent":{}}],["searchcontentrequired",{"_index":1408,"name":{"3824":{}},"parent":{}}],["searchparams",{"_index":60,"name":{"66":{}},"parent":{}}],["searchstores",{"_index":1774,"name":{"5373":{},"5379":{},"5382":{}},"parent":{}}],["searchstorespathparameters",{"_index":1792,"name":{"5403":{},"5412":{},"5421":{},"5440":{}},"parent":{}}],["searchstoresqueryparameters",{"_index":1785,"name":{"5391":{},"5411":{},"5420":{},"5439":{}},"parent":{}}],["searchstoresrequired",{"_index":1778,"name":{"5380":{}},"parent":{}}],["select",{"_index":1649,"name":{"4861":{},"4877":{},"5180":{}},"parent":{}}],["shipment",{"_index":405,"name":{"660":{},"721":{},"1399":{},"1520":{},"1548":{},"1624":{},"2314":{},"2444":{},"2771":{},"2957":{},"3581":{},"3755":{},"4267":{},"4361":{},"4589":{},"4671":{}},"parent":{}}],["shipmentid",{"_index":607,"name":{"1003":{},"1072":{},"1180":{},"1192":{},"1201":{},"1908":{},"1977":{},"2086":{},"2098":{},"2107":{}},"parent":{}}],["shipmentitem",{"_index":1494,"name":{"4288":{},"4363":{},"4591":{},"4673":{}},"parent":{}}],["shipmentshippingstatusenum",{"_index":406,"name":{"661":{},"722":{},"1400":{},"1521":{},"1549":{},"1625":{},"2315":{},"2445":{},"2772":{},"2958":{},"3582":{},"3756":{},"4268":{},"4362":{},"4590":{},"4672":{}},"parent":{}}],["shippingitem",{"_index":401,"name":{"656":{},"723":{},"1401":{},"1522":{},"1544":{},"1626":{},"2316":{},"2446":{},"2767":{},"2959":{},"3583":{},"3757":{},"4263":{},"4364":{},"4592":{},"4674":{}},"parent":{}}],["shippingmethod",{"_index":404,"name":{"659":{},"724":{},"1402":{},"1523":{},"1547":{},"1627":{},"2317":{},"2447":{},"2770":{},"2960":{},"3584":{},"3758":{},"4266":{},"4365":{},"4593":{},"4675":{},"4754":{},"4804":{},"4943":{},"4988":{}},"parent":{}}],["shippingmethodresult",{"_index":429,"name":{"685":{},"725":{},"1403":{},"1524":{},"1579":{},"1628":{},"2318":{},"2448":{}},"parent":{}}],["shippingpromotion",{"_index":403,"name":{"658":{},"726":{},"1404":{},"1525":{},"1546":{},"1629":{},"2319":{},"2449":{},"2769":{},"2961":{},"3585":{},"3759":{},"4265":{},"4366":{},"4594":{},"4676":{},"4753":{},"4805":{},"4944":{},"4989":{}},"parent":{}}],["shopperbaskets",{"_index":391,"name":{"645":{},"731":{},"1285":{},"1366":{}},"parent":{"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"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":{},"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":{},"886":{},"887":{},"888":{},"892":{},"896":{},"900":{},"904":{},"908":{},"912":{},"916":{},"920":{},"924":{},"928":{},"931":{},"935":{},"938":{},"942":{},"945":{},"950":{},"955":{},"958":{},"962":{},"966":{},"969":{},"973":{},"977":{},"981":{},"985":{},"989":{},"992":{},"996":{},"1000":{},"1005":{},"1008":{},"1012":{},"1018":{},"1021":{},"1025":{},"1030":{},"1034":{},"1039":{},"1043":{},"1048":{},"1052":{},"1057":{},"1061":{},"1066":{},"1070":{},"1075":{},"1081":{},"1084":{},"1088":{},"1092":{},"1097":{},"1101":{},"1106":{},"1110":{},"1116":{},"1120":{},"1124":{},"1128":{},"1132":{},"1137":{},"1142":{},"1147":{},"1152":{},"1156":{},"1161":{},"1166":{},"1169":{},"1174":{},"1178":{},"1183":{},"1189":{},"1194":{},"1198":{},"1203":{},"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1228":{},"1229":{},"1230":{},"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1264":{},"1265":{},"1266":{},"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{},"1336":{},"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{}}}],["shopperbaskets.addcoupontobasketpathparameters",{"_index":518,"name":{},"parent":{"893":{}}}],["shopperbaskets.addcoupontobasketpathparameters.__type",{"_index":519,"name":{},"parent":{"894":{},"895":{}}}],["shopperbaskets.addcoupontobasketqueryparameters",{"_index":514,"name":{},"parent":{"889":{}}}],["shopperbaskets.addcoupontobasketqueryparameters.__type",{"_index":516,"name":{},"parent":{"890":{},"891":{}}}],["shopperbaskets.addgiftcertificateitemtobasketpathparameters",{"_index":525,"name":{},"parent":{"901":{}}}],["shopperbaskets.addgiftcertificateitemtobasketpathparameters.__type",{"_index":526,"name":{},"parent":{"902":{},"903":{}}}],["shopperbaskets.addgiftcertificateitemtobasketqueryparameters",{"_index":522,"name":{},"parent":{"897":{}}}],["shopperbaskets.addgiftcertificateitemtobasketqueryparameters.__type",{"_index":523,"name":{},"parent":{"898":{},"899":{}}}],["shopperbaskets.additemtobasketpathparameters",{"_index":531,"name":{},"parent":{"909":{}}}],["shopperbaskets.additemtobasketpathparameters.__type",{"_index":532,"name":{},"parent":{"910":{},"911":{}}}],["shopperbaskets.additemtobasketqueryparameters",{"_index":528,"name":{},"parent":{"905":{}}}],["shopperbaskets.additemtobasketqueryparameters.__type",{"_index":529,"name":{},"parent":{"906":{},"907":{}}}],["shopperbaskets.addpaymentinstrumenttobasketpathparameters",{"_index":537,"name":{},"parent":{"917":{}}}],["shopperbaskets.addpaymentinstrumenttobasketpathparameters.__type",{"_index":538,"name":{},"parent":{"918":{},"919":{}}}],["shopperbaskets.addpaymentinstrumenttobasketqueryparameters",{"_index":534,"name":{},"parent":{"913":{}}}],["shopperbaskets.addpaymentinstrumenttobasketqueryparameters.__type",{"_index":535,"name":{},"parent":{"914":{},"915":{}}}],["shopperbaskets.addpriceadjustmenttobasketpathparameters",{"_index":543,"name":{},"parent":{"925":{}}}],["shopperbaskets.addpriceadjustmenttobasketpathparameters.__type",{"_index":544,"name":{},"parent":{"926":{},"927":{}}}],["shopperbaskets.addpriceadjustmenttobasketqueryparameters",{"_index":540,"name":{},"parent":{"921":{}}}],["shopperbaskets.addpriceadjustmenttobasketqueryparameters.__type",{"_index":541,"name":{},"parent":{"922":{},"923":{}}}],["shopperbaskets.addpricebookstobasketpathparameters",{"_index":549,"name":{},"parent":{"932":{}}}],["shopperbaskets.addpricebookstobasketpathparameters.__type",{"_index":550,"name":{},"parent":{"933":{},"934":{}}}],["shopperbaskets.addpricebookstobasketqueryparameters",{"_index":546,"name":{},"parent":{"929":{}}}],["shopperbaskets.addpricebookstobasketqueryparameters.__type",{"_index":547,"name":{},"parent":{"930":{}}}],["shopperbaskets.addtaxesforbasketitempathparameters",{"_index":561,"name":{},"parent":{"946":{}}}],["shopperbaskets.addtaxesforbasketitempathparameters.__type",{"_index":562,"name":{},"parent":{"947":{},"948":{},"949":{}}}],["shopperbaskets.addtaxesforbasketitemqueryparameters",{"_index":558,"name":{},"parent":{"943":{}}}],["shopperbaskets.addtaxesforbasketitemqueryparameters.__type",{"_index":559,"name":{},"parent":{"944":{}}}],["shopperbaskets.addtaxesforbasketpathparameters",{"_index":555,"name":{},"parent":{"939":{}}}],["shopperbaskets.addtaxesforbasketpathparameters.__type",{"_index":556,"name":{},"parent":{"940":{},"941":{}}}],["shopperbaskets.addtaxesforbasketqueryparameters",{"_index":552,"name":{},"parent":{"936":{}}}],["shopperbaskets.addtaxesforbasketqueryparameters.__type",{"_index":553,"name":{},"parent":{"937":{}}}],["shopperbaskets.createbasketpathparameters",{"_index":569,"name":{},"parent":{"956":{}}}],["shopperbaskets.createbasketpathparameters.__type",{"_index":570,"name":{},"parent":{"957":{}}}],["shopperbaskets.createbasketqueryparameters",{"_index":565,"name":{},"parent":{"951":{}}}],["shopperbaskets.createbasketqueryparameters.__type",{"_index":566,"name":{},"parent":{"952":{},"953":{},"954":{}}}],["shopperbaskets.createshipmentforbasketpathparameters",{"_index":575,"name":{},"parent":{"963":{}}}],["shopperbaskets.createshipmentforbasketpathparameters.__type",{"_index":576,"name":{},"parent":{"964":{},"965":{}}}],["shopperbaskets.createshipmentforbasketqueryparameters",{"_index":572,"name":{},"parent":{"959":{}}}],["shopperbaskets.createshipmentforbasketqueryparameters.__type",{"_index":573,"name":{},"parent":{"960":{},"961":{}}}],["shopperbaskets.deletebasketpathparameters",{"_index":581,"name":{},"parent":{"970":{}}}],["shopperbaskets.deletebasketpathparameters.__type",{"_index":582,"name":{},"parent":{"971":{},"972":{}}}],["shopperbaskets.deletebasketqueryparameters",{"_index":578,"name":{},"parent":{"967":{}}}],["shopperbaskets.deletebasketqueryparameters.__type",{"_index":579,"name":{},"parent":{"968":{}}}],["shopperbaskets.getbasketpathparameters",{"_index":587,"name":{},"parent":{"978":{}}}],["shopperbaskets.getbasketpathparameters.__type",{"_index":588,"name":{},"parent":{"979":{},"980":{}}}],["shopperbaskets.getbasketqueryparameters",{"_index":584,"name":{},"parent":{"974":{}}}],["shopperbaskets.getbasketqueryparameters.__type",{"_index":585,"name":{},"parent":{"975":{},"976":{}}}],["shopperbaskets.getpaymentmethodsforbasketpathparameters",{"_index":593,"name":{},"parent":{"986":{}}}],["shopperbaskets.getpaymentmethodsforbasketpathparameters.__type",{"_index":594,"name":{},"parent":{"987":{},"988":{}}}],["shopperbaskets.getpaymentmethodsforbasketqueryparameters",{"_index":590,"name":{},"parent":{"982":{}}}],["shopperbaskets.getpaymentmethodsforbasketqueryparameters.__type",{"_index":591,"name":{},"parent":{"983":{},"984":{}}}],["shopperbaskets.getpricebooksforbasketpathparameters",{"_index":599,"name":{},"parent":{"993":{}}}],["shopperbaskets.getpricebooksforbasketpathparameters.__type",{"_index":600,"name":{},"parent":{"994":{},"995":{}}}],["shopperbaskets.getpricebooksforbasketqueryparameters",{"_index":596,"name":{},"parent":{"990":{}}}],["shopperbaskets.getpricebooksforbasketqueryparameters.__type",{"_index":597,"name":{},"parent":{"991":{}}}],["shopperbaskets.getshippingmethodsforshipmentpathparameters",{"_index":605,"name":{},"parent":{"1001":{}}}],["shopperbaskets.getshippingmethodsforshipmentpathparameters.__type",{"_index":606,"name":{},"parent":{"1002":{},"1003":{},"1004":{}}}],["shopperbaskets.getshippingmethodsforshipmentqueryparameters",{"_index":602,"name":{},"parent":{"997":{}}}],["shopperbaskets.getshippingmethodsforshipmentqueryparameters.__type",{"_index":603,"name":{},"parent":{"998":{},"999":{}}}],["shopperbaskets.gettaxesfrombasketpathparameters",{"_index":612,"name":{},"parent":{"1009":{}}}],["shopperbaskets.gettaxesfrombasketpathparameters.__type",{"_index":613,"name":{},"parent":{"1010":{},"1011":{}}}],["shopperbaskets.gettaxesfrombasketqueryparameters",{"_index":609,"name":{},"parent":{"1006":{}}}],["shopperbaskets.gettaxesfrombasketqueryparameters.__type",{"_index":610,"name":{},"parent":{"1007":{}}}],["shopperbaskets.mergebasketpathparameters",{"_index":620,"name":{},"parent":{"1019":{}}}],["shopperbaskets.mergebasketpathparameters.__type",{"_index":621,"name":{},"parent":{"1020":{}}}],["shopperbaskets.mergebasketqueryparameters",{"_index":615,"name":{},"parent":{"1013":{}}}],["shopperbaskets.mergebasketqueryparameters.__type",{"_index":616,"name":{},"parent":{"1014":{},"1015":{},"1016":{},"1017":{}}}],["shopperbaskets.removecouponfrombasketpathparameters",{"_index":626,"name":{},"parent":{"1026":{}}}],["shopperbaskets.removecouponfrombasketpathparameters.__type",{"_index":627,"name":{},"parent":{"1027":{},"1028":{},"1029":{}}}],["shopperbaskets.removecouponfrombasketqueryparameters",{"_index":623,"name":{},"parent":{"1022":{}}}],["shopperbaskets.removecouponfrombasketqueryparameters.__type",{"_index":624,"name":{},"parent":{"1023":{},"1024":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketpathparameters",{"_index":633,"name":{},"parent":{"1035":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketpathparameters.__type",{"_index":634,"name":{},"parent":{"1036":{},"1037":{},"1038":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketqueryparameters",{"_index":630,"name":{},"parent":{"1031":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketqueryparameters.__type",{"_index":631,"name":{},"parent":{"1032":{},"1033":{}}}],["shopperbaskets.removeitemfrombasketpathparameters",{"_index":640,"name":{},"parent":{"1044":{}}}],["shopperbaskets.removeitemfrombasketpathparameters.__type",{"_index":641,"name":{},"parent":{"1045":{},"1046":{},"1047":{}}}],["shopperbaskets.removeitemfrombasketqueryparameters",{"_index":637,"name":{},"parent":{"1040":{}}}],["shopperbaskets.removeitemfrombasketqueryparameters.__type",{"_index":638,"name":{},"parent":{"1041":{},"1042":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketpathparameters",{"_index":646,"name":{},"parent":{"1053":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketpathparameters.__type",{"_index":648,"name":{},"parent":{"1054":{},"1055":{},"1056":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketqueryparameters",{"_index":643,"name":{},"parent":{"1049":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketqueryparameters.__type",{"_index":644,"name":{},"parent":{"1050":{},"1051":{}}}],["shopperbaskets.removepriceadjustmentfrombasketpathparameters",{"_index":653,"name":{},"parent":{"1062":{}}}],["shopperbaskets.removepriceadjustmentfrombasketpathparameters.__type",{"_index":655,"name":{},"parent":{"1063":{},"1064":{},"1065":{}}}],["shopperbaskets.removepriceadjustmentfrombasketqueryparameters",{"_index":650,"name":{},"parent":{"1058":{}}}],["shopperbaskets.removepriceadjustmentfrombasketqueryparameters.__type",{"_index":651,"name":{},"parent":{"1059":{},"1060":{}}}],["shopperbaskets.removeshipmentfrombasketpathparameters",{"_index":660,"name":{},"parent":{"1071":{}}}],["shopperbaskets.removeshipmentfrombasketpathparameters.__type",{"_index":661,"name":{},"parent":{"1072":{},"1073":{},"1074":{}}}],["shopperbaskets.removeshipmentfrombasketqueryparameters",{"_index":657,"name":{},"parent":{"1067":{}}}],["shopperbaskets.removeshipmentfrombasketqueryparameters.__type",{"_index":658,"name":{},"parent":{"1068":{},"1069":{}}}],["shopperbaskets.shopperbaskets",{"_index":433,"name":{},"parent":{"732":{},"733":{},"734":{},"772":{},"773":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"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":{}}}],["shopperbaskets.shopperbaskets.apipaths",{"_index":435,"name":{},"parent":{"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":{},"767":{},"768":{},"769":{},"770":{},"771":{}}}],["shopperbaskets.shopperbaskets.paramkeys",{"_index":472,"name":{},"parent":{"774":{}}}],["shopperbaskets.shopperbaskets.paramkeys.__type",{"_index":473,"name":{},"parent":{"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"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":{}}}],["shopperbaskets.shopperbasketstypes",{"_index":756,"name":{},"parent":{"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{},"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{}}}],["shopperbaskets.transferbasketpathparameters",{"_index":668,"name":{},"parent":{"1082":{}}}],["shopperbaskets.transferbasketpathparameters.__type",{"_index":669,"name":{},"parent":{"1083":{}}}],["shopperbaskets.transferbasketqueryparameters",{"_index":663,"name":{},"parent":{"1076":{}}}],["shopperbaskets.transferbasketqueryparameters.__type",{"_index":664,"name":{},"parent":{"1077":{},"1078":{},"1079":{},"1080":{}}}],["shopperbaskets.updateasagentbasketpathparameters",{"_index":674,"name":{},"parent":{"1089":{}}}],["shopperbaskets.updateasagentbasketpathparameters.__type",{"_index":675,"name":{},"parent":{"1090":{},"1091":{}}}],["shopperbaskets.updateasagentbasketqueryparameters",{"_index":671,"name":{},"parent":{"1085":{}}}],["shopperbaskets.updateasagentbasketqueryparameters.__type",{"_index":672,"name":{},"parent":{"1086":{},"1087":{}}}],["shopperbaskets.updateasstorefrontbasketpathparameters",{"_index":681,"name":{},"parent":{"1098":{}}}],["shopperbaskets.updateasstorefrontbasketpathparameters.__type",{"_index":682,"name":{},"parent":{"1099":{},"1100":{}}}],["shopperbaskets.updateasstorefrontbasketqueryparameters",{"_index":677,"name":{},"parent":{"1093":{}}}],["shopperbaskets.updateasstorefrontbasketqueryparameters.__type",{"_index":678,"name":{},"parent":{"1094":{},"1095":{},"1096":{}}}],["shopperbaskets.updatebasketpathparameters",{"_index":688,"name":{},"parent":{"1107":{}}}],["shopperbaskets.updatebasketpathparameters.__type",{"_index":689,"name":{},"parent":{"1108":{},"1109":{}}}],["shopperbaskets.updatebasketqueryparameters",{"_index":684,"name":{},"parent":{"1102":{}}}],["shopperbaskets.updatebasketqueryparameters.__type",{"_index":685,"name":{},"parent":{"1103":{},"1104":{},"1105":{}}}],["shopperbaskets.updatebillingaddressforbasketpathparameters",{"_index":695,"name":{},"parent":{"1117":{}}}],["shopperbaskets.updatebillingaddressforbasketpathparameters.__type",{"_index":696,"name":{},"parent":{"1118":{},"1119":{}}}],["shopperbaskets.updatebillingaddressforbasketqueryparameters",{"_index":691,"name":{},"parent":{"1111":{}}}],["shopperbaskets.updatebillingaddressforbasketqueryparameters.__type",{"_index":692,"name":{},"parent":{"1112":{},"1113":{},"1114":{},"1115":{}}}],["shopperbaskets.updatecustomerforbasketpathparameters",{"_index":701,"name":{},"parent":{"1125":{}}}],["shopperbaskets.updatecustomerforbasketpathparameters.__type",{"_index":702,"name":{},"parent":{"1126":{},"1127":{}}}],["shopperbaskets.updatecustomerforbasketqueryparameters",{"_index":698,"name":{},"parent":{"1121":{}}}],["shopperbaskets.updatecustomerforbasketqueryparameters.__type",{"_index":699,"name":{},"parent":{"1122":{},"1123":{}}}],["shopperbaskets.updategiftcertificateiteminbasketpathparameters",{"_index":707,"name":{},"parent":{"1133":{}}}],["shopperbaskets.updategiftcertificateiteminbasketpathparameters.__type",{"_index":708,"name":{},"parent":{"1134":{},"1135":{},"1136":{}}}],["shopperbaskets.updategiftcertificateiteminbasketqueryparameters",{"_index":704,"name":{},"parent":{"1129":{}}}],["shopperbaskets.updategiftcertificateiteminbasketqueryparameters.__type",{"_index":705,"name":{},"parent":{"1130":{},"1131":{}}}],["shopperbaskets.updateiteminbasketpathparameters",{"_index":713,"name":{},"parent":{"1143":{}}}],["shopperbaskets.updateiteminbasketpathparameters.__type",{"_index":714,"name":{},"parent":{"1144":{},"1145":{},"1146":{}}}],["shopperbaskets.updateiteminbasketqueryparameters",{"_index":710,"name":{},"parent":{"1138":{}}}],["shopperbaskets.updateiteminbasketqueryparameters.__type",{"_index":711,"name":{},"parent":{"1139":{},"1140":{},"1141":{}}}],["shopperbaskets.updateitemsinbasketpathparameters",{"_index":719,"name":{},"parent":{"1153":{}}}],["shopperbaskets.updateitemsinbasketpathparameters.__type",{"_index":720,"name":{},"parent":{"1154":{},"1155":{}}}],["shopperbaskets.updateitemsinbasketqueryparameters",{"_index":716,"name":{},"parent":{"1148":{}}}],["shopperbaskets.updateitemsinbasketqueryparameters.__type",{"_index":717,"name":{},"parent":{"1149":{},"1150":{},"1151":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketpathparameters",{"_index":725,"name":{},"parent":{"1162":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketpathparameters.__type",{"_index":726,"name":{},"parent":{"1163":{},"1164":{},"1165":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketqueryparameters",{"_index":722,"name":{},"parent":{"1157":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketqueryparameters.__type",{"_index":723,"name":{},"parent":{"1158":{},"1159":{},"1160":{}}}],["shopperbaskets.updatepriceadjustmentinbasketpathparameters",{"_index":731,"name":{},"parent":{"1170":{}}}],["shopperbaskets.updatepriceadjustmentinbasketpathparameters.__type",{"_index":732,"name":{},"parent":{"1171":{},"1172":{},"1173":{}}}],["shopperbaskets.updatepriceadjustmentinbasketqueryparameters",{"_index":728,"name":{},"parent":{"1167":{}}}],["shopperbaskets.updatepriceadjustmentinbasketqueryparameters.__type",{"_index":729,"name":{},"parent":{"1168":{}}}],["shopperbaskets.updateshipmentforbasketpathparameters",{"_index":737,"name":{},"parent":{"1179":{}}}],["shopperbaskets.updateshipmentforbasketpathparameters.__type",{"_index":738,"name":{},"parent":{"1180":{},"1181":{},"1182":{}}}],["shopperbaskets.updateshipmentforbasketqueryparameters",{"_index":734,"name":{},"parent":{"1175":{}}}],["shopperbaskets.updateshipmentforbasketqueryparameters.__type",{"_index":735,"name":{},"parent":{"1176":{},"1177":{}}}],["shopperbaskets.updateshippingaddressforshipmentpathparameters",{"_index":744,"name":{},"parent":{"1190":{}}}],["shopperbaskets.updateshippingaddressforshipmentpathparameters.__type",{"_index":745,"name":{},"parent":{"1191":{},"1192":{},"1193":{}}}],["shopperbaskets.updateshippingaddressforshipmentqueryparameters",{"_index":740,"name":{},"parent":{"1184":{}}}],["shopperbaskets.updateshippingaddressforshipmentqueryparameters.__type",{"_index":742,"name":{},"parent":{"1185":{},"1186":{},"1187":{},"1188":{}}}],["shopperbaskets.updateshippingmethodforshipmentpathparameters",{"_index":750,"name":{},"parent":{"1199":{}}}],["shopperbaskets.updateshippingmethodforshipmentpathparameters.__type",{"_index":751,"name":{},"parent":{"1200":{},"1201":{},"1202":{}}}],["shopperbaskets.updateshippingmethodforshipmentqueryparameters",{"_index":747,"name":{},"parent":{"1195":{}}}],["shopperbaskets.updateshippingmethodforshipmentqueryparameters.__type",{"_index":748,"name":{},"parent":{"1196":{},"1197":{}}}],["shopperbasketsparameters",{"_index":754,"name":{"1205":{},"1284":{},"1365":{},"2111":{},"2190":{},"2271":{}},"parent":{}}],["shopperbasketspathparameters",{"_index":752,"name":{"1203":{},"1282":{},"1363":{},"1410":{},"2109":{},"2188":{},"2269":{},"2325":{}},"parent":{}}],["shopperbasketsqueryparameters",{"_index":753,"name":{"1204":{},"1283":{},"1364":{},"1411":{},"2110":{},"2189":{},"2270":{},"2326":{}},"parent":{}}],["shopperbasketstypes",{"_index":755,"name":{"1409":{}},"parent":{}}],["shopperbasketsv2",{"_index":757,"name":{"1530":{},"1634":{},"2191":{},"2272":{}},"parent":{"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{},"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{},"1612":{},"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1789":{},"1790":{},"1791":{},"1795":{},"1799":{},"1803":{},"1807":{},"1811":{},"1815":{},"1819":{},"1823":{},"1827":{},"1831":{},"1834":{},"1838":{},"1841":{},"1845":{},"1848":{},"1853":{},"1860":{},"1863":{},"1867":{},"1871":{},"1874":{},"1878":{},"1882":{},"1886":{},"1890":{},"1894":{},"1897":{},"1901":{},"1905":{},"1910":{},"1913":{},"1917":{},"1923":{},"1926":{},"1930":{},"1935":{},"1939":{},"1944":{},"1948":{},"1953":{},"1957":{},"1962":{},"1966":{},"1971":{},"1975":{},"1980":{},"1987":{},"1990":{},"1994":{},"1998":{},"2003":{},"2007":{},"2012":{},"2016":{},"2022":{},"2026":{},"2030":{},"2034":{},"2038":{},"2043":{},"2048":{},"2053":{},"2058":{},"2062":{},"2067":{},"2072":{},"2075":{},"2080":{},"2084":{},"2089":{},"2095":{},"2100":{},"2104":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{},"2155":{},"2156":{},"2157":{},"2158":{},"2159":{},"2160":{},"2161":{},"2162":{},"2163":{},"2164":{},"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{},"2245":{},"2246":{},"2247":{},"2248":{},"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{},"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":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{},"2306":{},"2307":{},"2308":{},"2309":{},"2310":{},"2311":{},"2312":{},"2313":{},"2314":{},"2315":{},"2316":{},"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{}}}],["shopperbasketsv2.addcoupontobasketpathparameters",{"_index":773,"name":{},"parent":{"1796":{}}}],["shopperbasketsv2.addcoupontobasketpathparameters.__type",{"_index":774,"name":{},"parent":{"1797":{},"1798":{}}}],["shopperbasketsv2.addcoupontobasketqueryparameters",{"_index":771,"name":{},"parent":{"1792":{}}}],["shopperbasketsv2.addcoupontobasketqueryparameters.__type",{"_index":772,"name":{},"parent":{"1793":{},"1794":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketpathparameters",{"_index":777,"name":{},"parent":{"1804":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketpathparameters.__type",{"_index":778,"name":{},"parent":{"1805":{},"1806":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketqueryparameters",{"_index":775,"name":{},"parent":{"1800":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketqueryparameters.__type",{"_index":776,"name":{},"parent":{"1801":{},"1802":{}}}],["shopperbasketsv2.additemtobasketpathparameters",{"_index":781,"name":{},"parent":{"1812":{}}}],["shopperbasketsv2.additemtobasketpathparameters.__type",{"_index":782,"name":{},"parent":{"1813":{},"1814":{}}}],["shopperbasketsv2.additemtobasketqueryparameters",{"_index":779,"name":{},"parent":{"1808":{}}}],["shopperbasketsv2.additemtobasketqueryparameters.__type",{"_index":780,"name":{},"parent":{"1809":{},"1810":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketpathparameters",{"_index":785,"name":{},"parent":{"1820":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketpathparameters.__type",{"_index":786,"name":{},"parent":{"1821":{},"1822":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketqueryparameters",{"_index":783,"name":{},"parent":{"1816":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketqueryparameters.__type",{"_index":784,"name":{},"parent":{"1817":{},"1818":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketpathparameters",{"_index":789,"name":{},"parent":{"1828":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketpathparameters.__type",{"_index":790,"name":{},"parent":{"1829":{},"1830":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketqueryparameters",{"_index":787,"name":{},"parent":{"1824":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketqueryparameters.__type",{"_index":788,"name":{},"parent":{"1825":{},"1826":{}}}],["shopperbasketsv2.addpricebookstobasketpathparameters",{"_index":793,"name":{},"parent":{"1835":{}}}],["shopperbasketsv2.addpricebookstobasketpathparameters.__type",{"_index":794,"name":{},"parent":{"1836":{},"1837":{}}}],["shopperbasketsv2.addpricebookstobasketqueryparameters",{"_index":791,"name":{},"parent":{"1832":{}}}],["shopperbasketsv2.addpricebookstobasketqueryparameters.__type",{"_index":792,"name":{},"parent":{"1833":{}}}],["shopperbasketsv2.addtaxesforbasketitempathparameters",{"_index":801,"name":{},"parent":{"1849":{}}}],["shopperbasketsv2.addtaxesforbasketitempathparameters.__type",{"_index":802,"name":{},"parent":{"1850":{},"1851":{},"1852":{}}}],["shopperbasketsv2.addtaxesforbasketitemqueryparameters",{"_index":799,"name":{},"parent":{"1846":{}}}],["shopperbasketsv2.addtaxesforbasketitemqueryparameters.__type",{"_index":800,"name":{},"parent":{"1847":{}}}],["shopperbasketsv2.addtaxesforbasketpathparameters",{"_index":797,"name":{},"parent":{"1842":{}}}],["shopperbasketsv2.addtaxesforbasketpathparameters.__type",{"_index":798,"name":{},"parent":{"1843":{},"1844":{}}}],["shopperbasketsv2.addtaxesforbasketqueryparameters",{"_index":795,"name":{},"parent":{"1839":{}}}],["shopperbasketsv2.addtaxesforbasketqueryparameters.__type",{"_index":796,"name":{},"parent":{"1840":{}}}],["shopperbasketsv2.createbasketpathparameters",{"_index":807,"name":{},"parent":{"1861":{}}}],["shopperbasketsv2.createbasketpathparameters.__type",{"_index":808,"name":{},"parent":{"1862":{}}}],["shopperbasketsv2.createbasketqueryparameters",{"_index":803,"name":{},"parent":{"1854":{}}}],["shopperbasketsv2.createbasketqueryparameters.__type",{"_index":804,"name":{},"parent":{"1855":{},"1856":{},"1857":{},"1858":{},"1859":{}}}],["shopperbasketsv2.createshipmentforbasketpathparameters",{"_index":811,"name":{},"parent":{"1868":{}}}],["shopperbasketsv2.createshipmentforbasketpathparameters.__type",{"_index":812,"name":{},"parent":{"1869":{},"1870":{}}}],["shopperbasketsv2.createshipmentforbasketqueryparameters",{"_index":809,"name":{},"parent":{"1864":{}}}],["shopperbasketsv2.createshipmentforbasketqueryparameters.__type",{"_index":810,"name":{},"parent":{"1865":{},"1866":{}}}],["shopperbasketsv2.deletebasketpathparameters",{"_index":815,"name":{},"parent":{"1875":{}}}],["shopperbasketsv2.deletebasketpathparameters.__type",{"_index":816,"name":{},"parent":{"1876":{},"1877":{}}}],["shopperbasketsv2.deletebasketqueryparameters",{"_index":813,"name":{},"parent":{"1872":{}}}],["shopperbasketsv2.deletebasketqueryparameters.__type",{"_index":814,"name":{},"parent":{"1873":{}}}],["shopperbasketsv2.getbasketpathparameters",{"_index":819,"name":{},"parent":{"1883":{}}}],["shopperbasketsv2.getbasketpathparameters.__type",{"_index":820,"name":{},"parent":{"1884":{},"1885":{}}}],["shopperbasketsv2.getbasketqueryparameters",{"_index":817,"name":{},"parent":{"1879":{}}}],["shopperbasketsv2.getbasketqueryparameters.__type",{"_index":818,"name":{},"parent":{"1880":{},"1881":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketpathparameters",{"_index":823,"name":{},"parent":{"1891":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketpathparameters.__type",{"_index":824,"name":{},"parent":{"1892":{},"1893":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketqueryparameters",{"_index":821,"name":{},"parent":{"1887":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketqueryparameters.__type",{"_index":822,"name":{},"parent":{"1888":{},"1889":{}}}],["shopperbasketsv2.getpricebooksforbasketpathparameters",{"_index":827,"name":{},"parent":{"1898":{}}}],["shopperbasketsv2.getpricebooksforbasketpathparameters.__type",{"_index":828,"name":{},"parent":{"1899":{},"1900":{}}}],["shopperbasketsv2.getpricebooksforbasketqueryparameters",{"_index":825,"name":{},"parent":{"1895":{}}}],["shopperbasketsv2.getpricebooksforbasketqueryparameters.__type",{"_index":826,"name":{},"parent":{"1896":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentpathparameters",{"_index":831,"name":{},"parent":{"1906":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentpathparameters.__type",{"_index":832,"name":{},"parent":{"1907":{},"1908":{},"1909":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentqueryparameters",{"_index":829,"name":{},"parent":{"1902":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentqueryparameters.__type",{"_index":830,"name":{},"parent":{"1903":{},"1904":{}}}],["shopperbasketsv2.gettaxesfrombasketpathparameters",{"_index":835,"name":{},"parent":{"1914":{}}}],["shopperbasketsv2.gettaxesfrombasketpathparameters.__type",{"_index":836,"name":{},"parent":{"1915":{},"1916":{}}}],["shopperbasketsv2.gettaxesfrombasketqueryparameters",{"_index":833,"name":{},"parent":{"1911":{}}}],["shopperbasketsv2.gettaxesfrombasketqueryparameters.__type",{"_index":834,"name":{},"parent":{"1912":{}}}],["shopperbasketsv2.mergebasketpathparameters",{"_index":839,"name":{},"parent":{"1924":{}}}],["shopperbasketsv2.mergebasketpathparameters.__type",{"_index":840,"name":{},"parent":{"1925":{}}}],["shopperbasketsv2.mergebasketqueryparameters",{"_index":837,"name":{},"parent":{"1918":{}}}],["shopperbasketsv2.mergebasketqueryparameters.__type",{"_index":838,"name":{},"parent":{"1919":{},"1920":{},"1921":{},"1922":{}}}],["shopperbasketsv2.removecouponfrombasketpathparameters",{"_index":843,"name":{},"parent":{"1931":{}}}],["shopperbasketsv2.removecouponfrombasketpathparameters.__type",{"_index":844,"name":{},"parent":{"1932":{},"1933":{},"1934":{}}}],["shopperbasketsv2.removecouponfrombasketqueryparameters",{"_index":841,"name":{},"parent":{"1927":{}}}],["shopperbasketsv2.removecouponfrombasketqueryparameters.__type",{"_index":842,"name":{},"parent":{"1928":{},"1929":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketpathparameters",{"_index":847,"name":{},"parent":{"1940":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketpathparameters.__type",{"_index":848,"name":{},"parent":{"1941":{},"1942":{},"1943":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketqueryparameters",{"_index":845,"name":{},"parent":{"1936":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketqueryparameters.__type",{"_index":846,"name":{},"parent":{"1937":{},"1938":{}}}],["shopperbasketsv2.removeitemfrombasketpathparameters",{"_index":851,"name":{},"parent":{"1949":{}}}],["shopperbasketsv2.removeitemfrombasketpathparameters.__type",{"_index":852,"name":{},"parent":{"1950":{},"1951":{},"1952":{}}}],["shopperbasketsv2.removeitemfrombasketqueryparameters",{"_index":849,"name":{},"parent":{"1945":{}}}],["shopperbasketsv2.removeitemfrombasketqueryparameters.__type",{"_index":850,"name":{},"parent":{"1946":{},"1947":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketpathparameters",{"_index":855,"name":{},"parent":{"1958":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketpathparameters.__type",{"_index":856,"name":{},"parent":{"1959":{},"1960":{},"1961":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketqueryparameters",{"_index":853,"name":{},"parent":{"1954":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketqueryparameters.__type",{"_index":854,"name":{},"parent":{"1955":{},"1956":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketpathparameters",{"_index":859,"name":{},"parent":{"1967":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketpathparameters.__type",{"_index":860,"name":{},"parent":{"1968":{},"1969":{},"1970":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketqueryparameters",{"_index":857,"name":{},"parent":{"1963":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketqueryparameters.__type",{"_index":858,"name":{},"parent":{"1964":{},"1965":{}}}],["shopperbasketsv2.removeshipmentfrombasketpathparameters",{"_index":863,"name":{},"parent":{"1976":{}}}],["shopperbasketsv2.removeshipmentfrombasketpathparameters.__type",{"_index":864,"name":{},"parent":{"1977":{},"1978":{},"1979":{}}}],["shopperbasketsv2.removeshipmentfrombasketqueryparameters",{"_index":861,"name":{},"parent":{"1972":{}}}],["shopperbasketsv2.removeshipmentfrombasketqueryparameters.__type",{"_index":862,"name":{},"parent":{"1973":{},"1974":{}}}],["shopperbasketsv2.shopperbasketsv2",{"_index":767,"name":{},"parent":{"1635":{},"1636":{},"1637":{},"1675":{},"1676":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{},"1773":{},"1774":{},"1775":{},"1776":{},"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{}}}],["shopperbasketsv2.shopperbasketsv2.apipaths",{"_index":768,"name":{},"parent":{"1638":{},"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":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1674":{}}}],["shopperbasketsv2.shopperbasketsv2.paramkeys",{"_index":769,"name":{},"parent":{"1677":{}}}],["shopperbasketsv2.shopperbasketsv2.paramkeys.__type",{"_index":770,"name":{},"parent":{"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{},"1749":{},"1750":{},"1751":{}}}],["shopperbasketsv2.shopperbasketsv2types",{"_index":922,"name":{},"parent":{"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2341":{},"2342":{},"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{},"2401":{},"2402":{},"2403":{},"2404":{},"2405":{},"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2450":{},"2451":{},"2452":{},"2453":{}}}],["shopperbasketsv2.transferbasketpathparameters",{"_index":867,"name":{},"parent":{"1988":{}}}],["shopperbasketsv2.transferbasketpathparameters.__type",{"_index":868,"name":{},"parent":{"1989":{}}}],["shopperbasketsv2.transferbasketqueryparameters",{"_index":865,"name":{},"parent":{"1981":{}}}],["shopperbasketsv2.transferbasketqueryparameters.__type",{"_index":866,"name":{},"parent":{"1982":{},"1983":{},"1984":{},"1985":{},"1986":{}}}],["shopperbasketsv2.updateasagentbasketpathparameters",{"_index":871,"name":{},"parent":{"1995":{}}}],["shopperbasketsv2.updateasagentbasketpathparameters.__type",{"_index":872,"name":{},"parent":{"1996":{},"1997":{}}}],["shopperbasketsv2.updateasagentbasketqueryparameters",{"_index":869,"name":{},"parent":{"1991":{}}}],["shopperbasketsv2.updateasagentbasketqueryparameters.__type",{"_index":870,"name":{},"parent":{"1992":{},"1993":{}}}],["shopperbasketsv2.updateasstorefrontbasketpathparameters",{"_index":875,"name":{},"parent":{"2004":{}}}],["shopperbasketsv2.updateasstorefrontbasketpathparameters.__type",{"_index":876,"name":{},"parent":{"2005":{},"2006":{}}}],["shopperbasketsv2.updateasstorefrontbasketqueryparameters",{"_index":873,"name":{},"parent":{"1999":{}}}],["shopperbasketsv2.updateasstorefrontbasketqueryparameters.__type",{"_index":874,"name":{},"parent":{"2000":{},"2001":{},"2002":{}}}],["shopperbasketsv2.updatebasketpathparameters",{"_index":879,"name":{},"parent":{"2013":{}}}],["shopperbasketsv2.updatebasketpathparameters.__type",{"_index":880,"name":{},"parent":{"2014":{},"2015":{}}}],["shopperbasketsv2.updatebasketqueryparameters",{"_index":877,"name":{},"parent":{"2008":{}}}],["shopperbasketsv2.updatebasketqueryparameters.__type",{"_index":878,"name":{},"parent":{"2009":{},"2010":{},"2011":{}}}],["shopperbasketsv2.updatebillingaddressforbasketpathparameters",{"_index":883,"name":{},"parent":{"2023":{}}}],["shopperbasketsv2.updatebillingaddressforbasketpathparameters.__type",{"_index":884,"name":{},"parent":{"2024":{},"2025":{}}}],["shopperbasketsv2.updatebillingaddressforbasketqueryparameters",{"_index":881,"name":{},"parent":{"2017":{}}}],["shopperbasketsv2.updatebillingaddressforbasketqueryparameters.__type",{"_index":882,"name":{},"parent":{"2018":{},"2019":{},"2020":{},"2021":{}}}],["shopperbasketsv2.updatecustomerforbasketpathparameters",{"_index":887,"name":{},"parent":{"2031":{}}}],["shopperbasketsv2.updatecustomerforbasketpathparameters.__type",{"_index":888,"name":{},"parent":{"2032":{},"2033":{}}}],["shopperbasketsv2.updatecustomerforbasketqueryparameters",{"_index":885,"name":{},"parent":{"2027":{}}}],["shopperbasketsv2.updatecustomerforbasketqueryparameters.__type",{"_index":886,"name":{},"parent":{"2028":{},"2029":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketpathparameters",{"_index":891,"name":{},"parent":{"2039":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketpathparameters.__type",{"_index":892,"name":{},"parent":{"2040":{},"2041":{},"2042":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketqueryparameters",{"_index":889,"name":{},"parent":{"2035":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketqueryparameters.__type",{"_index":890,"name":{},"parent":{"2036":{},"2037":{}}}],["shopperbasketsv2.updateiteminbasketpathparameters",{"_index":895,"name":{},"parent":{"2049":{}}}],["shopperbasketsv2.updateiteminbasketpathparameters.__type",{"_index":896,"name":{},"parent":{"2050":{},"2051":{},"2052":{}}}],["shopperbasketsv2.updateiteminbasketqueryparameters",{"_index":893,"name":{},"parent":{"2044":{}}}],["shopperbasketsv2.updateiteminbasketqueryparameters.__type",{"_index":894,"name":{},"parent":{"2045":{},"2046":{},"2047":{}}}],["shopperbasketsv2.updateitemsinbasketpathparameters",{"_index":899,"name":{},"parent":{"2059":{}}}],["shopperbasketsv2.updateitemsinbasketpathparameters.__type",{"_index":900,"name":{},"parent":{"2060":{},"2061":{}}}],["shopperbasketsv2.updateitemsinbasketqueryparameters",{"_index":897,"name":{},"parent":{"2054":{}}}],["shopperbasketsv2.updateitemsinbasketqueryparameters.__type",{"_index":898,"name":{},"parent":{"2055":{},"2056":{},"2057":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketpathparameters",{"_index":903,"name":{},"parent":{"2068":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketpathparameters.__type",{"_index":904,"name":{},"parent":{"2069":{},"2070":{},"2071":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketqueryparameters",{"_index":901,"name":{},"parent":{"2063":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketqueryparameters.__type",{"_index":902,"name":{},"parent":{"2064":{},"2065":{},"2066":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketpathparameters",{"_index":907,"name":{},"parent":{"2076":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketpathparameters.__type",{"_index":908,"name":{},"parent":{"2077":{},"2078":{},"2079":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketqueryparameters",{"_index":905,"name":{},"parent":{"2073":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketqueryparameters.__type",{"_index":906,"name":{},"parent":{"2074":{}}}],["shopperbasketsv2.updateshipmentforbasketpathparameters",{"_index":911,"name":{},"parent":{"2085":{}}}],["shopperbasketsv2.updateshipmentforbasketpathparameters.__type",{"_index":912,"name":{},"parent":{"2086":{},"2087":{},"2088":{}}}],["shopperbasketsv2.updateshipmentforbasketqueryparameters",{"_index":909,"name":{},"parent":{"2081":{}}}],["shopperbasketsv2.updateshipmentforbasketqueryparameters.__type",{"_index":910,"name":{},"parent":{"2082":{},"2083":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentpathparameters",{"_index":915,"name":{},"parent":{"2096":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentpathparameters.__type",{"_index":916,"name":{},"parent":{"2097":{},"2098":{},"2099":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentqueryparameters",{"_index":913,"name":{},"parent":{"2090":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentqueryparameters.__type",{"_index":914,"name":{},"parent":{"2091":{},"2092":{},"2093":{},"2094":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentpathparameters",{"_index":919,"name":{},"parent":{"2105":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentpathparameters.__type",{"_index":920,"name":{},"parent":{"2106":{},"2107":{},"2108":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentqueryparameters",{"_index":917,"name":{},"parent":{"2101":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentqueryparameters.__type",{"_index":918,"name":{},"parent":{"2102":{},"2103":{}}}],["shopperbasketsv2types",{"_index":921,"name":{"2324":{}},"parent":{}}],["shopperconfigurations",{"_index":923,"name":{"2454":{},"2462":{},"2487":{},"2494":{}},"parent":{"2455":{},"2456":{},"2457":{},"2458":{},"2459":{},"2460":{},"2461":{},"2462":{},"2473":{},"2476":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{}}}],["shopperconfigurations.getconfigurationspathparameters",{"_index":936,"name":{},"parent":{"2477":{}}}],["shopperconfigurations.getconfigurationspathparameters.__type",{"_index":937,"name":{},"parent":{"2478":{}}}],["shopperconfigurations.getconfigurationsqueryparameters",{"_index":933,"name":{},"parent":{"2474":{}}}],["shopperconfigurations.getconfigurationsqueryparameters.__type",{"_index":934,"name":{},"parent":{"2475":{}}}],["shopperconfigurations.shopperconfigurations",{"_index":926,"name":{},"parent":{"2463":{},"2464":{},"2465":{},"2467":{},"2468":{},"2472":{}}}],["shopperconfigurations.shopperconfigurations.apipaths",{"_index":928,"name":{},"parent":{"2466":{}}}],["shopperconfigurations.shopperconfigurations.paramkeys",{"_index":929,"name":{},"parent":{"2469":{}}}],["shopperconfigurations.shopperconfigurations.paramkeys.__type",{"_index":930,"name":{},"parent":{"2470":{},"2471":{}}}],["shopperconfigurations.shopperconfigurationstypes",{"_index":942,"name":{},"parent":{"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{},"2505":{}}}],["shopperconfigurationsparameters",{"_index":940,"name":{"2481":{},"2486":{},"2493":{}},"parent":{}}],["shopperconfigurationspathparameters",{"_index":938,"name":{"2479":{},"2484":{},"2491":{},"2499":{}},"parent":{}}],["shopperconfigurationsqueryparameters",{"_index":939,"name":{"2480":{},"2485":{},"2492":{},"2500":{}},"parent":{}}],["shopperconfigurationstypes",{"_index":941,"name":{"2498":{}},"parent":{}}],["shopperconsents",{"_index":943,"name":{"2506":{},"2538":{},"2594":{},"2606":{}},"parent":{"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{},"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{},"2528":{},"2529":{},"2530":{},"2531":{},"2532":{},"2533":{},"2534":{},"2535":{},"2536":{},"2537":{},"2538":{},"2557":{},"2558":{},"2564":{},"2567":{},"2571":{},"2574":{},"2578":{},"2581":{},"2582":{},"2583":{},"2584":{},"2585":{},"2586":{},"2587":{},"2588":{},"2589":{},"2590":{},"2591":{},"2592":{},"2593":{},"2594":{},"2595":{},"2596":{},"2597":{},"2598":{},"2599":{},"2600":{},"2601":{},"2602":{},"2603":{},"2604":{},"2605":{},"2606":{},"2607":{},"2608":{},"2609":{},"2610":{},"2611":{},"2612":{},"2613":{},"2614":{},"2615":{},"2616":{},"2617":{},"2618":{},"2619":{},"2620":{},"2621":{},"2622":{}}}],["shopperconsents.getsubscriptionspathparameters",{"_index":974,"name":{},"parent":{"2565":{}}}],["shopperconsents.getsubscriptionspathparameters.__type",{"_index":975,"name":{},"parent":{"2566":{}}}],["shopperconsents.getsubscriptionsqueryparameters",{"_index":969,"name":{},"parent":{"2559":{}}}],["shopperconsents.getsubscriptionsqueryparameters.__type",{"_index":970,"name":{},"parent":{"2560":{},"2561":{},"2562":{},"2563":{}}}],["shopperconsents.shopperconsents",{"_index":957,"name":{},"parent":{"2539":{},"2540":{},"2541":{},"2545":{},"2546":{},"2554":{},"2555":{},"2556":{}}}],["shopperconsents.shopperconsents.apipaths",{"_index":959,"name":{},"parent":{"2542":{},"2543":{},"2544":{}}}],["shopperconsents.shopperconsents.paramkeys",{"_index":962,"name":{},"parent":{"2547":{}}}],["shopperconsents.shopperconsents.paramkeys.__type",{"_index":963,"name":{},"parent":{"2548":{},"2549":{},"2550":{},"2551":{},"2552":{},"2553":{}}}],["shopperconsents.shopperconsentstypes",{"_index":992,"name":{},"parent":{"2623":{},"2624":{},"2625":{},"2626":{},"2627":{},"2628":{},"2629":{},"2630":{},"2631":{},"2632":{},"2633":{},"2634":{},"2635":{},"2636":{},"2637":{},"2638":{},"2639":{},"2640":{},"2641":{},"2642":{},"2643":{},"2644":{},"2645":{},"2646":{}}}],["shopperconsents.updatesubscriptionpathparameters",{"_index":980,"name":{},"parent":{"2572":{}}}],["shopperconsents.updatesubscriptionpathparameters.__type",{"_index":981,"name":{},"parent":{"2573":{}}}],["shopperconsents.updatesubscriptionqueryparameters",{"_index":977,"name":{},"parent":{"2568":{}}}],["shopperconsents.updatesubscriptionqueryparameters.__type",{"_index":978,"name":{},"parent":{"2569":{},"2570":{}}}],["shopperconsents.updatesubscriptionspathparameters",{"_index":986,"name":{},"parent":{"2579":{}}}],["shopperconsents.updatesubscriptionspathparameters.__type",{"_index":987,"name":{},"parent":{"2580":{}}}],["shopperconsents.updatesubscriptionsqueryparameters",{"_index":983,"name":{},"parent":{"2575":{}}}],["shopperconsents.updatesubscriptionsqueryparameters.__type",{"_index":984,"name":{},"parent":{"2576":{},"2577":{}}}],["shopperconsentsparameters",{"_index":990,"name":{"2583":{},"2593":{},"2605":{}},"parent":{}}],["shopperconsentspathparameters",{"_index":988,"name":{"2581":{},"2591":{},"2603":{},"2623":{}},"parent":{}}],["shopperconsentsqueryparameters",{"_index":989,"name":{"2582":{},"2592":{},"2604":{},"2624":{}},"parent":{}}],["shopperconsentstypes",{"_index":991,"name":{"2622":{}},"parent":{}}],["shoppercontext",{"_index":993,"name":{"2647":{},"2651":{},"2653":{},"2737":{},"2751":{}},"parent":{"2648":{},"2649":{},"2650":{},"2651":{},"2652":{},"2653":{},"2654":{},"2655":{},"2678":{},"2682":{},"2686":{},"2689":{},"2693":{},"2696":{},"2700":{},"2704":{},"2708":{},"2709":{},"2710":{},"2711":{},"2712":{},"2713":{},"2714":{},"2715":{},"2716":{},"2717":{},"2718":{},"2719":{},"2720":{},"2721":{},"2722":{},"2723":{},"2724":{},"2725":{},"2726":{},"2727":{},"2728":{},"2729":{},"2730":{},"2731":{},"2732":{},"2733":{},"2734":{},"2735":{},"2736":{},"2737":{},"2738":{},"2739":{}}}],["shoppercontext.createshoppercontextpathparameters",{"_index":1013,"name":{},"parent":{"2683":{}}}],["shoppercontext.createshoppercontextpathparameters.__type",{"_index":1014,"name":{},"parent":{"2684":{},"2685":{}}}],["shoppercontext.createshoppercontextqueryparameters",{"_index":1009,"name":{},"parent":{"2679":{}}}],["shoppercontext.createshoppercontextqueryparameters.__type",{"_index":1010,"name":{},"parent":{"2680":{},"2681":{}}}],["shoppercontext.deleteshoppercontextpathparameters",{"_index":1019,"name":{},"parent":{"2690":{}}}],["shoppercontext.deleteshoppercontextpathparameters.__type",{"_index":1020,"name":{},"parent":{"2691":{},"2692":{}}}],["shoppercontext.deleteshoppercontextqueryparameters",{"_index":1016,"name":{},"parent":{"2687":{}}}],["shoppercontext.deleteshoppercontextqueryparameters.__type",{"_index":1017,"name":{},"parent":{"2688":{}}}],["shoppercontext.getshoppercontextpathparameters",{"_index":1025,"name":{},"parent":{"2697":{}}}],["shoppercontext.getshoppercontextpathparameters.__type",{"_index":1026,"name":{},"parent":{"2698":{},"2699":{}}}],["shoppercontext.getshoppercontextqueryparameters",{"_index":1022,"name":{},"parent":{"2694":{}}}],["shoppercontext.getshoppercontextqueryparameters.__type",{"_index":1023,"name":{},"parent":{"2695":{}}}],["shoppercontext.shoppercontexts",{"_index":996,"name":{},"parent":{"2656":{},"2657":{},"2658":{},"2663":{},"2664":{},"2674":{},"2675":{},"2676":{},"2677":{}}}],["shoppercontext.shoppercontexts.apipaths",{"_index":998,"name":{},"parent":{"2659":{},"2660":{},"2661":{},"2662":{}}}],["shoppercontext.shoppercontexts.paramkeys",{"_index":1002,"name":{},"parent":{"2665":{}}}],["shoppercontext.shoppercontexts.paramkeys.__type",{"_index":1003,"name":{},"parent":{"2666":{},"2667":{},"2668":{},"2669":{},"2670":{},"2671":{},"2672":{},"2673":{}}}],["shoppercontext.shoppercontextstypes",{"_index":1037,"name":{},"parent":{"2740":{},"2741":{},"2742":{},"2743":{},"2744":{},"2745":{},"2746":{},"2747":{},"2748":{},"2749":{},"2750":{},"2751":{},"2752":{}}}],["shoppercontext.updateshoppercontextpathparameters",{"_index":1031,"name":{},"parent":{"2705":{}}}],["shoppercontext.updateshoppercontextpathparameters.__type",{"_index":1032,"name":{},"parent":{"2706":{},"2707":{}}}],["shoppercontext.updateshoppercontextqueryparameters",{"_index":1028,"name":{},"parent":{"2701":{}}}],["shoppercontext.updateshoppercontextqueryparameters.__type",{"_index":1029,"name":{},"parent":{"2702":{},"2703":{}}}],["shoppercontextgeolocation",{"_index":994,"name":{"2650":{},"2654":{},"2738":{},"2752":{}},"parent":{}}],["shoppercontextparameters",{"_index":1035,"name":{"2710":{},"2721":{},"2734":{}},"parent":{}}],["shoppercontextpathparameters",{"_index":1033,"name":{"2708":{},"2719":{},"2732":{},"2740":{}},"parent":{}}],["shoppercontextqueryparameters",{"_index":1034,"name":{"2709":{},"2720":{},"2733":{},"2741":{}},"parent":{}}],["shoppercontexts",{"_index":995,"name":{"2655":{},"2722":{},"2735":{}},"parent":{}}],["shoppercontextstypes",{"_index":1036,"name":{"2739":{}},"parent":{}}],["shoppercustomers",{"_index":1038,"name":{"2753":{},"2967":{},"3414":{},"3484":{}},"parent":{"2754":{},"2755":{},"2756":{},"2757":{},"2758":{},"2759":{},"2760":{},"2761":{},"2762":{},"2763":{},"2764":{},"2765":{},"2766":{},"2767":{},"2768":{},"2769":{},"2770":{},"2771":{},"2772":{},"2773":{},"2774":{},"2775":{},"2776":{},"2777":{},"2778":{},"2779":{},"2780":{},"2781":{},"2782":{},"2783":{},"2784":{},"2785":{},"2786":{},"2787":{},"2788":{},"2789":{},"2790":{},"2791":{},"2792":{},"2793":{},"2794":{},"2795":{},"2796":{},"2797":{},"2798":{},"2799":{},"2800":{},"2801":{},"2802":{},"2803":{},"2804":{},"2805":{},"2806":{},"2807":{},"2808":{},"2809":{},"2810":{},"2811":{},"2812":{},"2813":{},"2814":{},"2815":{},"2816":{},"2817":{},"2818":{},"2819":{},"2820":{},"2821":{},"2822":{},"2823":{},"2824":{},"2825":{},"2826":{},"2827":{},"2828":{},"2829":{},"2830":{},"2831":{},"2832":{},"2833":{},"2834":{},"2835":{},"2836":{},"2837":{},"2838":{},"2839":{},"2840":{},"2841":{},"2842":{},"2843":{},"2844":{},"2845":{},"2846":{},"2847":{},"2848":{},"2849":{},"2850":{},"2851":{},"2852":{},"2853":{},"2854":{},"2855":{},"2856":{},"2857":{},"2858":{},"2859":{},"2860":{},"2861":{},"2862":{},"2863":{},"2864":{},"2865":{},"2866":{},"2867":{},"2868":{},"2869":{},"2870":{},"2871":{},"2872":{},"2873":{},"2874":{},"2875":{},"2876":{},"2877":{},"2878":{},"2879":{},"2880":{},"2881":{},"2882":{},"2883":{},"2884":{},"2885":{},"2886":{},"2887":{},"2888":{},"2889":{},"2890":{},"2891":{},"2892":{},"2893":{},"2894":{},"2895":{},"2896":{},"2897":{},"2898":{},"2899":{},"2900":{},"2901":{},"2902":{},"2903":{},"2904":{},"2905":{},"2906":{},"2907":{},"2908":{},"2909":{},"2910":{},"2911":{},"2912":{},"2913":{},"2914":{},"2915":{},"2916":{},"2917":{},"2918":{},"2919":{},"2920":{},"2921":{},"2922":{},"2923":{},"2924":{},"2925":{},"2926":{},"2927":{},"2928":{},"2929":{},"2930":{},"2931":{},"2932":{},"2933":{},"2934":{},"2935":{},"2936":{},"2937":{},"2938":{},"2939":{},"2940":{},"2941":{},"2942":{},"2943":{},"2944":{},"2945":{},"2946":{},"2947":{},"2948":{},"2949":{},"2950":{},"2951":{},"2952":{},"2953":{},"2954":{},"2955":{},"2956":{},"2957":{},"2958":{},"2959":{},"2960":{},"2961":{},"2962":{},"2963":{},"2964":{},"2965":{},"2966":{},"2967":{},"3098":{},"3099":{},"3100":{},"3101":{},"3104":{},"3108":{},"3111":{},"3115":{},"3118":{},"3122":{},"3125":{},"3130":{},"3133":{},"3138":{},"3141":{},"3146":{},"3149":{},"3155":{},"3159":{},"3163":{},"3166":{},"3171":{},"3174":{},"3178":{},"3188":{},"3192":{},"3195":{},"3200":{},"3203":{},"3208":{},"3211":{},"3217":{},"3220":{},"3224":{},"3229":{},"3232":{},"3235":{},"3240":{},"3243":{},"3247":{},"3251":{},"3255":{},"3261":{},"3264":{},"3267":{},"3270":{},"3273":{},"3276":{},"3279":{},"3282":{},"3285":{},"3290":{},"3293":{},"3296":{},"3299":{},"3303":{},"3306":{},"3311":{},"3314":{},"3318":{},"3321":{},"3326":{},"3329":{},"3334":{},"3337":{},"3343":{},"3344":{},"3345":{},"3346":{},"3347":{},"3348":{},"3349":{},"3350":{},"3351":{},"3352":{},"3353":{},"3354":{},"3355":{},"3356":{},"3357":{},"3358":{},"3359":{},"3360":{},"3361":{},"3362":{},"3363":{},"3364":{},"3365":{},"3366":{},"3367":{},"3368":{},"3369":{},"3370":{},"3371":{},"3372":{},"3373":{},"3374":{},"3375":{},"3376":{},"3377":{},"3378":{},"3379":{},"3380":{},"3381":{},"3382":{},"3383":{},"3384":{},"3385":{},"3386":{},"3387":{},"3388":{},"3389":{},"3390":{},"3391":{},"3392":{},"3393":{},"3394":{},"3395":{},"3396":{},"3397":{},"3398":{},"3399":{},"3400":{},"3401":{},"3402":{},"3403":{},"3404":{},"3405":{},"3406":{},"3407":{},"3408":{},"3409":{},"3410":{},"3411":{},"3412":{},"3413":{},"3414":{},"3415":{},"3416":{},"3417":{},"3418":{},"3419":{},"3420":{},"3421":{},"3422":{},"3423":{},"3424":{},"3425":{},"3426":{},"3427":{},"3428":{},"3429":{},"3430":{},"3431":{},"3432":{},"3433":{},"3434":{},"3435":{},"3436":{},"3437":{},"3438":{},"3439":{},"3440":{},"3441":{},"3442":{},"3443":{},"3444":{},"3445":{},"3446":{},"3447":{},"3448":{},"3449":{},"3450":{},"3451":{},"3452":{},"3453":{},"3454":{},"3455":{},"3456":{},"3457":{},"3458":{},"3459":{},"3460":{},"3461":{},"3462":{},"3463":{},"3464":{},"3465":{},"3466":{},"3467":{},"3468":{},"3469":{},"3470":{},"3471":{},"3472":{},"3473":{},"3474":{},"3475":{},"3476":{},"3477":{},"3478":{},"3479":{},"3480":{},"3481":{},"3482":{},"3483":{},"3484":{},"3485":{},"3486":{},"3487":{},"3488":{},"3489":{},"3490":{},"3491":{},"3492":{},"3493":{},"3494":{},"3495":{},"3496":{},"3497":{},"3498":{},"3499":{},"3500":{},"3501":{},"3502":{},"3503":{},"3504":{},"3505":{},"3506":{},"3507":{},"3508":{},"3509":{},"3510":{},"3511":{},"3512":{},"3513":{},"3514":{},"3515":{},"3516":{},"3517":{},"3518":{},"3519":{},"3520":{},"3521":{},"3522":{},"3523":{},"3524":{},"3525":{},"3526":{},"3527":{},"3528":{},"3529":{},"3530":{},"3531":{},"3532":{},"3533":{},"3534":{},"3535":{},"3536":{},"3537":{},"3538":{},"3539":{},"3540":{},"3541":{},"3542":{},"3543":{},"3544":{},"3545":{},"3546":{},"3547":{},"3548":{},"3549":{},"3550":{},"3551":{},"3552":{},"3553":{},"3554":{},"3555":{},"3556":{},"3557":{},"3558":{},"3559":{},"3560":{},"3561":{},"3562":{},"3563":{},"3564":{},"3565":{},"3566":{},"3567":{},"3568":{},"3569":{},"3570":{},"3571":{},"3572":{},"3573":{},"3574":{},"3575":{},"3576":{},"3577":{},"3578":{},"3579":{},"3580":{},"3581":{},"3582":{},"3583":{},"3584":{},"3585":{},"3586":{},"3587":{},"3588":{},"3589":{},"3590":{},"3591":{}}}],["shoppercustomers.createcustomeraddresspathparameters",{"_index":1182,"name":{},"parent":{"3105":{}}}],["shoppercustomers.createcustomeraddresspathparameters.__type",{"_index":1184,"name":{},"parent":{"3106":{},"3107":{}}}],["shoppercustomers.createcustomeraddressqueryparameters",{"_index":1179,"name":{},"parent":{"3102":{}}}],["shoppercustomers.createcustomeraddressqueryparameters.__type",{"_index":1180,"name":{},"parent":{"3103":{}}}],["shoppercustomers.createcustomerpaymentinstrumentpathparameters",{"_index":1189,"name":{},"parent":{"3112":{}}}],["shoppercustomers.createcustomerpaymentinstrumentpathparameters.__type",{"_index":1190,"name":{},"parent":{"3113":{},"3114":{}}}],["shoppercustomers.createcustomerpaymentinstrumentqueryparameters",{"_index":1186,"name":{},"parent":{"3109":{}}}],["shoppercustomers.createcustomerpaymentinstrumentqueryparameters.__type",{"_index":1187,"name":{},"parent":{"3110":{}}}],["shoppercustomers.createcustomerproductlistitempathparameters",{"_index":1201,"name":{},"parent":{"3126":{}}}],["shoppercustomers.createcustomerproductlistitempathparameters.__type",{"_index":1203,"name":{},"parent":{"3127":{},"3128":{},"3129":{}}}],["shoppercustomers.createcustomerproductlistitemqueryparameters",{"_index":1198,"name":{},"parent":{"3123":{}}}],["shoppercustomers.createcustomerproductlistitemqueryparameters.__type",{"_index":1199,"name":{},"parent":{"3124":{}}}],["shoppercustomers.createcustomerproductlistpathparameters",{"_index":1195,"name":{},"parent":{"3119":{}}}],["shoppercustomers.createcustomerproductlistpathparameters.__type",{"_index":1196,"name":{},"parent":{"3120":{},"3121":{}}}],["shoppercustomers.createcustomerproductlistqueryparameters",{"_index":1192,"name":{},"parent":{"3116":{}}}],["shoppercustomers.createcustomerproductlistqueryparameters.__type",{"_index":1193,"name":{},"parent":{"3117":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentpathparameters",{"_index":1208,"name":{},"parent":{"3134":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentpathparameters.__type",{"_index":1209,"name":{},"parent":{"3135":{},"3136":{},"3137":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentqueryparameters",{"_index":1205,"name":{},"parent":{"3131":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentqueryparameters.__type",{"_index":1206,"name":{},"parent":{"3132":{}}}],["shoppercustomers.deletecustomerproductlistitempathparameters",{"_index":1220,"name":{},"parent":{"3150":{}}}],["shoppercustomers.deletecustomerproductlistitempathparameters.__type",{"_index":1221,"name":{},"parent":{"3151":{},"3152":{},"3153":{},"3154":{}}}],["shoppercustomers.deletecustomerproductlistitemqueryparameters",{"_index":1217,"name":{},"parent":{"3147":{}}}],["shoppercustomers.deletecustomerproductlistitemqueryparameters.__type",{"_index":1218,"name":{},"parent":{"3148":{}}}],["shoppercustomers.deletecustomerproductlistpathparameters",{"_index":1214,"name":{},"parent":{"3142":{}}}],["shoppercustomers.deletecustomerproductlistpathparameters.__type",{"_index":1215,"name":{},"parent":{"3143":{},"3144":{},"3145":{}}}],["shoppercustomers.deletecustomerproductlistqueryparameters",{"_index":1211,"name":{},"parent":{"3139":{}}}],["shoppercustomers.deletecustomerproductlistqueryparameters.__type",{"_index":1212,"name":{},"parent":{"3140":{}}}],["shoppercustomers.getcustomeraddresspathparameters",{"_index":1232,"name":{},"parent":{"3167":{}}}],["shoppercustomers.getcustomeraddresspathparameters.__type",{"_index":1234,"name":{},"parent":{"3168":{},"3169":{},"3170":{}}}],["shoppercustomers.getcustomeraddressqueryparameters",{"_index":1229,"name":{},"parent":{"3164":{}}}],["shoppercustomers.getcustomeraddressqueryparameters.__type",{"_index":1230,"name":{},"parent":{"3165":{}}}],["shoppercustomers.getcustomerbasketspathparameters",{"_index":1239,"name":{},"parent":{"3175":{}}}],["shoppercustomers.getcustomerbasketspathparameters.__type",{"_index":1240,"name":{},"parent":{"3176":{},"3177":{}}}],["shoppercustomers.getcustomerbasketsqueryparameters",{"_index":1236,"name":{},"parent":{"3172":{}}}],["shoppercustomers.getcustomerbasketsqueryparameters.__type",{"_index":1237,"name":{},"parent":{"3173":{}}}],["shoppercustomers.getcustomerorderspathparameters",{"_index":1250,"name":{},"parent":{"3189":{}}}],["shoppercustomers.getcustomerorderspathparameters.__type",{"_index":1251,"name":{},"parent":{"3190":{},"3191":{}}}],["shoppercustomers.getcustomerordersqueryparameters",{"_index":1242,"name":{},"parent":{"3179":{}}}],["shoppercustomers.getcustomerordersqueryparameters.__type",{"_index":1244,"name":{},"parent":{"3180":{},"3181":{},"3182":{},"3183":{},"3184":{},"3185":{},"3186":{},"3187":{}}}],["shoppercustomers.getcustomerpathparameters",{"_index":1226,"name":{},"parent":{"3160":{}}}],["shoppercustomers.getcustomerpathparameters.__type",{"_index":1227,"name":{},"parent":{"3161":{},"3162":{}}}],["shoppercustomers.getcustomerpaymentinstrumentpathparameters",{"_index":1256,"name":{},"parent":{"3196":{}}}],["shoppercustomers.getcustomerpaymentinstrumentpathparameters.__type",{"_index":1257,"name":{},"parent":{"3197":{},"3198":{},"3199":{}}}],["shoppercustomers.getcustomerpaymentinstrumentqueryparameters",{"_index":1253,"name":{},"parent":{"3193":{}}}],["shoppercustomers.getcustomerpaymentinstrumentqueryparameters.__type",{"_index":1254,"name":{},"parent":{"3194":{}}}],["shoppercustomers.getcustomerproductlistitempathparameters",{"_index":1268,"name":{},"parent":{"3212":{}}}],["shoppercustomers.getcustomerproductlistitempathparameters.__type",{"_index":1269,"name":{},"parent":{"3213":{},"3214":{},"3215":{},"3216":{}}}],["shoppercustomers.getcustomerproductlistitemqueryparameters",{"_index":1265,"name":{},"parent":{"3209":{}}}],["shoppercustomers.getcustomerproductlistitemqueryparameters.__type",{"_index":1266,"name":{},"parent":{"3210":{}}}],["shoppercustomers.getcustomerproductlistpathparameters",{"_index":1262,"name":{},"parent":{"3204":{}}}],["shoppercustomers.getcustomerproductlistpathparameters.__type",{"_index":1263,"name":{},"parent":{"3205":{},"3206":{},"3207":{}}}],["shoppercustomers.getcustomerproductlistqueryparameters",{"_index":1259,"name":{},"parent":{"3201":{}}}],["shoppercustomers.getcustomerproductlistqueryparameters.__type",{"_index":1260,"name":{},"parent":{"3202":{}}}],["shoppercustomers.getcustomerproductlistspathparameters",{"_index":1274,"name":{},"parent":{"3221":{}}}],["shoppercustomers.getcustomerproductlistspathparameters.__type",{"_index":1275,"name":{},"parent":{"3222":{},"3223":{}}}],["shoppercustomers.getcustomerproductlistsqueryparameters",{"_index":1271,"name":{},"parent":{"3218":{}}}],["shoppercustomers.getcustomerproductlistsqueryparameters.__type",{"_index":1272,"name":{},"parent":{"3219":{}}}],["shoppercustomers.getcustomerqueryparameters",{"_index":1223,"name":{},"parent":{"3156":{}}}],["shoppercustomers.getcustomerqueryparameters.__type",{"_index":1224,"name":{},"parent":{"3157":{},"3158":{}}}],["shoppercustomers.getexternalprofilepathparameters",{"_index":1282,"name":{},"parent":{"3230":{}}}],["shoppercustomers.getexternalprofilepathparameters.__type",{"_index":1283,"name":{},"parent":{"3231":{}}}],["shoppercustomers.getexternalprofilequeryparameters",{"_index":1277,"name":{},"parent":{"3225":{}}}],["shoppercustomers.getexternalprofilequeryparameters.__type",{"_index":1279,"name":{},"parent":{"3226":{},"3227":{},"3228":{}}}],["shoppercustomers.getproductlistitempathparameters",{"_index":1288,"name":{},"parent":{"3236":{}}}],["shoppercustomers.getproductlistitempathparameters.__type",{"_index":1289,"name":{},"parent":{"3237":{},"3238":{},"3239":{}}}],["shoppercustomers.getproductlistitemqueryparameters",{"_index":1285,"name":{},"parent":{"3233":{}}}],["shoppercustomers.getproductlistitemqueryparameters.__type",{"_index":1286,"name":{},"parent":{"3234":{}}}],["shoppercustomers.getpublicproductlistitemspathparameters",{"_index":1300,"name":{},"parent":{"3252":{}}}],["shoppercustomers.getpublicproductlistitemspathparameters.__type",{"_index":1301,"name":{},"parent":{"3253":{},"3254":{}}}],["shoppercustomers.getpublicproductlistitemsqueryparameters",{"_index":1297,"name":{},"parent":{"3248":{}}}],["shoppercustomers.getpublicproductlistitemsqueryparameters.__type",{"_index":1298,"name":{},"parent":{"3249":{},"3250":{}}}],["shoppercustomers.getpublicproductlistpathparameters",{"_index":1294,"name":{},"parent":{"3244":{}}}],["shoppercustomers.getpublicproductlistpathparameters.__type",{"_index":1295,"name":{},"parent":{"3245":{},"3246":{}}}],["shoppercustomers.getpublicproductlistqueryparameters",{"_index":1291,"name":{},"parent":{"3241":{}}}],["shoppercustomers.getpublicproductlistqueryparameters.__type",{"_index":1292,"name":{},"parent":{"3242":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermpathparameters",{"_index":1308,"name":{},"parent":{"3262":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermpathparameters.__type",{"_index":1309,"name":{},"parent":{"3263":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermqueryparameters",{"_index":1303,"name":{},"parent":{"3256":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermqueryparameters.__type",{"_index":1304,"name":{},"parent":{"3257":{},"3258":{},"3259":{},"3260":{}}}],["shoppercustomers.getresetpasswordtokenpathparameters",{"_index":1314,"name":{},"parent":{"3268":{}}}],["shoppercustomers.getresetpasswordtokenpathparameters.__type",{"_index":1315,"name":{},"parent":{"3269":{}}}],["shoppercustomers.getresetpasswordtokenqueryparameters",{"_index":1311,"name":{},"parent":{"3265":{}}}],["shoppercustomers.getresetpasswordtokenqueryparameters.__type",{"_index":1312,"name":{},"parent":{"3266":{}}}],["shoppercustomers.registercustomerpathparameters",{"_index":1320,"name":{},"parent":{"3274":{}}}],["shoppercustomers.registercustomerpathparameters.__type",{"_index":1321,"name":{},"parent":{"3275":{}}}],["shoppercustomers.registercustomerqueryparameters",{"_index":1317,"name":{},"parent":{"3271":{}}}],["shoppercustomers.registercustomerqueryparameters.__type",{"_index":1318,"name":{},"parent":{"3272":{}}}],["shoppercustomers.registerexternalprofilepathparameters",{"_index":1326,"name":{},"parent":{"3280":{}}}],["shoppercustomers.registerexternalprofilepathparameters.__type",{"_index":1327,"name":{},"parent":{"3281":{}}}],["shoppercustomers.registerexternalprofilequeryparameters",{"_index":1323,"name":{},"parent":{"3277":{}}}],["shoppercustomers.registerexternalprofilequeryparameters.__type",{"_index":1324,"name":{},"parent":{"3278":{}}}],["shoppercustomers.removecustomeraddresspathparameters",{"_index":1332,"name":{},"parent":{"3286":{}}}],["shoppercustomers.removecustomeraddresspathparameters.__type",{"_index":1333,"name":{},"parent":{"3287":{},"3288":{},"3289":{}}}],["shoppercustomers.removecustomeraddressqueryparameters",{"_index":1329,"name":{},"parent":{"3283":{}}}],["shoppercustomers.removecustomeraddressqueryparameters.__type",{"_index":1330,"name":{},"parent":{"3284":{}}}],["shoppercustomers.resetpasswordpathparameters",{"_index":1336,"name":{},"parent":{"3294":{}}}],["shoppercustomers.resetpasswordpathparameters.__type",{"_index":1337,"name":{},"parent":{"3295":{}}}],["shoppercustomers.resetpasswordqueryparameters",{"_index":1334,"name":{},"parent":{"3291":{}}}],["shoppercustomers.resetpasswordqueryparameters.__type",{"_index":1335,"name":{},"parent":{"3292":{}}}],["shoppercustomers.shoppercustomers",{"_index":1111,"name":{},"parent":{"2968":{},"2969":{},"2970":{},"3002":{},"3003":{},"3067":{},"3068":{},"3069":{},"3070":{},"3071":{},"3072":{},"3073":{},"3074":{},"3075":{},"3076":{},"3077":{},"3078":{},"3079":{},"3080":{},"3081":{},"3082":{},"3083":{},"3084":{},"3085":{},"3086":{},"3087":{},"3088":{},"3089":{},"3090":{},"3091":{},"3092":{},"3093":{},"3094":{},"3095":{},"3096":{},"3097":{}}}],["shoppercustomers.shoppercustomers.apipaths",{"_index":1113,"name":{},"parent":{"2971":{},"2972":{},"2973":{},"2974":{},"2975":{},"2976":{},"2977":{},"2978":{},"2979":{},"2980":{},"2981":{},"2982":{},"2983":{},"2984":{},"2985":{},"2986":{},"2987":{},"2988":{},"2989":{},"2990":{},"2991":{},"2992":{},"2993":{},"2994":{},"2995":{},"2996":{},"2997":{},"2998":{},"2999":{},"3000":{},"3001":{}}}],["shoppercustomers.shoppercustomers.paramkeys",{"_index":1143,"name":{},"parent":{"3004":{}}}],["shoppercustomers.shoppercustomers.paramkeys.__type",{"_index":1144,"name":{},"parent":{"3005":{},"3006":{},"3007":{},"3008":{},"3009":{},"3010":{},"3011":{},"3012":{},"3013":{},"3014":{},"3015":{},"3016":{},"3017":{},"3018":{},"3019":{},"3020":{},"3021":{},"3022":{},"3023":{},"3024":{},"3025":{},"3026":{},"3027":{},"3028":{},"3029":{},"3030":{},"3031":{},"3032":{},"3033":{},"3034":{},"3035":{},"3036":{},"3037":{},"3038":{},"3039":{},"3040":{},"3041":{},"3042":{},"3043":{},"3044":{},"3045":{},"3046":{},"3047":{},"3048":{},"3049":{},"3050":{},"3051":{},"3052":{},"3053":{},"3054":{},"3055":{},"3056":{},"3057":{},"3058":{},"3059":{},"3060":{},"3061":{},"3062":{},"3063":{},"3064":{},"3065":{},"3066":{}}}],["shoppercustomers.shoppercustomerstypes",{"_index":1378,"name":{},"parent":{"3592":{},"3593":{},"3594":{},"3595":{},"3596":{},"3597":{},"3598":{},"3599":{},"3600":{},"3601":{},"3602":{},"3603":{},"3604":{},"3605":{},"3606":{},"3607":{},"3608":{},"3609":{},"3610":{},"3611":{},"3612":{},"3613":{},"3614":{},"3615":{},"3616":{},"3617":{},"3618":{},"3619":{},"3620":{},"3621":{},"3622":{},"3623":{},"3624":{},"3625":{},"3626":{},"3627":{},"3628":{},"3629":{},"3630":{},"3631":{},"3632":{},"3633":{},"3634":{},"3635":{},"3636":{},"3637":{},"3638":{},"3639":{},"3640":{},"3641":{},"3642":{},"3643":{},"3644":{},"3645":{},"3646":{},"3647":{},"3648":{},"3649":{},"3650":{},"3651":{},"3652":{},"3653":{},"3654":{},"3655":{},"3656":{},"3657":{},"3658":{},"3659":{},"3660":{},"3661":{},"3662":{},"3663":{},"3664":{},"3665":{},"3666":{},"3667":{},"3668":{},"3669":{},"3670":{},"3671":{},"3672":{},"3673":{},"3674":{},"3675":{},"3676":{},"3677":{},"3678":{},"3679":{},"3680":{},"3681":{},"3682":{},"3683":{},"3684":{},"3685":{},"3686":{},"3687":{},"3688":{},"3689":{},"3690":{},"3691":{},"3692":{},"3693":{},"3694":{},"3695":{},"3696":{},"3697":{},"3698":{},"3699":{},"3700":{},"3701":{},"3702":{},"3703":{},"3704":{},"3705":{},"3706":{},"3707":{},"3708":{},"3709":{},"3710":{},"3711":{},"3712":{},"3713":{},"3714":{},"3715":{},"3716":{},"3717":{},"3718":{},"3719":{},"3720":{},"3721":{},"3722":{},"3723":{},"3724":{},"3725":{},"3726":{},"3727":{},"3728":{},"3729":{},"3730":{},"3731":{},"3732":{},"3733":{},"3734":{},"3735":{},"3736":{},"3737":{},"3738":{},"3739":{},"3740":{},"3741":{},"3742":{},"3743":{},"3744":{},"3745":{},"3746":{},"3747":{},"3748":{},"3749":{},"3750":{},"3751":{},"3752":{},"3753":{},"3754":{},"3755":{},"3756":{},"3757":{},"3758":{},"3759":{},"3760":{},"3761":{},"3762":{},"3763":{},"3764":{}}}],["shoppercustomers.updatecustomeraddresspathparameters",{"_index":1348,"name":{},"parent":{"3307":{}}}],["shoppercustomers.updatecustomeraddresspathparameters.__type",{"_index":1349,"name":{},"parent":{"3308":{},"3309":{},"3310":{}}}],["shoppercustomers.updatecustomeraddressqueryparameters",{"_index":1345,"name":{},"parent":{"3304":{}}}],["shoppercustomers.updatecustomeraddressqueryparameters.__type",{"_index":1346,"name":{},"parent":{"3305":{}}}],["shoppercustomers.updatecustomerpasswordpathparameters",{"_index":1354,"name":{},"parent":{"3315":{}}}],["shoppercustomers.updatecustomerpasswordpathparameters.__type",{"_index":1355,"name":{},"parent":{"3316":{},"3317":{}}}],["shoppercustomers.updatecustomerpasswordqueryparameters",{"_index":1351,"name":{},"parent":{"3312":{}}}],["shoppercustomers.updatecustomerpasswordqueryparameters.__type",{"_index":1352,"name":{},"parent":{"3313":{}}}],["shoppercustomers.updatecustomerpathparameters",{"_index":1342,"name":{},"parent":{"3300":{}}}],["shoppercustomers.updatecustomerpathparameters.__type",{"_index":1343,"name":{},"parent":{"3301":{},"3302":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentpathparameters",{"_index":1360,"name":{},"parent":{"3322":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentpathparameters.__type",{"_index":1361,"name":{},"parent":{"3323":{},"3324":{},"3325":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentqueryparameters",{"_index":1357,"name":{},"parent":{"3319":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentqueryparameters.__type",{"_index":1358,"name":{},"parent":{"3320":{}}}],["shoppercustomers.updatecustomerproductlistitempathparameters",{"_index":1372,"name":{},"parent":{"3338":{}}}],["shoppercustomers.updatecustomerproductlistitempathparameters.__type",{"_index":1373,"name":{},"parent":{"3339":{},"3340":{},"3341":{},"3342":{}}}],["shoppercustomers.updatecustomerproductlistitemqueryparameters",{"_index":1369,"name":{},"parent":{"3335":{}}}],["shoppercustomers.updatecustomerproductlistitemqueryparameters.__type",{"_index":1370,"name":{},"parent":{"3336":{}}}],["shoppercustomers.updatecustomerproductlistpathparameters",{"_index":1366,"name":{},"parent":{"3330":{}}}],["shoppercustomers.updatecustomerproductlistpathparameters.__type",{"_index":1367,"name":{},"parent":{"3331":{},"3332":{},"3333":{}}}],["shoppercustomers.updatecustomerproductlistqueryparameters",{"_index":1363,"name":{},"parent":{"3327":{}}}],["shoppercustomers.updatecustomerproductlistqueryparameters.__type",{"_index":1364,"name":{},"parent":{"3328":{}}}],["shoppercustomers.updatecustomerqueryparameters",{"_index":1339,"name":{},"parent":{"3297":{}}}],["shoppercustomers.updatecustomerqueryparameters.__type",{"_index":1340,"name":{},"parent":{"3298":{}}}],["shoppercustomersparameters",{"_index":1376,"name":{"3345":{},"3413":{},"3483":{}},"parent":{}}],["shoppercustomerspathparameters",{"_index":1374,"name":{"3343":{},"3411":{},"3481":{},"3592":{}},"parent":{}}],["shoppercustomersqueryparameters",{"_index":1375,"name":{"3344":{},"3412":{},"3482":{},"3593":{}},"parent":{}}],["shoppercustomerstypes",{"_index":1377,"name":{"3591":{}},"parent":{}}],["shopperexperience",{"_index":1379,"name":{"3765":{},"3797":{},"3920":{},"3939":{}},"parent":{"3766":{},"3767":{},"3768":{},"3769":{},"3770":{},"3771":{},"3772":{},"3773":{},"3774":{},"3775":{},"3776":{},"3777":{},"3778":{},"3779":{},"3780":{},"3781":{},"3782":{},"3783":{},"3784":{},"3785":{},"3786":{},"3787":{},"3788":{},"3789":{},"3790":{},"3791":{},"3792":{},"3793":{},"3794":{},"3795":{},"3796":{},"3797":{},"3832":{},"3836":{},"3840":{},"3845":{},"3849":{},"3855":{},"3858":{},"3863":{},"3866":{},"3872":{},"3876":{},"3885":{},"3888":{},"3897":{},"3900":{},"3901":{},"3902":{},"3903":{},"3904":{},"3905":{},"3906":{},"3907":{},"3908":{},"3909":{},"3910":{},"3911":{},"3912":{},"3913":{},"3914":{},"3915":{},"3916":{},"3917":{},"3918":{},"3919":{},"3920":{},"3921":{},"3922":{},"3923":{},"3924":{},"3925":{},"3926":{},"3927":{},"3928":{},"3929":{},"3930":{},"3931":{},"3932":{},"3933":{},"3934":{},"3935":{},"3936":{},"3937":{},"3938":{},"3939":{},"3940":{},"3941":{},"3942":{},"3943":{},"3944":{},"3945":{},"3946":{},"3947":{},"3948":{},"3949":{},"3950":{},"3951":{},"3952":{},"3953":{},"3954":{},"3955":{}}}],["shopperexperience.getcontentfolderpathparameters",{"_index":1421,"name":{},"parent":{"3846":{}}}],["shopperexperience.getcontentfolderpathparameters.__type",{"_index":1422,"name":{},"parent":{"3847":{},"3848":{}}}],["shopperexperience.getcontentfolderqueryparameters",{"_index":1417,"name":{},"parent":{"3841":{}}}],["shopperexperience.getcontentfolderqueryparameters.__type",{"_index":1419,"name":{},"parent":{"3842":{},"3843":{},"3844":{}}}],["shopperexperience.getcontentfolderspathparameters",{"_index":1428,"name":{},"parent":{"3856":{}}}],["shopperexperience.getcontentfolderspathparameters.__type",{"_index":1429,"name":{},"parent":{"3857":{}}}],["shopperexperience.getcontentfoldersqueryparameters",{"_index":1424,"name":{},"parent":{"3850":{}}}],["shopperexperience.getcontentfoldersqueryparameters.__type",{"_index":1426,"name":{},"parent":{"3851":{},"3852":{},"3853":{},"3854":{}}}],["shopperexperience.getcontentpathparameters",{"_index":1413,"name":{},"parent":{"3837":{}}}],["shopperexperience.getcontentpathparameters.__type",{"_index":1414,"name":{},"parent":{"3838":{},"3839":{}}}],["shopperexperience.getcontentqueryparameters",{"_index":1410,"name":{},"parent":{"3833":{}}}],["shopperexperience.getcontentqueryparameters.__type",{"_index":1411,"name":{},"parent":{"3834":{},"3835":{}}}],["shopperexperience.getmultiplecontentpathparameters",{"_index":1434,"name":{},"parent":{"3864":{}}}],["shopperexperience.getmultiplecontentpathparameters.__type",{"_index":1435,"name":{},"parent":{"3865":{}}}],["shopperexperience.getmultiplecontentqueryparameters",{"_index":1431,"name":{},"parent":{"3859":{}}}],["shopperexperience.getmultiplecontentqueryparameters.__type",{"_index":1432,"name":{},"parent":{"3860":{},"3861":{},"3862":{}}}],["shopperexperience.getpagepathparameters",{"_index":1441,"name":{},"parent":{"3873":{}}}],["shopperexperience.getpagepathparameters.__type",{"_index":1443,"name":{},"parent":{"3874":{},"3875":{}}}],["shopperexperience.getpagequeryparameters",{"_index":1437,"name":{},"parent":{"3867":{}}}],["shopperexperience.getpagequeryparameters.__type",{"_index":1439,"name":{},"parent":{"3868":{},"3869":{},"3870":{},"3871":{}}}],["shopperexperience.getpagespathparameters",{"_index":1451,"name":{},"parent":{"3886":{}}}],["shopperexperience.getpagespathparameters.__type",{"_index":1452,"name":{},"parent":{"3887":{}}}],["shopperexperience.getpagesqueryparameters",{"_index":1445,"name":{},"parent":{"3877":{}}}],["shopperexperience.getpagesqueryparameters.__type",{"_index":1447,"name":{},"parent":{"3878":{},"3879":{},"3880":{},"3881":{},"3882":{},"3883":{},"3884":{}}}],["shopperexperience.searchcontentpathparameters",{"_index":1460,"name":{},"parent":{"3898":{}}}],["shopperexperience.searchcontentpathparameters.__type",{"_index":1461,"name":{},"parent":{"3899":{}}}],["shopperexperience.searchcontentqueryparameters",{"_index":1454,"name":{},"parent":{"3889":{}}}],["shopperexperience.searchcontentqueryparameters.__type",{"_index":1456,"name":{},"parent":{"3890":{},"3891":{},"3892":{},"3893":{},"3894":{},"3895":{},"3896":{}}}],["shopperexperience.shopperexperience",{"_index":1391,"name":{},"parent":{"3798":{},"3799":{},"3800":{},"3808":{},"3809":{},"3825":{},"3826":{},"3827":{},"3828":{},"3829":{},"3830":{},"3831":{}}}],["shopperexperience.shopperexperience.apipaths",{"_index":1393,"name":{},"parent":{"3801":{},"3802":{},"3803":{},"3804":{},"3805":{},"3806":{},"3807":{}}}],["shopperexperience.shopperexperience.paramkeys",{"_index":1400,"name":{},"parent":{"3810":{}}}],["shopperexperience.shopperexperience.paramkeys.__type",{"_index":1401,"name":{},"parent":{"3811":{},"3812":{},"3813":{},"3814":{},"3815":{},"3816":{},"3817":{},"3818":{},"3819":{},"3820":{},"3821":{},"3822":{},"3823":{},"3824":{}}}],["shopperexperience.shopperexperiencetypes",{"_index":1466,"name":{},"parent":{"3956":{},"3957":{},"3958":{},"3959":{},"3960":{},"3961":{},"3962":{},"3963":{},"3964":{},"3965":{},"3966":{},"3967":{},"3968":{},"3969":{},"3970":{},"3971":{},"3972":{},"3973":{},"3974":{},"3975":{},"3976":{},"3977":{},"3978":{},"3979":{},"3980":{},"3981":{},"3982":{},"3983":{},"3984":{},"3985":{},"3986":{}}}],["shopperexperienceparameters",{"_index":1464,"name":{"3902":{},"3919":{},"3938":{}},"parent":{}}],["shopperexperiencepathparameters",{"_index":1462,"name":{"3900":{},"3917":{},"3936":{},"3956":{}},"parent":{}}],["shopperexperiencequeryparameters",{"_index":1463,"name":{"3901":{},"3918":{},"3937":{},"3957":{}},"parent":{}}],["shopperexperiencetypes",{"_index":1465,"name":{"3955":{}},"parent":{}}],["shoppergiftcertificates",{"_index":1467,"name":{"3987":{},"3997":{},"4022":{},"4029":{}},"parent":{"3988":{},"3989":{},"3990":{},"3991":{},"3992":{},"3993":{},"3994":{},"3995":{},"3996":{},"3997":{},"4008":{},"4011":{},"4014":{},"4015":{},"4016":{},"4017":{},"4018":{},"4019":{},"4020":{},"4021":{},"4022":{},"4023":{},"4024":{},"4025":{},"4026":{},"4027":{},"4028":{},"4029":{},"4030":{},"4031":{},"4032":{},"4033":{},"4034":{}}}],["shoppergiftcertificates.getgiftcertificatepathparameters",{"_index":1481,"name":{},"parent":{"4012":{}}}],["shoppergiftcertificates.getgiftcertificatepathparameters.__type",{"_index":1482,"name":{},"parent":{"4013":{}}}],["shoppergiftcertificates.getgiftcertificatequeryparameters",{"_index":1478,"name":{},"parent":{"4009":{}}}],["shoppergiftcertificates.getgiftcertificatequeryparameters.__type",{"_index":1479,"name":{},"parent":{"4010":{}}}],["shoppergiftcertificates.shoppergiftcertificates",{"_index":1471,"name":{},"parent":{"3998":{},"3999":{},"4000":{},"4002":{},"4003":{},"4007":{}}}],["shoppergiftcertificates.shoppergiftcertificates.apipaths",{"_index":1473,"name":{},"parent":{"4001":{}}}],["shoppergiftcertificates.shoppergiftcertificates.paramkeys",{"_index":1474,"name":{},"parent":{"4004":{}}}],["shoppergiftcertificates.shoppergiftcertificates.paramkeys.__type",{"_index":1475,"name":{},"parent":{"4005":{},"4006":{}}}],["shoppergiftcertificates.shoppergiftcertificatestypes",{"_index":1487,"name":{},"parent":{"4035":{},"4036":{},"4037":{},"4038":{},"4039":{},"4040":{},"4041":{},"4042":{}}}],["shoppergiftcertificatesparameters",{"_index":1485,"name":{"4016":{},"4021":{},"4028":{}},"parent":{}}],["shoppergiftcertificatespathparameters",{"_index":1483,"name":{"4014":{},"4019":{},"4026":{},"4035":{}},"parent":{}}],["shoppergiftcertificatesqueryparameters",{"_index":1484,"name":{"4015":{},"4020":{},"4027":{},"4036":{}},"parent":{}}],["shoppergiftcertificatestypes",{"_index":1486,"name":{"4034":{}},"parent":{}}],["shopperlogin",{"_index":42,"name":{"47":{},"127":{},"579":{},"4120":{}},"parent":{"48":{},"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":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"239":{},"242":{},"252":{},"264":{},"267":{},"270":{},"273":{},"285":{},"287":{},"290":{},"301":{},"303":{},"306":{},"308":{},"311":{},"313":{},"316":{},"327":{},"329":{},"332":{},"334":{},"337":{},"345":{},"347":{},"350":{},"361":{},"363":{},"366":{},"379":{},"381":{},"384":{},"396":{},"405":{},"408":{},"410":{},"413":{},"424":{},"427":{},"430":{},"432":{},"435":{},"437":{},"440":{},"444":{},"450":{},"453":{},"455":{},"458":{},"467":{},"469":{},"472":{},"476":{},"478":{},"481":{},"487":{},"489":{},"492":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"4043":{},"4044":{},"4045":{},"4046":{},"4047":{},"4048":{},"4049":{},"4050":{},"4051":{},"4052":{},"4053":{},"4054":{},"4055":{},"4056":{},"4057":{},"4058":{},"4059":{},"4060":{},"4061":{},"4062":{},"4063":{},"4064":{},"4065":{},"4066":{},"4067":{},"4068":{},"4069":{},"4070":{},"4071":{},"4072":{},"4073":{},"4074":{},"4075":{},"4076":{},"4077":{},"4078":{},"4079":{},"4080":{},"4081":{},"4082":{},"4083":{},"4084":{},"4085":{},"4086":{},"4087":{},"4088":{},"4089":{},"4090":{},"4091":{},"4092":{},"4093":{},"4094":{},"4095":{},"4096":{},"4097":{},"4098":{},"4099":{},"4100":{},"4101":{},"4102":{},"4103":{},"4104":{},"4105":{},"4106":{},"4107":{},"4108":{},"4109":{},"4110":{},"4111":{},"4112":{},"4113":{},"4114":{},"4115":{},"4116":{},"4117":{},"4118":{},"4119":{},"4120":{},"4121":{},"4122":{},"4123":{},"4124":{},"4125":{},"4126":{},"4127":{},"4128":{},"4129":{},"4130":{},"4131":{},"4132":{},"4133":{},"4134":{},"4135":{},"4136":{},"4137":{},"4138":{},"4139":{},"4140":{},"4141":{},"4142":{},"4143":{},"4144":{},"4145":{},"4146":{},"4147":{}}}],["shopperlogin.authenticatecustomerbodytype",{"_index":167,"name":{},"parent":{"243":{}}}],["shopperlogin.authenticatecustomerbodytype.__type",{"_index":169,"name":{},"parent":{"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{}}}],["shopperlogin.authenticatecustomerpathparameters",{"_index":163,"name":{},"parent":{"240":{}}}],["shopperlogin.authenticatecustomerpathparameters.__type",{"_index":165,"name":{},"parent":{"241":{}}}],["shopperlogin.authenticatecustomerqueryparameters",{"_index":161,"name":{},"parent":{"238":{}}}],["shopperlogin.authorizecustomerpathparameters",{"_index":183,"name":{},"parent":{"265":{}}}],["shopperlogin.authorizecustomerpathparameters.__type",{"_index":184,"name":{},"parent":{"266":{}}}],["shopperlogin.authorizecustomerqueryparameters",{"_index":178,"name":{},"parent":{"253":{}}}],["shopperlogin.authorizecustomerqueryparameters.__type",{"_index":179,"name":{},"parent":{"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype",{"_index":193,"name":{},"parent":{"274":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype.__type",{"_index":195,"name":{},"parent":{"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{}}}],["shopperlogin.authorizepasswordlesscustomerpathparameters",{"_index":190,"name":{},"parent":{"271":{}}}],["shopperlogin.authorizepasswordlesscustomerpathparameters.__type",{"_index":191,"name":{},"parent":{"272":{}}}],["shopperlogin.authorizepasswordlesscustomerqueryparameters",{"_index":186,"name":{},"parent":{"268":{}}}],["shopperlogin.authorizepasswordlesscustomerqueryparameters.__type",{"_index":188,"name":{},"parent":{"269":{}}}],["shopperlogin.authorizewebauthnregistrationbodytype",{"_index":209,"name":{},"parent":{"291":{}}}],["shopperlogin.authorizewebauthnregistrationbodytype.__type",{"_index":210,"name":{},"parent":{"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{}}}],["shopperlogin.authorizewebauthnregistrationpathparameters",{"_index":206,"name":{},"parent":{"288":{}}}],["shopperlogin.authorizewebauthnregistrationpathparameters.__type",{"_index":207,"name":{},"parent":{"289":{}}}],["shopperlogin.authorizewebauthnregistrationqueryparameters",{"_index":204,"name":{},"parent":{"286":{}}}],["shopperlogin.finishwebauthnauthenticationpathparameters",{"_index":215,"name":{},"parent":{"304":{}}}],["shopperlogin.finishwebauthnauthenticationpathparameters.__type",{"_index":216,"name":{},"parent":{"305":{}}}],["shopperlogin.finishwebauthnauthenticationqueryparameters",{"_index":213,"name":{},"parent":{"302":{}}}],["shopperlogin.finishwebauthnuserregistrationpathparameters",{"_index":220,"name":{},"parent":{"309":{}}}],["shopperlogin.finishwebauthnuserregistrationpathparameters.__type",{"_index":221,"name":{},"parent":{"310":{}}}],["shopperlogin.finishwebauthnuserregistrationqueryparameters",{"_index":218,"name":{},"parent":{"307":{}}}],["shopperlogin.getaccesstokenbodytype",{"_index":228,"name":{},"parent":{"317":{}}}],["shopperlogin.getaccesstokenbodytype.__type",{"_index":230,"name":{},"parent":{"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{}}}],["shopperlogin.getaccesstokenpathparameters",{"_index":225,"name":{},"parent":{"314":{}}}],["shopperlogin.getaccesstokenpathparameters.__type",{"_index":226,"name":{},"parent":{"315":{}}}],["shopperlogin.getaccesstokenqueryparameters",{"_index":223,"name":{},"parent":{"312":{}}}],["shopperlogin.getjwksuripathparameters",{"_index":238,"name":{},"parent":{"330":{}}}],["shopperlogin.getjwksuripathparameters.__type",{"_index":239,"name":{},"parent":{"331":{}}}],["shopperlogin.getjwksuriqueryparameters",{"_index":236,"name":{},"parent":{"328":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype",{"_index":246,"name":{},"parent":{"338":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype.__type",{"_index":247,"name":{},"parent":{"339":{},"340":{},"341":{},"342":{},"343":{},"344":{}}}],["shopperlogin.getpasswordlessaccesstokenpathparameters",{"_index":243,"name":{},"parent":{"335":{}}}],["shopperlogin.getpasswordlessaccesstokenpathparameters.__type",{"_index":244,"name":{},"parent":{"336":{}}}],["shopperlogin.getpasswordlessaccesstokenqueryparameters",{"_index":241,"name":{},"parent":{"333":{}}}],["shopperlogin.getpasswordresettokenbodytype",{"_index":256,"name":{},"parent":{"351":{}}}],["shopperlogin.getpasswordresettokenbodytype.__type",{"_index":257,"name":{},"parent":{"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{}}}],["shopperlogin.getpasswordresettokenpathparameters",{"_index":253,"name":{},"parent":{"348":{}}}],["shopperlogin.getpasswordresettokenpathparameters.__type",{"_index":254,"name":{},"parent":{"349":{}}}],["shopperlogin.getpasswordresettokenqueryparameters",{"_index":251,"name":{},"parent":{"346":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype",{"_index":264,"name":{},"parent":{"367":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype.__type",{"_index":265,"name":{},"parent":{"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{}}}],["shopperlogin.getsessionbridgeaccesstokenpathparameters",{"_index":261,"name":{},"parent":{"364":{}}}],["shopperlogin.getsessionbridgeaccesstokenpathparameters.__type",{"_index":262,"name":{},"parent":{"365":{}}}],["shopperlogin.getsessionbridgeaccesstokenqueryparameters",{"_index":259,"name":{},"parent":{"362":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype",{"_index":275,"name":{},"parent":{"385":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype.__type",{"_index":277,"name":{},"parent":{"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{}}}],["shopperlogin.gettrustedagentaccesstokenpathparameters",{"_index":272,"name":{},"parent":{"382":{}}}],["shopperlogin.gettrustedagentaccesstokenpathparameters.__type",{"_index":273,"name":{},"parent":{"383":{}}}],["shopperlogin.gettrustedagentaccesstokenqueryparameters",{"_index":270,"name":{},"parent":{"380":{}}}],["shopperlogin.gettrustedagentauthorizationtokenpathparameters",{"_index":283,"name":{},"parent":{"406":{}}}],["shopperlogin.gettrustedagentauthorizationtokenpathparameters.__type",{"_index":284,"name":{},"parent":{"407":{}}}],["shopperlogin.gettrustedagentauthorizationtokenqueryparameters",{"_index":280,"name":{},"parent":{"397":{}}}],["shopperlogin.gettrustedagentauthorizationtokenqueryparameters.__type",{"_index":281,"name":{},"parent":{"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype",{"_index":291,"name":{},"parent":{"414":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype.__type",{"_index":292,"name":{},"parent":{"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{}}}],["shopperlogin.gettrustedsystemaccesstokenpathparameters",{"_index":288,"name":{},"parent":{"411":{}}}],["shopperlogin.gettrustedsystemaccesstokenpathparameters.__type",{"_index":289,"name":{},"parent":{"412":{}}}],["shopperlogin.gettrustedsystemaccesstokenqueryparameters",{"_index":286,"name":{},"parent":{"409":{}}}],["shopperlogin.getuserinfopathparameters",{"_index":298,"name":{},"parent":{"428":{}}}],["shopperlogin.getuserinfopathparameters.__type",{"_index":299,"name":{},"parent":{"429":{}}}],["shopperlogin.getuserinfoqueryparameters",{"_index":295,"name":{},"parent":{"425":{}}}],["shopperlogin.getuserinfoqueryparameters.__type",{"_index":296,"name":{},"parent":{"426":{}}}],["shopperlogin.getwellknownopenidconfigurationpathparameters",{"_index":303,"name":{},"parent":{"433":{}}}],["shopperlogin.getwellknownopenidconfigurationpathparameters.__type",{"_index":304,"name":{},"parent":{"434":{}}}],["shopperlogin.getwellknownopenidconfigurationqueryparameters",{"_index":301,"name":{},"parent":{"431":{}}}],["shopperlogin.introspecttokenbodytype",{"_index":311,"name":{},"parent":{"441":{}}}],["shopperlogin.introspecttokenbodytype.__type",{"_index":313,"name":{},"parent":{"442":{},"443":{}}}],["shopperlogin.introspecttokenpathparameters",{"_index":308,"name":{},"parent":{"438":{}}}],["shopperlogin.introspecttokenpathparameters.__type",{"_index":309,"name":{},"parent":{"439":{}}}],["shopperlogin.introspecttokenqueryparameters",{"_index":306,"name":{},"parent":{"436":{}}}],["shopperlogin.logoutcustomerpathparameters",{"_index":319,"name":{},"parent":{"451":{}}}],["shopperlogin.logoutcustomerpathparameters.__type",{"_index":320,"name":{},"parent":{"452":{}}}],["shopperlogin.logoutcustomerqueryparameters",{"_index":316,"name":{},"parent":{"445":{}}}],["shopperlogin.logoutcustomerqueryparameters.__type",{"_index":317,"name":{},"parent":{"446":{},"447":{},"448":{},"449":{}}}],["shopperlogin.resetpasswordbodytype",{"_index":327,"name":{},"parent":{"459":{}}}],["shopperlogin.resetpasswordbodytype.__type",{"_index":328,"name":{},"parent":{"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{}}}],["shopperlogin.resetpasswordpathparameters",{"_index":324,"name":{},"parent":{"456":{}}}],["shopperlogin.resetpasswordpathparameters.__type",{"_index":325,"name":{},"parent":{"457":{}}}],["shopperlogin.resetpasswordqueryparameters",{"_index":322,"name":{},"parent":{"454":{}}}],["shopperlogin.revoketokenbodytype",{"_index":337,"name":{},"parent":{"473":{}}}],["shopperlogin.revoketokenbodytype.__type",{"_index":338,"name":{},"parent":{"474":{},"475":{}}}],["shopperlogin.revoketokenpathparameters",{"_index":334,"name":{},"parent":{"470":{}}}],["shopperlogin.revoketokenpathparameters.__type",{"_index":335,"name":{},"parent":{"471":{}}}],["shopperlogin.revoketokenqueryparameters",{"_index":332,"name":{},"parent":{"468":{}}}],["shopperlogin.shopperlogin",{"_index":95,"name":{},"parent":{"128":{},"129":{},"130":{},"153":{},"154":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{}}}],["shopperlogin.shopperlogin.apipaths",{"_index":98,"name":{},"parent":{"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{}}}],["shopperlogin.shopperlogin.paramkeys",{"_index":121,"name":{},"parent":{"155":{}}}],["shopperlogin.shopperlogin.paramkeys.__type",{"_index":122,"name":{},"parent":{"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{}}}],["shopperlogin.shopperlogintypes",{"_index":1489,"name":{},"parent":{"4148":{},"4149":{},"4150":{},"4151":{},"4152":{},"4153":{},"4154":{},"4155":{},"4156":{},"4157":{},"4158":{},"4159":{},"4160":{},"4161":{},"4162":{},"4163":{},"4164":{},"4165":{},"4166":{},"4167":{},"4168":{},"4169":{},"4170":{},"4171":{},"4172":{},"4173":{},"4174":{},"4175":{},"4176":{},"4177":{},"4178":{},"4179":{},"4180":{},"4181":{},"4182":{},"4183":{},"4184":{},"4185":{},"4186":{},"4187":{},"4188":{},"4189":{},"4190":{},"4191":{},"4192":{},"4193":{},"4194":{},"4195":{},"4196":{},"4197":{},"4198":{},"4199":{},"4200":{},"4201":{},"4202":{},"4203":{},"4204":{},"4205":{},"4206":{},"4207":{},"4208":{},"4209":{},"4210":{},"4211":{},"4212":{},"4213":{},"4214":{},"4215":{},"4216":{},"4217":{},"4218":{},"4219":{},"4220":{},"4221":{},"4222":{},"4223":{},"4224":{},"4225":{},"4226":{},"4227":{},"4228":{},"4229":{},"4230":{},"4231":{},"4232":{},"4233":{},"4234":{},"4235":{},"4236":{},"4237":{},"4238":{},"4239":{},"4240":{},"4241":{},"4242":{},"4243":{},"4244":{},"4245":{},"4246":{},"4247":{},"4248":{}}}],["shopperlogin.startwebauthnauthenticationbodytype",{"_index":345,"name":{},"parent":{"482":{}}}],["shopperlogin.startwebauthnauthenticationbodytype.__type",{"_index":347,"name":{},"parent":{"483":{},"484":{},"485":{},"486":{}}}],["shopperlogin.startwebauthnauthenticationpathparameters",{"_index":342,"name":{},"parent":{"479":{}}}],["shopperlogin.startwebauthnauthenticationpathparameters.__type",{"_index":343,"name":{},"parent":{"480":{}}}],["shopperlogin.startwebauthnauthenticationqueryparameters",{"_index":340,"name":{},"parent":{"477":{}}}],["shopperlogin.startwebauthnuserregistrationbodytype",{"_index":354,"name":{},"parent":{"493":{}}}],["shopperlogin.startwebauthnuserregistrationbodytype.__type",{"_index":355,"name":{},"parent":{"494":{},"495":{},"496":{},"497":{},"498":{},"499":{}}}],["shopperlogin.startwebauthnuserregistrationpathparameters",{"_index":351,"name":{},"parent":{"490":{}}}],["shopperlogin.startwebauthnuserregistrationpathparameters.__type",{"_index":352,"name":{},"parent":{"491":{}}}],["shopperlogin.startwebauthnuserregistrationqueryparameters",{"_index":349,"name":{},"parent":{"488":{}}}],["shopperloginparameters",{"_index":360,"name":{"502":{},"578":{},"4119":{}},"parent":{}}],["shopperloginpathparameters",{"_index":358,"name":{"500":{},"576":{},"4117":{},"4148":{}},"parent":{}}],["shopperloginqueryparameters",{"_index":359,"name":{"501":{},"577":{},"4118":{},"4149":{}},"parent":{}}],["shopperlogintypes",{"_index":1488,"name":{"4147":{}},"parent":{}}],["shopperorders",{"_index":1490,"name":{"4249":{},"4371":{},"4514":{},"4538":{}},"parent":{"4250":{},"4251":{},"4252":{},"4253":{},"4254":{},"4255":{},"4256":{},"4257":{},"4258":{},"4259":{},"4260":{},"4261":{},"4262":{},"4263":{},"4264":{},"4265":{},"4266":{},"4267":{},"4268":{},"4269":{},"4270":{},"4271":{},"4272":{},"4273":{},"4274":{},"4275":{},"4276":{},"4277":{},"4278":{},"4279":{},"4280":{},"4281":{},"4282":{},"4283":{},"4284":{},"4285":{},"4286":{},"4287":{},"4288":{},"4289":{},"4290":{},"4291":{},"4292":{},"4293":{},"4294":{},"4295":{},"4296":{},"4297":{},"4298":{},"4299":{},"4300":{},"4301":{},"4302":{},"4303":{},"4304":{},"4305":{},"4306":{},"4307":{},"4308":{},"4309":{},"4310":{},"4311":{},"4312":{},"4313":{},"4314":{},"4315":{},"4316":{},"4317":{},"4318":{},"4319":{},"4320":{},"4321":{},"4322":{},"4323":{},"4324":{},"4325":{},"4326":{},"4327":{},"4328":{},"4329":{},"4330":{},"4331":{},"4332":{},"4333":{},"4334":{},"4335":{},"4336":{},"4337":{},"4338":{},"4339":{},"4340":{},"4341":{},"4342":{},"4343":{},"4344":{},"4345":{},"4346":{},"4347":{},"4348":{},"4349":{},"4350":{},"4351":{},"4352":{},"4353":{},"4354":{},"4355":{},"4356":{},"4357":{},"4358":{},"4359":{},"4360":{},"4361":{},"4362":{},"4363":{},"4364":{},"4365":{},"4366":{},"4367":{},"4368":{},"4369":{},"4370":{},"4371":{},"4414":{},"4415":{},"4419":{},"4422":{},"4426":{},"4430":{},"4435":{},"4439":{},"4444":{},"4448":{},"4452":{},"4456":{},"4459":{},"4463":{},"4467":{},"4471":{},"4475":{},"4480":{},"4484":{},"4489":{},"4490":{},"4491":{},"4492":{},"4493":{},"4494":{},"4495":{},"4496":{},"4497":{},"4498":{},"4499":{},"4500":{},"4501":{},"4502":{},"4503":{},"4504":{},"4505":{},"4506":{},"4507":{},"4508":{},"4509":{},"4510":{},"4511":{},"4512":{},"4513":{},"4514":{},"4515":{},"4516":{},"4517":{},"4518":{},"4519":{},"4520":{},"4521":{},"4522":{},"4523":{},"4524":{},"4525":{},"4526":{},"4527":{},"4528":{},"4529":{},"4530":{},"4531":{},"4532":{},"4533":{},"4534":{},"4535":{},"4536":{},"4537":{},"4538":{},"4539":{},"4540":{},"4541":{},"4542":{},"4543":{},"4544":{},"4545":{},"4546":{},"4547":{},"4548":{},"4549":{},"4550":{},"4551":{},"4552":{},"4553":{},"4554":{},"4555":{},"4556":{},"4557":{},"4558":{},"4559":{},"4560":{},"4561":{},"4562":{},"4563":{},"4564":{},"4565":{},"4566":{},"4567":{},"4568":{},"4569":{},"4570":{},"4571":{},"4572":{},"4573":{},"4574":{},"4575":{},"4576":{},"4577":{},"4578":{},"4579":{},"4580":{},"4581":{},"4582":{},"4583":{},"4584":{},"4585":{},"4586":{},"4587":{},"4588":{},"4589":{},"4590":{},"4591":{},"4592":{},"4593":{},"4594":{},"4595":{},"4596":{},"4597":{},"4598":{},"4599":{}}}],["shopperorders.createorderpathparameters",{"_index":1526,"name":{},"parent":{"4420":{}}}],["shopperorders.createorderpathparameters.__type",{"_index":1527,"name":{},"parent":{"4421":{}}}],["shopperorders.createorderqueryparameters",{"_index":1523,"name":{},"parent":{"4416":{}}}],["shopperorders.createorderqueryparameters.__type",{"_index":1524,"name":{},"parent":{"4417":{},"4418":{}}}],["shopperorders.createpaymentinstrumentfororderpathparameters",{"_index":1532,"name":{},"parent":{"4427":{}}}],["shopperorders.createpaymentinstrumentfororderpathparameters.__type",{"_index":1533,"name":{},"parent":{"4428":{},"4429":{}}}],["shopperorders.createpaymentinstrumentfororderqueryparameters",{"_index":1529,"name":{},"parent":{"4423":{}}}],["shopperorders.createpaymentinstrumentfororderqueryparameters.__type",{"_index":1530,"name":{},"parent":{"4424":{},"4425":{}}}],["shopperorders.failorderpathparameters",{"_index":1540,"name":{},"parent":{"4436":{}}}],["shopperorders.failorderpathparameters.__type",{"_index":1541,"name":{},"parent":{"4437":{},"4438":{}}}],["shopperorders.failorderqueryparameters",{"_index":1536,"name":{},"parent":{"4431":{}}}],["shopperorders.failorderqueryparameters.__type",{"_index":1537,"name":{},"parent":{"4432":{},"4433":{},"4434":{}}}],["shopperorders.getorderpathparameters",{"_index":1546,"name":{},"parent":{"4445":{}}}],["shopperorders.getorderpathparameters.__type",{"_index":1547,"name":{},"parent":{"4446":{},"4447":{}}}],["shopperorders.getorderqueryparameters",{"_index":1543,"name":{},"parent":{"4440":{}}}],["shopperorders.getorderqueryparameters.__type",{"_index":1544,"name":{},"parent":{"4441":{},"4442":{},"4443":{}}}],["shopperorders.getpaymentmethodsfororderpathparameters",{"_index":1552,"name":{},"parent":{"4453":{}}}],["shopperorders.getpaymentmethodsfororderpathparameters.__type",{"_index":1553,"name":{},"parent":{"4454":{},"4455":{}}}],["shopperorders.getpaymentmethodsfororderqueryparameters",{"_index":1549,"name":{},"parent":{"4449":{}}}],["shopperorders.getpaymentmethodsfororderqueryparameters.__type",{"_index":1550,"name":{},"parent":{"4450":{},"4451":{}}}],["shopperorders.gettaxesfromorderpathparameters",{"_index":1558,"name":{},"parent":{"4460":{}}}],["shopperorders.gettaxesfromorderpathparameters.__type",{"_index":1559,"name":{},"parent":{"4461":{},"4462":{}}}],["shopperorders.gettaxesfromorderqueryparameters",{"_index":1555,"name":{},"parent":{"4457":{}}}],["shopperorders.gettaxesfromorderqueryparameters.__type",{"_index":1556,"name":{},"parent":{"4458":{}}}],["shopperorders.guestorderlookuppathparameters",{"_index":1564,"name":{},"parent":{"4468":{}}}],["shopperorders.guestorderlookuppathparameters.__type",{"_index":1565,"name":{},"parent":{"4469":{},"4470":{}}}],["shopperorders.guestorderlookupqueryparameters",{"_index":1561,"name":{},"parent":{"4464":{}}}],["shopperorders.guestorderlookupqueryparameters.__type",{"_index":1562,"name":{},"parent":{"4465":{},"4466":{}}}],["shopperorders.removepaymentinstrumentfromorderpathparameters",{"_index":1570,"name":{},"parent":{"4476":{}}}],["shopperorders.removepaymentinstrumentfromorderpathparameters.__type",{"_index":1571,"name":{},"parent":{"4477":{},"4478":{},"4479":{}}}],["shopperorders.removepaymentinstrumentfromorderqueryparameters",{"_index":1567,"name":{},"parent":{"4472":{}}}],["shopperorders.removepaymentinstrumentfromorderqueryparameters.__type",{"_index":1568,"name":{},"parent":{"4473":{},"4474":{}}}],["shopperorders.shopperorders",{"_index":1499,"name":{},"parent":{"4372":{},"4373":{},"4374":{},"4384":{},"4385":{},"4405":{},"4406":{},"4407":{},"4408":{},"4409":{},"4410":{},"4411":{},"4412":{},"4413":{}}}],["shopperorders.shopperorders.apipaths",{"_index":1501,"name":{},"parent":{"4375":{},"4376":{},"4377":{},"4378":{},"4379":{},"4380":{},"4381":{},"4382":{},"4383":{}}}],["shopperorders.shopperorders.paramkeys",{"_index":1510,"name":{},"parent":{"4386":{}}}],["shopperorders.shopperorders.paramkeys.__type",{"_index":1511,"name":{},"parent":{"4387":{},"4388":{},"4389":{},"4390":{},"4391":{},"4392":{},"4393":{},"4394":{},"4395":{},"4396":{},"4397":{},"4398":{},"4399":{},"4400":{},"4401":{},"4402":{},"4403":{},"4404":{}}}],["shopperorders.shopperorderstypes",{"_index":1582,"name":{},"parent":{"4600":{},"4601":{},"4602":{},"4603":{},"4604":{},"4605":{},"4606":{},"4607":{},"4608":{},"4609":{},"4610":{},"4611":{},"4612":{},"4613":{},"4614":{},"4615":{},"4616":{},"4617":{},"4618":{},"4619":{},"4620":{},"4621":{},"4622":{},"4623":{},"4624":{},"4625":{},"4626":{},"4627":{},"4628":{},"4629":{},"4630":{},"4631":{},"4632":{},"4633":{},"4634":{},"4635":{},"4636":{},"4637":{},"4638":{},"4639":{},"4640":{},"4641":{},"4642":{},"4643":{},"4644":{},"4645":{},"4646":{},"4647":{},"4648":{},"4649":{},"4650":{},"4651":{},"4652":{},"4653":{},"4654":{},"4655":{},"4656":{},"4657":{},"4658":{},"4659":{},"4660":{},"4661":{},"4662":{},"4663":{},"4664":{},"4665":{},"4666":{},"4667":{},"4668":{},"4669":{},"4670":{},"4671":{},"4672":{},"4673":{},"4674":{},"4675":{},"4676":{},"4677":{},"4678":{},"4679":{},"4680":{}}}],["shopperorders.updatepaymentinstrumentfororderpathparameters",{"_index":1576,"name":{},"parent":{"4485":{}}}],["shopperorders.updatepaymentinstrumentfororderpathparameters.__type",{"_index":1577,"name":{},"parent":{"4486":{},"4487":{},"4488":{}}}],["shopperorders.updatepaymentinstrumentfororderqueryparameters",{"_index":1573,"name":{},"parent":{"4481":{}}}],["shopperorders.updatepaymentinstrumentfororderqueryparameters.__type",{"_index":1574,"name":{},"parent":{"4482":{},"4483":{}}}],["shopperordersparameters",{"_index":1580,"name":{"4491":{},"4513":{},"4537":{}},"parent":{}}],["shopperorderspathparameters",{"_index":1578,"name":{"4489":{},"4511":{},"4535":{},"4600":{}},"parent":{}}],["shopperordersqueryparameters",{"_index":1579,"name":{"4490":{},"4512":{},"4536":{},"4601":{}},"parent":{}}],["shopperorderstypes",{"_index":1581,"name":{"4599":{}},"parent":{}}],["shopperpayments",{"_index":1583,"name":{"4681":{},"4695":{},"4723":{},"4730":{}},"parent":{"4682":{},"4683":{},"4684":{},"4685":{},"4686":{},"4687":{},"4688":{},"4689":{},"4690":{},"4691":{},"4692":{},"4693":{},"4694":{},"4695":{},"4706":{},"4712":{},"4715":{},"4716":{},"4717":{},"4718":{},"4719":{},"4720":{},"4721":{},"4722":{},"4723":{},"4724":{},"4725":{},"4726":{},"4727":{},"4728":{},"4729":{},"4730":{},"4731":{},"4732":{},"4733":{},"4734":{},"4735":{},"4736":{},"4737":{}}}],["shopperpayments.getpaymentconfigurationpathparameters",{"_index":1603,"name":{},"parent":{"4713":{}}}],["shopperpayments.getpaymentconfigurationpathparameters.__type",{"_index":1604,"name":{},"parent":{"4714":{}}}],["shopperpayments.getpaymentconfigurationqueryparameters",{"_index":1597,"name":{},"parent":{"4707":{}}}],["shopperpayments.getpaymentconfigurationqueryparameters.__type",{"_index":1598,"name":{},"parent":{"4708":{},"4709":{},"4710":{},"4711":{}}}],["shopperpayments.shopperpayments",{"_index":1590,"name":{},"parent":{"4696":{},"4697":{},"4698":{},"4700":{},"4701":{},"4705":{}}}],["shopperpayments.shopperpayments.apipaths",{"_index":1592,"name":{},"parent":{"4699":{}}}],["shopperpayments.shopperpayments.paramkeys",{"_index":1593,"name":{},"parent":{"4702":{}}}],["shopperpayments.shopperpayments.paramkeys.__type",{"_index":1594,"name":{},"parent":{"4703":{},"4704":{}}}],["shopperpayments.shopperpaymentstypes",{"_index":1609,"name":{},"parent":{"4738":{},"4739":{},"4740":{},"4741":{},"4742":{},"4743":{},"4744":{},"4745":{},"4746":{},"4747":{}}}],["shopperpaymentsparameters",{"_index":1607,"name":{"4717":{},"4722":{},"4729":{}},"parent":{}}],["shopperpaymentspathparameters",{"_index":1605,"name":{"4715":{},"4720":{},"4727":{},"4738":{}},"parent":{}}],["shopperpaymentsqueryparameters",{"_index":1606,"name":{"4716":{},"4721":{},"4728":{},"4739":{}},"parent":{}}],["shopperpaymentstypes",{"_index":1608,"name":{"4737":{}},"parent":{}}],["shopperproducts",{"_index":1610,"name":{"4748":{},"4810":{},"4901":{},"4918":{}},"parent":{"4749":{},"4750":{},"4751":{},"4752":{},"4753":{},"4754":{},"4755":{},"4756":{},"4757":{},"4758":{},"4759":{},"4760":{},"4761":{},"4762":{},"4763":{},"4764":{},"4765":{},"4766":{},"4767":{},"4768":{},"4769":{},"4770":{},"4771":{},"4772":{},"4773":{},"4774":{},"4775":{},"4776":{},"4777":{},"4778":{},"4779":{},"4780":{},"4781":{},"4782":{},"4783":{},"4784":{},"4785":{},"4786":{},"4787":{},"4788":{},"4789":{},"4790":{},"4791":{},"4792":{},"4793":{},"4794":{},"4795":{},"4796":{},"4797":{},"4798":{},"4799":{},"4800":{},"4801":{},"4802":{},"4803":{},"4804":{},"4805":{},"4806":{},"4807":{},"4808":{},"4809":{},"4810":{},"4833":{},"4834":{},"4835":{},"4836":{},"4837":{},"4843":{},"4846":{},"4851":{},"4855":{},"4865":{},"4869":{},"4880":{},"4883":{},"4884":{},"4885":{},"4886":{},"4887":{},"4888":{},"4889":{},"4890":{},"4891":{},"4892":{},"4893":{},"4894":{},"4895":{},"4896":{},"4897":{},"4898":{},"4899":{},"4900":{},"4901":{},"4902":{},"4903":{},"4904":{},"4905":{},"4906":{},"4907":{},"4908":{},"4909":{},"4910":{},"4911":{},"4912":{},"4913":{},"4914":{},"4915":{},"4916":{},"4917":{},"4918":{},"4919":{},"4920":{},"4921":{},"4922":{},"4923":{},"4924":{},"4925":{},"4926":{},"4927":{},"4928":{},"4929":{},"4930":{},"4931":{},"4932":{},"4933":{},"4934":{},"4935":{},"4936":{},"4937":{},"4938":{},"4939":{},"4940":{},"4941":{},"4942":{},"4943":{},"4944":{},"4945":{},"4946":{},"4947":{},"4948":{},"4949":{}}}],["shopperproducts.getcategoriespathparameters",{"_index":1635,"name":{},"parent":{"4844":{}}}],["shopperproducts.getcategoriespathparameters.__type",{"_index":1636,"name":{},"parent":{"4845":{}}}],["shopperproducts.getcategoriesqueryparameters",{"_index":1632,"name":{},"parent":{"4838":{}}}],["shopperproducts.getcategoriesqueryparameters.__type",{"_index":1633,"name":{},"parent":{"4839":{},"4840":{},"4841":{},"4842":{}}}],["shopperproducts.getcategorypathparameters",{"_index":1641,"name":{},"parent":{"4852":{}}}],["shopperproducts.getcategorypathparameters.__type",{"_index":1642,"name":{},"parent":{"4853":{},"4854":{}}}],["shopperproducts.getcategoryqueryparameters",{"_index":1638,"name":{},"parent":{"4847":{}}}],["shopperproducts.getcategoryqueryparameters.__type",{"_index":1639,"name":{},"parent":{"4848":{},"4849":{},"4850":{}}}],["shopperproducts.getproductpathparameters",{"_index":1651,"name":{},"parent":{"4866":{}}}],["shopperproducts.getproductpathparameters.__type",{"_index":1652,"name":{},"parent":{"4867":{},"4868":{}}}],["shopperproducts.getproductqueryparameters",{"_index":1644,"name":{},"parent":{"4856":{}}}],["shopperproducts.getproductqueryparameters.__type",{"_index":1646,"name":{},"parent":{"4857":{},"4858":{},"4859":{},"4860":{},"4861":{},"4862":{},"4863":{},"4864":{}}}],["shopperproducts.getproductspathparameters",{"_index":1657,"name":{},"parent":{"4881":{}}}],["shopperproducts.getproductspathparameters.__type",{"_index":1658,"name":{},"parent":{"4882":{}}}],["shopperproducts.getproductsqueryparameters",{"_index":1654,"name":{},"parent":{"4870":{}}}],["shopperproducts.getproductsqueryparameters.__type",{"_index":1655,"name":{},"parent":{"4871":{},"4872":{},"4873":{},"4874":{},"4875":{},"4876":{},"4877":{},"4878":{},"4879":{}}}],["shopperproducts.shopperproducts",{"_index":1615,"name":{},"parent":{"4811":{},"4812":{},"4813":{},"4818":{},"4819":{},"4829":{},"4830":{},"4831":{},"4832":{}}}],["shopperproducts.shopperproducts.apipaths",{"_index":1617,"name":{},"parent":{"4814":{},"4815":{},"4816":{},"4817":{}}}],["shopperproducts.shopperproducts.paramkeys",{"_index":1621,"name":{},"parent":{"4820":{}}}],["shopperproducts.shopperproducts.paramkeys.__type",{"_index":1622,"name":{},"parent":{"4821":{},"4822":{},"4823":{},"4824":{},"4825":{},"4826":{},"4827":{},"4828":{}}}],["shopperproducts.shopperproductstypes",{"_index":1663,"name":{},"parent":{"4950":{},"4951":{},"4952":{},"4953":{},"4954":{},"4955":{},"4956":{},"4957":{},"4958":{},"4959":{},"4960":{},"4961":{},"4962":{},"4963":{},"4964":{},"4965":{},"4966":{},"4967":{},"4968":{},"4969":{},"4970":{},"4971":{},"4972":{},"4973":{},"4974":{},"4975":{},"4976":{},"4977":{},"4978":{},"4979":{},"4980":{},"4981":{},"4982":{},"4983":{},"4984":{},"4985":{},"4986":{},"4987":{},"4988":{},"4989":{},"4990":{},"4991":{},"4992":{},"4993":{}}}],["shopperproductsparameters",{"_index":1661,"name":{"4885":{},"4900":{},"4917":{}},"parent":{}}],["shopperproductspathparameters",{"_index":1659,"name":{"4883":{},"4898":{},"4915":{},"4950":{}},"parent":{}}],["shopperproductsqueryparameters",{"_index":1660,"name":{"4884":{},"4899":{},"4916":{},"4951":{}},"parent":{}}],["shopperproductstypes",{"_index":1662,"name":{"4949":{}},"parent":{}}],["shopperpromotions",{"_index":1664,"name":{"4994":{},"5008":{},"5051":{},"5060":{}},"parent":{"4995":{},"4996":{},"4997":{},"4998":{},"4999":{},"5000":{},"5001":{},"5002":{},"5003":{},"5004":{},"5005":{},"5006":{},"5007":{},"5008":{},"5023":{},"5028":{},"5031":{},"5037":{},"5041":{},"5042":{},"5043":{},"5044":{},"5045":{},"5046":{},"5047":{},"5048":{},"5049":{},"5050":{},"5051":{},"5052":{},"5053":{},"5054":{},"5055":{},"5056":{},"5057":{},"5058":{},"5059":{},"5060":{},"5061":{},"5062":{},"5063":{},"5064":{},"5065":{},"5066":{},"5067":{}}}],["shopperpromotions.getpromotionsforcampaignpathparameters",{"_index":1688,"name":{},"parent":{"5038":{}}}],["shopperpromotions.getpromotionsforcampaignpathparameters.__type",{"_index":1690,"name":{},"parent":{"5039":{},"5040":{}}}],["shopperpromotions.getpromotionsforcampaignqueryparameters",{"_index":1683,"name":{},"parent":{"5032":{}}}],["shopperpromotions.getpromotionsforcampaignqueryparameters.__type",{"_index":1684,"name":{},"parent":{"5033":{},"5034":{},"5035":{},"5036":{}}}],["shopperpromotions.getpromotionspathparameters",{"_index":1680,"name":{},"parent":{"5029":{}}}],["shopperpromotions.getpromotionspathparameters.__type",{"_index":1681,"name":{},"parent":{"5030":{}}}],["shopperpromotions.getpromotionsqueryparameters",{"_index":1677,"name":{},"parent":{"5024":{}}}],["shopperpromotions.getpromotionsqueryparameters.__type",{"_index":1678,"name":{},"parent":{"5025":{},"5026":{},"5027":{}}}],["shopperpromotions.shopperpromotions",{"_index":1668,"name":{},"parent":{"5009":{},"5010":{},"5011":{},"5014":{},"5015":{},"5021":{},"5022":{}}}],["shopperpromotions.shopperpromotions.apipaths",{"_index":1670,"name":{},"parent":{"5012":{},"5013":{}}}],["shopperpromotions.shopperpromotions.paramkeys",{"_index":1672,"name":{},"parent":{"5016":{}}}],["shopperpromotions.shopperpromotions.paramkeys.__type",{"_index":1673,"name":{},"parent":{"5017":{},"5018":{},"5019":{},"5020":{}}}],["shopperpromotions.shopperpromotionstypes",{"_index":1695,"name":{},"parent":{"5068":{},"5069":{},"5070":{},"5071":{},"5072":{},"5073":{},"5074":{},"5075":{},"5076":{},"5077":{},"5078":{},"5079":{}}}],["shopperpromotionsparameters",{"_index":1693,"name":{"5043":{},"5050":{},"5059":{}},"parent":{}}],["shopperpromotionspathparameters",{"_index":1691,"name":{"5041":{},"5048":{},"5057":{},"5068":{}},"parent":{}}],["shopperpromotionsqueryparameters",{"_index":1692,"name":{"5042":{},"5049":{},"5058":{},"5069":{}},"parent":{}}],["shopperpromotionstypes",{"_index":1694,"name":{"5067":{}},"parent":{}}],["shoppersearch",{"_index":1696,"name":{"5080":{},"5148":{},"5209":{},"5220":{}},"parent":{"5081":{},"5082":{},"5083":{},"5084":{},"5085":{},"5086":{},"5087":{},"5088":{},"5089":{},"5090":{},"5091":{},"5092":{},"5093":{},"5094":{},"5095":{},"5096":{},"5097":{},"5098":{},"5099":{},"5100":{},"5101":{},"5102":{},"5103":{},"5104":{},"5105":{},"5106":{},"5107":{},"5108":{},"5109":{},"5110":{},"5111":{},"5112":{},"5113":{},"5114":{},"5115":{},"5116":{},"5117":{},"5118":{},"5119":{},"5120":{},"5121":{},"5122":{},"5123":{},"5124":{},"5125":{},"5126":{},"5127":{},"5128":{},"5129":{},"5130":{},"5131":{},"5132":{},"5133":{},"5134":{},"5135":{},"5136":{},"5137":{},"5138":{},"5139":{},"5140":{},"5141":{},"5142":{},"5143":{},"5144":{},"5145":{},"5146":{},"5147":{},"5148":{},"5163":{},"5164":{},"5165":{},"5175":{},"5178":{},"5194":{},"5197":{},"5198":{},"5199":{},"5200":{},"5201":{},"5202":{},"5203":{},"5204":{},"5205":{},"5206":{},"5207":{},"5208":{},"5209":{},"5210":{},"5211":{},"5212":{},"5213":{},"5214":{},"5215":{},"5216":{},"5217":{},"5218":{},"5219":{},"5220":{},"5221":{},"5222":{},"5223":{},"5224":{},"5225":{},"5226":{},"5227":{},"5228":{},"5229":{},"5230":{},"5231":{},"5232":{},"5233":{},"5234":{},"5235":{},"5236":{},"5237":{},"5238":{},"5239":{},"5240":{},"5241":{},"5242":{},"5243":{},"5244":{},"5245":{},"5246":{},"5247":{},"5248":{},"5249":{},"5250":{},"5251":{},"5252":{},"5253":{},"5254":{}}}],["shoppersearch.getsearchsuggestionspathparameters",{"_index":1731,"name":{},"parent":{"5176":{}}}],["shoppersearch.getsearchsuggestionspathparameters.__type",{"_index":1732,"name":{},"parent":{"5177":{}}}],["shoppersearch.getsearchsuggestionsqueryparameters",{"_index":1726,"name":{},"parent":{"5166":{}}}],["shoppersearch.getsearchsuggestionsqueryparameters.__type",{"_index":1727,"name":{},"parent":{"5167":{},"5168":{},"5169":{},"5170":{},"5171":{},"5172":{},"5173":{},"5174":{}}}],["shoppersearch.productsearchpathparameters",{"_index":1739,"name":{},"parent":{"5195":{}}}],["shoppersearch.productsearchpathparameters.__type",{"_index":1740,"name":{},"parent":{"5196":{}}}],["shoppersearch.productsearchqueryparameters",{"_index":1734,"name":{},"parent":{"5179":{}}}],["shoppersearch.productsearchqueryparameters.__type",{"_index":1735,"name":{},"parent":{"5180":{},"5181":{},"5182":{},"5183":{},"5184":{},"5185":{},"5186":{},"5187":{},"5188":{},"5189":{},"5190":{},"5191":{},"5192":{},"5193":{}}}],["shoppersearch.shoppersearch",{"_index":1715,"name":{},"parent":{"5149":{},"5150":{},"5151":{},"5154":{},"5155":{},"5161":{},"5162":{}}}],["shoppersearch.shoppersearch.apipaths",{"_index":1717,"name":{},"parent":{"5152":{},"5153":{}}}],["shoppersearch.shoppersearch.paramkeys",{"_index":1719,"name":{},"parent":{"5156":{}}}],["shoppersearch.shoppersearch.paramkeys.__type",{"_index":1720,"name":{},"parent":{"5157":{},"5158":{},"5159":{},"5160":{}}}],["shoppersearch.shoppersearchtypes",{"_index":1745,"name":{},"parent":{"5255":{},"5256":{},"5257":{},"5258":{},"5259":{},"5260":{},"5261":{},"5262":{},"5263":{},"5264":{},"5265":{},"5266":{},"5267":{},"5268":{},"5269":{},"5270":{},"5271":{},"5272":{},"5273":{},"5274":{},"5275":{},"5276":{},"5277":{},"5278":{},"5279":{},"5280":{},"5281":{},"5282":{},"5283":{},"5284":{},"5285":{},"5286":{},"5287":{},"5288":{},"5289":{},"5290":{},"5291":{},"5292":{},"5293":{},"5294":{},"5295":{}}}],["shoppersearchparameters",{"_index":1743,"name":{"5199":{},"5208":{},"5219":{}},"parent":{}}],["shoppersearchpathparameters",{"_index":1741,"name":{"5197":{},"5206":{},"5217":{},"5255":{}},"parent":{}}],["shoppersearchqueryparameters",{"_index":1742,"name":{"5198":{},"5207":{},"5218":{},"5256":{}},"parent":{}}],["shoppersearchtypes",{"_index":1744,"name":{"5254":{}},"parent":{}}],["shopperseo",{"_index":1746,"name":{"5296":{},"5304":{},"5331":{},"5338":{}},"parent":{"5297":{},"5298":{},"5299":{},"5300":{},"5301":{},"5302":{},"5303":{},"5304":{},"5315":{},"5320":{},"5323":{},"5324":{},"5325":{},"5326":{},"5327":{},"5328":{},"5329":{},"5330":{},"5331":{},"5332":{},"5333":{},"5334":{},"5335":{},"5336":{},"5337":{},"5338":{},"5339":{},"5340":{},"5341":{},"5342":{}}}],["shopperseo.geturlmappingpathparameters",{"_index":1759,"name":{},"parent":{"5321":{}}}],["shopperseo.geturlmappingpathparameters.__type",{"_index":1760,"name":{},"parent":{"5322":{}}}],["shopperseo.geturlmappingqueryparameters",{"_index":1755,"name":{},"parent":{"5316":{}}}],["shopperseo.geturlmappingqueryparameters.__type",{"_index":1757,"name":{},"parent":{"5317":{},"5318":{},"5319":{}}}],["shopperseo.shopperseo",{"_index":1748,"name":{},"parent":{"5305":{},"5306":{},"5307":{},"5309":{},"5310":{},"5314":{}}}],["shopperseo.shopperseo.apipaths",{"_index":1750,"name":{},"parent":{"5308":{}}}],["shopperseo.shopperseo.paramkeys",{"_index":1751,"name":{},"parent":{"5311":{}}}],["shopperseo.shopperseo.paramkeys.__type",{"_index":1752,"name":{},"parent":{"5312":{},"5313":{}}}],["shopperseo.shopperseotypes",{"_index":1765,"name":{},"parent":{"5343":{},"5344":{},"5345":{},"5346":{},"5347":{},"5348":{},"5349":{}}}],["shopperseoparameters",{"_index":1763,"name":{"5325":{},"5330":{},"5337":{}},"parent":{}}],["shopperseopathparameters",{"_index":1761,"name":{"5323":{},"5328":{},"5335":{},"5343":{}},"parent":{}}],["shopperseoqueryparameters",{"_index":1762,"name":{"5324":{},"5329":{},"5336":{},"5344":{}},"parent":{}}],["shopperseotypes",{"_index":1764,"name":{"5342":{}},"parent":{}}],["shopperstores",{"_index":1766,"name":{"5350":{},"5368":{},"5416":{},"5425":{}},"parent":{"5351":{},"5352":{},"5353":{},"5354":{},"5355":{},"5356":{},"5357":{},"5358":{},"5359":{},"5360":{},"5361":{},"5362":{},"5363":{},"5364":{},"5365":{},"5366":{},"5367":{},"5368":{},"5383":{},"5388":{},"5391":{},"5403":{},"5406":{},"5407":{},"5408":{},"5409":{},"5410":{},"5411":{},"5412":{},"5413":{},"5414":{},"5415":{},"5416":{},"5417":{},"5418":{},"5419":{},"5420":{},"5421":{},"5422":{},"5423":{},"5424":{},"5425":{},"5426":{},"5427":{},"5428":{},"5429":{},"5430":{},"5431":{},"5432":{},"5433":{},"5434":{}}}],["shopperstores.getstorespathparameters",{"_index":1783,"name":{},"parent":{"5389":{}}}],["shopperstores.getstorespathparameters.__type",{"_index":1784,"name":{},"parent":{"5390":{}}}],["shopperstores.getstoresqueryparameters",{"_index":1780,"name":{},"parent":{"5384":{}}}],["shopperstores.getstoresqueryparameters.__type",{"_index":1781,"name":{},"parent":{"5385":{},"5386":{},"5387":{}}}],["shopperstores.searchstorespathparameters",{"_index":1793,"name":{},"parent":{"5404":{}}}],["shopperstores.searchstorespathparameters.__type",{"_index":1794,"name":{},"parent":{"5405":{}}}],["shopperstores.searchstoresqueryparameters",{"_index":1786,"name":{},"parent":{"5392":{}}}],["shopperstores.searchstoresqueryparameters.__type",{"_index":1787,"name":{},"parent":{"5393":{},"5394":{},"5395":{},"5396":{},"5397":{},"5398":{},"5399":{},"5400":{},"5401":{},"5402":{}}}],["shopperstores.shopperstores",{"_index":1771,"name":{},"parent":{"5369":{},"5370":{},"5371":{},"5374":{},"5375":{},"5381":{},"5382":{}}}],["shopperstores.shopperstores.apipaths",{"_index":1773,"name":{},"parent":{"5372":{},"5373":{}}}],["shopperstores.shopperstores.paramkeys",{"_index":1775,"name":{},"parent":{"5376":{}}}],["shopperstores.shopperstores.paramkeys.__type",{"_index":1776,"name":{},"parent":{"5377":{},"5378":{},"5379":{},"5380":{}}}],["shopperstores.shopperstorestypes",{"_index":1799,"name":{},"parent":{"5435":{},"5436":{},"5437":{},"5438":{},"5439":{},"5440":{},"5441":{},"5442":{},"5443":{},"5444":{},"5445":{},"5446":{},"5447":{},"5448":{}}}],["shopperstoresparameters",{"_index":1797,"name":{"5408":{},"5415":{},"5424":{}},"parent":{}}],["shopperstorespathparameters",{"_index":1795,"name":{"5406":{},"5413":{},"5422":{},"5435":{}},"parent":{}}],["shopperstoresqueryparameters",{"_index":1796,"name":{"5407":{},"5414":{},"5423":{},"5436":{}},"parent":{}}],["shopperstorestypes",{"_index":1798,"name":{"5434":{}},"parent":{}}],["shortcode",{"_index":2,"name":{"2":{},"642":{}},"parent":{}}],["siteconfiguration",{"_index":925,"name":{"2458":{},"2461":{},"2497":{},"2505":{}},"parent":{}}],["siteid",{"_index":515,"name":{"890":{},"898":{},"906":{},"914":{},"922":{},"930":{},"937":{},"944":{},"952":{},"960":{},"968":{},"975":{},"983":{},"991":{},"998":{},"1007":{},"1014":{},"1023":{},"1032":{},"1041":{},"1050":{},"1059":{},"1068":{},"1077":{},"1086":{},"1094":{},"1103":{},"1112":{},"1122":{},"1130":{},"1140":{},"1149":{},"1159":{},"1168":{},"1176":{},"1187":{},"1196":{},"1793":{},"1801":{},"1809":{},"1817":{},"1825":{},"1833":{},"1840":{},"1847":{},"1855":{},"1865":{},"1873":{},"1880":{},"1888":{},"1896":{},"1903":{},"1912":{},"1919":{},"1928":{},"1937":{},"1946":{},"1955":{},"1964":{},"1973":{},"1982":{},"1992":{},"2000":{},"2009":{},"2018":{},"2028":{},"2036":{},"2046":{},"2055":{},"2065":{},"2074":{},"2082":{},"2093":{},"2102":{},"2475":{},"2560":{},"2569":{},"2576":{},"2680":{},"2688":{},"2695":{},"2702":{},"3103":{},"3110":{},"3117":{},"3124":{},"3132":{},"3140":{},"3148":{},"3157":{},"3165":{},"3173":{},"3185":{},"3194":{},"3202":{},"3210":{},"3219":{},"3228":{},"3234":{},"3242":{},"3250":{},"3260":{},"3266":{},"3272":{},"3278":{},"3284":{},"3292":{},"3298":{},"3305":{},"3313":{},"3320":{},"3328":{},"3336":{},"3834":{},"3843":{},"3853":{},"3861":{},"3870":{},"3883":{},"3893":{},"4010":{},"4417":{},"4424":{},"4432":{},"4441":{},"4450":{},"4458":{},"4465":{},"4473":{},"4482":{},"4708":{},"4842":{},"4850":{},"4864":{},"4876":{},"5025":{},"5033":{},"5167":{},"5181":{},"5318":{},"5386":{},"5399":{}},"parent":{}}],["sort",{"_index":1458,"name":{"3892":{},"5184":{}},"parent":{}}],["stack",{"_index":366,"name":{"586":{}},"parent":{}}],["startdate",{"_index":1685,"name":{"5034":{}},"parent":{}}],["startwebauthnauthentication",{"_index":118,"name":{"151":{},"196":{},"220":{}},"parent":{}}],["startwebauthnauthenticationbodytype",{"_index":344,"name":{"481":{},"572":{},"4113":{},"4217":{}},"parent":{}}],["startwebauthnauthenticationpathparameters",{"_index":341,"name":{"478":{},"571":{},"4112":{},"4219":{}},"parent":{}}],["startwebauthnauthenticationqueryparameters",{"_index":339,"name":{"476":{},"570":{},"4111":{},"4218":{}},"parent":{}}],["startwebauthnauthenticationrequired",{"_index":143,"name":{"197":{}},"parent":{}}],["startwebauthnuserregistration",{"_index":119,"name":{"152":{},"198":{},"221":{}},"parent":{}}],["startwebauthnuserregistrationbodytype",{"_index":353,"name":{"492":{},"575":{},"4116":{},"4220":{}},"parent":{}}],["startwebauthnuserregistrationpathparameters",{"_index":350,"name":{"489":{},"574":{},"4115":{},"4222":{}},"parent":{}}],["startwebauthnuserregistrationqueryparameters",{"_index":348,"name":{"487":{},"573":{},"4114":{},"4221":{}},"parent":{}}],["startwebauthnuserregistrationrequired",{"_index":144,"name":{"199":{}},"parent":{}}],["state",{"_index":172,"name":{"247":{},"258":{},"395":{}},"parent":{}}],["status",{"_index":393,"name":{"648":{},"727":{},"1405":{},"1526":{},"1533":{},"1630":{},"2320":{},"2450":{},"2756":{},"2962":{},"3183":{},"3586":{},"3760":{},"4252":{},"4367":{},"4595":{},"4677":{}},"parent":{}}],["store",{"_index":1768,"name":{"5357":{},"5365":{},"5431":{},"5446":{}},"parent":{}}],["storeresult",{"_index":1769,"name":{"5358":{},"5366":{},"5432":{},"5447":{}},"parent":{}}],["stores",{"_index":1770,"name":{"5359":{},"5367":{},"5433":{},"5448":{}},"parent":{}}],["stringtobase64",{"_index":368,"name":{"588":{},"618":{}},"parent":{}}],["subscriptionstatusentry",{"_index":946,"name":{"2510":{},"2537":{},"2621":{},"2646":{}},"parent":{}}],["suggestedcategory",{"_index":1701,"name":{"5086":{},"5137":{},"5243":{},"5285":{}},"parent":{}}],["suggestedphrase",{"_index":1699,"name":{"5084":{},"5138":{},"5244":{},"5286":{}},"parent":{}}],["suggestedproduct",{"_index":1712,"name":{"5111":{},"5139":{},"5245":{},"5287":{}},"parent":{}}],["suggestedterm",{"_index":1697,"name":{"5082":{},"5140":{},"5246":{},"5288":{}},"parent":{}}],["suggestedterms",{"_index":1698,"name":{"5083":{},"5141":{},"5247":{},"5289":{}},"parent":{}}],["suggestion",{"_index":1709,"name":{"5108":{},"5142":{},"5248":{},"5290":{}},"parent":{}}],["suggestionresult",{"_index":1714,"name":{"5114":{},"5143":{},"5249":{},"5291":{}},"parent":{}}],["tags",{"_index":971,"name":{"2562":{}},"parent":{}}],["taxes",{"_index":432,"name":{"688":{},"730":{},"1408":{},"1529":{},"1582":{},"1633":{},"2323":{},"2453":{},"4310":{},"4370":{},"4598":{},"4680":{}},"parent":{}}],["taxitem",{"_index":430,"name":{"686":{},"728":{},"1406":{},"1527":{},"1580":{},"1631":{},"2321":{},"2451":{},"4308":{},"4368":{},"4596":{},"4678":{}},"parent":{}}],["taxitems",{"_index":431,"name":{"687":{},"729":{},"1407":{},"1528":{},"1581":{},"1632":{},"2322":{},"2452":{},"4309":{},"4369":{},"4597":{},"4679":{}},"parent":{}}],["taxmode",{"_index":567,"name":{"953":{},"1856":{}},"parent":{}}],["templateurl",{"_index":44,"name":{"49":{},"50":{}},"parent":{"50":{}}}],["templateurl.templateurl",{"_index":45,"name":{},"parent":{"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["temporary",{"_index":805,"name":{"1857":{}},"parent":{}}],["tenant_id",{"_index":346,"name":{"483":{}},"parent":{}}],["throwonbadresponse",{"_index":26,"name":{"23":{},"32":{}},"parent":{}}],["tojson",{"_index":62,"name":{"68":{}},"parent":{}}],["token",{"_index":312,"name":{"442":{},"474":{}},"parent":{}}],["token_type_hint",{"_index":314,"name":{"443":{},"475":{}},"parent":{}}],["tokenactionrequest",{"_index":93,"name":{"99":{},"123":{},"4143":{},"4245":{}},"parent":{}}],["tokenactionrequesttokentypehintenum",{"_index":94,"name":{"100":{},"124":{},"4144":{},"4246":{}},"parent":{}}],["tokenresponse",{"_index":82,"name":{"88":{},"125":{},"4145":{},"4247":{}},"parent":{}}],["tokentype",{"_index":81,"name":{"87":{},"126":{},"4146":{},"4248":{}},"parent":{}}],["tostring",{"_index":53,"name":{"59":{}},"parent":{}}],["transferbasket",{"_index":458,"name":{"758":{},"821":{},"872":{},"1661":{},"1724":{},"1775":{}},"parent":{}}],["transferbasketpathparameters",{"_index":667,"name":{"1081":{},"1255":{},"1336":{},"1461":{},"1987":{},"2161":{},"2242":{},"2376":{}},"parent":{}}],["transferbasketqueryparameters",{"_index":662,"name":{"1075":{},"1254":{},"1335":{},"1460":{},"1980":{},"2160":{},"2241":{},"2375":{}},"parent":{}}],["transferbasketrequired",{"_index":497,"name":{"822":{},"1725":{}},"parent":{}}],["transformrequest",{"_index":25,"name":{"22":{},"31":{},"35":{}},"parent":{}}],["ui_locales",{"_index":181,"name":{"263":{}},"parent":{}}],["until",{"_index":1246,"name":{"3182":{}},"parent":{}}],["updateasagentbasket",{"_index":459,"name":{"759":{},"823":{},"873":{},"1662":{},"1726":{},"1776":{}},"parent":{}}],["updateasagentbasketpathparameters",{"_index":673,"name":{"1088":{},"1257":{},"1338":{},"1463":{},"1994":{},"2163":{},"2244":{},"2378":{}},"parent":{}}],["updateasagentbasketqueryparameters",{"_index":670,"name":{"1084":{},"1256":{},"1337":{},"1462":{},"1990":{},"2162":{},"2243":{},"2377":{}},"parent":{}}],["updateasagentbasketrequired",{"_index":498,"name":{"824":{},"1727":{}},"parent":{}}],["updateasstorefrontbasket",{"_index":460,"name":{"760":{},"825":{},"874":{},"1663":{},"1728":{},"1777":{}},"parent":{}}],["updateasstorefrontbasketpathparameters",{"_index":680,"name":{"1097":{},"1259":{},"1340":{},"1465":{},"2003":{},"2165":{},"2246":{},"2380":{}},"parent":{}}],["updateasstorefrontbasketqueryparameters",{"_index":676,"name":{"1092":{},"1258":{},"1339":{},"1464":{},"1998":{},"2164":{},"2245":{},"2379":{}},"parent":{}}],["updateasstorefrontbasketrequired",{"_index":499,"name":{"826":{},"1729":{}},"parent":{}}],["updatebasket",{"_index":461,"name":{"761":{},"827":{},"875":{},"1664":{},"1730":{},"1778":{}},"parent":{}}],["updatebasketpathparameters",{"_index":687,"name":{"1106":{},"1261":{},"1342":{},"1467":{},"2012":{},"2167":{},"2248":{},"2382":{}},"parent":{}}],["updatebasketqueryparameters",{"_index":683,"name":{"1101":{},"1260":{},"1341":{},"1466":{},"2007":{},"2166":{},"2247":{},"2381":{}},"parent":{}}],["updatebasketrequired",{"_index":500,"name":{"828":{},"1731":{}},"parent":{}}],["updatebillingaddressforbasket",{"_index":462,"name":{"762":{},"829":{},"876":{},"1665":{},"1732":{},"1779":{}},"parent":{}}],["updatebillingaddressforbasketpathparameters",{"_index":694,"name":{"1116":{},"1263":{},"1344":{},"1469":{},"2022":{},"2169":{},"2250":{},"2384":{}},"parent":{}}],["updatebillingaddressforbasketqueryparameters",{"_index":690,"name":{"1110":{},"1262":{},"1343":{},"1468":{},"2016":{},"2168":{},"2249":{},"2383":{}},"parent":{}}],["updatebillingaddressforbasketrequired",{"_index":501,"name":{"830":{},"1733":{}},"parent":{}}],["updatecustomer",{"_index":1137,"name":{"2996":{},"3055":{},"3092":{}},"parent":{}}],["updatecustomeraddress",{"_index":1138,"name":{"2997":{},"3057":{},"3093":{}},"parent":{}}],["updatecustomeraddresspathparameters",{"_index":1347,"name":{"3306":{},"3402":{},"3472":{},"3650":{}},"parent":{}}],["updatecustomeraddressqueryparameters",{"_index":1344,"name":{"3303":{},"3401":{},"3471":{},"3649":{}},"parent":{}}],["updatecustomeraddressrequired",{"_index":1170,"name":{"3058":{}},"parent":{}}],["updatecustomerforbasket",{"_index":463,"name":{"763":{},"831":{},"877":{},"1666":{},"1734":{},"1780":{}},"parent":{}}],["updatecustomerforbasketpathparameters",{"_index":700,"name":{"1124":{},"1265":{},"1346":{},"1471":{},"2030":{},"2171":{},"2252":{},"2386":{}},"parent":{}}],["updatecustomerforbasketqueryparameters",{"_index":697,"name":{"1120":{},"1264":{},"1345":{},"1470":{},"2026":{},"2170":{},"2251":{},"2385":{}},"parent":{}}],["updatecustomerforbasketrequired",{"_index":502,"name":{"832":{},"1735":{}},"parent":{}}],["updatecustomerpassword",{"_index":1139,"name":{"2998":{},"3059":{},"3094":{}},"parent":{}}],["updatecustomerpasswordpathparameters",{"_index":1353,"name":{"3314":{},"3404":{},"3474":{},"3652":{}},"parent":{}}],["updatecustomerpasswordqueryparameters",{"_index":1350,"name":{"3311":{},"3403":{},"3473":{},"3651":{}},"parent":{}}],["updatecustomerpasswordrequired",{"_index":1171,"name":{"3060":{}},"parent":{}}],["updatecustomerpathparameters",{"_index":1341,"name":{"3299":{},"3400":{},"3470":{},"3648":{}},"parent":{}}],["updatecustomerpaymentinstrument",{"_index":1140,"name":{"2999":{},"3061":{},"3095":{}},"parent":{}}],["updatecustomerpaymentinstrumentpathparameters",{"_index":1359,"name":{"3321":{},"3406":{},"3476":{},"3654":{}},"parent":{}}],["updatecustomerpaymentinstrumentqueryparameters",{"_index":1356,"name":{"3318":{},"3405":{},"3475":{},"3653":{}},"parent":{}}],["updatecustomerpaymentinstrumentrequired",{"_index":1172,"name":{"3062":{}},"parent":{}}],["updatecustomerproductlist",{"_index":1141,"name":{"3000":{},"3063":{},"3096":{}},"parent":{}}],["updatecustomerproductlistitem",{"_index":1142,"name":{"3001":{},"3065":{},"3097":{}},"parent":{}}],["updatecustomerproductlistitempathparameters",{"_index":1371,"name":{"3337":{},"3410":{},"3480":{},"3658":{}},"parent":{}}],["updatecustomerproductlistitemqueryparameters",{"_index":1368,"name":{"3334":{},"3409":{},"3479":{},"3657":{}},"parent":{}}],["updatecustomerproductlistitemrequired",{"_index":1174,"name":{"3066":{}},"parent":{}}],["updatecustomerproductlistpathparameters",{"_index":1365,"name":{"3329":{},"3408":{},"3478":{},"3656":{}},"parent":{}}],["updatecustomerproductlistqueryparameters",{"_index":1362,"name":{"3326":{},"3407":{},"3477":{},"3655":{}},"parent":{}}],["updatecustomerproductlistrequired",{"_index":1173,"name":{"3064":{}},"parent":{}}],["updatecustomerqueryparameters",{"_index":1338,"name":{"3296":{},"3399":{},"3469":{},"3647":{}},"parent":{}}],["updatecustomerrequired",{"_index":1169,"name":{"3056":{}},"parent":{}}],["updategiftcertificateiteminbasket",{"_index":464,"name":{"764":{},"833":{},"878":{},"1667":{},"1736":{},"1781":{}},"parent":{}}],["updategiftcertificateiteminbasketpathparameters",{"_index":706,"name":{"1132":{},"1267":{},"1348":{},"1473":{},"2038":{},"2173":{},"2254":{},"2388":{}},"parent":{}}],["updategiftcertificateiteminbasketqueryparameters",{"_index":703,"name":{"1128":{},"1266":{},"1347":{},"1472":{},"2034":{},"2172":{},"2253":{},"2387":{}},"parent":{}}],["updategiftcertificateiteminbasketrequired",{"_index":503,"name":{"834":{},"1737":{}},"parent":{}}],["updateiteminbasket",{"_index":465,"name":{"765":{},"835":{},"879":{},"1668":{},"1738":{},"1782":{}},"parent":{}}],["updateiteminbasketpathparameters",{"_index":712,"name":{"1142":{},"1269":{},"1350":{},"1475":{},"2048":{},"2175":{},"2256":{},"2390":{}},"parent":{}}],["updateiteminbasketqueryparameters",{"_index":709,"name":{"1137":{},"1268":{},"1349":{},"1474":{},"2043":{},"2174":{},"2255":{},"2389":{}},"parent":{}}],["updateiteminbasketrequired",{"_index":504,"name":{"836":{},"1739":{}},"parent":{}}],["updateitemsinbasket",{"_index":466,"name":{"766":{},"837":{},"880":{},"1669":{},"1740":{},"1783":{}},"parent":{}}],["updateitemsinbasketpathparameters",{"_index":718,"name":{"1152":{},"1271":{},"1352":{},"1477":{},"2058":{},"2177":{},"2258":{},"2392":{}},"parent":{}}],["updateitemsinbasketqueryparameters",{"_index":715,"name":{"1147":{},"1270":{},"1351":{},"1476":{},"2053":{},"2176":{},"2257":{},"2391":{}},"parent":{}}],["updateitemsinbasketrequired",{"_index":505,"name":{"838":{},"1741":{}},"parent":{}}],["updatepaymentinstrumentfororder",{"_index":1509,"name":{"4383":{},"4403":{},"4413":{}},"parent":{}}],["updatepaymentinstrumentfororderpathparameters",{"_index":1575,"name":{"4484":{},"4510":{},"4534":{},"4620":{}},"parent":{}}],["updatepaymentinstrumentfororderqueryparameters",{"_index":1572,"name":{"4480":{},"4509":{},"4533":{},"4619":{}},"parent":{}}],["updatepaymentinstrumentfororderrequired",{"_index":1520,"name":{"4404":{}},"parent":{}}],["updatepaymentinstrumentinbasket",{"_index":467,"name":{"767":{},"839":{},"881":{},"1670":{},"1742":{},"1784":{}},"parent":{}}],["updatepaymentinstrumentinbasketpathparameters",{"_index":724,"name":{"1161":{},"1273":{},"1354":{},"1479":{},"2067":{},"2179":{},"2260":{},"2394":{}},"parent":{}}],["updatepaymentinstrumentinbasketqueryparameters",{"_index":721,"name":{"1156":{},"1272":{},"1353":{},"1478":{},"2062":{},"2178":{},"2259":{},"2393":{}},"parent":{}}],["updatepaymentinstrumentinbasketrequired",{"_index":506,"name":{"840":{},"1743":{}},"parent":{}}],["updatepriceadjustmentinbasket",{"_index":468,"name":{"768":{},"841":{},"882":{},"1671":{},"1744":{},"1785":{}},"parent":{}}],["updatepriceadjustmentinbasketpathparameters",{"_index":730,"name":{"1169":{},"1275":{},"1356":{},"1481":{},"2075":{},"2181":{},"2262":{},"2396":{}},"parent":{}}],["updatepriceadjustmentinbasketqueryparameters",{"_index":727,"name":{"1166":{},"1274":{},"1355":{},"1480":{},"2072":{},"2180":{},"2261":{},"2395":{}},"parent":{}}],["updatepriceadjustmentinbasketrequired",{"_index":507,"name":{"842":{},"1745":{}},"parent":{}}],["updateshipmentforbasket",{"_index":469,"name":{"769":{},"843":{},"883":{},"1672":{},"1746":{},"1786":{}},"parent":{}}],["updateshipmentforbasketpathparameters",{"_index":736,"name":{"1178":{},"1277":{},"1358":{},"1483":{},"2084":{},"2183":{},"2264":{},"2398":{}},"parent":{}}],["updateshipmentforbasketqueryparameters",{"_index":733,"name":{"1174":{},"1276":{},"1357":{},"1482":{},"2080":{},"2182":{},"2263":{},"2397":{}},"parent":{}}],["updateshipmentforbasketrequired",{"_index":508,"name":{"844":{},"1747":{}},"parent":{}}],["updateshippingaddressforshipment",{"_index":470,"name":{"770":{},"845":{},"884":{},"1673":{},"1748":{},"1787":{}},"parent":{}}],["updateshippingaddressforshipmentpathparameters",{"_index":743,"name":{"1189":{},"1279":{},"1360":{},"1485":{},"2095":{},"2185":{},"2266":{},"2400":{}},"parent":{}}],["updateshippingaddressforshipmentqueryparameters",{"_index":739,"name":{"1183":{},"1278":{},"1359":{},"1484":{},"2089":{},"2184":{},"2265":{},"2399":{}},"parent":{}}],["updateshippingaddressforshipmentrequired",{"_index":509,"name":{"846":{},"1749":{}},"parent":{}}],["updateshippingmethodforshipment",{"_index":471,"name":{"771":{},"847":{},"885":{},"1674":{},"1750":{},"1788":{}},"parent":{}}],["updateshippingmethodforshipmentpathparameters",{"_index":749,"name":{"1198":{},"1281":{},"1362":{},"1487":{},"2104":{},"2187":{},"2268":{},"2402":{}},"parent":{}}],["updateshippingmethodforshipmentqueryparameters",{"_index":746,"name":{"1194":{},"1280":{},"1361":{},"1486":{},"2100":{},"2186":{},"2267":{},"2401":{}},"parent":{}}],["updateshippingmethodforshipmentrequired",{"_index":510,"name":{"848":{},"1751":{}},"parent":{}}],["updateshoppercontext",{"_index":1001,"name":{"2662":{},"2672":{},"2677":{}},"parent":{}}],["updateshoppercontextpathparameters",{"_index":1030,"name":{"2704":{},"2718":{},"2731":{},"2749":{}},"parent":{}}],["updateshoppercontextqueryparameters",{"_index":1027,"name":{"2700":{},"2717":{},"2730":{},"2748":{}},"parent":{}}],["updateshoppercontextrequired",{"_index":1007,"name":{"2673":{}},"parent":{}}],["updatesubscription",{"_index":960,"name":{"2543":{},"2550":{},"2555":{}},"parent":{}}],["updatesubscriptionpathparameters",{"_index":979,"name":{"2571":{},"2588":{},"2600":{},"2629":{}},"parent":{}}],["updatesubscriptionqueryparameters",{"_index":976,"name":{"2567":{},"2587":{},"2599":{},"2628":{}},"parent":{}}],["updatesubscriptionrequired",{"_index":965,"name":{"2551":{}},"parent":{}}],["updatesubscriptions",{"_index":961,"name":{"2544":{},"2552":{},"2556":{}},"parent":{}}],["updatesubscriptionspathparameters",{"_index":985,"name":{"2578":{},"2590":{},"2602":{},"2631":{}},"parent":{}}],["updatesubscriptionsqueryparameters",{"_index":982,"name":{"2574":{},"2589":{},"2601":{},"2630":{}},"parent":{}}],["updatesubscriptionsrequired",{"_index":966,"name":{"2553":{}},"parent":{}}],["url",{"_index":63,"name":{"69":{}},"parent":{}}],["urlmapping",{"_index":1747,"name":{"5300":{},"5303":{},"5341":{},"5349":{}},"parent":{}}],["urlparameters",{"_index":12,"name":{"10":{},"628":{}},"parent":{}}],["urlsegment",{"_index":1756,"name":{"5317":{}},"parent":{}}],["useasbilling",{"_index":741,"name":{"1185":{},"2091":{}},"parent":{}}],["useasshipping",{"_index":693,"name":{"1114":{},"2020":{}},"parent":{}}],["user_agent_header",{"_index":67,"name":{"73":{}},"parent":{}}],["user_agent_value",{"_index":68,"name":{"74":{}},"parent":{}}],["user_id",{"_index":194,"name":{"275":{},"292":{},"352":{},"466":{},"486":{},"496":{}},"parent":{}}],["username",{"_index":61,"name":{"67":{}},"parent":{}}],["usid",{"_index":174,"name":{"249":{},"259":{},"278":{},"320":{},"377":{},"393":{},"415":{},"2684":{},"2691":{},"2698":{},"2706":{}},"parent":{}}],["variant",{"_index":1051,"name":{"2800":{},"2963":{},"3587":{},"3761":{},"4763":{},"4806":{},"4945":{},"4990":{},"5102":{},"5144":{},"5250":{},"5292":{}},"parent":{}}],["variationattribute",{"_index":1042,"name":{"2791":{},"2964":{},"3588":{},"3762":{},"4752":{},"4807":{},"4946":{},"4991":{},"5093":{},"5145":{},"5251":{},"5293":{}},"parent":{}}],["variationattributevalue",{"_index":1041,"name":{"2790":{},"2965":{},"3589":{},"3763":{},"4751":{},"4808":{},"4947":{},"4992":{},"5092":{},"5146":{},"5252":{},"5294":{}},"parent":{}}],["variationgroup",{"_index":1043,"name":{"2792":{},"2966":{},"3590":{},"3764":{},"4755":{},"4809":{},"4948":{},"4993":{},"5103":{},"5147":{},"5253":{},"5295":{}},"parent":{}}],["version",{"_index":66,"name":{"72":{}},"parent":{"73":{},"74":{}}}],["zoneid",{"_index":1601,"name":{"4711":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +{"kinds":{"1":"Module","2":"Namespace","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":256,"name":"PathParameters","url":"interfaces/helpers.pathparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":4,"kind":256,"name":"QueryParameters","url":"interfaces/helpers.queryparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":5,"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":6,"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":7,"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":8,"kind":4194304,"name":"LocaleCode","url":"modules/helpers.html#localecode-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":9,"kind":65536,"name":"__type","url":"modules/helpers.html#localecode-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.LocaleCode"},{"id":10,"kind":4194304,"name":"UrlParameters","url":"modules/helpers.html#urlparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":11,"kind":4194304,"name":"CustomQueryParameters","url":"modules/helpers.html#customqueryparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":12,"kind":65536,"name":"__type","url":"modules/helpers.html#customqueryparameters-1.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomQueryParameters"},{"id":13,"kind":4194304,"name":"CustomRequestBody","url":"modules/helpers.html#customrequestbody-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":14,"kind":65536,"name":"__type","url":"modules/helpers.html#customrequestbody-1.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomRequestBody"},{"id":15,"kind":1,"name":"clientConfig","url":"modules/clientconfig.html","classes":"tsd-kind-module"},{"id":16,"kind":256,"name":"ClientConfigInit","url":"interfaces/clientconfig.clientconfiginit.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"clientConfig"},{"id":17,"kind":1024,"name":"baseUri","url":"interfaces/clientconfig.clientconfiginit.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":18,"kind":1024,"name":"proxy","url":"interfaces/clientconfig.clientconfiginit.html#proxy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":19,"kind":1024,"name":"headers","url":"interfaces/clientconfig.clientconfiginit.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":20,"kind":1024,"name":"parameters","url":"interfaces/clientconfig.clientconfiginit.html#parameters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":21,"kind":1024,"name":"fetchOptions","url":"interfaces/clientconfig.clientconfiginit.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":22,"kind":1024,"name":"fetch","url":"interfaces/clientconfig.clientconfiginit.html#fetch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":23,"kind":1024,"name":"transformRequest","url":"interfaces/clientconfig.clientconfiginit.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":24,"kind":1024,"name":"throwOnBadResponse","url":"interfaces/clientconfig.clientconfiginit.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":25,"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":26,"kind":1024,"name":"baseUri","url":"classes/clientconfig.clientconfig-1.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":27,"kind":1024,"name":"proxy","url":"classes/clientconfig.clientconfig-1.html#proxy","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":28,"kind":1024,"name":"headers","url":"classes/clientconfig.clientconfig-1.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":29,"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":30,"kind":1024,"name":"parameters","url":"classes/clientconfig.clientconfig-1.html#parameters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":31,"kind":1024,"name":"fetchOptions","url":"classes/clientconfig.clientconfig-1.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":32,"kind":1024,"name":"fetch","url":"classes/clientconfig.clientconfig-1.html#fetch","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":33,"kind":1024,"name":"transformRequest","url":"classes/clientconfig.clientconfig-1.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":34,"kind":1024,"name":"throwOnBadResponse","url":"classes/clientconfig.clientconfig-1.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":35,"kind":512,"name":"constructor","url":"classes/clientconfig.clientconfig-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":36,"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":37,"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":38,"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":39,"kind":4194304,"name":"FetchOptions","url":"modules/clientconfig.html#fetchoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":40,"kind":4194304,"name":"FetchFunction","url":"modules/clientconfig.html#fetchfunction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":41,"kind":65536,"name":"__type","url":"modules/clientconfig.html#fetchfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"clientConfig.FetchFunction"},{"id":42,"kind":1,"name":"config","url":"modules/config.html","classes":"tsd-kind-module"},{"id":43,"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":44,"kind":32,"name":"isBrowser","url":"modules/helpers.html#isbrowser-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":45,"kind":32,"name":"isNode","url":"modules/helpers.html#isnode-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":46,"kind":32,"name":"globalObject","url":"modules/helpers.html#globalobject-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":47,"kind":32,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":48,"kind":32,"name":"fetch","url":"modules/helpers.html#fetch-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":49,"kind":1,"name":"shopperLogin","url":"modules/shopperlogin.html","classes":"tsd-kind-module"},{"id":50,"kind":32,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperLogin"},{"id":51,"kind":1,"name":"templateUrl","url":"modules/templateurl.html","classes":"tsd-kind-module"},{"id":52,"kind":128,"name":"TemplateURL","url":"classes/templateurl.templateurl-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"templateUrl"},{"id":53,"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":54,"kind":2048,"name":"replaceOrigin","url":"classes/templateurl.templateurl-1.html#replaceorigin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":55,"kind":2048,"name":"addQueryParams","url":"classes/templateurl.templateurl-1.html#addqueryparams","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":56,"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":57,"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":58,"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":59,"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":60,"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":61,"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":62,"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":63,"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":64,"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":65,"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":66,"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":67,"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":68,"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":69,"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":70,"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":71,"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":72,"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":73,"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":74,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":75,"kind":32,"name":"USER_AGENT_HEADER","url":"modules/version.html#user_agent_header","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":76,"kind":32,"name":"USER_AGENT_VALUE","url":"modules/version.html#user_agent_value","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":77,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":78,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":79,"kind":4194304,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":80,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":81,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":82,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":83,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":84,"kind":4194304,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":85,"kind":4194304,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":86,"kind":4194304,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":87,"kind":4194304,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":88,"kind":4194304,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":89,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":90,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":91,"kind":4194304,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":92,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.html#granttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":93,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":94,"kind":4194304,"name":"PasskeyCredential","url":"modules/shopperlogin.html#passkeycredential-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":95,"kind":4194304,"name":"PasskeyUser","url":"modules/shopperlogin.html#passkeyuser-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":96,"kind":4194304,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":97,"kind":4194304,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":98,"kind":4194304,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":99,"kind":4194304,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":100,"kind":4194304,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":101,"kind":4194304,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":102,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":103,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":104,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":105,"kind":16777216,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":106,"kind":16777216,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":107,"kind":16777216,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":108,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":109,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":110,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":111,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":112,"kind":16777216,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":113,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":114,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":115,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":116,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":117,"kind":16777216,"name":"PasskeyCredential","url":"modules/shopperlogin.html#passkeycredential","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":118,"kind":16777216,"name":"PasskeyUser","url":"modules/shopperlogin.html#passkeyuser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":119,"kind":16777216,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":120,"kind":16777216,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":121,"kind":16777216,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":122,"kind":16777216,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":123,"kind":16777216,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":124,"kind":16777216,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":125,"kind":16777216,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":126,"kind":16777216,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":127,"kind":16777216,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":128,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":129,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":130,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":131,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":132,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":133,"kind":128,"name":"ShopperLogin","url":"classes/shopperlogin.shopperlogin-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperLogin"},{"id":134,"kind":1024,"name":"clientConfig","url":"classes/shopperlogin.shopperlogin-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":135,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperlogin.shopperlogin-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":136,"kind":2097152,"name":"apiPaths","url":"classes/shopperlogin.shopperlogin-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":137,"kind":32,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authenticatecustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":138,"kind":32,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authorizecustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":139,"kind":32,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authorizepasswordlesscustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":140,"kind":32,"name":"authorizeWebauthnRegistration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.authorizewebauthnregistration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":141,"kind":32,"name":"deletePasskeyCredential","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.deletepasskeycredential-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":142,"kind":32,"name":"deletePasskeyUser","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.deletepasskeyuser-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":143,"kind":32,"name":"finishWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.finishwebauthnauthentication-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":144,"kind":32,"name":"finishWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.finishwebauthnuserregistration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":145,"kind":32,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":146,"kind":32,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getjwksuri-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":147,"kind":32,"name":"getPasskeyUserByLoginId","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getpasskeyuserbyloginid-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":148,"kind":32,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getpasswordlessaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":149,"kind":32,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getpasswordresettoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":150,"kind":32,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getsessionbridgeaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":151,"kind":32,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.gettrustedagentaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":152,"kind":32,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.gettrustedagentauthorizationtoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":153,"kind":32,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.gettrustedsystemaccesstoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":154,"kind":32,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getuserinfo-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":155,"kind":32,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.getwellknownopenidconfiguration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":156,"kind":32,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.introspecttoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":157,"kind":32,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.logoutcustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":158,"kind":32,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.resetpassword-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":159,"kind":32,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.revoketoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":160,"kind":32,"name":"startWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.startwebauthnauthentication-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":161,"kind":32,"name":"startWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#apipaths.startwebauthnuserregistration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperLogin.ShopperLogin.apiPaths"},{"id":162,"kind":512,"name":"constructor","url":"classes/shopperlogin.shopperlogin-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":163,"kind":1024,"name":"paramKeys","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":164,"kind":65536,"name":"__type","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperLogin.ShopperLogin.paramKeys"},{"id":165,"kind":32,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authenticatecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":166,"kind":32,"name":"authenticateCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authenticatecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":167,"kind":32,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":168,"kind":32,"name":"authorizeCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":169,"kind":32,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizepasswordlesscustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":170,"kind":32,"name":"authorizePasswordlessCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizepasswordlesscustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":171,"kind":32,"name":"authorizeWebauthnRegistration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizewebauthnregistration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":172,"kind":32,"name":"authorizeWebauthnRegistrationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.authorizewebauthnregistrationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":173,"kind":32,"name":"deletePasskeyCredential","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.deletepasskeycredential","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":174,"kind":32,"name":"deletePasskeyCredentialRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.deletepasskeycredentialrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":175,"kind":32,"name":"deletePasskeyUser","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.deletepasskeyuser","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":176,"kind":32,"name":"deletePasskeyUserRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.deletepasskeyuserrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":177,"kind":32,"name":"finishWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnauthentication","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":178,"kind":32,"name":"finishWebauthnAuthenticationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnauthenticationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":179,"kind":32,"name":"finishWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnuserregistration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":180,"kind":32,"name":"finishWebauthnUserRegistrationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.finishwebauthnuserregistrationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":181,"kind":32,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":182,"kind":32,"name":"getAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":183,"kind":32,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getjwksuri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":184,"kind":32,"name":"getJwksUriRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getjwksurirequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":185,"kind":32,"name":"getPasskeyUserByLoginId","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasskeyuserbyloginid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":186,"kind":32,"name":"getPasskeyUserByLoginIdRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasskeyuserbyloginidrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":187,"kind":32,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordlessaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":188,"kind":32,"name":"getPasswordLessAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordlessaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":189,"kind":32,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordresettoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":190,"kind":32,"name":"getPasswordResetTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getpasswordresettokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":191,"kind":32,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getsessionbridgeaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":192,"kind":32,"name":"getSessionBridgeAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getsessionbridgeaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":193,"kind":32,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":194,"kind":32,"name":"getTrustedAgentAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":195,"kind":32,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentauthorizationtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":196,"kind":32,"name":"getTrustedAgentAuthorizationTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedagentauthorizationtokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":197,"kind":32,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedsystemaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":198,"kind":32,"name":"getTrustedSystemAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.gettrustedsystemaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":199,"kind":32,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getuserinfo","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":200,"kind":32,"name":"getUserInfoRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getuserinforequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":201,"kind":32,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getwellknownopenidconfiguration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":202,"kind":32,"name":"getWellknownOpenidConfigurationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.getwellknownopenidconfigurationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":203,"kind":32,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.introspecttoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":204,"kind":32,"name":"introspectTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.introspecttokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":205,"kind":32,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.logoutcustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":206,"kind":32,"name":"logoutCustomerRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.logoutcustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":207,"kind":32,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.resetpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":208,"kind":32,"name":"resetPasswordRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.resetpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":209,"kind":32,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.revoketoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":210,"kind":32,"name":"revokeTokenRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.revoketokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":211,"kind":32,"name":"startWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnauthentication","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":212,"kind":32,"name":"startWebauthnAuthenticationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnauthenticationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":213,"kind":32,"name":"startWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnuserregistration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":214,"kind":32,"name":"startWebauthnUserRegistrationRequired","url":"classes/shopperlogin.shopperlogin-3.html#paramkeys.__type.startwebauthnuserregistrationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":215,"kind":2048,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authenticatecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":216,"kind":2048,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":217,"kind":2048,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizepasswordlesscustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":218,"kind":2048,"name":"authorizeWebauthnRegistration","url":"classes/shopperlogin.shopperlogin-3.html#authorizewebauthnregistration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":219,"kind":2048,"name":"deletePasskeyCredential","url":"classes/shopperlogin.shopperlogin-3.html#deletepasskeycredential-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":220,"kind":2048,"name":"deletePasskeyUser","url":"classes/shopperlogin.shopperlogin-3.html#deletepasskeyuser-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":221,"kind":2048,"name":"finishWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#finishwebauthnauthentication-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":222,"kind":2048,"name":"finishWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#finishwebauthnuserregistration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":223,"kind":2048,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":224,"kind":2048,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#getjwksuri-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":225,"kind":2048,"name":"getPasskeyUserByLoginId","url":"classes/shopperlogin.shopperlogin-3.html#getpasskeyuserbyloginid-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":226,"kind":2048,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordlessaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":227,"kind":2048,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordresettoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":228,"kind":2048,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getsessionbridgeaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":229,"kind":2048,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":230,"kind":2048,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentauthorizationtoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":231,"kind":2048,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedsystemaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":232,"kind":2048,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#getuserinfo-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":233,"kind":2048,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#getwellknownopenidconfiguration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":234,"kind":2048,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#introspecttoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":235,"kind":2048,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#logoutcustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":236,"kind":2048,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#resetpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":237,"kind":2048,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#revoketoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":238,"kind":2048,"name":"startWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#startwebauthnauthentication-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":239,"kind":2048,"name":"startWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#startwebauthnuserregistration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":240,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":241,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":242,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":243,"kind":4194304,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":244,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":245,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":246,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":247,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":248,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":249,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":250,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":251,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":252,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":253,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":254,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":255,"kind":4194304,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":256,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerQueryParameters"},{"id":257,"kind":4194304,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":258,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerPathParameters"},{"id":259,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-2.__type-1.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerPathParameters.__type"},{"id":260,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":261,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerBodyType"},{"id":262,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.client_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":263,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.response_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":264,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.redirect_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":265,"kind":32,"name":"state","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.state","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":266,"kind":32,"name":"scope","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":267,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":268,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.channel_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":269,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.code_challenge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":270,"kind":4194304,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":271,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeCustomerQueryParameters"},{"id":272,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.redirect_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":273,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.response_type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":274,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.client_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":275,"kind":32,"name":"scope","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.scope-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":276,"kind":32,"name":"state","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.state-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":277,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.usid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":278,"kind":32,"name":"hint","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":279,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.channel_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":280,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.code_challenge-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":281,"kind":32,"name":"ui_locales","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-2.__type-4.ui_locales","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerQueryParameters.__type"},{"id":282,"kind":4194304,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.html#authorizecustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":283,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizecustomerpathparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeCustomerPathParameters"},{"id":284,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authorizecustomerpathparameters-2.__type-3.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeCustomerPathParameters.__type"},{"id":285,"kind":4194304,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":286,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerQueryParameters"},{"id":287,"kind":32,"name":"register_customer","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-2.__type-7.register_customer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerQueryParameters.__type"},{"id":288,"kind":4194304,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":289,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerPathParameters"},{"id":290,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-2.__type-6.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerPathParameters.__type"},{"id":291,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":292,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerBodyType"},{"id":293,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.user_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":294,"kind":32,"name":"mode","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.mode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":295,"kind":32,"name":"locale","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":296,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.usid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":297,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.channel_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":298,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.callback_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":299,"kind":32,"name":"last_name","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.last_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":300,"kind":32,"name":"email","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":301,"kind":32,"name":"first_name","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.first_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":302,"kind":32,"name":"phone_number","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.phone_number","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":303,"kind":32,"name":"customer_no","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-5.customer_no","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":304,"kind":4194304,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":305,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeWebauthnRegistrationQueryParameters"},{"id":306,"kind":4194304,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":307,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeWebauthnRegistrationPathParameters"},{"id":308,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-2.__type-9.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationPathParameters.__type"},{"id":309,"kind":4194304,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":310,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType"},{"id":311,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.user_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":312,"kind":32,"name":"mode","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.mode-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":313,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.channel_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":314,"kind":32,"name":"locale","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":315,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.client_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":316,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.code_challenge-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":317,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.callback_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":318,"kind":32,"name":"idp_name","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.idp_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":319,"kind":32,"name":"hint","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-8.hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":320,"kind":4194304,"name":"deletePasskeyCredentialQueryParameters","url":"modules/shopperlogin.html#deletepasskeycredentialqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":321,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#deletepasskeycredentialqueryparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.deletePasskeyCredentialQueryParameters"},{"id":322,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#deletepasskeycredentialqueryparameters-2.__type-12.channel_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.deletePasskeyCredentialQueryParameters.__type"},{"id":323,"kind":4194304,"name":"deletePasskeyCredentialPathParameters","url":"modules/shopperlogin.html#deletepasskeycredentialpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":324,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#deletepasskeycredentialpathparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.deletePasskeyCredentialPathParameters"},{"id":325,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#deletepasskeycredentialpathparameters-2.__type-11.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.deletePasskeyCredentialPathParameters.__type"},{"id":326,"kind":32,"name":"loginId","url":"modules/shopperlogin.html#deletepasskeycredentialpathparameters-2.__type-11.loginid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.deletePasskeyCredentialPathParameters.__type"},{"id":327,"kind":32,"name":"credentialId","url":"modules/shopperlogin.html#deletepasskeycredentialpathparameters-2.__type-11.credentialid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.deletePasskeyCredentialPathParameters.__type"},{"id":328,"kind":4194304,"name":"deletePasskeyUserQueryParameters","url":"modules/shopperlogin.html#deletepasskeyuserqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":329,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#deletepasskeyuserqueryparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.deletePasskeyUserQueryParameters"},{"id":330,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#deletepasskeyuserqueryparameters-2.__type-14.channel_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.deletePasskeyUserQueryParameters.__type"},{"id":331,"kind":4194304,"name":"deletePasskeyUserPathParameters","url":"modules/shopperlogin.html#deletepasskeyuserpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":332,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#deletepasskeyuserpathparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.deletePasskeyUserPathParameters"},{"id":333,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#deletepasskeyuserpathparameters-2.__type-13.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.deletePasskeyUserPathParameters.__type"},{"id":334,"kind":32,"name":"loginId","url":"modules/shopperlogin.html#deletepasskeyuserpathparameters-2.__type-13.loginid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.deletePasskeyUserPathParameters.__type"},{"id":335,"kind":4194304,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":336,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnAuthenticationQueryParameters"},{"id":337,"kind":4194304,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":338,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnAuthenticationPathParameters"},{"id":339,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-2.__type-15.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.finishWebauthnAuthenticationPathParameters.__type"},{"id":340,"kind":4194304,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":341,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnUserRegistrationQueryParameters"},{"id":342,"kind":4194304,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":343,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.finishWebauthnUserRegistrationPathParameters"},{"id":344,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-2.__type-17.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.finishWebauthnUserRegistrationPathParameters.__type"},{"id":345,"kind":4194304,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.html#getaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":346,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenqueryparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenQueryParameters"},{"id":347,"kind":4194304,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.html#getaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":348,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenpathparameters-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenPathParameters"},{"id":349,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getaccesstokenpathparameters-2.__type-20.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenPathParameters.__type"},{"id":350,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":351,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenBodyType"},{"id":352,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.refresh_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":353,"kind":32,"name":"code","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":354,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.usid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":355,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.grant_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":356,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.redirect_uri-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":357,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.code_verifier","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":358,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.client_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":359,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.channel_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":360,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-19.dnt","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":361,"kind":4194304,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.html#getjwksuriqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":362,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getjwksuriqueryparameters-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getJwksUriQueryParameters"},{"id":363,"kind":4194304,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.html#getjwksuripathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":364,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getjwksuripathparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getJwksUriPathParameters"},{"id":365,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getjwksuripathparameters-2.__type-22.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getJwksUriPathParameters.__type"},{"id":366,"kind":4194304,"name":"getPasskeyUserByLoginIdQueryParameters","url":"modules/shopperlogin.html#getpasskeyuserbyloginidqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":367,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasskeyuserbyloginidqueryparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasskeyUserByLoginIdQueryParameters"},{"id":368,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getpasskeyuserbyloginidqueryparameters-2.__type-25.channel_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasskeyUserByLoginIdQueryParameters.__type"},{"id":369,"kind":4194304,"name":"getPasskeyUserByLoginIdPathParameters","url":"modules/shopperlogin.html#getpasskeyuserbyloginidpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":370,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasskeyuserbyloginidpathparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasskeyUserByLoginIdPathParameters"},{"id":371,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getpasskeyuserbyloginidpathparameters-2.__type-24.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasskeyUserByLoginIdPathParameters.__type"},{"id":372,"kind":32,"name":"loginId","url":"modules/shopperlogin.html#getpasskeyuserbyloginidpathparameters-2.__type-24.loginid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasskeyUserByLoginIdPathParameters.__type"},{"id":373,"kind":4194304,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":374,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenQueryParameters"},{"id":375,"kind":4194304,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":376,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenPathParameters"},{"id":377,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-2.__type-27.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenPathParameters.__type"},{"id":378,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":379,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenBodyType"},{"id":380,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-26.grant_type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":381,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-26.hint-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":382,"kind":32,"name":"pwdless_login_token","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-26.pwdless_login_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":383,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-26.client_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":384,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-26.code_verifier-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":385,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-26.login_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":386,"kind":4194304,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":387,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenQueryParameters"},{"id":388,"kind":4194304,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":389,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenPathParameters"},{"id":390,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-2.__type-30.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenPathParameters.__type"},{"id":391,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":392,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenBodyType"},{"id":393,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.user_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":394,"kind":32,"name":"mode","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.mode-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":395,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.channel_id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":396,"kind":32,"name":"locale","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":397,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.client_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":398,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.code_challenge-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":399,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.callback_uri-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":400,"kind":32,"name":"idp_name","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.idp_name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":401,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-29.hint-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":402,"kind":4194304,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":403,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenQueryParameters"},{"id":404,"kind":4194304,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":405,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenPathParameters"},{"id":406,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-2.__type-33.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenPathParameters.__type"},{"id":407,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":408,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType"},{"id":409,"kind":32,"name":"code","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.code-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":410,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.client_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":411,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.channel_id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":412,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.code_verifier-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":413,"kind":32,"name":"dwsid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.dwsid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":414,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.grant_type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":415,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.login_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":416,"kind":32,"name":"dwsgst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.dwsgst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":417,"kind":32,"name":"dwsrst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.dwsrst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":418,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.usid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":419,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-32.dnt-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":420,"kind":4194304,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":421,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenQueryParameters"},{"id":422,"kind":4194304,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":423,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenPathParameters"},{"id":424,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-2.__type-36.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenPathParameters.__type"},{"id":425,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":426,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType"},{"id":427,"kind":32,"name":"agent_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.agent_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":428,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.client_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":429,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.channel_id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":430,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.code_verifier-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":431,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.grant_type-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":432,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.login_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":433,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.idp_origin","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":434,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.usid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":435,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.dnt-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":436,"kind":32,"name":"state","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-35.state-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":437,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":438,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters"},{"id":439,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39.client_id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":440,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39.channel_id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":441,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39.code_challenge-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":442,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39.login_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":443,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39.idp_origin-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":444,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39.redirect_uri-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":445,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-2.__type-39.response_type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenQueryParameters.__type"},{"id":446,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":447,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAuthorizationTokenPathParameters"},{"id":448,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-2.__type-38.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAuthorizationTokenPathParameters.__type"},{"id":449,"kind":4194304,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":450,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenQueryParameters"},{"id":451,"kind":4194304,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":452,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenPathParameters"},{"id":453,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-2.__type-41.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenPathParameters.__type"},{"id":454,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":455,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType"},{"id":456,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.usid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":457,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.grant_type-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":458,"kind":32,"name":"hint","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.hint-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":459,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.login_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":460,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.idp_origin-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":461,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.client_id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":462,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.channel_id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":463,"kind":32,"name":"email_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.email_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":464,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-40.dnt-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":465,"kind":4194304,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.html#getuserinfoqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":466,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getuserinfoqueryparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getUserInfoQueryParameters"},{"id":467,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getuserinfoqueryparameters-2.__type-44.channel_id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getUserInfoQueryParameters.__type"},{"id":468,"kind":4194304,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.html#getuserinfopathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":469,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getuserinfopathparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getUserInfoPathParameters"},{"id":470,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getuserinfopathparameters-2.__type-43.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getUserInfoPathParameters.__type"},{"id":471,"kind":4194304,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":472,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getWellknownOpenidConfigurationQueryParameters"},{"id":473,"kind":4194304,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":474,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getWellknownOpenidConfigurationPathParameters"},{"id":475,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-2.__type-45.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getWellknownOpenidConfigurationPathParameters.__type"},{"id":476,"kind":4194304,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.html#introspecttokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":477,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenqueryparameters-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenQueryParameters"},{"id":478,"kind":4194304,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.html#introspecttokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":479,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenpathparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenPathParameters"},{"id":480,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#introspecttokenpathparameters-2.__type-48.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenPathParameters.__type"},{"id":481,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":482,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenBodyType"},{"id":483,"kind":32,"name":"token","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-47.token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":484,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-47.token_type_hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":485,"kind":4194304,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":486,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.logoutCustomerQueryParameters"},{"id":487,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-51.client_id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":488,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-51.refresh_token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":489,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-51.channel_id-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":490,"kind":32,"name":"hint","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-2.__type-51.hint-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerQueryParameters.__type"},{"id":491,"kind":4194304,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.html#logoutcustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":492,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#logoutcustomerpathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.logoutCustomerPathParameters"},{"id":493,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#logoutcustomerpathparameters-2.__type-50.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.logoutCustomerPathParameters.__type"},{"id":494,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.html#resetpasswordqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":495,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordqueryparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordQueryParameters"},{"id":496,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.html#resetpasswordpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":497,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordpathparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordPathParameters"},{"id":498,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#resetpasswordpathparameters-2.__type-53.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordPathParameters.__type"},{"id":499,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":500,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordBodyType"},{"id":501,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52.client_id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":502,"kind":32,"name":"pwd_action_token","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52.pwd_action_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":503,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52.code_verifier-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":504,"kind":32,"name":"new_password","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52.new_password","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":505,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52.channel_id-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":506,"kind":32,"name":"hint","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52.hint-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":507,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-52.user_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":508,"kind":4194304,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.html#revoketokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":509,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenqueryparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenQueryParameters"},{"id":510,"kind":4194304,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.html#revoketokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":511,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenpathparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenPathParameters"},{"id":512,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#revoketokenpathparameters-2.__type-56.organizationid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenPathParameters.__type"},{"id":513,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":514,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenBodyType"},{"id":515,"kind":32,"name":"token","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-55.token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":516,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-55.token_type_hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":517,"kind":4194304,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":518,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters-2.__type-60","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnAuthenticationQueryParameters"},{"id":519,"kind":4194304,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":520,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-2.__type-59","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnAuthenticationPathParameters"},{"id":521,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-2.__type-59.organizationid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationPathParameters.__type"},{"id":522,"kind":4194304,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":523,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnAuthenticationBodyType"},{"id":524,"kind":32,"name":"tenant_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-58.tenant_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":525,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-58.client_id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":526,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-58.channel_id-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":527,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-58.user_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":528,"kind":4194304,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":529,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters-2.__type-63","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnUserRegistrationQueryParameters"},{"id":530,"kind":4194304,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":531,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-2.__type-62","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnUserRegistrationPathParameters"},{"id":532,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-2.__type-62.organizationid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationPathParameters.__type"},{"id":533,"kind":4194304,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":534,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-61","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnUserRegistrationBodyType"},{"id":535,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-61.client_id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":536,"kind":32,"name":"pwd_action_token","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-61.pwd_action_token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":537,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-61.user_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":538,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-61.channel_id-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":539,"kind":32,"name":"display_name","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-61.display_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":540,"kind":32,"name":"nick_name","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-61.nick_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":541,"kind":4194304,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":542,"kind":4194304,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":543,"kind":4194304,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":544,"kind":4194304,"name":"AuthPathParameters","url":"modules/shopperlogin.html#authpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":545,"kind":4194304,"name":"AuthQueryParameters","url":"modules/shopperlogin.html#authqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":546,"kind":4194304,"name":"AuthParameters","url":"modules/shopperlogin.html#authparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":547,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":548,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":549,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":550,"kind":16777216,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":551,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":552,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":553,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":554,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":555,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":556,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":557,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":558,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":559,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":560,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":561,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":562,"kind":16777216,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":563,"kind":16777216,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.html#authenticatecustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":564,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":565,"kind":16777216,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.html#authorizecustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":566,"kind":16777216,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.html#authorizecustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":567,"kind":16777216,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":568,"kind":16777216,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":569,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":570,"kind":16777216,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":571,"kind":16777216,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":572,"kind":16777216,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":573,"kind":16777216,"name":"deletePasskeyCredentialQueryParameters","url":"modules/shopperlogin.html#deletepasskeycredentialqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":574,"kind":16777216,"name":"deletePasskeyCredentialPathParameters","url":"modules/shopperlogin.html#deletepasskeycredentialpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":575,"kind":16777216,"name":"deletePasskeyUserQueryParameters","url":"modules/shopperlogin.html#deletepasskeyuserqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":576,"kind":16777216,"name":"deletePasskeyUserPathParameters","url":"modules/shopperlogin.html#deletepasskeyuserpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":577,"kind":16777216,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":578,"kind":16777216,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":579,"kind":16777216,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":580,"kind":16777216,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":581,"kind":16777216,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.html#getaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":582,"kind":16777216,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.html#getaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":583,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":584,"kind":16777216,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.html#getjwksuriqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":585,"kind":16777216,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.html#getjwksuripathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":586,"kind":16777216,"name":"getPasskeyUserByLoginIdQueryParameters","url":"modules/shopperlogin.html#getpasskeyuserbyloginidqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":587,"kind":16777216,"name":"getPasskeyUserByLoginIdPathParameters","url":"modules/shopperlogin.html#getpasskeyuserbyloginidpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":588,"kind":16777216,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":589,"kind":16777216,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":590,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":591,"kind":16777216,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":592,"kind":16777216,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":593,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":594,"kind":16777216,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":595,"kind":16777216,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":596,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":597,"kind":16777216,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":598,"kind":16777216,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":599,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":600,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":601,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":602,"kind":16777216,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":603,"kind":16777216,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":604,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":605,"kind":16777216,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.html#getuserinfoqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":606,"kind":16777216,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.html#getuserinfopathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":607,"kind":16777216,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":608,"kind":16777216,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":609,"kind":16777216,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.html#introspecttokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":610,"kind":16777216,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.html#introspecttokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":611,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":612,"kind":16777216,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.html#logoutcustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":613,"kind":16777216,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.html#logoutcustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":614,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.html#resetpasswordqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":615,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.html#resetpasswordpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":616,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":617,"kind":16777216,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.html#revoketokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":618,"kind":16777216,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.html#revoketokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":619,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":620,"kind":16777216,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":621,"kind":16777216,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":622,"kind":16777216,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":623,"kind":16777216,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":624,"kind":16777216,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":625,"kind":16777216,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":626,"kind":16777216,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":627,"kind":16777216,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":628,"kind":16777216,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":629,"kind":16777216,"name":"AuthPathParameters","url":"modules/shopperlogin.html#authpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":630,"kind":16777216,"name":"AuthQueryParameters","url":"modules/shopperlogin.html#authqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":631,"kind":16777216,"name":"AuthParameters","url":"modules/shopperlogin.html#authparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":632,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":633,"kind":1,"name":"responseError","url":"modules/responseerror.html","classes":"tsd-kind-module"},{"id":634,"kind":128,"name":"ResponseError","url":"classes/responseerror.responseerror-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"responseError"},{"id":635,"kind":512,"name":"constructor","url":"classes/responseerror.responseerror-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":636,"kind":1024,"name":"response","url":"classes/responseerror.responseerror-1.html#response","classes":"tsd-kind-property tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":637,"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":638,"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":639,"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":640,"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":641,"kind":32,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":642,"kind":64,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":643,"kind":64,"name":"nanoid","url":"modules/helpers.html#nanoid","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":644,"kind":64,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":645,"kind":64,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":646,"kind":64,"name":"authorize","url":"modules/helpers.html#authorize-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":647,"kind":64,"name":"authorizeIDP","url":"modules/helpers.html#authorizeidp-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":648,"kind":64,"name":"loginIDPUser","url":"modules/helpers.html#loginidpuser-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":649,"kind":64,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":650,"kind":64,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":651,"kind":64,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":652,"kind":64,"name":"authorizePasswordless","url":"modules/helpers.html#authorizepasswordless-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":653,"kind":64,"name":"getPasswordLessAccessToken","url":"modules/helpers.html#getpasswordlessaccesstoken-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":654,"kind":64,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":655,"kind":64,"name":"logout","url":"modules/helpers.html#logout-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":656,"kind":16777216,"name":"isBrowser","url":"modules/helpers.html#isbrowser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":657,"kind":16777216,"name":"isNode","url":"modules/helpers.html#isnode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":658,"kind":16777216,"name":"globalObject","url":"modules/helpers.html#globalobject","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":659,"kind":16777216,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":660,"kind":16777216,"name":"fetch","url":"modules/helpers.html#fetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":661,"kind":16777216,"name":"authorize","url":"modules/helpers.html#authorize","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":662,"kind":16777216,"name":"authorizeIDP","url":"modules/helpers.html#authorizeidp","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":663,"kind":16777216,"name":"loginIDPUser","url":"modules/helpers.html#loginidpuser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":664,"kind":16777216,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":665,"kind":16777216,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":666,"kind":16777216,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":667,"kind":16777216,"name":"authorizePasswordless","url":"modules/helpers.html#authorizepasswordless","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":668,"kind":16777216,"name":"getPasswordLessAccessToken","url":"modules/helpers.html#getpasswordlessaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":669,"kind":16777216,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":670,"kind":16777216,"name":"logout","url":"modules/helpers.html#logout","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":671,"kind":16777216,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":672,"kind":16777216,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":673,"kind":16777216,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":674,"kind":16777216,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":675,"kind":16777216,"name":"CompositeParameters","url":"modules/helpers.html#compositeparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":676,"kind":16777216,"name":"RequireParametersUnlessAllAreOptional","url":"modules/helpers.html#requireparametersunlessallareoptional","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":677,"kind":16777216,"name":"BaseUriParameters","url":"modules/helpers.html#baseuriparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":678,"kind":16777216,"name":"LocaleCode","url":"modules/helpers.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":679,"kind":16777216,"name":"PathParameters","url":"modules/helpers.html#pathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":680,"kind":16777216,"name":"QueryParameters","url":"modules/helpers.html#queryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":681,"kind":16777216,"name":"UrlParameters","url":"modules/helpers.html#urlparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":682,"kind":16777216,"name":"CustomQueryParameters","url":"modules/helpers.html#customqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":683,"kind":16777216,"name":"CustomRequestBody","url":"modules/helpers.html#customrequestbody","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":684,"kind":16777216,"name":"CustomParams","url":"modules/helpers.html#customparams","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":685,"kind":16777216,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":686,"kind":16777216,"name":"doFetch","url":"modules/helpers.html#dofetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":687,"kind":16777216,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#encodescapispecialcharacters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":688,"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":689,"kind":64,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#encodescapispecialcharacters-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":690,"kind":256,"name":"CustomParams","url":"interfaces/helpers.customparams-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":691,"kind":1024,"name":"apiName","url":"interfaces/helpers.customparams-1.html#apiname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":692,"kind":1024,"name":"apiVersion","url":"interfaces/helpers.customparams-1.html#apiversion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":693,"kind":1024,"name":"endpointPath","url":"interfaces/helpers.customparams-1.html#endpointpath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":694,"kind":1024,"name":"organizationId","url":"interfaces/helpers.customparams-1.html#organizationid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":695,"kind":1024,"name":"shortCode","url":"interfaces/helpers.customparams-1.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":696,"kind":64,"name":"contentTypeHeaderExists","url":"modules/helpers.html#contenttypeheaderexists","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":697,"kind":64,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":698,"kind":1,"name":"shopperBaskets","url":"modules/shopperbaskets.html","classes":"tsd-kind-module"},{"id":699,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBaskets"},{"id":700,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":701,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":702,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":703,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":704,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":705,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":706,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":707,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":708,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":709,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":710,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":711,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":712,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":713,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":714,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":715,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":716,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":717,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":718,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":719,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":720,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":721,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":722,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":723,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":724,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":725,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":726,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":727,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":728,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":729,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":730,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":731,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":732,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":733,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":734,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":735,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":736,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":737,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":738,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":739,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":740,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":741,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":742,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":743,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":744,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":745,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":746,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":747,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":748,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":749,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":750,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":751,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":752,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":753,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":754,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":755,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":756,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":757,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":758,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":759,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":760,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":761,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":762,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":763,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":764,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":765,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":766,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":767,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":768,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":769,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":770,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":771,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":772,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":773,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":774,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":775,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":776,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":777,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":778,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":779,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":780,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":781,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":782,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":783,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":784,"kind":128,"name":"ShopperBaskets","url":"classes/shopperbaskets.shopperbaskets-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperBaskets"},{"id":785,"kind":1024,"name":"clientConfig","url":"classes/shopperbaskets.shopperbaskets-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":786,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperbaskets.shopperbaskets-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":787,"kind":2097152,"name":"apiPaths","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":788,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addcoupontobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":789,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addgiftcertificateitemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":790,"kind":32,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.additemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":791,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addpaymentinstrumenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":792,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addpriceadjustmenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":793,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addpricebookstobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":794,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addtaxesforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":795,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.addtaxesforbasketitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":796,"kind":32,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.createbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":797,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.createshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":798,"kind":32,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.deletebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":799,"kind":32,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":800,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getpaymentmethodsforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":801,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getpricebooksforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":802,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.getshippingmethodsforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":803,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.gettaxesfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":804,"kind":32,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.mergebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":805,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removecouponfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":806,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removegiftcertificateitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":807,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removeitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":808,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removepaymentinstrumentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":809,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removepriceadjustmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":810,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.removeshipmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":811,"kind":32,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.transferbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":812,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateasagentbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":813,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateasstorefrontbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":814,"kind":32,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":815,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatebillingaddressforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":816,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatecustomerforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":817,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updategiftcertificateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":818,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":819,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateitemsinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":820,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatepaymentinstrumentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":821,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updatepriceadjustmentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":822,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":823,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateshippingaddressforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":824,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#apipaths.updateshippingmethodforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBaskets.ShopperBaskets.apiPaths"},{"id":825,"kind":512,"name":"constructor","url":"classes/shopperbaskets.shopperbaskets-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":826,"kind":1024,"name":"paramKeys","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":827,"kind":65536,"name":"__type","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperBaskets.ShopperBaskets.paramKeys"},{"id":828,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addcoupontobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":829,"kind":32,"name":"addCouponToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addcoupontobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":830,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addgiftcertificateitemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":831,"kind":32,"name":"addGiftCertificateItemToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addgiftcertificateitemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":832,"kind":32,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.additemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":833,"kind":32,"name":"addItemToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.additemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":834,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpaymentinstrumenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":835,"kind":32,"name":"addPaymentInstrumentToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpaymentinstrumenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":836,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpriceadjustmenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":837,"kind":32,"name":"addPriceAdjustmentToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpriceadjustmenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":838,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpricebookstobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":839,"kind":32,"name":"addPriceBooksToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addpricebookstobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":840,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":841,"kind":32,"name":"addTaxesForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":842,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasketitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":843,"kind":32,"name":"addTaxesForBasketItemRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.addtaxesforbasketitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":844,"kind":32,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":845,"kind":32,"name":"createBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":846,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":847,"kind":32,"name":"createShipmentForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.createshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":848,"kind":32,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.deletebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":849,"kind":32,"name":"deleteBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.deletebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":850,"kind":32,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":851,"kind":32,"name":"getBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":852,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpaymentmethodsforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":853,"kind":32,"name":"getPaymentMethodsForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpaymentmethodsforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":854,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpricebooksforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":855,"kind":32,"name":"getPriceBooksForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getpricebooksforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":856,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getshippingmethodsforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":857,"kind":32,"name":"getShippingMethodsForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.getshippingmethodsforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":858,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.gettaxesfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":859,"kind":32,"name":"getTaxesFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.gettaxesfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":860,"kind":32,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.mergebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":861,"kind":32,"name":"mergeBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.mergebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":862,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removecouponfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":863,"kind":32,"name":"removeCouponFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removecouponfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":864,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removegiftcertificateitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":865,"kind":32,"name":"removeGiftCertificateItemFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removegiftcertificateitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":866,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":867,"kind":32,"name":"removeItemFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":868,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepaymentinstrumentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":869,"kind":32,"name":"removePaymentInstrumentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepaymentinstrumentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":870,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepriceadjustmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":871,"kind":32,"name":"removePriceAdjustmentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removepriceadjustmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":872,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeshipmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":873,"kind":32,"name":"removeShipmentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.removeshipmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":874,"kind":32,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.transferbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":875,"kind":32,"name":"transferBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.transferbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":876,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasagentbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":877,"kind":32,"name":"updateAsAgentBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasagentbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":878,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasstorefrontbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":879,"kind":32,"name":"updateAsStorefrontBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateasstorefrontbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":880,"kind":32,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":881,"kind":32,"name":"updateBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":882,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebillingaddressforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":883,"kind":32,"name":"updateBillingAddressForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatebillingaddressforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":884,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatecustomerforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":885,"kind":32,"name":"updateCustomerForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatecustomerforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":886,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updategiftcertificateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":887,"kind":32,"name":"updateGiftCertificateItemInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updategiftcertificateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":888,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":889,"kind":32,"name":"updateItemInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":890,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateitemsinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":891,"kind":32,"name":"updateItemsInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateitemsinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":892,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepaymentinstrumentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":893,"kind":32,"name":"updatePaymentInstrumentInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepaymentinstrumentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":894,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepriceadjustmentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":895,"kind":32,"name":"updatePriceAdjustmentInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updatepriceadjustmentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":896,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":897,"kind":32,"name":"updateShipmentForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":898,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingaddressforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":899,"kind":32,"name":"updateShippingAddressForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingaddressforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":900,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingmethodforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":901,"kind":32,"name":"updateShippingMethodForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-3.html#paramkeys.__type.updateshippingmethodforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":902,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addcoupontobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":903,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addgiftcertificateitemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":904,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#additemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":905,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpaymentinstrumenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":906,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpriceadjustmenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":907,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpricebookstobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":908,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":909,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasketitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":910,"kind":2048,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":911,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":912,"kind":2048,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#deletebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":913,"kind":2048,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":914,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpaymentmethodsforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":915,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpricebooksforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":916,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#getshippingmethodsforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":917,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#gettaxesfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":918,"kind":2048,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#mergebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":919,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removecouponfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":920,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removegiftcertificateitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":921,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":922,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepaymentinstrumentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":923,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepriceadjustmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":924,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeshipmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":925,"kind":2048,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#transferbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":926,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasagentbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":927,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasstorefrontbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":928,"kind":2048,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":929,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebillingaddressforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":930,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatecustomerforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":931,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updategiftcertificateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":932,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":933,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateitemsinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":934,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepaymentinstrumentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":935,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepriceadjustmentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":936,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":937,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingaddressforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":938,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingmethodforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":939,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":940,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":941,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":942,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addCouponToBasketQueryParameters"},{"id":943,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketQueryParameters.__type"},{"id":944,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketQueryParameters.__type"},{"id":945,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":946,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addCouponToBasketPathParameters"},{"id":947,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketPathParameters.__type"},{"id":948,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-2.__type.basketid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addCouponToBasketPathParameters.__type"},{"id":949,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":950,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addGiftCertificateItemToBasketQueryParameters"},{"id":951,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":952,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":953,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":954,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addGiftCertificateItemToBasketPathParameters"},{"id":955,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketPathParameters.__type"},{"id":956,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.basketid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addGiftCertificateItemToBasketPathParameters.__type"},{"id":957,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":958,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addItemToBasketQueryParameters"},{"id":959,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketQueryParameters.__type"},{"id":960,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketQueryParameters.__type"},{"id":961,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":962,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addItemToBasketPathParameters"},{"id":963,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketPathParameters.__type"},{"id":964,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#additemtobasketpathparameters-2.__type-4.basketid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addItemToBasketPathParameters.__type"},{"id":965,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":966,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPaymentInstrumentToBasketQueryParameters"},{"id":967,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":968,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":969,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":970,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPaymentInstrumentToBasketPathParameters"},{"id":971,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketPathParameters.__type"},{"id":972,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.basketid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPaymentInstrumentToBasketPathParameters.__type"},{"id":973,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":974,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceAdjustmentToBasketQueryParameters"},{"id":975,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":976,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":977,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":978,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceAdjustmentToBasketPathParameters"},{"id":979,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketPathParameters.__type"},{"id":980,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-2.__type-8.basketid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceAdjustmentToBasketPathParameters.__type"},{"id":981,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":982,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceBooksToBasketQueryParameters"},{"id":983,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceBooksToBasketQueryParameters.__type"},{"id":984,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":985,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addPriceBooksToBasketPathParameters"},{"id":986,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceBooksToBasketPathParameters.__type"},{"id":987,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-2.__type-10.basketid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addPriceBooksToBasketPathParameters.__type"},{"id":988,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":989,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketQueryParameters"},{"id":990,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketQueryParameters.__type"},{"id":991,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":992,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketPathParameters"},{"id":993,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketPathParameters.__type"},{"id":994,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-2.__type-14.basketid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketPathParameters.__type"},{"id":995,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":996,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketItemQueryParameters"},{"id":997,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemQueryParameters.__type"},{"id":998,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":999,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.addTaxesForBasketItemPathParameters"},{"id":1000,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemPathParameters.__type"},{"id":1001,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemPathParameters.__type"},{"id":1002,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-2.__type-12.basketid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.addTaxesForBasketItemPathParameters.__type"},{"id":1003,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.html#createbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1004,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createBasketQueryParameters"},{"id":1005,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketQueryParameters.__type"},{"id":1006,"kind":32,"name":"taxMode","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17.taxmode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketQueryParameters.__type"},{"id":1007,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#createbasketqueryparameters-2.__type-17.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketQueryParameters.__type"},{"id":1008,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbaskets.html#createbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1009,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createbasketpathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createBasketPathParameters"},{"id":1010,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#createbasketpathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createBasketPathParameters.__type"},{"id":1011,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1012,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createShipmentForBasketQueryParameters"},{"id":1013,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2.__type-19.siteid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketQueryParameters.__type"},{"id":1014,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-2.__type-19.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketQueryParameters.__type"},{"id":1015,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1016,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.createShipmentForBasketPathParameters"},{"id":1017,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2.__type-18.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketPathParameters.__type"},{"id":1018,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-2.__type-18.basketid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.createShipmentForBasketPathParameters.__type"},{"id":1019,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.html#deletebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1020,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#deletebasketqueryparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.deleteBasketQueryParameters"},{"id":1021,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#deletebasketqueryparameters-2.__type-21.siteid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.deleteBasketQueryParameters.__type"},{"id":1022,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.html#deletebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1023,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#deletebasketpathparameters-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.deleteBasketPathParameters"},{"id":1024,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#deletebasketpathparameters-2.__type-20.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.deleteBasketPathParameters.__type"},{"id":1025,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#deletebasketpathparameters-2.__type-20.basketid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.deleteBasketPathParameters.__type"},{"id":1026,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.html#getbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1027,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getbasketqueryparameters-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getBasketQueryParameters"},{"id":1028,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getbasketqueryparameters-2.__type-23.siteid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketQueryParameters.__type"},{"id":1029,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#getbasketqueryparameters-2.__type-23.locale-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketQueryParameters.__type"},{"id":1030,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbaskets.html#getbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1031,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getbasketpathparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getBasketPathParameters"},{"id":1032,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getbasketpathparameters-2.__type-22.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketPathParameters.__type"},{"id":1033,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getbasketpathparameters-2.__type-22.basketid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getBasketPathParameters.__type"},{"id":1034,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1035,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPaymentMethodsForBasketQueryParameters"},{"id":1036,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.siteid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketQueryParameters.__type"},{"id":1037,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.locale-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketQueryParameters.__type"},{"id":1038,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1039,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPaymentMethodsForBasketPathParameters"},{"id":1040,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2.__type-24.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketPathParameters.__type"},{"id":1041,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-2.__type-24.basketid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPaymentMethodsForBasketPathParameters.__type"},{"id":1042,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1043,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPriceBooksForBasketQueryParameters"},{"id":1044,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-2.__type-27.siteid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPriceBooksForBasketQueryParameters.__type"},{"id":1045,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1046,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getPriceBooksForBasketPathParameters"},{"id":1047,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2.__type-26.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPriceBooksForBasketPathParameters.__type"},{"id":1048,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-2.__type-26.basketid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getPriceBooksForBasketPathParameters.__type"},{"id":1049,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1050,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getShippingMethodsForShipmentQueryParameters"},{"id":1051,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.siteid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentQueryParameters.__type"},{"id":1052,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.locale-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentQueryParameters.__type"},{"id":1053,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1054,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters"},{"id":1055,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters.__type"},{"id":1056,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28.shipmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters.__type"},{"id":1057,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-2.__type-28.basketid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getShippingMethodsForShipmentPathParameters.__type"},{"id":1058,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1059,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getTaxesFromBasketQueryParameters"},{"id":1060,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-2.__type-31.siteid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getTaxesFromBasketQueryParameters.__type"},{"id":1061,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1062,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.getTaxesFromBasketPathParameters"},{"id":1063,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2.__type-30.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getTaxesFromBasketPathParameters.__type"},{"id":1064,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-2.__type-30.basketid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.getTaxesFromBasketPathParameters.__type"},{"id":1065,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1066,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.mergeBasketQueryParameters"},{"id":1067,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.siteid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1068,"kind":32,"name":"createDestinationBasket","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.createdestinationbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1069,"kind":32,"name":"productItemMergeMode","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.productitemmergemode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1070,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#mergebasketqueryparameters-2.__type-33.locale-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketQueryParameters.__type"},{"id":1071,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.html#mergebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1072,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#mergebasketpathparameters-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.mergeBasketPathParameters"},{"id":1073,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#mergebasketpathparameters-2.__type-32.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.mergeBasketPathParameters.__type"},{"id":1074,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1075,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeCouponFromBasketQueryParameters"},{"id":1076,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2.__type-35.siteid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketQueryParameters.__type"},{"id":1077,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-2.__type-35.locale-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketQueryParameters.__type"},{"id":1078,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1079,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeCouponFromBasketPathParameters"},{"id":1080,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketPathParameters.__type"},{"id":1081,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34.basketid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketPathParameters.__type"},{"id":1082,"kind":32,"name":"couponItemId","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-2.__type-34.couponitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeCouponFromBasketPathParameters.__type"},{"id":1083,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1084,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeGiftCertificateItemFromBasketQueryParameters"},{"id":1085,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.siteid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1086,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.locale-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1087,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1088,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters"},{"id":1089,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1090,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.basketid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1091,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.giftcertificateitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1092,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1093,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeItemFromBasketQueryParameters"},{"id":1094,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2.__type-39.siteid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketQueryParameters.__type"},{"id":1095,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-2.__type-39.locale-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketQueryParameters.__type"},{"id":1096,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1097,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeItemFromBasketPathParameters"},{"id":1098,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38.itemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketPathParameters.__type"},{"id":1099,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketPathParameters.__type"},{"id":1100,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-2.__type-38.basketid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeItemFromBasketPathParameters.__type"},{"id":1101,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1102,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePaymentInstrumentFromBasketQueryParameters"},{"id":1103,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.siteid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":1104,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.locale-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":1105,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1106,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters"},{"id":1107,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1108,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1109,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.basketid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":1110,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1111,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePriceAdjustmentFromBasketQueryParameters"},{"id":1112,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.siteid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":1113,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.locale-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":1114,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1115,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters"},{"id":1116,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.priceadjustmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1117,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1118,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.basketid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":1119,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1120,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeShipmentFromBasketQueryParameters"},{"id":1121,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2.__type-45.siteid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketQueryParameters.__type"},{"id":1122,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-2.__type-45.locale-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketQueryParameters.__type"},{"id":1123,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1124,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.removeShipmentFromBasketPathParameters"},{"id":1125,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44.shipmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketPathParameters.__type"},{"id":1126,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44.organizationid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketPathParameters.__type"},{"id":1127,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-2.__type-44.basketid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.removeShipmentFromBasketPathParameters.__type"},{"id":1128,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1129,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.transferBasketQueryParameters"},{"id":1130,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.siteid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1131,"kind":32,"name":"overrideExisting","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.overrideexisting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1132,"kind":32,"name":"merge","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.merge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1133,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#transferbasketqueryparameters-2.__type-47.locale-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketQueryParameters.__type"},{"id":1134,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.html#transferbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1135,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#transferbasketpathparameters-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.transferBasketPathParameters"},{"id":1136,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#transferbasketpathparameters-2.__type-46.organizationid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.transferBasketPathParameters.__type"},{"id":1137,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1138,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsAgentBasketQueryParameters"},{"id":1139,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2.__type-49.siteid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketQueryParameters.__type"},{"id":1140,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-2.__type-49.locale-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketQueryParameters.__type"},{"id":1141,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1142,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsAgentBasketPathParameters"},{"id":1143,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2.__type-48.organizationid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketPathParameters.__type"},{"id":1144,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-2.__type-48.basketid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsAgentBasketPathParameters.__type"},{"id":1145,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1146,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters"},{"id":1147,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51.siteid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters.__type"},{"id":1148,"kind":32,"name":"exchange","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51.exchange","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters.__type"},{"id":1149,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-2.__type-51.locale-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketQueryParameters.__type"},{"id":1150,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1151,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateAsStorefrontBasketPathParameters"},{"id":1152,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2.__type-50.organizationid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketPathParameters.__type"},{"id":1153,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-2.__type-50.basketid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateAsStorefrontBasketPathParameters.__type"},{"id":1154,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1155,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBasketQueryParameters"},{"id":1156,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53.siteid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketQueryParameters.__type"},{"id":1157,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53.removeexternaltax","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketQueryParameters.__type"},{"id":1158,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatebasketqueryparameters-2.__type-53.locale-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketQueryParameters.__type"},{"id":1159,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.html#updatebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1160,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebasketpathparameters-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBasketPathParameters"},{"id":1161,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatebasketpathparameters-2.__type-52.organizationid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketPathParameters.__type"},{"id":1162,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatebasketpathparameters-2.__type-52.basketid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBasketPathParameters.__type"},{"id":1163,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1164,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters"},{"id":1165,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.siteid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1166,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.locale-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1167,"kind":32,"name":"useAsShipping","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.useasshipping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1168,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-2.__type-55.removeexternaltax-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketQueryParameters.__type"},{"id":1169,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1170,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateBillingAddressForBasketPathParameters"},{"id":1171,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2.__type-54.organizationid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketPathParameters.__type"},{"id":1172,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-2.__type-54.basketid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateBillingAddressForBasketPathParameters.__type"},{"id":1173,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1174,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateCustomerForBasketQueryParameters"},{"id":1175,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2.__type-57.siteid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketQueryParameters.__type"},{"id":1176,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-2.__type-57.locale-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketQueryParameters.__type"},{"id":1177,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1178,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateCustomerForBasketPathParameters"},{"id":1179,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2.__type-56.organizationid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketPathParameters.__type"},{"id":1180,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-2.__type-56.basketid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateCustomerForBasketPathParameters.__type"},{"id":1181,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1182,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateGiftCertificateItemInBasketQueryParameters"},{"id":1183,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.siteid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":1184,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.locale-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":1185,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1186,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters"},{"id":1187,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.organizationid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":1188,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.basketid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":1189,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.giftcertificateitemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":1190,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1191,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemInBasketQueryParameters"},{"id":1192,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61.removeexternaltax-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketQueryParameters.__type"},{"id":1193,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61.siteid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketQueryParameters.__type"},{"id":1194,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-2.__type-61.locale-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketQueryParameters.__type"},{"id":1195,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1196,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemInBasketPathParameters"},{"id":1197,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60.itemid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketPathParameters.__type"},{"id":1198,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60.organizationid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketPathParameters.__type"},{"id":1199,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-2.__type-60.basketid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemInBasketPathParameters.__type"},{"id":1200,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1201,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemsInBasketQueryParameters"},{"id":1202,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63.siteid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketQueryParameters.__type"},{"id":1203,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63.removeexternaltax-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketQueryParameters.__type"},{"id":1204,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-2.__type-63.locale-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketQueryParameters.__type"},{"id":1205,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1206,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2.__type-62","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateItemsInBasketPathParameters"},{"id":1207,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2.__type-62.organizationid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketPathParameters.__type"},{"id":1208,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-2.__type-62.basketid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateItemsInBasketPathParameters.__type"},{"id":1209,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1210,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters"},{"id":1211,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.removeexternaltax-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":1212,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.siteid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":1213,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.locale-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":1214,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1215,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters"},{"id":1216,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":1217,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.organizationid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":1218,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.basketid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":1219,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1220,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePriceAdjustmentInBasketQueryParameters"},{"id":1221,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67.siteid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketQueryParameters.__type"},{"id":1222,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1223,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters"},{"id":1224,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.priceadjustmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":1225,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.organizationid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":1226,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.basketid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":1227,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1228,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2.__type-69","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShipmentForBasketQueryParameters"},{"id":1229,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2.__type-69.siteid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketQueryParameters.__type"},{"id":1230,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-2.__type-69.locale-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketQueryParameters.__type"},{"id":1231,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1232,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShipmentForBasketPathParameters"},{"id":1233,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68.shipmentid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketPathParameters.__type"},{"id":1234,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68.organizationid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketPathParameters.__type"},{"id":1235,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-2.__type-68.basketid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShipmentForBasketPathParameters.__type"},{"id":1236,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1237,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters"},{"id":1238,"kind":32,"name":"useAsBilling","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.useasbilling","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1239,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.removeexternaltax-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1240,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.siteid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1241,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.locale-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentQueryParameters.__type"},{"id":1242,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1243,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters"},{"id":1244,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70.organizationid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters.__type"},{"id":1245,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70.shipmentid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters.__type"},{"id":1246,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-2.__type-70.basketid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingAddressForShipmentPathParameters.__type"},{"id":1247,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1248,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2.__type-73","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingMethodForShipmentQueryParameters"},{"id":1249,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.siteid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentQueryParameters.__type"},{"id":1250,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.locale-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentQueryParameters.__type"},{"id":1251,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1252,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters"},{"id":1253,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72.organizationid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters.__type"},{"id":1254,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72.shipmentid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters.__type"},{"id":1255,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-2.__type-72.basketid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.updateShippingMethodForShipmentPathParameters.__type"},{"id":1256,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1257,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1258,"kind":4194304,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1259,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1260,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1261,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1262,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1263,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1264,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1265,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.html#additemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1266,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.html#additemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1267,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1268,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1269,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1270,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1271,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1272,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1273,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1274,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1275,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1276,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1277,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.html#createbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1278,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbaskets.html#createbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1279,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1280,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1281,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.html#deletebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1282,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.html#deletebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1283,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.html#getbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1284,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbaskets.html#getbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1285,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1286,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1287,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1288,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1289,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1290,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1291,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1292,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1293,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.html#mergebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1294,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.html#mergebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1295,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1296,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1297,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1298,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1299,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1300,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1301,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1302,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1303,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1304,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1305,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1306,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1307,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.html#transferbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1308,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.html#transferbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1309,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1310,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1311,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1312,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1313,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.html#updatebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1314,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.html#updatebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1315,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1316,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1317,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1318,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1319,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1320,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1321,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1322,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1323,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1324,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1325,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1326,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1327,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1328,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1329,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1330,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1331,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1332,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1333,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1334,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1335,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1336,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1337,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1338,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1339,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1340,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1341,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1342,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.html#addcoupontobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1343,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.html#addcoupontobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1344,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1345,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.html#addgiftcertificateitemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1346,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.html#additemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1347,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.html#additemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1348,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1349,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.html#addpaymentinstrumenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1350,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1351,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.html#addpriceadjustmenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1352,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.html#addpricebookstobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1353,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.html#addpricebookstobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1354,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1355,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1356,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1357,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.html#addtaxesforbasketitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1358,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.html#createbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1359,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbaskets.html#createbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1360,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#createshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1361,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#createshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1362,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.html#deletebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1363,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.html#deletebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1364,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.html#getbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1365,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbaskets.html#getbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1366,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1367,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.html#getpaymentmethodsforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1368,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1369,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.html#getpricebooksforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1370,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1371,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.html#getshippingmethodsforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1372,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1373,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.html#gettaxesfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1374,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.html#mergebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1375,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.html#mergebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1376,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.html#removecouponfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1377,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.html#removecouponfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1378,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1379,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removegiftcertificateitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1380,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1381,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.html#removeitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1382,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1383,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepaymentinstrumentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1384,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1385,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removepriceadjustmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1386,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1387,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.html#removeshipmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1388,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.html#transferbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1389,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.html#transferbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1390,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.html#updateasagentbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1391,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.html#updateasagentbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1392,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1393,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.html#updateasstorefrontbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1394,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.html#updatebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1395,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.html#updatebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1396,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1397,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.html#updatebillingaddressforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1398,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1399,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.html#updatecustomerforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1400,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1401,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updategiftcertificateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1402,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.html#updateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1403,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.html#updateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1404,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.html#updateitemsinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1405,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.html#updateitemsinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1406,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1407,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepaymentinstrumentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1408,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1409,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.html#updatepriceadjustmentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1410,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1411,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.html#updateshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1412,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1413,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingaddressforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1414,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1415,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.html#updateshippingmethodforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1416,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1417,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1418,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1419,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1420,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1421,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1422,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1423,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1424,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1425,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1426,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1427,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1428,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1429,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1430,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1431,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1432,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1433,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1434,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1435,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1436,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1437,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1438,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1439,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1440,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1441,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1442,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1443,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1444,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1445,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1446,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1447,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1448,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1449,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1450,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1451,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1452,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1453,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1454,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1455,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1456,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1457,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1458,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1459,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1460,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1461,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1462,"kind":2,"name":"ShopperBasketsTypes","url":"modules/shopperbaskets.shopperbasketstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBaskets"},{"id":1463,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#shopperbasketspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1464,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#shopperbasketsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1465,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addcoupontobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1466,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addcoupontobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1467,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1468,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1469,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#additemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1470,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#additemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1471,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1472,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1473,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1474,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1475,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1476,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addpricebookstobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1477,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1478,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1479,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1480,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1481,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1482,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1483,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1484,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1485,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#createshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1486,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#deletebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1487,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#deletebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1488,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1489,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1490,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1491,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1492,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1493,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1494,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1495,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1496,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1497,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1498,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1499,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1500,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1501,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1502,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removecouponfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1503,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1504,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1505,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1506,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1507,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1508,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1509,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1510,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1511,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1512,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1513,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#transferbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1514,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#transferbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1515,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasagentbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1516,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasagentbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1517,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1518,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1519,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1520,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1521,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1522,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1523,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1524,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1525,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1526,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1527,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1528,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1529,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1530,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateitemsinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1531,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1532,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1533,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1534,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1535,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1536,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1537,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1538,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1539,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1540,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbaskets.shopperbasketstypes.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1541,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.shopperbasketstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1542,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1543,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1544,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1545,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.shopperbasketstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1546,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1547,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1548,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.shopperbasketstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1549,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.shopperbasketstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1550,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1551,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1552,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1553,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.shopperbasketstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1554,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.shopperbasketstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1555,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.shopperbasketstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1556,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.shopperbasketstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1557,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.shopperbasketstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1558,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1559,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1560,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1561,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1562,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1563,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1564,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1565,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1566,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1567,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1568,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.shopperbasketstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1569,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1570,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1571,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1572,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1573,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.shopperbasketstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1574,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1575,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1576,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1577,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1578,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1579,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.shopperbasketstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1580,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1581,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1582,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.shopperbasketstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":1583,"kind":1,"name":"shopperBasketsv2","url":"modules/shopperbasketsv2.html","classes":"tsd-kind-module"},{"id":1584,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1585,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1586,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1587,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1588,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1589,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1590,"kind":4194304,"name":"GiftCardResponse","url":"modules/shopperbasketsv2.html#giftcardresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1591,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1592,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1593,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1594,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1595,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1596,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1597,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1598,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1599,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1600,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1601,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1602,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1603,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1604,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1605,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1606,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1607,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1608,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1609,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1610,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1611,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1612,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1613,"kind":4194304,"name":"BasketProductItem","url":"modules/shopperbasketsv2.html#basketproductitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1614,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1615,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1616,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1617,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1618,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1619,"kind":4194304,"name":"GiftCardRequest","url":"modules/shopperbasketsv2.html#giftcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1620,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1621,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1622,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1623,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1624,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1625,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1626,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1627,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1628,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1629,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1630,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1631,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1632,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1633,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1634,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1635,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1636,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1637,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1638,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1639,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1640,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1641,"kind":16777216,"name":"BasketProductItem","url":"modules/shopperbasketsv2.html#basketproductitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1642,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1643,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1644,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1645,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1646,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1647,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1648,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1649,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1650,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1651,"kind":16777216,"name":"GiftCardRequest","url":"modules/shopperbasketsv2.html#giftcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1652,"kind":16777216,"name":"GiftCardResponse","url":"modules/shopperbasketsv2.html#giftcardresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1653,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1654,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1655,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1656,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1657,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1658,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1659,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1660,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1661,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1662,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1663,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1664,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1665,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1666,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1667,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1668,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1669,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1670,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1671,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1672,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1673,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1674,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1675,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1676,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1677,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1678,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1679,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1680,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1681,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1682,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1683,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1684,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1685,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1686,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1687,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1688,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1689,"kind":128,"name":"ShopperBasketsV2","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperBasketsv2"},{"id":1690,"kind":1024,"name":"clientConfig","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1691,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1692,"kind":2097152,"name":"apiPaths","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1693,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addcoupontobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1694,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addgiftcertificateitemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1695,"kind":32,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.additemtobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1696,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addpaymentinstrumenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1697,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addpriceadjustmenttobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1698,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addpricebookstobasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1699,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addtaxesforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1700,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.addtaxesforbasketitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1701,"kind":32,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.createbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1702,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.createshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1703,"kind":32,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.deletebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1704,"kind":32,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1705,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getpaymentmethodsforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1706,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getpricebooksforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1707,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.getshippingmethodsforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1708,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.gettaxesfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1709,"kind":32,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.mergebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1710,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removecouponfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1711,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removegiftcertificateitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1712,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removeitemfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1713,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removepaymentinstrumentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1714,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removepriceadjustmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1715,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.removeshipmentfrombasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1716,"kind":32,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.transferbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1717,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateasagentbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1718,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateasstorefrontbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1719,"kind":32,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatebasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1720,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatebillingaddressforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1721,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatecustomerforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1722,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updategiftcertificateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1723,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateiteminbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1724,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateitemsinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1725,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatepaymentinstrumentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1726,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updatepriceadjustmentinbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1727,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateshipmentforbasket-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1728,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateshippingaddressforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1729,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#apipaths.updateshippingmethodforshipment-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperBasketsv2.ShopperBasketsV2.apiPaths"},{"id":1730,"kind":512,"name":"constructor","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1731,"kind":1024,"name":"paramKeys","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1732,"kind":65536,"name":"__type","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys"},{"id":1733,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addcoupontobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1734,"kind":32,"name":"addCouponToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addcoupontobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1735,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addgiftcertificateitemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1736,"kind":32,"name":"addGiftCertificateItemToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addgiftcertificateitemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1737,"kind":32,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.additemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1738,"kind":32,"name":"addItemToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.additemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1739,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpaymentinstrumenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1740,"kind":32,"name":"addPaymentInstrumentToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpaymentinstrumenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1741,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpriceadjustmenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1742,"kind":32,"name":"addPriceAdjustmentToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpriceadjustmenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1743,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpricebookstobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1744,"kind":32,"name":"addPriceBooksToBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addpricebookstobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1745,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1746,"kind":32,"name":"addTaxesForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1747,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasketitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1748,"kind":32,"name":"addTaxesForBasketItemRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.addtaxesforbasketitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1749,"kind":32,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1750,"kind":32,"name":"createBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1751,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1752,"kind":32,"name":"createShipmentForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.createshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1753,"kind":32,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.deletebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1754,"kind":32,"name":"deleteBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.deletebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1755,"kind":32,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1756,"kind":32,"name":"getBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1757,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpaymentmethodsforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1758,"kind":32,"name":"getPaymentMethodsForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpaymentmethodsforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1759,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpricebooksforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1760,"kind":32,"name":"getPriceBooksForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getpricebooksforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1761,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getshippingmethodsforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1762,"kind":32,"name":"getShippingMethodsForShipmentRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.getshippingmethodsforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1763,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.gettaxesfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1764,"kind":32,"name":"getTaxesFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.gettaxesfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1765,"kind":32,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.mergebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1766,"kind":32,"name":"mergeBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.mergebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1767,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removecouponfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1768,"kind":32,"name":"removeCouponFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removecouponfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1769,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removegiftcertificateitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1770,"kind":32,"name":"removeGiftCertificateItemFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removegiftcertificateitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1771,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1772,"kind":32,"name":"removeItemFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1773,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepaymentinstrumentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1774,"kind":32,"name":"removePaymentInstrumentFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepaymentinstrumentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1775,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepriceadjustmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1776,"kind":32,"name":"removePriceAdjustmentFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removepriceadjustmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1777,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeshipmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1778,"kind":32,"name":"removeShipmentFromBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.removeshipmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1779,"kind":32,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.transferbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1780,"kind":32,"name":"transferBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.transferbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1781,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasagentbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1782,"kind":32,"name":"updateAsAgentBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasagentbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1783,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasstorefrontbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1784,"kind":32,"name":"updateAsStorefrontBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateasstorefrontbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1785,"kind":32,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1786,"kind":32,"name":"updateBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1787,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebillingaddressforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1788,"kind":32,"name":"updateBillingAddressForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatebillingaddressforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1789,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatecustomerforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1790,"kind":32,"name":"updateCustomerForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatecustomerforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1791,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updategiftcertificateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1792,"kind":32,"name":"updateGiftCertificateItemInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updategiftcertificateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1793,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1794,"kind":32,"name":"updateItemInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1795,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateitemsinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1796,"kind":32,"name":"updateItemsInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateitemsinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1797,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepaymentinstrumentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1798,"kind":32,"name":"updatePaymentInstrumentInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepaymentinstrumentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1799,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepriceadjustmentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1800,"kind":32,"name":"updatePriceAdjustmentInBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updatepriceadjustmentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1801,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1802,"kind":32,"name":"updateShipmentForBasketRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1803,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingaddressforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1804,"kind":32,"name":"updateShippingAddressForShipmentRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingaddressforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1805,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingmethodforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1806,"kind":32,"name":"updateShippingMethodForShipmentRequired","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#paramkeys.__type.updateshippingmethodforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.ShopperBasketsV2.paramKeys.__type"},{"id":1807,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addcoupontobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1808,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addgiftcertificateitemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1809,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#additemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1810,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpaymentinstrumenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1811,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpriceadjustmenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1812,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpricebookstobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1813,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1814,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasketitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1815,"kind":2048,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1816,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1817,"kind":2048,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#deletebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1818,"kind":2048,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1819,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpaymentmethodsforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1820,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpricebooksforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1821,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getshippingmethodsforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1822,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#gettaxesfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1823,"kind":2048,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#mergebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1824,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removecouponfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1825,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removegiftcertificateitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1826,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1827,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepaymentinstrumentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1828,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepriceadjustmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1829,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeshipmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1830,"kind":2048,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#transferbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1831,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasagentbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1832,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasstorefrontbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1833,"kind":2048,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1834,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebillingaddressforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1835,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatecustomerforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1836,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updategiftcertificateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1837,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1838,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateitemsinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1839,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepaymentinstrumentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1840,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepriceadjustmentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1841,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1842,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingaddressforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1843,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingmethodforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":1844,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1845,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1846,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1847,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addCouponToBasketQueryParameters"},{"id":1848,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketQueryParameters.__type"},{"id":1849,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketQueryParameters.__type"},{"id":1850,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1851,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addCouponToBasketPathParameters"},{"id":1852,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketPathParameters.__type"},{"id":1853,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-2.__type.basketid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addCouponToBasketPathParameters.__type"},{"id":1854,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1855,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addGiftCertificateItemToBasketQueryParameters"},{"id":1856,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":1857,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketQueryParameters.__type"},{"id":1858,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1859,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addGiftCertificateItemToBasketPathParameters"},{"id":1860,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketPathParameters.__type"},{"id":1861,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-2.__type-2.basketid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addGiftCertificateItemToBasketPathParameters.__type"},{"id":1862,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1863,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addItemToBasketQueryParameters"},{"id":1864,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketQueryParameters.__type"},{"id":1865,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketQueryParameters.__type"},{"id":1866,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1867,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addItemToBasketPathParameters"},{"id":1868,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketPathParameters.__type"},{"id":1869,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-2.__type-4.basketid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addItemToBasketPathParameters.__type"},{"id":1870,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1871,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPaymentInstrumentToBasketQueryParameters"},{"id":1872,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":1873,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketQueryParameters.__type"},{"id":1874,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1875,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPaymentInstrumentToBasketPathParameters"},{"id":1876,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketPathParameters.__type"},{"id":1877,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-2.__type-6.basketid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPaymentInstrumentToBasketPathParameters.__type"},{"id":1878,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1879,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceAdjustmentToBasketQueryParameters"},{"id":1880,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":1881,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketQueryParameters.__type"},{"id":1882,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1883,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceAdjustmentToBasketPathParameters"},{"id":1884,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketPathParameters.__type"},{"id":1885,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-2.__type-8.basketid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceAdjustmentToBasketPathParameters.__type"},{"id":1886,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1887,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceBooksToBasketQueryParameters"},{"id":1888,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceBooksToBasketQueryParameters.__type"},{"id":1889,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1890,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addPriceBooksToBasketPathParameters"},{"id":1891,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceBooksToBasketPathParameters.__type"},{"id":1892,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-2.__type-10.basketid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addPriceBooksToBasketPathParameters.__type"},{"id":1893,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1894,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketQueryParameters"},{"id":1895,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketQueryParameters.__type"},{"id":1896,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1897,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketPathParameters"},{"id":1898,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketPathParameters.__type"},{"id":1899,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-2.__type-14.basketid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketPathParameters.__type"},{"id":1900,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1901,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketItemQueryParameters"},{"id":1902,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemQueryParameters.__type"},{"id":1903,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1904,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters"},{"id":1905,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters.__type"},{"id":1906,"kind":32,"name":"itemId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters.__type"},{"id":1907,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-2.__type-12.basketid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.addTaxesForBasketItemPathParameters.__type"},{"id":1908,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1909,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createBasketQueryParameters"},{"id":1910,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1911,"kind":32,"name":"taxMode","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.taxmode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1912,"kind":32,"name":"temporary","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.temporary","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1913,"kind":32,"name":"populateCustomerDetails","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.populatecustomerdetails","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1914,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-2.__type-17.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketQueryParameters.__type"},{"id":1915,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.html#createbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1916,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createbasketpathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createBasketPathParameters"},{"id":1917,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#createbasketpathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createBasketPathParameters.__type"},{"id":1918,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1919,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createShipmentForBasketQueryParameters"},{"id":1920,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2.__type-19.siteid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketQueryParameters.__type"},{"id":1921,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-2.__type-19.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketQueryParameters.__type"},{"id":1922,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1923,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.createShipmentForBasketPathParameters"},{"id":1924,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2.__type-18.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketPathParameters.__type"},{"id":1925,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-2.__type-18.basketid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.createShipmentForBasketPathParameters.__type"},{"id":1926,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1927,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.deleteBasketQueryParameters"},{"id":1928,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-2.__type-21.siteid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.deleteBasketQueryParameters.__type"},{"id":1929,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1930,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.deleteBasketPathParameters"},{"id":1931,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2.__type-20.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.deleteBasketPathParameters.__type"},{"id":1932,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-2.__type-20.basketid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.deleteBasketPathParameters.__type"},{"id":1933,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1934,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getBasketQueryParameters"},{"id":1935,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2.__type-23.siteid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketQueryParameters.__type"},{"id":1936,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-2.__type-23.locale-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketQueryParameters.__type"},{"id":1937,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1938,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getBasketPathParameters"},{"id":1939,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2.__type-22.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketPathParameters.__type"},{"id":1940,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getbasketpathparameters-2.__type-22.basketid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getBasketPathParameters.__type"},{"id":1941,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1942,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPaymentMethodsForBasketQueryParameters"},{"id":1943,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.siteid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketQueryParameters.__type"},{"id":1944,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-2.__type-25.locale-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketQueryParameters.__type"},{"id":1945,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1946,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPaymentMethodsForBasketPathParameters"},{"id":1947,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2.__type-24.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketPathParameters.__type"},{"id":1948,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-2.__type-24.basketid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPaymentMethodsForBasketPathParameters.__type"},{"id":1949,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1950,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPriceBooksForBasketQueryParameters"},{"id":1951,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-2.__type-27.siteid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPriceBooksForBasketQueryParameters.__type"},{"id":1952,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1953,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getPriceBooksForBasketPathParameters"},{"id":1954,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2.__type-26.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPriceBooksForBasketPathParameters.__type"},{"id":1955,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-2.__type-26.basketid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getPriceBooksForBasketPathParameters.__type"},{"id":1956,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1957,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getShippingMethodsForShipmentQueryParameters"},{"id":1958,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.siteid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentQueryParameters.__type"},{"id":1959,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-2.__type-29.locale-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentQueryParameters.__type"},{"id":1960,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1961,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters"},{"id":1962,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters.__type"},{"id":1963,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28.shipmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters.__type"},{"id":1964,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-2.__type-28.basketid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getShippingMethodsForShipmentPathParameters.__type"},{"id":1965,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1966,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getTaxesFromBasketQueryParameters"},{"id":1967,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-2.__type-31.siteid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getTaxesFromBasketQueryParameters.__type"},{"id":1968,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1969,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.getTaxesFromBasketPathParameters"},{"id":1970,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2.__type-30.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getTaxesFromBasketPathParameters.__type"},{"id":1971,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-2.__type-30.basketid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.getTaxesFromBasketPathParameters.__type"},{"id":1972,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1973,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.mergeBasketQueryParameters"},{"id":1974,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.siteid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1975,"kind":32,"name":"createDestinationBasket","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.createdestinationbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1976,"kind":32,"name":"productItemMergeMode","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.productitemmergemode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1977,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-2.__type-33.locale-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketQueryParameters.__type"},{"id":1978,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1979,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.mergeBasketPathParameters"},{"id":1980,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-2.__type-32.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.mergeBasketPathParameters.__type"},{"id":1981,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1982,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeCouponFromBasketQueryParameters"},{"id":1983,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2.__type-35.siteid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketQueryParameters.__type"},{"id":1984,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-2.__type-35.locale-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketQueryParameters.__type"},{"id":1985,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1986,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters"},{"id":1987,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters.__type"},{"id":1988,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34.basketid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters.__type"},{"id":1989,"kind":32,"name":"couponItemId","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-2.__type-34.couponitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeCouponFromBasketPathParameters.__type"},{"id":1990,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1991,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketQueryParameters"},{"id":1992,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.siteid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1993,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-2.__type-37.locale-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketQueryParameters.__type"},{"id":1994,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":1995,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters"},{"id":1996,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1997,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.basketid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1998,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-2.__type-36.giftcertificateitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeGiftCertificateItemFromBasketPathParameters.__type"},{"id":1999,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2000,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeItemFromBasketQueryParameters"},{"id":2001,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2.__type-39.siteid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketQueryParameters.__type"},{"id":2002,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-2.__type-39.locale-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketQueryParameters.__type"},{"id":2003,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2004,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeItemFromBasketPathParameters"},{"id":2005,"kind":32,"name":"itemId","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38.itemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketPathParameters.__type"},{"id":2006,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketPathParameters.__type"},{"id":2007,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-2.__type-38.basketid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeItemFromBasketPathParameters.__type"},{"id":2008,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2009,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketQueryParameters"},{"id":2010,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.siteid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":2011,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-2.__type-41.locale-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketQueryParameters.__type"},{"id":2012,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2013,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters"},{"id":2014,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":2015,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":2016,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-2.__type-40.basketid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePaymentInstrumentFromBasketPathParameters.__type"},{"id":2017,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2018,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketQueryParameters"},{"id":2019,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.siteid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":2020,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-2.__type-43.locale-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketQueryParameters.__type"},{"id":2021,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2022,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters"},{"id":2023,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.priceadjustmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":2024,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":2025,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-2.__type-42.basketid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removePriceAdjustmentFromBasketPathParameters.__type"},{"id":2026,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2027,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeShipmentFromBasketQueryParameters"},{"id":2028,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2.__type-45.siteid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketQueryParameters.__type"},{"id":2029,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-2.__type-45.locale-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketQueryParameters.__type"},{"id":2030,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2031,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters"},{"id":2032,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44.shipmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters.__type"},{"id":2033,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44.organizationid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters.__type"},{"id":2034,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-2.__type-44.basketid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.removeShipmentFromBasketPathParameters.__type"},{"id":2035,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2036,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.transferBasketQueryParameters"},{"id":2037,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.siteid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":2038,"kind":32,"name":"overrideExisting","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.overrideexisting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":2039,"kind":32,"name":"merge","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.merge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":2040,"kind":32,"name":"populateCustomerDetails","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.populatecustomerdetails-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":2041,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-2.__type-47.locale-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketQueryParameters.__type"},{"id":2042,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2043,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.transferBasketPathParameters"},{"id":2044,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-2.__type-46.organizationid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.transferBasketPathParameters.__type"},{"id":2045,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2046,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsAgentBasketQueryParameters"},{"id":2047,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2.__type-49.siteid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketQueryParameters.__type"},{"id":2048,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-2.__type-49.locale-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketQueryParameters.__type"},{"id":2049,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2050,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsAgentBasketPathParameters"},{"id":2051,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2.__type-48.organizationid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketPathParameters.__type"},{"id":2052,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-2.__type-48.basketid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsAgentBasketPathParameters.__type"},{"id":2053,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2054,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters"},{"id":2055,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51.siteid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters.__type"},{"id":2056,"kind":32,"name":"exchange","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51.exchange","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters.__type"},{"id":2057,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-2.__type-51.locale-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketQueryParameters.__type"},{"id":2058,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2059,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateAsStorefrontBasketPathParameters"},{"id":2060,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2.__type-50.organizationid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketPathParameters.__type"},{"id":2061,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-2.__type-50.basketid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateAsStorefrontBasketPathParameters.__type"},{"id":2062,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2063,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBasketQueryParameters"},{"id":2064,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53.siteid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketQueryParameters.__type"},{"id":2065,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53.removeexternaltax","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketQueryParameters.__type"},{"id":2066,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-2.__type-53.locale-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketQueryParameters.__type"},{"id":2067,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2068,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBasketPathParameters"},{"id":2069,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2.__type-52.organizationid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketPathParameters.__type"},{"id":2070,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-2.__type-52.basketid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBasketPathParameters.__type"},{"id":2071,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2072,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters"},{"id":2073,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.siteid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2074,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.locale-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2075,"kind":32,"name":"useAsShipping","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.useasshipping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2076,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-2.__type-55.removeexternaltax-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketQueryParameters.__type"},{"id":2077,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2078,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateBillingAddressForBasketPathParameters"},{"id":2079,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2.__type-54.organizationid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketPathParameters.__type"},{"id":2080,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-2.__type-54.basketid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateBillingAddressForBasketPathParameters.__type"},{"id":2081,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2082,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateCustomerForBasketQueryParameters"},{"id":2083,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2.__type-57.siteid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketQueryParameters.__type"},{"id":2084,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-2.__type-57.locale-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketQueryParameters.__type"},{"id":2085,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2086,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateCustomerForBasketPathParameters"},{"id":2087,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2.__type-56.organizationid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketPathParameters.__type"},{"id":2088,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-2.__type-56.basketid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateCustomerForBasketPathParameters.__type"},{"id":2089,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2090,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketQueryParameters"},{"id":2091,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.siteid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":2092,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-2.__type-59.locale-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketQueryParameters.__type"},{"id":2093,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2094,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters"},{"id":2095,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.organizationid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":2096,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.basketid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":2097,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-2.__type-58.giftcertificateitemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateGiftCertificateItemInBasketPathParameters.__type"},{"id":2098,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2099,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemInBasketQueryParameters"},{"id":2100,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61.removeexternaltax-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketQueryParameters.__type"},{"id":2101,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61.siteid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketQueryParameters.__type"},{"id":2102,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-2.__type-61.locale-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketQueryParameters.__type"},{"id":2103,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2104,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemInBasketPathParameters"},{"id":2105,"kind":32,"name":"itemId","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60.itemid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketPathParameters.__type"},{"id":2106,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60.organizationid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketPathParameters.__type"},{"id":2107,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-2.__type-60.basketid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemInBasketPathParameters.__type"},{"id":2108,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2109,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters"},{"id":2110,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63.siteid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters.__type"},{"id":2111,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63.removeexternaltax-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters.__type"},{"id":2112,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-2.__type-63.locale-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketQueryParameters.__type"},{"id":2113,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2114,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2.__type-62","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateItemsInBasketPathParameters"},{"id":2115,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2.__type-62.organizationid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketPathParameters.__type"},{"id":2116,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-2.__type-62.basketid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateItemsInBasketPathParameters.__type"},{"id":2117,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2118,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters"},{"id":2119,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.removeexternaltax-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":2120,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.siteid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":2121,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-2.__type-65.locale-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketQueryParameters.__type"},{"id":2122,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2123,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters"},{"id":2124,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":2125,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.organizationid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":2126,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-2.__type-64.basketid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePaymentInstrumentInBasketPathParameters.__type"},{"id":2127,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2128,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketQueryParameters"},{"id":2129,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-2.__type-67.siteid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketQueryParameters.__type"},{"id":2130,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2131,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters"},{"id":2132,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.priceadjustmentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":2133,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.organizationid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":2134,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-2.__type-66.basketid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updatePriceAdjustmentInBasketPathParameters.__type"},{"id":2135,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2136,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2.__type-69","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShipmentForBasketQueryParameters"},{"id":2137,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2.__type-69.siteid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketQueryParameters.__type"},{"id":2138,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-2.__type-69.locale-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketQueryParameters.__type"},{"id":2139,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2140,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters"},{"id":2141,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68.shipmentid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters.__type"},{"id":2142,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68.organizationid-34","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters.__type"},{"id":2143,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-2.__type-68.basketid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShipmentForBasketPathParameters.__type"},{"id":2144,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2145,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters"},{"id":2146,"kind":32,"name":"useAsBilling","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.useasbilling","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2147,"kind":32,"name":"removeExternalTax","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.removeexternaltax-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2148,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.siteid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2149,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-2.__type-71.locale-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentQueryParameters.__type"},{"id":2150,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2151,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters"},{"id":2152,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70.organizationid-35","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters.__type"},{"id":2153,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70.shipmentid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters.__type"},{"id":2154,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-2.__type-70.basketid-32","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingAddressForShipmentPathParameters.__type"},{"id":2155,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2156,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2.__type-73","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingMethodForShipmentQueryParameters"},{"id":2157,"kind":32,"name":"siteId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.siteid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentQueryParameters.__type"},{"id":2158,"kind":32,"name":"locale","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-2.__type-73.locale-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentQueryParameters.__type"},{"id":2159,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2160,"kind":65536,"name":"__type","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters"},{"id":2161,"kind":32,"name":"organizationId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72.organizationid-36","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters.__type"},{"id":2162,"kind":32,"name":"shipmentId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72.shipmentid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters.__type"},{"id":2163,"kind":32,"name":"basketId","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-2.__type-72.basketid-33","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBasketsv2.updateShippingMethodForShipmentPathParameters.__type"},{"id":2164,"kind":4194304,"name":"ShopperBasketsV2PathParameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2pathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2165,"kind":4194304,"name":"ShopperBasketsV2QueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2queryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2166,"kind":4194304,"name":"ShopperBasketsV2Parameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2parameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2167,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbasketsv2.html#shopperbasketspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2168,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2169,"kind":4194304,"name":"ShopperBasketsParameters","url":"modules/shopperbasketsv2.html#shopperbasketsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2170,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2171,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2172,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2173,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2174,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2175,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2176,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2177,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2178,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2179,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2180,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2181,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2182,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2183,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2184,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2185,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2186,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2187,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2188,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.html#createbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2189,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.html#createbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2190,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2191,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2192,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2193,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.html#deletebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2194,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.html#getbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2195,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.html#getbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2196,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2197,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2198,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2199,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2200,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2201,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2202,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2203,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2204,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2205,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.html#mergebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2206,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2207,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2208,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2209,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2210,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2211,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2212,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2213,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2214,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2215,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2216,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2217,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2218,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2219,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.html#transferbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2220,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2221,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2222,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2223,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2224,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2225,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2226,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2227,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2228,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2229,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2230,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2231,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2232,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2233,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2234,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2235,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2236,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2237,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2238,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2239,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2240,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2241,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2242,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2243,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2244,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2245,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2246,"kind":16777216,"name":"ShopperBasketsV2PathParameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2pathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2247,"kind":16777216,"name":"ShopperBasketsV2QueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2queryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2248,"kind":16777216,"name":"ShopperBasketsV2Parameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2parameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2249,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbasketsv2.html#shopperbasketspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2250,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2251,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbasketsv2.html#shopperbasketsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2252,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2253,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2254,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2255,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2256,"kind":16777216,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2257,"kind":16777216,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.html#addcoupontobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2258,"kind":16777216,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2259,"kind":16777216,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#addgiftcertificateitemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2260,"kind":16777216,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.html#additemtobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2261,"kind":16777216,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.html#additemtobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2262,"kind":16777216,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2263,"kind":16777216,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpaymentinstrumenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2264,"kind":16777216,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2265,"kind":16777216,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpriceadjustmenttobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2266,"kind":16777216,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2267,"kind":16777216,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.html#addpricebookstobasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2268,"kind":16777216,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2269,"kind":16777216,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2270,"kind":16777216,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2271,"kind":16777216,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.html#addtaxesforbasketitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2272,"kind":16777216,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.html#createbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2273,"kind":16777216,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.html#createbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2274,"kind":16777216,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2275,"kind":16777216,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#createshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2276,"kind":16777216,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.html#deletebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2277,"kind":16777216,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.html#deletebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2278,"kind":16777216,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.html#getbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2279,"kind":16777216,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.html#getbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2280,"kind":16777216,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2281,"kind":16777216,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpaymentmethodsforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2282,"kind":16777216,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2283,"kind":16777216,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.html#getpricebooksforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2284,"kind":16777216,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2285,"kind":16777216,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.html#getshippingmethodsforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2286,"kind":16777216,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2287,"kind":16777216,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.html#gettaxesfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2288,"kind":16777216,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.html#mergebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2289,"kind":16777216,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.html#mergebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2290,"kind":16777216,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2291,"kind":16777216,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removecouponfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2292,"kind":16777216,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2293,"kind":16777216,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removegiftcertificateitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2294,"kind":16777216,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2295,"kind":16777216,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeitemfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2296,"kind":16777216,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2297,"kind":16777216,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepaymentinstrumentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2298,"kind":16777216,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2299,"kind":16777216,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removepriceadjustmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2300,"kind":16777216,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2301,"kind":16777216,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.html#removeshipmentfrombasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2302,"kind":16777216,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.html#transferbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2303,"kind":16777216,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.html#transferbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2304,"kind":16777216,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2305,"kind":16777216,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasagentbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2306,"kind":16777216,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2307,"kind":16777216,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.html#updateasstorefrontbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2308,"kind":16777216,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2309,"kind":16777216,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2310,"kind":16777216,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2311,"kind":16777216,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatebillingaddressforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2312,"kind":16777216,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2313,"kind":16777216,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.html#updatecustomerforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2314,"kind":16777216,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2315,"kind":16777216,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updategiftcertificateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2316,"kind":16777216,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2317,"kind":16777216,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateiteminbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2318,"kind":16777216,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2319,"kind":16777216,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.html#updateitemsinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2320,"kind":16777216,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2321,"kind":16777216,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepaymentinstrumentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2322,"kind":16777216,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2323,"kind":16777216,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.html#updatepriceadjustmentinbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2324,"kind":16777216,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2325,"kind":16777216,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.html#updateshipmentforbasketpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2326,"kind":16777216,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2327,"kind":16777216,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingaddressforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2328,"kind":16777216,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2329,"kind":16777216,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.html#updateshippingmethodforshipmentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2330,"kind":16777216,"name":"ShopperBasketsV2PathParameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2pathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2331,"kind":16777216,"name":"ShopperBasketsV2QueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2queryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2332,"kind":16777216,"name":"ShopperBasketsV2Parameters","url":"modules/shopperbasketsv2.html#shopperbasketsv2parameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2333,"kind":16777216,"name":"ShopperBasketsPathParameters","url":"modules/shopperbasketsv2.html#shopperbasketspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2334,"kind":16777216,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbasketsv2.html#shopperbasketsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2335,"kind":16777216,"name":"ShopperBasketsParameters","url":"modules/shopperbasketsv2.html#shopperbasketsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2336,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2337,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2338,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2339,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2340,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2341,"kind":16777216,"name":"BasketProductItem","url":"modules/shopperbasketsv2.html#basketproductitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2342,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2343,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2344,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2345,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2346,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2347,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2348,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2349,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2350,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2351,"kind":16777216,"name":"GiftCardRequest","url":"modules/shopperbasketsv2.html#giftcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2352,"kind":16777216,"name":"GiftCardResponse","url":"modules/shopperbasketsv2.html#giftcardresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2353,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2354,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2355,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2356,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2357,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2358,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2359,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2360,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2361,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2362,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2363,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2364,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2365,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2366,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2367,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2368,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2369,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2370,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2371,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2372,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2373,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2374,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2375,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2376,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2377,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2378,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2379,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2380,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2381,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2382,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2383,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2384,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2385,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2386,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2387,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2388,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2389,"kind":2,"name":"ShopperBasketsV2Types","url":"modules/shopperbasketsv2.shopperbasketsv2types.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2390,"kind":4194304,"name":"ShopperBasketsV2PathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shopperbasketsv2pathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2391,"kind":4194304,"name":"ShopperBasketsV2QueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shopperbasketsv2queryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2392,"kind":4194304,"name":"addCouponToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addcoupontobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2393,"kind":4194304,"name":"addCouponToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addcoupontobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2394,"kind":4194304,"name":"addGiftCertificateItemToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addgiftcertificateitemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2395,"kind":4194304,"name":"addGiftCertificateItemToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addgiftcertificateitemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2396,"kind":4194304,"name":"addItemToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#additemtobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2397,"kind":4194304,"name":"addItemToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#additemtobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2398,"kind":4194304,"name":"addPaymentInstrumentToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpaymentinstrumenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2399,"kind":4194304,"name":"addPaymentInstrumentToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpaymentinstrumenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2400,"kind":4194304,"name":"addPriceAdjustmentToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpriceadjustmenttobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2401,"kind":4194304,"name":"addPriceAdjustmentToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpriceadjustmenttobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2402,"kind":4194304,"name":"addPriceBooksToBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpricebookstobasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2403,"kind":4194304,"name":"addPriceBooksToBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addpricebookstobasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2404,"kind":4194304,"name":"addTaxesForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2405,"kind":4194304,"name":"addTaxesForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2406,"kind":4194304,"name":"addTaxesForBasketItemQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2407,"kind":4194304,"name":"addTaxesForBasketItemPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#addtaxesforbasketitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2408,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2409,"kind":4194304,"name":"createBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2410,"kind":4194304,"name":"createBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2411,"kind":4194304,"name":"createShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2412,"kind":4194304,"name":"createShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2413,"kind":4194304,"name":"deleteBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#deletebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2414,"kind":4194304,"name":"deleteBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#deletebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2415,"kind":4194304,"name":"getBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2416,"kind":4194304,"name":"getBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2417,"kind":4194304,"name":"getPaymentMethodsForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpaymentmethodsforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2418,"kind":4194304,"name":"getPaymentMethodsForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpaymentmethodsforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2419,"kind":4194304,"name":"getPriceBooksForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpricebooksforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2420,"kind":4194304,"name":"getPriceBooksForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getpricebooksforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2421,"kind":4194304,"name":"getShippingMethodsForShipmentQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getshippingmethodsforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2422,"kind":4194304,"name":"getShippingMethodsForShipmentPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#getshippingmethodsforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2423,"kind":4194304,"name":"getTaxesFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#gettaxesfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2424,"kind":4194304,"name":"getTaxesFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#gettaxesfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2425,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2426,"kind":4194304,"name":"mergeBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2427,"kind":4194304,"name":"mergeBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2428,"kind":4194304,"name":"removeCouponFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removecouponfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2429,"kind":4194304,"name":"removeCouponFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removecouponfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2430,"kind":4194304,"name":"removeGiftCertificateItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removegiftcertificateitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2431,"kind":4194304,"name":"removeGiftCertificateItemFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removegiftcertificateitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2432,"kind":4194304,"name":"removeItemFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeitemfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2433,"kind":4194304,"name":"removeItemFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeitemfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2434,"kind":4194304,"name":"removePaymentInstrumentFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepaymentinstrumentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2435,"kind":4194304,"name":"removePaymentInstrumentFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepaymentinstrumentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2436,"kind":4194304,"name":"removePriceAdjustmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepriceadjustmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2437,"kind":4194304,"name":"removePriceAdjustmentFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removepriceadjustmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2438,"kind":4194304,"name":"removeShipmentFromBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeshipmentfrombasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2439,"kind":4194304,"name":"removeShipmentFromBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#removeshipmentfrombasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2440,"kind":4194304,"name":"transferBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#transferbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2441,"kind":4194304,"name":"transferBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#transferbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2442,"kind":4194304,"name":"updateAsAgentBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasagentbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2443,"kind":4194304,"name":"updateAsAgentBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasagentbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2444,"kind":4194304,"name":"updateAsStorefrontBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasstorefrontbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2445,"kind":4194304,"name":"updateAsStorefrontBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateasstorefrontbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2446,"kind":4194304,"name":"updateBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2447,"kind":4194304,"name":"updateBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2448,"kind":4194304,"name":"updateBillingAddressForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebillingaddressforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2449,"kind":4194304,"name":"updateBillingAddressForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatebillingaddressforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2450,"kind":4194304,"name":"updateCustomerForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatecustomerforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2451,"kind":4194304,"name":"updateCustomerForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatecustomerforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2452,"kind":4194304,"name":"updateGiftCertificateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updategiftcertificateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2453,"kind":4194304,"name":"updateGiftCertificateItemInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updategiftcertificateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2454,"kind":4194304,"name":"updateItemInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateiteminbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2455,"kind":4194304,"name":"updateItemInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateiteminbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2456,"kind":4194304,"name":"updateItemsInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateitemsinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2457,"kind":4194304,"name":"updateItemsInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateitemsinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2458,"kind":4194304,"name":"updatePaymentInstrumentInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepaymentinstrumentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2459,"kind":4194304,"name":"updatePaymentInstrumentInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepaymentinstrumentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2460,"kind":4194304,"name":"updatePriceAdjustmentInBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepriceadjustmentinbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2461,"kind":4194304,"name":"updatePriceAdjustmentInBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updatepriceadjustmentinbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2462,"kind":4194304,"name":"updateShipmentForBasketQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshipmentforbasketqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2463,"kind":4194304,"name":"updateShipmentForBasketPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshipmentforbasketpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2464,"kind":4194304,"name":"updateShippingAddressForShipmentQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingaddressforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2465,"kind":4194304,"name":"updateShippingAddressForShipmentPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingaddressforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2466,"kind":4194304,"name":"updateShippingMethodForShipmentQueryParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingmethodforshipmentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2467,"kind":4194304,"name":"updateShippingMethodForShipmentPathParameters","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#updateshippingmethodforshipmentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2468,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2469,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2470,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2471,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2472,"kind":4194304,"name":"BasketProductItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketproductitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2473,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2474,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2475,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2476,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2477,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2478,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2479,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2480,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2481,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2482,"kind":4194304,"name":"GiftCardRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#giftcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2483,"kind":4194304,"name":"GiftCardResponse","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#giftcardresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2484,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2485,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2486,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2487,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2488,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2489,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2490,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2491,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2492,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2493,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2494,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2495,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2496,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2497,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2498,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2499,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2500,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2501,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2502,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2503,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2504,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2505,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2506,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2507,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2508,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2509,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2510,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2511,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2512,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2513,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2514,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2515,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2516,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2517,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2518,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2519,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2520,"kind":1,"name":"shopperConfigurations","url":"modules/shopperconfigurations.html","classes":"tsd-kind-module"},{"id":2521,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2522,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2523,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2524,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2525,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2526,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2527,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2528,"kind":128,"name":"ShopperConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperConfigurations"},{"id":2529,"kind":1024,"name":"clientConfig","url":"classes/shopperconfigurations.shopperconfigurations-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2530,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperconfigurations.shopperconfigurations-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2531,"kind":2097152,"name":"apiPaths","url":"classes/shopperconfigurations.shopperconfigurations-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2532,"kind":32,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#apipaths.getconfigurations-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConfigurations.ShopperConfigurations.apiPaths"},{"id":2533,"kind":512,"name":"constructor","url":"classes/shopperconfigurations.shopperconfigurations-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2534,"kind":1024,"name":"paramKeys","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2535,"kind":65536,"name":"__type","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperConfigurations.ShopperConfigurations.paramKeys"},{"id":2536,"kind":32,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys.__type.getconfigurations","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.ShopperConfigurations.paramKeys.__type"},{"id":2537,"kind":32,"name":"getConfigurationsRequired","url":"classes/shopperconfigurations.shopperconfigurations-3.html#paramkeys.__type.getconfigurationsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.ShopperConfigurations.paramKeys.__type"},{"id":2538,"kind":2048,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#getconfigurations-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConfigurations.ShopperConfigurations"},{"id":2539,"kind":4194304,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2540,"kind":65536,"name":"__type","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConfigurations.getConfigurationsQueryParameters"},{"id":2541,"kind":32,"name":"siteId","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.getConfigurationsQueryParameters.__type"},{"id":2542,"kind":4194304,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2543,"kind":65536,"name":"__type","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConfigurations.getConfigurationsPathParameters"},{"id":2544,"kind":32,"name":"organizationId","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConfigurations.getConfigurationsPathParameters.__type"},{"id":2545,"kind":4194304,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.html#shopperconfigurationspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2546,"kind":4194304,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2547,"kind":4194304,"name":"ShopperConfigurationsParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2548,"kind":16777216,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2549,"kind":16777216,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.html#getconfigurationspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2550,"kind":16777216,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.html#shopperconfigurationspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2551,"kind":16777216,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2552,"kind":16777216,"name":"ShopperConfigurationsParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2553,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2554,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2555,"kind":16777216,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#getconfigurationsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2556,"kind":16777216,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.html#getconfigurationspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2557,"kind":16777216,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.html#shopperconfigurationspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2558,"kind":16777216,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2559,"kind":16777216,"name":"ShopperConfigurationsParameters","url":"modules/shopperconfigurations.html#shopperconfigurationsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2560,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2561,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2562,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2563,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2564,"kind":2,"name":"ShopperConfigurationsTypes","url":"modules/shopperconfigurations.shopperconfigurationstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":2565,"kind":4194304,"name":"ShopperConfigurationsPathParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#shopperconfigurationspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2566,"kind":4194304,"name":"ShopperConfigurationsQueryParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#shopperconfigurationsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2567,"kind":4194304,"name":"getConfigurationsQueryParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#getconfigurationsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2568,"kind":4194304,"name":"getConfigurationsPathParameters","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#getconfigurationspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2569,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2570,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#modelconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2571,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#siteconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":2572,"kind":1,"name":"shopperConsents","url":"modules/shopperconsents.html","classes":"tsd-kind-module"},{"id":2573,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConsents"},{"id":2574,"kind":4194304,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2575,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2576,"kind":4194304,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2577,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2578,"kind":4194304,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2579,"kind":4194304,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2580,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2581,"kind":4194304,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2582,"kind":4194304,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2583,"kind":4194304,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2584,"kind":4194304,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2585,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2586,"kind":4194304,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2587,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2588,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2589,"kind":16777216,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2590,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2591,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2592,"kind":16777216,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2593,"kind":16777216,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2594,"kind":16777216,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2595,"kind":16777216,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2596,"kind":16777216,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2597,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2598,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2599,"kind":16777216,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2600,"kind":16777216,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2601,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2602,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2603,"kind":16777216,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2604,"kind":128,"name":"ShopperConsents","url":"classes/shopperconsents.shopperconsents-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperConsents"},{"id":2605,"kind":1024,"name":"clientConfig","url":"classes/shopperconsents.shopperconsents-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperConsents.ShopperConsents"},{"id":2606,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperconsents.shopperconsents-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConsents.ShopperConsents"},{"id":2607,"kind":2097152,"name":"apiPaths","url":"classes/shopperconsents.shopperconsents-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperConsents.ShopperConsents"},{"id":2608,"kind":32,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#apipaths.getsubscriptions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConsents.ShopperConsents.apiPaths"},{"id":2609,"kind":32,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#apipaths.updatesubscription-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConsents.ShopperConsents.apiPaths"},{"id":2610,"kind":32,"name":"updateSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#apipaths.updatesubscriptions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperConsents.ShopperConsents.apiPaths"},{"id":2611,"kind":512,"name":"constructor","url":"classes/shopperconsents.shopperconsents-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperConsents.ShopperConsents"},{"id":2612,"kind":1024,"name":"paramKeys","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperConsents.ShopperConsents"},{"id":2613,"kind":65536,"name":"__type","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperConsents.ShopperConsents.paramKeys"},{"id":2614,"kind":32,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.getsubscriptions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2615,"kind":32,"name":"getSubscriptionsRequired","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.getsubscriptionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2616,"kind":32,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscription","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2617,"kind":32,"name":"updateSubscriptionRequired","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscriptionrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2618,"kind":32,"name":"updateSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscriptions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2619,"kind":32,"name":"updateSubscriptionsRequired","url":"classes/shopperconsents.shopperconsents-3.html#paramkeys.__type.updatesubscriptionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.ShopperConsents.paramKeys.__type"},{"id":2620,"kind":2048,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#getsubscriptions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":2621,"kind":2048,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#updatesubscription-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":2622,"kind":2048,"name":"updateSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#updatesubscriptions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":2623,"kind":4194304,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2624,"kind":4194304,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2625,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.getSubscriptionsQueryParameters"},{"id":2626,"kind":32,"name":"siteId","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2627,"kind":32,"name":"locale","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2628,"kind":32,"name":"tags","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.tags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2629,"kind":32,"name":"expand","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-2.__type-1.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsQueryParameters.__type"},{"id":2630,"kind":4194304,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.html#getsubscriptionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2631,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#getsubscriptionspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.getSubscriptionsPathParameters"},{"id":2632,"kind":32,"name":"organizationId","url":"modules/shopperconsents.html#getsubscriptionspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.getSubscriptionsPathParameters.__type"},{"id":2633,"kind":4194304,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2634,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionQueryParameters"},{"id":2635,"kind":32,"name":"siteId","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionQueryParameters.__type"},{"id":2636,"kind":32,"name":"locale","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionQueryParameters.__type"},{"id":2637,"kind":4194304,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2638,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionPathParameters"},{"id":2639,"kind":32,"name":"organizationId","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionPathParameters.__type"},{"id":2640,"kind":4194304,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2641,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionsQueryParameters"},{"id":2642,"kind":32,"name":"siteId","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionsQueryParameters.__type"},{"id":2643,"kind":32,"name":"locale","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionsQueryParameters.__type"},{"id":2644,"kind":4194304,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2645,"kind":65536,"name":"__type","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperConsents.updateSubscriptionsPathParameters"},{"id":2646,"kind":32,"name":"organizationId","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperConsents.updateSubscriptionsPathParameters.__type"},{"id":2647,"kind":4194304,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.html#shopperconsentspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2648,"kind":4194304,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.html#shopperconsentsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2649,"kind":4194304,"name":"ShopperConsentsParameters","url":"modules/shopperconsents.html#shopperconsentsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":2650,"kind":16777216,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2651,"kind":16777216,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2652,"kind":16777216,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.html#getsubscriptionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2653,"kind":16777216,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2654,"kind":16777216,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.html#updatesubscriptionpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2655,"kind":16777216,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2656,"kind":16777216,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.html#updatesubscriptionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2657,"kind":16777216,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.html#shopperconsentspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2658,"kind":16777216,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.html#shopperconsentsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2659,"kind":16777216,"name":"ShopperConsentsParameters","url":"modules/shopperconsents.html#shopperconsentsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2660,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2661,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2662,"kind":16777216,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2663,"kind":16777216,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.html#getsubscriptionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2664,"kind":16777216,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.html#getsubscriptionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2665,"kind":16777216,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2666,"kind":16777216,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.html#updatesubscriptionpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2667,"kind":16777216,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.html#updatesubscriptionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2668,"kind":16777216,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.html#updatesubscriptionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2669,"kind":16777216,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.html#shopperconsentspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2670,"kind":16777216,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.html#shopperconsentsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2671,"kind":16777216,"name":"ShopperConsentsParameters","url":"modules/shopperconsents.html#shopperconsentsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2672,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2673,"kind":16777216,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2674,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2675,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2676,"kind":16777216,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2677,"kind":16777216,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2678,"kind":16777216,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2679,"kind":16777216,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2680,"kind":16777216,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2681,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2682,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2683,"kind":16777216,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2684,"kind":16777216,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2685,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2686,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2687,"kind":16777216,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":2688,"kind":2,"name":"ShopperConsentsTypes","url":"modules/shopperconsents.shopperconsentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConsents"},{"id":2689,"kind":4194304,"name":"ShopperConsentsPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#shopperconsentspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2690,"kind":4194304,"name":"ShopperConsentsQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#shopperconsentsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2691,"kind":4194304,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.shopperconsentstypes.html#getsubscriptionsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2692,"kind":4194304,"name":"getSubscriptionsQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#getsubscriptionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2693,"kind":4194304,"name":"getSubscriptionsPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#getsubscriptionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2694,"kind":4194304,"name":"updateSubscriptionQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2695,"kind":4194304,"name":"updateSubscriptionPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2696,"kind":4194304,"name":"updateSubscriptionsQueryParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2697,"kind":4194304,"name":"updateSubscriptionsPathParameters","url":"modules/shopperconsents.shopperconsentstypes.html#updatesubscriptionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2698,"kind":4194304,"name":"ChannelType","url":"modules/shopperconsents.shopperconsentstypes.html#channeltype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2699,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.shopperconsentstypes.html#consentstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2700,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2701,"kind":4194304,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionconsenttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2702,"kind":4194304,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptiondefaultstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2703,"kind":4194304,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionbulkrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2704,"kind":4194304,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionbulkresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2705,"kind":4194304,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionerror","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2706,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2707,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2708,"kind":4194304,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2709,"kind":4194304,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionupdateresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2710,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.shopperconsentstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2711,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.shopperconsentstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2712,"kind":4194304,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.shopperconsentstypes.html#subscriptionstatusentry","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":2713,"kind":1,"name":"shopperContext","url":"modules/shoppercontext.html","classes":"tsd-kind-module"},{"id":2714,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperContext"},{"id":2715,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2716,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2717,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-3","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2718,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2719,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2720,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2721,"kind":128,"name":"ShopperContexts","url":"classes/shoppercontext.shoppercontexts-2.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperContext"},{"id":2722,"kind":1024,"name":"clientConfig","url":"classes/shoppercontext.shoppercontexts-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperContext.ShopperContexts"},{"id":2723,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercontext.shoppercontexts-2.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperContext.ShopperContexts"},{"id":2724,"kind":2097152,"name":"apiPaths","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperContext.ShopperContexts"},{"id":2725,"kind":32,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.createshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2726,"kind":32,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.deleteshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2727,"kind":32,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.getshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2728,"kind":32,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#apipaths.updateshoppercontext-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperContext.ShopperContexts.apiPaths"},{"id":2729,"kind":512,"name":"constructor","url":"classes/shoppercontext.shoppercontexts-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperContext.ShopperContexts"},{"id":2730,"kind":1024,"name":"paramKeys","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperContext.ShopperContexts"},{"id":2731,"kind":65536,"name":"__type","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperContext.ShopperContexts.paramKeys"},{"id":2732,"kind":32,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.createshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2733,"kind":32,"name":"createShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.createshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2734,"kind":32,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.deleteshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2735,"kind":32,"name":"deleteShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.deleteshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2736,"kind":32,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.getshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2737,"kind":32,"name":"getShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.getshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2738,"kind":32,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.updateshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2739,"kind":32,"name":"updateShopperContextRequired","url":"classes/shoppercontext.shoppercontexts-2.html#paramkeys.__type.updateshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.ShopperContexts.paramKeys.__type"},{"id":2740,"kind":2048,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#createshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2741,"kind":2048,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#deleteshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2742,"kind":2048,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#getshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2743,"kind":2048,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#updateshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":2744,"kind":4194304,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2745,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.createShopperContextQueryParameters"},{"id":2746,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextQueryParameters.__type"},{"id":2747,"kind":32,"name":"evaluateContextWithClientIp","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-2.__type-1.evaluatecontextwithclientip","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextQueryParameters.__type"},{"id":2748,"kind":4194304,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2749,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.createShopperContextPathParameters"},{"id":2750,"kind":32,"name":"usid","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2.__type.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextPathParameters.__type"},{"id":2751,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#createshoppercontextpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.createShopperContextPathParameters.__type"},{"id":2752,"kind":4194304,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2753,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.deleteShopperContextQueryParameters"},{"id":2754,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.deleteShopperContextQueryParameters.__type"},{"id":2755,"kind":4194304,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2756,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.deleteShopperContextPathParameters"},{"id":2757,"kind":32,"name":"usid","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2.__type-2.usid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.deleteShopperContextPathParameters.__type"},{"id":2758,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.deleteShopperContextPathParameters.__type"},{"id":2759,"kind":4194304,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2760,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.getShopperContextQueryParameters"},{"id":2761,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.getShopperContextQueryParameters.__type"},{"id":2762,"kind":4194304,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2763,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.getShopperContextPathParameters"},{"id":2764,"kind":32,"name":"usid","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2.__type-4.usid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.getShopperContextPathParameters.__type"},{"id":2765,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#getshoppercontextpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.getShopperContextPathParameters.__type"},{"id":2766,"kind":4194304,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2767,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.updateShopperContextQueryParameters"},{"id":2768,"kind":32,"name":"siteId","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextQueryParameters.__type"},{"id":2769,"kind":32,"name":"evaluateContextWithClientIp","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-2.__type-7.evaluatecontextwithclientip-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextQueryParameters.__type"},{"id":2770,"kind":4194304,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2771,"kind":65536,"name":"__type","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContext.updateShopperContextPathParameters"},{"id":2772,"kind":32,"name":"usid","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2.__type-6.usid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextPathParameters.__type"},{"id":2773,"kind":32,"name":"organizationId","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContext.updateShopperContextPathParameters.__type"},{"id":2774,"kind":4194304,"name":"ShopperContextsPathParameters","url":"modules/shoppercontext.html#shoppercontextspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2775,"kind":4194304,"name":"ShopperContextsQueryParameters","url":"modules/shoppercontext.html#shoppercontextsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2776,"kind":4194304,"name":"ShopperContextsParameters","url":"modules/shoppercontext.html#shoppercontextsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2777,"kind":4194304,"name":"ShopperContextPathParameters","url":"modules/shoppercontext.html#shoppercontextpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2778,"kind":4194304,"name":"ShopperContextQueryParameters","url":"modules/shoppercontext.html#shoppercontextqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2779,"kind":4194304,"name":"ShopperContextParameters","url":"modules/shoppercontext.html#shoppercontextparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":2780,"kind":16777216,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.html#createshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2781,"kind":16777216,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.html#createshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2782,"kind":16777216,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2783,"kind":16777216,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2784,"kind":16777216,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.html#getshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2785,"kind":16777216,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.html#getshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2786,"kind":16777216,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2787,"kind":16777216,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.html#updateshoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2788,"kind":16777216,"name":"ShopperContextsPathParameters","url":"modules/shoppercontext.html#shoppercontextspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2789,"kind":16777216,"name":"ShopperContextsQueryParameters","url":"modules/shoppercontext.html#shoppercontextsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2790,"kind":16777216,"name":"ShopperContextsParameters","url":"modules/shoppercontext.html#shoppercontextsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2791,"kind":16777216,"name":"ShopperContextPathParameters","url":"modules/shoppercontext.html#shoppercontextpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2792,"kind":16777216,"name":"ShopperContextQueryParameters","url":"modules/shoppercontext.html#shoppercontextqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2793,"kind":16777216,"name":"ShopperContextParameters","url":"modules/shoppercontext.html#shoppercontextparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2794,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2795,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2796,"kind":16777216,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.html#createshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2797,"kind":16777216,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.html#createshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2798,"kind":16777216,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.html#deleteshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2799,"kind":16777216,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.html#deleteshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2800,"kind":16777216,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.html#getshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2801,"kind":16777216,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.html#getshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2802,"kind":16777216,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.html#updateshoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2803,"kind":16777216,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.html#updateshoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2804,"kind":16777216,"name":"ShopperContextsPathParameters","url":"modules/shoppercontext.html#shoppercontextspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2805,"kind":16777216,"name":"ShopperContextsQueryParameters","url":"modules/shoppercontext.html#shoppercontextsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2806,"kind":16777216,"name":"ShopperContextsParameters","url":"modules/shoppercontext.html#shoppercontextsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2807,"kind":16777216,"name":"ShopperContextPathParameters","url":"modules/shoppercontext.html#shoppercontextpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2808,"kind":16777216,"name":"ShopperContextQueryParameters","url":"modules/shoppercontext.html#shoppercontextqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2809,"kind":16777216,"name":"ShopperContextParameters","url":"modules/shoppercontext.html#shoppercontextparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2810,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2811,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2812,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2813,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":2814,"kind":2,"name":"ShopperContextsTypes","url":"modules/shoppercontext.shoppercontextstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperContext"},{"id":2815,"kind":4194304,"name":"ShopperContextsPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2816,"kind":4194304,"name":"ShopperContextsQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2817,"kind":4194304,"name":"createShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#createshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2818,"kind":4194304,"name":"createShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#createshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2819,"kind":4194304,"name":"deleteShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#deleteshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2820,"kind":4194304,"name":"deleteShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#deleteshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2821,"kind":4194304,"name":"getShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#getshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2822,"kind":4194304,"name":"getShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#getshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2823,"kind":4194304,"name":"updateShopperContextQueryParameters","url":"modules/shoppercontext.shoppercontextstypes.html#updateshoppercontextqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2824,"kind":4194304,"name":"updateShopperContextPathParameters","url":"modules/shoppercontext.shoppercontextstypes.html#updateshoppercontextpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2825,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.shoppercontextstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2826,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2827,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextgeolocation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":2828,"kind":1,"name":"shopperCustomers","url":"modules/shoppercustomers.html","classes":"tsd-kind-module"},{"id":2829,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2830,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2831,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2832,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2833,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2834,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2835,"kind":4194304,"name":"GiftCardResponse","url":"modules/shoppercustomers.html#giftcardresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2836,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2837,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2838,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2839,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2840,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2841,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2842,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2843,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2844,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2845,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2846,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2847,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2848,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2849,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2850,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2851,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2852,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2853,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2854,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2855,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2856,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2857,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2858,"kind":4194304,"name":"BasketProductItem","url":"modules/shoppercustomers.html#basketproductitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2859,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2860,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2861,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2862,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2863,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2864,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2865,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2866,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2867,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2868,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2869,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2870,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2871,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2872,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2873,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2874,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2875,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2876,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2877,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2878,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2879,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2880,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2881,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2882,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2883,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2884,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2885,"kind":4194304,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2886,"kind":4194304,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2887,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2888,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2889,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.html#customer-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2890,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2891,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2892,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2893,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2894,"kind":4194304,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2895,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2896,"kind":4194304,"name":"OrderProductItem","url":"modules/shoppercustomers.html#orderproductitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2897,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2898,"kind":4194304,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2899,"kind":4194304,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2900,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2901,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2902,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2903,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2904,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2905,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2906,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2907,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2908,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2909,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2910,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2911,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2912,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2913,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2914,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2915,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2916,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2917,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2918,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2919,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2920,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2921,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2922,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2923,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2924,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2925,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2926,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2927,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2928,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2929,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2930,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2931,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2932,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2933,"kind":4194304,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2934,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2935,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2936,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2937,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2938,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2939,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2940,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2941,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2942,"kind":16777216,"name":"BasketProductItem","url":"modules/shoppercustomers.html#basketproductitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2943,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2944,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2945,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2946,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2947,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2948,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2949,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2950,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2951,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2952,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2953,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2954,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2955,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2956,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2957,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2958,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2959,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2960,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2961,"kind":16777216,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2962,"kind":16777216,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2963,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2964,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2965,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2966,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2967,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2968,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2969,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2970,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2971,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2972,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2973,"kind":16777216,"name":"GiftCardResponse","url":"modules/shoppercustomers.html#giftcardresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2974,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2975,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2976,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2977,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2978,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2979,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2980,"kind":16777216,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2981,"kind":16777216,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2982,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2983,"kind":16777216,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2984,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2985,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2986,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2987,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2988,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2989,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2990,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2991,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2992,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2993,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2994,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2995,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2996,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2997,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2998,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":2999,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3000,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3001,"kind":16777216,"name":"OrderProductItem","url":"modules/shoppercustomers.html#orderproductitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3002,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3003,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3004,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3005,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3006,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3007,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3008,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3009,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3010,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3011,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3012,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3013,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3014,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3015,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3016,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3017,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3018,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3019,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3020,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3021,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3022,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3023,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3024,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3025,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3026,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3027,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3028,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3029,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3030,"kind":16777216,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3031,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3032,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3033,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3034,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3035,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3036,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3037,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3038,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3039,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3040,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3041,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3042,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3043,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3044,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3045,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3046,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3047,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3048,"kind":128,"name":"ShopperCustomers","url":"classes/shoppercustomers.shoppercustomers-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperCustomers"},{"id":3049,"kind":1024,"name":"clientConfig","url":"classes/shoppercustomers.shoppercustomers-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":3050,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercustomers.shoppercustomers-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":3051,"kind":2097152,"name":"apiPaths","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":3052,"kind":32,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3053,"kind":32,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3054,"kind":32,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3055,"kind":32,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.createcustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3056,"kind":32,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.deletecustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3057,"kind":32,"name":"deleteCustomerPaymentMethodReference","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.deletecustomerpaymentmethodreference-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3058,"kind":32,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.deletecustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3059,"kind":32,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.deletecustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3060,"kind":32,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3061,"kind":32,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3062,"kind":32,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerbaskets-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3063,"kind":32,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerorders-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3064,"kind":32,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3065,"kind":32,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3066,"kind":32,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3067,"kind":32,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getcustomerproductlists-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3068,"kind":32,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getexternalprofile-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3069,"kind":32,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3070,"kind":32,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getpublicproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3071,"kind":32,"name":"getPublicProductListItems","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getpublicproductlistitems-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3072,"kind":32,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getpublicproductlistsbysearchterm-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3073,"kind":32,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.getresetpasswordtoken-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3074,"kind":32,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.registercustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3075,"kind":32,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.registerexternalprofile-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3076,"kind":32,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.removecustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3077,"kind":32,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.resetpassword-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3078,"kind":32,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomer-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3079,"kind":32,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomeraddress-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3080,"kind":32,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerpassword-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3081,"kind":32,"name":"updateCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerpaymentinstrument-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3082,"kind":32,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerproductlist-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3083,"kind":32,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#apipaths.updatecustomerproductlistitem-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperCustomers.ShopperCustomers.apiPaths"},{"id":3084,"kind":512,"name":"constructor","url":"classes/shoppercustomers.shoppercustomers-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":3085,"kind":1024,"name":"paramKeys","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":3086,"kind":65536,"name":"__type","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperCustomers.ShopperCustomers.paramKeys"},{"id":3087,"kind":32,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3088,"kind":32,"name":"createCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3089,"kind":32,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3090,"kind":32,"name":"createCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3091,"kind":32,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3092,"kind":32,"name":"createCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3093,"kind":32,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3094,"kind":32,"name":"createCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.createcustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3095,"kind":32,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3096,"kind":32,"name":"deleteCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3097,"kind":32,"name":"deleteCustomerPaymentMethodReference","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerpaymentmethodreference","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3098,"kind":32,"name":"deleteCustomerPaymentMethodReferenceRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerpaymentmethodreferencerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3099,"kind":32,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3100,"kind":32,"name":"deleteCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3101,"kind":32,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3102,"kind":32,"name":"deleteCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.deletecustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3103,"kind":32,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3104,"kind":32,"name":"getCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3105,"kind":32,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3106,"kind":32,"name":"getCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3107,"kind":32,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerbaskets","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3108,"kind":32,"name":"getCustomerBasketsRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerbasketsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3109,"kind":32,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerorders","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3110,"kind":32,"name":"getCustomerOrdersRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerordersrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3111,"kind":32,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3112,"kind":32,"name":"getCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3113,"kind":32,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3114,"kind":32,"name":"getCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3115,"kind":32,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3116,"kind":32,"name":"getCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3117,"kind":32,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlists","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3118,"kind":32,"name":"getCustomerProductListsRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getcustomerproductlistsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3119,"kind":32,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getexternalprofile","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3120,"kind":32,"name":"getExternalProfileRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getexternalprofilerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3121,"kind":32,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3122,"kind":32,"name":"getProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3123,"kind":32,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3124,"kind":32,"name":"getPublicProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3125,"kind":32,"name":"getPublicProductListItems","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistitems","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3126,"kind":32,"name":"getPublicProductListItemsRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistitemsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3127,"kind":32,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistsbysearchterm","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3128,"kind":32,"name":"getPublicProductListsBySearchTermRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getpublicproductlistsbysearchtermrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3129,"kind":32,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getresetpasswordtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3130,"kind":32,"name":"getResetPasswordTokenRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.getresetpasswordtokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3131,"kind":32,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registercustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3132,"kind":32,"name":"registerCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registercustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3133,"kind":32,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registerexternalprofile","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3134,"kind":32,"name":"registerExternalProfileRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.registerexternalprofilerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3135,"kind":32,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.removecustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3136,"kind":32,"name":"removeCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.removecustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3137,"kind":32,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.resetpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3138,"kind":32,"name":"resetPasswordRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.resetpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3139,"kind":32,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3140,"kind":32,"name":"updateCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3141,"kind":32,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3142,"kind":32,"name":"updateCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3143,"kind":32,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3144,"kind":32,"name":"updateCustomerPasswordRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3145,"kind":32,"name":"updateCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3146,"kind":32,"name":"updateCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3147,"kind":32,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3148,"kind":32,"name":"updateCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3149,"kind":32,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3150,"kind":32,"name":"updateCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-3.html#paramkeys.__type.updatecustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":3151,"kind":2048,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3152,"kind":2048,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3153,"kind":2048,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3154,"kind":2048,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3155,"kind":2048,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3156,"kind":2048,"name":"deleteCustomerPaymentMethodReference","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerpaymentmethodreference-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3157,"kind":2048,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3158,"kind":2048,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3159,"kind":2048,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3160,"kind":2048,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3161,"kind":2048,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerbaskets-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3162,"kind":2048,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerorders-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3163,"kind":2048,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3164,"kind":2048,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3165,"kind":2048,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3166,"kind":2048,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlists-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3167,"kind":2048,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#getexternalprofile-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3168,"kind":2048,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3169,"kind":2048,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3170,"kind":2048,"name":"getPublicProductListItems","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlistitems-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3171,"kind":2048,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlistsbysearchterm-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3172,"kind":2048,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#getresetpasswordtoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3173,"kind":2048,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#registercustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3174,"kind":2048,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#registerexternalprofile-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3175,"kind":2048,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#removecustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3176,"kind":2048,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#resetpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3177,"kind":2048,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3178,"kind":2048,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3179,"kind":2048,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3180,"kind":2048,"name":"updateCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3181,"kind":2048,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3182,"kind":2048,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3183,"kind":4194304,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3184,"kind":4194304,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3185,"kind":4194304,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3186,"kind":4194304,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3187,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerAddressQueryParameters"},{"id":3188,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerAddressQueryParameters.__type"},{"id":3189,"kind":4194304,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3190,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerAddressPathParameters"},{"id":3191,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2.__type.customerid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerAddressPathParameters.__type"},{"id":3192,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerAddressPathParameters.__type"},{"id":3193,"kind":4194304,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3194,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerPaymentInstrumentQueryParameters"},{"id":3195,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerPaymentInstrumentQueryParameters.__type"},{"id":3196,"kind":4194304,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3197,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerPaymentInstrumentPathParameters"},{"id":3198,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2.__type-2.customerid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerPaymentInstrumentPathParameters.__type"},{"id":3199,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerPaymentInstrumentPathParameters.__type"},{"id":3200,"kind":4194304,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3201,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListQueryParameters"},{"id":3202,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListQueryParameters.__type"},{"id":3203,"kind":4194304,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3204,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListPathParameters"},{"id":3205,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2.__type-6.customerid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListPathParameters.__type"},{"id":3206,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListPathParameters.__type"},{"id":3207,"kind":4194304,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3208,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListItemQueryParameters"},{"id":3209,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemQueryParameters.__type"},{"id":3210,"kind":4194304,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3211,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.createCustomerProductListItemPathParameters"},{"id":3212,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4.listid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemPathParameters.__type"},{"id":3213,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4.customerid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemPathParameters.__type"},{"id":3214,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.createCustomerProductListItemPathParameters.__type"},{"id":3215,"kind":4194304,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3216,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerPaymentInstrumentQueryParameters"},{"id":3217,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentQueryParameters.__type"},{"id":3218,"kind":4194304,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3219,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters"},{"id":3220,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters.__type"},{"id":3221,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8.customerid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters.__type"},{"id":3222,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentInstrumentPathParameters.__type"},{"id":3223,"kind":4194304,"name":"deleteCustomerPaymentMethodReferenceQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3224,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencequeryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerPaymentMethodReferenceQueryParameters"},{"id":3225,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencequeryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentMethodReferenceQueryParameters.__type"},{"id":3226,"kind":32,"name":"accountId","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencequeryparameters-2.__type-11.accountid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentMethodReferenceQueryParameters.__type"},{"id":3227,"kind":4194304,"name":"deleteCustomerPaymentMethodReferencePathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3228,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencepathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerPaymentMethodReferencePathParameters"},{"id":3229,"kind":32,"name":"paymentMethodReferenceId","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencepathparameters-2.__type-10.paymentmethodreferenceid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentMethodReferencePathParameters.__type"},{"id":3230,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencepathparameters-2.__type-10.customerid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentMethodReferencePathParameters.__type"},{"id":3231,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencepathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerPaymentMethodReferencePathParameters.__type"},{"id":3232,"kind":4194304,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3233,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListQueryParameters"},{"id":3234,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListQueryParameters.__type"},{"id":3235,"kind":4194304,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3236,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListPathParameters"},{"id":3237,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-14.listid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListPathParameters.__type"},{"id":3238,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-14.customerid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListPathParameters.__type"},{"id":3239,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListPathParameters.__type"},{"id":3240,"kind":4194304,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3241,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListItemQueryParameters"},{"id":3242,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemQueryParameters.__type"},{"id":3243,"kind":4194304,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3244,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters"},{"id":3245,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-12.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3246,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-12.listid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3247,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-12.customerid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3248,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.deleteCustomerProductListItemPathParameters.__type"},{"id":3249,"kind":4194304,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3250,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerQueryParameters"},{"id":3251,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2.__type-31.siteid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerQueryParameters.__type"},{"id":3252,"kind":32,"name":"expand","url":"modules/shoppercustomers.html#getcustomerqueryparameters-2.__type-31.expand-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerQueryParameters.__type"},{"id":3253,"kind":4194304,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.html#getcustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3254,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerpathparameters-2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerPathParameters"},{"id":3255,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerpathparameters-2.__type-22.customerid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPathParameters.__type"},{"id":3256,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerpathparameters-2.__type-22.organizationid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPathParameters.__type"},{"id":3257,"kind":4194304,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3258,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerAddressQueryParameters"},{"id":3259,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressQueryParameters.__type"},{"id":3260,"kind":4194304,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3261,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerAddressPathParameters"},{"id":3262,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-16.addressname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressPathParameters.__type"},{"id":3263,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-16.customerid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressPathParameters.__type"},{"id":3264,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerAddressPathParameters.__type"},{"id":3265,"kind":4194304,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3266,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-2.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerBasketsQueryParameters"},{"id":3267,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-2.__type-19.siteid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerBasketsQueryParameters.__type"},{"id":3268,"kind":4194304,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3269,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerBasketsPathParameters"},{"id":3270,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2.__type-18.customerid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerBasketsPathParameters.__type"},{"id":3271,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-2.__type-18.organizationid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerBasketsPathParameters.__type"},{"id":3272,"kind":4194304,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3273,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerOrdersQueryParameters"},{"id":3274,"kind":32,"name":"crossSites","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.crosssites","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3275,"kind":32,"name":"from","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.from","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3276,"kind":32,"name":"until","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.until","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3277,"kind":32,"name":"status","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.status-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3278,"kind":32,"name":"expand","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3279,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.siteid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3280,"kind":32,"name":"limit","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3281,"kind":32,"name":"offset","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-2.__type-21.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersQueryParameters.__type"},{"id":3282,"kind":4194304,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3283,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerOrdersPathParameters"},{"id":3284,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2.__type-20.customerid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersPathParameters.__type"},{"id":3285,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-2.__type-20.organizationid-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerOrdersPathParameters.__type"},{"id":3286,"kind":4194304,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3287,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-2.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerPaymentInstrumentQueryParameters"},{"id":3288,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-2.__type-24.siteid-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentQueryParameters.__type"},{"id":3289,"kind":4194304,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3290,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters"},{"id":3291,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-23.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters.__type"},{"id":3292,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-23.customerid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters.__type"},{"id":3293,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-2.__type-23.organizationid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerPaymentInstrumentPathParameters.__type"},{"id":3294,"kind":4194304,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3295,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-2.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListQueryParameters"},{"id":3296,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-2.__type-28.siteid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListQueryParameters.__type"},{"id":3297,"kind":4194304,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3298,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListPathParameters"},{"id":3299,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-27.listid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListPathParameters.__type"},{"id":3300,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-27.customerid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListPathParameters.__type"},{"id":3301,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-2.__type-27.organizationid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListPathParameters.__type"},{"id":3302,"kind":4194304,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3303,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-2.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListItemQueryParameters"},{"id":3304,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-2.__type-26.siteid-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemQueryParameters.__type"},{"id":3305,"kind":4194304,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3306,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListItemPathParameters"},{"id":3307,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-25.itemid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3308,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-25.listid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3309,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-25.customerid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3310,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-2.__type-25.organizationid-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListItemPathParameters.__type"},{"id":3311,"kind":4194304,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3312,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListsQueryParameters"},{"id":3313,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-2.__type-30.siteid-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListsQueryParameters.__type"},{"id":3314,"kind":4194304,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3315,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getCustomerProductListsPathParameters"},{"id":3316,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2.__type-29.customerid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListsPathParameters.__type"},{"id":3317,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-2.__type-29.organizationid-15","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getCustomerProductListsPathParameters.__type"},{"id":3318,"kind":4194304,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3319,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getExternalProfileQueryParameters"},{"id":3320,"kind":32,"name":"externalId","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-33.externalid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfileQueryParameters.__type"},{"id":3321,"kind":32,"name":"authenticationProviderId","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-33.authenticationproviderid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfileQueryParameters.__type"},{"id":3322,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-2.__type-33.siteid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfileQueryParameters.__type"},{"id":3323,"kind":4194304,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3324,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-2.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getExternalProfilePathParameters"},{"id":3325,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-2.__type-32.organizationid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getExternalProfilePathParameters.__type"},{"id":3326,"kind":4194304,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3327,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-2.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getProductListItemQueryParameters"},{"id":3328,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-2.__type-35.siteid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemQueryParameters.__type"},{"id":3329,"kind":4194304,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3330,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getProductListItemPathParameters"},{"id":3331,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-34.itemid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemPathParameters.__type"},{"id":3332,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-34.listid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemPathParameters.__type"},{"id":3333,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getproductlistitempathparameters-2.__type-34.organizationid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getProductListItemPathParameters.__type"},{"id":3334,"kind":4194304,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3335,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-2.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListQueryParameters"},{"id":3336,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-2.__type-39.siteid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListQueryParameters.__type"},{"id":3337,"kind":4194304,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3338,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListPathParameters"},{"id":3339,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2.__type-38.listid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListPathParameters.__type"},{"id":3340,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-2.__type-38.organizationid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListPathParameters.__type"},{"id":3341,"kind":4194304,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3342,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListItemsQueryParameters"},{"id":3343,"kind":32,"name":"expand","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2.__type-37.expand-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsQueryParameters.__type"},{"id":3344,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-2.__type-37.siteid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsQueryParameters.__type"},{"id":3345,"kind":4194304,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3346,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListItemsPathParameters"},{"id":3347,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2.__type-36.listid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsPathParameters.__type"},{"id":3348,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-2.__type-36.organizationid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListItemsPathParameters.__type"},{"id":3349,"kind":4194304,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3350,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters"},{"id":3351,"kind":32,"name":"email","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-41.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3352,"kind":32,"name":"firstName","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-41.firstname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3353,"kind":32,"name":"lastName","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-41.lastname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3354,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-2.__type-41.siteid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermQueryParameters.__type"},{"id":3355,"kind":4194304,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3356,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-2.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getPublicProductListsBySearchTermPathParameters"},{"id":3357,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-2.__type-40.organizationid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getPublicProductListsBySearchTermPathParameters.__type"},{"id":3358,"kind":4194304,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3359,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-2.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getResetPasswordTokenQueryParameters"},{"id":3360,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-2.__type-43.siteid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getResetPasswordTokenQueryParameters.__type"},{"id":3361,"kind":4194304,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3362,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-2.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.getResetPasswordTokenPathParameters"},{"id":3363,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-2.__type-42.organizationid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.getResetPasswordTokenPathParameters.__type"},{"id":3364,"kind":4194304,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.html#registercustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3365,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registercustomerqueryparameters-2.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerCustomerQueryParameters"},{"id":3366,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#registercustomerqueryparameters-2.__type-45.siteid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerCustomerQueryParameters.__type"},{"id":3367,"kind":4194304,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.html#registercustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3368,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registercustomerpathparameters-2.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerCustomerPathParameters"},{"id":3369,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#registercustomerpathparameters-2.__type-44.organizationid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerCustomerPathParameters.__type"},{"id":3370,"kind":4194304,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3371,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-2.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerExternalProfileQueryParameters"},{"id":3372,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-2.__type-47.siteid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerExternalProfileQueryParameters.__type"},{"id":3373,"kind":4194304,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3374,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-2.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.registerExternalProfilePathParameters"},{"id":3375,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-2.__type-46.organizationid-23","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.registerExternalProfilePathParameters.__type"},{"id":3376,"kind":4194304,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3377,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-2.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.removeCustomerAddressQueryParameters"},{"id":3378,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-2.__type-49.siteid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressQueryParameters.__type"},{"id":3379,"kind":4194304,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3380,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.removeCustomerAddressPathParameters"},{"id":3381,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-48.addressname-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressPathParameters.__type"},{"id":3382,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-48.customerid-16","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressPathParameters.__type"},{"id":3383,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-2.__type-48.organizationid-24","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.removeCustomerAddressPathParameters.__type"},{"id":3384,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3385,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-2.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.resetPasswordQueryParameters"},{"id":3386,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-2.__type-51.siteid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.resetPasswordQueryParameters.__type"},{"id":3387,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.html#resetpasswordpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3388,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#resetpasswordpathparameters-2.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.resetPasswordPathParameters"},{"id":3389,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#resetpasswordpathparameters-2.__type-50.organizationid-25","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.resetPasswordPathParameters.__type"},{"id":3390,"kind":4194304,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3391,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-2.__type-63","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerQueryParameters"},{"id":3392,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-2.__type-63.siteid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerQueryParameters.__type"},{"id":3393,"kind":4194304,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3394,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2.__type-56","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPathParameters"},{"id":3395,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2.__type-56.customerid-19","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPathParameters.__type"},{"id":3396,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerpathparameters-2.__type-56.organizationid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPathParameters.__type"},{"id":3397,"kind":4194304,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3398,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-2.__type-53","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerAddressQueryParameters"},{"id":3399,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-2.__type-53.siteid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressQueryParameters.__type"},{"id":3400,"kind":4194304,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3401,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerAddressPathParameters"},{"id":3402,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-52.addressname-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressPathParameters.__type"},{"id":3403,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-52.customerid-17","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressPathParameters.__type"},{"id":3404,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-2.__type-52.organizationid-26","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerAddressPathParameters.__type"},{"id":3405,"kind":4194304,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3406,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-2.__type-55","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPasswordQueryParameters"},{"id":3407,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-2.__type-55.siteid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPasswordQueryParameters.__type"},{"id":3408,"kind":4194304,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3409,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2.__type-54","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPasswordPathParameters"},{"id":3410,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2.__type-54.customerid-18","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPasswordPathParameters.__type"},{"id":3411,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-2.__type-54.organizationid-27","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPasswordPathParameters.__type"},{"id":3412,"kind":4194304,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3413,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-2.__type-58","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPaymentInstrumentQueryParameters"},{"id":3414,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-2.__type-58.siteid-28","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentQueryParameters.__type"},{"id":3415,"kind":4194304,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3416,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-57","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters"},{"id":3417,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-57.paymentinstrumentid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters.__type"},{"id":3418,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-57.customerid-20","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters.__type"},{"id":3419,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-2.__type-57.organizationid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerPaymentInstrumentPathParameters.__type"},{"id":3420,"kind":4194304,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3421,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-2.__type-62","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListQueryParameters"},{"id":3422,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-2.__type-62.siteid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListQueryParameters.__type"},{"id":3423,"kind":4194304,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3424,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-61","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListPathParameters"},{"id":3425,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-61.listid-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListPathParameters.__type"},{"id":3426,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-61.customerid-22","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListPathParameters.__type"},{"id":3427,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-2.__type-61.organizationid-31","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListPathParameters.__type"},{"id":3428,"kind":4194304,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3429,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-2.__type-60","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListItemQueryParameters"},{"id":3430,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-2.__type-60.siteid-29","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemQueryParameters.__type"},{"id":3431,"kind":4194304,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3432,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-59","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.updateCustomerProductListItemPathParameters"},{"id":3433,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-59.itemid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3434,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-59.listid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3435,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-59.customerid-21","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3436,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-2.__type-59.organizationid-30","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.updateCustomerProductListItemPathParameters.__type"},{"id":3437,"kind":4194304,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3438,"kind":4194304,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3439,"kind":4194304,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3440,"kind":16777216,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3441,"kind":16777216,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3442,"kind":16777216,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3443,"kind":16777216,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3444,"kind":16777216,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3445,"kind":16777216,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3446,"kind":16777216,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3447,"kind":16777216,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3448,"kind":16777216,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3449,"kind":16777216,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3450,"kind":16777216,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3451,"kind":16777216,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3452,"kind":16777216,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3453,"kind":16777216,"name":"deleteCustomerPaymentMethodReferenceQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3454,"kind":16777216,"name":"deleteCustomerPaymentMethodReferencePathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3455,"kind":16777216,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3456,"kind":16777216,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3457,"kind":16777216,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3458,"kind":16777216,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3459,"kind":16777216,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.html#getcustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3460,"kind":16777216,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.html#getcustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3461,"kind":16777216,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3462,"kind":16777216,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3463,"kind":16777216,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3464,"kind":16777216,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3465,"kind":16777216,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3466,"kind":16777216,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.html#getcustomerorderspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3467,"kind":16777216,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3468,"kind":16777216,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3469,"kind":16777216,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3470,"kind":16777216,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3471,"kind":16777216,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3472,"kind":16777216,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3473,"kind":16777216,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3474,"kind":16777216,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3475,"kind":16777216,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3476,"kind":16777216,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.html#getexternalprofilepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3477,"kind":16777216,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3478,"kind":16777216,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.html#getproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3479,"kind":16777216,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3480,"kind":16777216,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3481,"kind":16777216,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3482,"kind":16777216,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3483,"kind":16777216,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3484,"kind":16777216,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3485,"kind":16777216,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3486,"kind":16777216,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3487,"kind":16777216,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.html#registercustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3488,"kind":16777216,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.html#registercustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3489,"kind":16777216,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3490,"kind":16777216,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3491,"kind":16777216,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3492,"kind":16777216,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3493,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.html#resetpasswordqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3494,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.html#resetpasswordpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3495,"kind":16777216,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.html#updatecustomerqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3496,"kind":16777216,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.html#updatecustomerpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3497,"kind":16777216,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3498,"kind":16777216,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3499,"kind":16777216,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3500,"kind":16777216,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3501,"kind":16777216,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3502,"kind":16777216,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3503,"kind":16777216,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3504,"kind":16777216,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3505,"kind":16777216,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3506,"kind":16777216,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3507,"kind":16777216,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3508,"kind":16777216,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3509,"kind":16777216,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3510,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3511,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3512,"kind":16777216,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3513,"kind":16777216,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3514,"kind":16777216,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3515,"kind":16777216,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#createcustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3516,"kind":16777216,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.html#createcustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3517,"kind":16777216,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3518,"kind":16777216,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#createcustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3519,"kind":16777216,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3520,"kind":16777216,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3521,"kind":16777216,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3522,"kind":16777216,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#createcustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3523,"kind":16777216,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3524,"kind":16777216,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3525,"kind":16777216,"name":"deleteCustomerPaymentMethodReferenceQueryParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3526,"kind":16777216,"name":"deleteCustomerPaymentMethodReferencePathParameters","url":"modules/shoppercustomers.html#deletecustomerpaymentmethodreferencepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3527,"kind":16777216,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3528,"kind":16777216,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3529,"kind":16777216,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3530,"kind":16777216,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#deletecustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3531,"kind":16777216,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.html#getcustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3532,"kind":16777216,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.html#getcustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3533,"kind":16777216,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#getcustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3534,"kind":16777216,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.html#getcustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3535,"kind":16777216,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.html#getcustomerbasketsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3536,"kind":16777216,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.html#getcustomerbasketspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3537,"kind":16777216,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.html#getcustomerordersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3538,"kind":16777216,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.html#getcustomerorderspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3539,"kind":16777216,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3540,"kind":16777216,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#getcustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3541,"kind":16777216,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3542,"kind":16777216,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3543,"kind":16777216,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3544,"kind":16777216,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3545,"kind":16777216,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.html#getcustomerproductlistsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3546,"kind":16777216,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.html#getcustomerproductlistspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3547,"kind":16777216,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.html#getexternalprofilequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3548,"kind":16777216,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.html#getexternalprofilepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3549,"kind":16777216,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.html#getproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3550,"kind":16777216,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.html#getproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3551,"kind":16777216,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3552,"kind":16777216,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3553,"kind":16777216,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3554,"kind":16777216,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistitemspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3555,"kind":16777216,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3556,"kind":16777216,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.html#getpublicproductlistsbysearchtermpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3557,"kind":16777216,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3558,"kind":16777216,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.html#getresetpasswordtokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3559,"kind":16777216,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.html#registercustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3560,"kind":16777216,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.html#registercustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3561,"kind":16777216,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.html#registerexternalprofilequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3562,"kind":16777216,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.html#registerexternalprofilepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3563,"kind":16777216,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#removecustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3564,"kind":16777216,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.html#removecustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3565,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.html#resetpasswordqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3566,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.html#resetpasswordpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3567,"kind":16777216,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.html#updatecustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3568,"kind":16777216,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.html#updatecustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3569,"kind":16777216,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.html#updatecustomeraddressqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3570,"kind":16777216,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.html#updatecustomeraddresspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3571,"kind":16777216,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3572,"kind":16777216,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.html#updatecustomerpasswordpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3573,"kind":16777216,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3574,"kind":16777216,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.html#updatecustomerpaymentinstrumentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3575,"kind":16777216,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3576,"kind":16777216,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3577,"kind":16777216,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitemqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3578,"kind":16777216,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.html#updatecustomerproductlistitempathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3579,"kind":16777216,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3580,"kind":16777216,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3581,"kind":16777216,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3582,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3583,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3584,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3585,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3586,"kind":16777216,"name":"BasketProductItem","url":"modules/shoppercustomers.html#basketproductitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3587,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3588,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3589,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3590,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3591,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3592,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3593,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3594,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3595,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3596,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3597,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3598,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3599,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3600,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3601,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3602,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3603,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3604,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3605,"kind":16777216,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3606,"kind":16777216,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3607,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3608,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3609,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3610,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3611,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3612,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3613,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3614,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3615,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3616,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3617,"kind":16777216,"name":"GiftCardResponse","url":"modules/shoppercustomers.html#giftcardresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3618,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3619,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3620,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3621,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3622,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3623,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3624,"kind":16777216,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3625,"kind":16777216,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3626,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3627,"kind":16777216,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3628,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3629,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3630,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3631,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3632,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3633,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3634,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3635,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3636,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3637,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3638,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3639,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3640,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3641,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3642,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3643,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3644,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3645,"kind":16777216,"name":"OrderProductItem","url":"modules/shoppercustomers.html#orderproductitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3646,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3647,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3648,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3649,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3650,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3651,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3652,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3653,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3654,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3655,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3656,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3657,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3658,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3659,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3660,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3661,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3662,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3663,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3664,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3665,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3666,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3667,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3668,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3669,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3670,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3671,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3672,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3673,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3674,"kind":16777216,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3675,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3676,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3677,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3678,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3679,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3680,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3681,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3682,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3683,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3684,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3685,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3686,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3687,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3688,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3689,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3690,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3691,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3692,"kind":2,"name":"ShopperCustomersTypes","url":"modules/shoppercustomers.shoppercustomerstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3693,"kind":4194304,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#shoppercustomerspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3694,"kind":4194304,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#shoppercustomersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3695,"kind":4194304,"name":"createCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3696,"kind":4194304,"name":"createCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3697,"kind":4194304,"name":"createCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3698,"kind":4194304,"name":"createCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3699,"kind":4194304,"name":"createCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3700,"kind":4194304,"name":"createCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3701,"kind":4194304,"name":"createCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3702,"kind":4194304,"name":"createCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#createcustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3703,"kind":4194304,"name":"deleteCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3704,"kind":4194304,"name":"deleteCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3705,"kind":4194304,"name":"deleteCustomerPaymentMethodReferenceQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerpaymentmethodreferencequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3706,"kind":4194304,"name":"deleteCustomerPaymentMethodReferencePathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerpaymentmethodreferencepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3707,"kind":4194304,"name":"deleteCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3708,"kind":4194304,"name":"deleteCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3709,"kind":4194304,"name":"deleteCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3710,"kind":4194304,"name":"deleteCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#deletecustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3711,"kind":4194304,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3712,"kind":4194304,"name":"getCustomerQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3713,"kind":4194304,"name":"getCustomerPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3714,"kind":4194304,"name":"getCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3715,"kind":4194304,"name":"getCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3716,"kind":4194304,"name":"getCustomerBasketsQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerbasketsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3717,"kind":4194304,"name":"getCustomerBasketsPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerbasketspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3718,"kind":4194304,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerordersexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3719,"kind":4194304,"name":"getCustomerOrdersQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerordersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3720,"kind":4194304,"name":"getCustomerOrdersPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerorderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3721,"kind":4194304,"name":"getCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3722,"kind":4194304,"name":"getCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3723,"kind":4194304,"name":"getCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3724,"kind":4194304,"name":"getCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3725,"kind":4194304,"name":"getCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3726,"kind":4194304,"name":"getCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3727,"kind":4194304,"name":"getCustomerProductListsQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3728,"kind":4194304,"name":"getCustomerProductListsPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerproductlistspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3729,"kind":4194304,"name":"getExternalProfileQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getexternalprofilequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3730,"kind":4194304,"name":"getExternalProfilePathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getexternalprofilepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3731,"kind":4194304,"name":"getProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3732,"kind":4194304,"name":"getProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3733,"kind":4194304,"name":"getPublicProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3734,"kind":4194304,"name":"getPublicProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3735,"kind":4194304,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistitemsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3736,"kind":4194304,"name":"getPublicProductListItemsQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistitemsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3737,"kind":4194304,"name":"getPublicProductListItemsPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistitemspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3738,"kind":4194304,"name":"getPublicProductListsBySearchTermQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistsbysearchtermqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3739,"kind":4194304,"name":"getPublicProductListsBySearchTermPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistsbysearchtermpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3740,"kind":4194304,"name":"getResetPasswordTokenQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getresetpasswordtokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3741,"kind":4194304,"name":"getResetPasswordTokenPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#getresetpasswordtokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3742,"kind":4194304,"name":"registerCustomerQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registercustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3743,"kind":4194304,"name":"registerCustomerPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registercustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3744,"kind":4194304,"name":"registerExternalProfileQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registerexternalprofilequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3745,"kind":4194304,"name":"registerExternalProfilePathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#registerexternalprofilepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3746,"kind":4194304,"name":"removeCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#removecustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3747,"kind":4194304,"name":"removeCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#removecustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3748,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3749,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3750,"kind":4194304,"name":"updateCustomerQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3751,"kind":4194304,"name":"updateCustomerPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3752,"kind":4194304,"name":"updateCustomerAddressQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomeraddressqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3753,"kind":4194304,"name":"updateCustomerAddressPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomeraddresspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3754,"kind":4194304,"name":"updateCustomerPasswordQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpasswordqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3755,"kind":4194304,"name":"updateCustomerPasswordPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpasswordpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3756,"kind":4194304,"name":"updateCustomerPaymentInstrumentQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpaymentinstrumentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3757,"kind":4194304,"name":"updateCustomerPaymentInstrumentPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerpaymentinstrumentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3758,"kind":4194304,"name":"updateCustomerProductListQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3759,"kind":4194304,"name":"updateCustomerProductListPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3760,"kind":4194304,"name":"updateCustomerProductListItemQueryParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistitemqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3761,"kind":4194304,"name":"updateCustomerProductListItemPathParameters","url":"modules/shoppercustomers.shoppercustomerstypes.html#updatecustomerproductlistitempathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3762,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.shoppercustomerstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3763,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3764,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3765,"kind":4194304,"name":"BasketProductItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketproductitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3766,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3767,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3768,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.shoppercustomerstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3769,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3770,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3771,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.shoppercustomerstypes.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3772,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerauthtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3773,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3774,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddressinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3775,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerextprofilerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3776,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerexternalprofile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3777,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3778,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerorderresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3779,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3780,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3781,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3782,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3783,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentupdaterequestpaymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3784,"kind":4194304,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentmethodreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3785,"kind":4194304,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentmethodreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3786,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3787,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3788,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3789,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3790,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3791,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3792,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerregistration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3793,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.shoppercustomerstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3794,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3795,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.shoppercustomerstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3796,"kind":4194304,"name":"GiftCardResponse","url":"modules/shoppercustomers.shoppercustomerstypes.html#giftcardresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3797,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3798,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3799,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.shoppercustomerstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3800,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3801,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.shoppercustomerstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3802,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.shoppercustomerstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3803,"kind":4194304,"name":"OmsData","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3804,"kind":4194304,"name":"OmsProductData","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsproductdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3805,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsproductdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3806,"kind":4194304,"name":"OmsShipment","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsshipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3807,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsshipmentitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3808,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.shoppercustomerstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3809,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3810,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3811,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.shoppercustomerstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3812,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3813,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3814,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3815,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3816,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3817,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3818,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3819,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3820,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3821,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3822,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3823,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3824,"kind":4194304,"name":"OrderProductItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderproductitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3825,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.shoppercustomerstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3826,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3827,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#passwordchangerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3828,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentbankaccountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3829,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3830,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.shoppercustomerstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3831,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.shoppercustomerstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3832,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.shoppercustomerstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3833,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3834,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3835,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3836,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3837,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistevent","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3838,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3839,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3840,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3841,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3842,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3843,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistshippingaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3844,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3845,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3846,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.shoppercustomerstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3847,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3848,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3849,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3850,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfotypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3851,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3852,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3853,"kind":4194304,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitemresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3854,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3855,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3856,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3857,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3858,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtoken","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3859,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3860,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3861,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3862,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3863,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3864,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3865,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3866,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.shoppercustomerstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3867,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.shoppercustomerstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3868,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3869,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3870,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3871,"kind":1,"name":"shopperExperience","url":"modules/shopperexperience.html","classes":"tsd-kind-module"},{"id":3872,"kind":32,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperExperience"},{"id":3873,"kind":4194304,"name":"Region","url":"modules/shopperexperience.html#region-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3874,"kind":4194304,"name":"Component","url":"modules/shopperexperience.html#component-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3875,"kind":4194304,"name":"Content","url":"modules/shopperexperience.html#content-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3876,"kind":4194304,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3877,"kind":4194304,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3878,"kind":4194304,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3879,"kind":4194304,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3880,"kind":4194304,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3881,"kind":4194304,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3882,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3883,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3884,"kind":4194304,"name":"Page","url":"modules/shopperexperience.html#page-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3885,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3886,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3887,"kind":4194304,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3888,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3889,"kind":16777216,"name":"Content","url":"modules/shopperexperience.html#content","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3890,"kind":16777216,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3891,"kind":16777216,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3892,"kind":16777216,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3893,"kind":16777216,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3894,"kind":16777216,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3895,"kind":16777216,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3896,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3897,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3898,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3899,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3900,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3901,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3902,"kind":16777216,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3903,"kind":128,"name":"ShopperExperience","url":"classes/shopperexperience.shopperexperience-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperExperience"},{"id":3904,"kind":1024,"name":"clientConfig","url":"classes/shopperexperience.shopperexperience-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":3905,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperexperience.shopperexperience-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":3906,"kind":2097152,"name":"apiPaths","url":"classes/shopperexperience.shopperexperience-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":3907,"kind":32,"name":"getContent","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getcontent-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3908,"kind":32,"name":"getContentFolder","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getcontentfolder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3909,"kind":32,"name":"getContentFolders","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getcontentfolders-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3910,"kind":32,"name":"getMultipleContent","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getmultiplecontent-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3911,"kind":32,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getpage-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3912,"kind":32,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.getpages-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3913,"kind":32,"name":"searchContent","url":"classes/shopperexperience.shopperexperience-3.html#apipaths.searchcontent-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperExperience.ShopperExperience.apiPaths"},{"id":3914,"kind":512,"name":"constructor","url":"classes/shopperexperience.shopperexperience-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":3915,"kind":1024,"name":"paramKeys","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":3916,"kind":65536,"name":"__type","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperExperience.ShopperExperience.paramKeys"},{"id":3917,"kind":32,"name":"getContent","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontent","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3918,"kind":32,"name":"getContentRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3919,"kind":32,"name":"getContentFolder","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfolder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3920,"kind":32,"name":"getContentFolderRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfolderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3921,"kind":32,"name":"getContentFolders","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfolders","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3922,"kind":32,"name":"getContentFoldersRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getcontentfoldersrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3923,"kind":32,"name":"getMultipleContent","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getmultiplecontent","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3924,"kind":32,"name":"getMultipleContentRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getmultiplecontentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3925,"kind":32,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpage","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3926,"kind":32,"name":"getPageRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpagerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3927,"kind":32,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3928,"kind":32,"name":"getPagesRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.getpagesrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3929,"kind":32,"name":"searchContent","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.searchcontent","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3930,"kind":32,"name":"searchContentRequired","url":"classes/shopperexperience.shopperexperience-3.html#paramkeys.__type.searchcontentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":3931,"kind":2048,"name":"getContent","url":"classes/shopperexperience.shopperexperience-3.html#getcontent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3932,"kind":2048,"name":"getContentFolder","url":"classes/shopperexperience.shopperexperience-3.html#getcontentfolder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3933,"kind":2048,"name":"getContentFolders","url":"classes/shopperexperience.shopperexperience-3.html#getcontentfolders-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3934,"kind":2048,"name":"getMultipleContent","url":"classes/shopperexperience.shopperexperience-3.html#getmultiplecontent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3935,"kind":2048,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#getpage-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3936,"kind":2048,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#getpages-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3937,"kind":2048,"name":"searchContent","url":"classes/shopperexperience.shopperexperience-3.html#searchcontent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3938,"kind":4194304,"name":"getContentQueryParameters","url":"modules/shopperexperience.html#getcontentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3939,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentQueryParameters"},{"id":3940,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getcontentqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentQueryParameters.__type"},{"id":3941,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getcontentqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentQueryParameters.__type"},{"id":3942,"kind":4194304,"name":"getContentPathParameters","url":"modules/shopperexperience.html#getcontentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3943,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentPathParameters"},{"id":3944,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getcontentpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentPathParameters.__type"},{"id":3945,"kind":32,"name":"id","url":"modules/shopperexperience.html#getcontentpathparameters-2.__type-4.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentPathParameters.__type"},{"id":3946,"kind":4194304,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3947,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFolderQueryParameters"},{"id":3948,"kind":32,"name":"levels","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1.levels","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderQueryParameters.__type"},{"id":3949,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderQueryParameters.__type"},{"id":3950,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderQueryParameters.__type"},{"id":3951,"kind":4194304,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3952,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFolderPathParameters"},{"id":3953,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderPathParameters.__type"},{"id":3954,"kind":32,"name":"id","url":"modules/shopperexperience.html#getcontentfolderpathparameters-2.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFolderPathParameters.__type"},{"id":3955,"kind":4194304,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3956,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFoldersQueryParameters"},{"id":3957,"kind":32,"name":"ids","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3958,"kind":32,"name":"levels","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.levels-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3959,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3960,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersQueryParameters.__type"},{"id":3961,"kind":4194304,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.html#getcontentfolderspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3962,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getcontentfolderspathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getContentFoldersPathParameters"},{"id":3963,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getcontentfolderspathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getContentFoldersPathParameters.__type"},{"id":3964,"kind":4194304,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3965,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getMultipleContentQueryParameters"},{"id":3966,"kind":32,"name":"ids","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7.ids-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentQueryParameters.__type"},{"id":3967,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentQueryParameters.__type"},{"id":3968,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentQueryParameters.__type"},{"id":3969,"kind":4194304,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3970,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getMultipleContentPathParameters"},{"id":3971,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getMultipleContentPathParameters.__type"},{"id":3972,"kind":4194304,"name":"getPageQueryParameters","url":"modules/shopperexperience.html#getpagequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3973,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPageQueryParameters"},{"id":3974,"kind":32,"name":"aspectAttributes","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.aspectattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3975,"kind":32,"name":"parameters","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.parameters","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3976,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3977,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getpagequeryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPageQueryParameters.__type"},{"id":3978,"kind":4194304,"name":"getPagePathParameters","url":"modules/shopperexperience.html#getpagepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3979,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagepathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPagePathParameters"},{"id":3980,"kind":32,"name":"pageId","url":"modules/shopperexperience.html#getpagepathparameters-2.__type-8.pageid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagePathParameters.__type"},{"id":3981,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getpagepathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagePathParameters.__type"},{"id":3982,"kind":4194304,"name":"getPagesQueryParameters","url":"modules/shopperexperience.html#getpagesqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3983,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPagesQueryParameters"},{"id":3984,"kind":32,"name":"categoryId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.categoryid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3985,"kind":32,"name":"productId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3986,"kind":32,"name":"aspectTypeId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.aspecttypeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3987,"kind":32,"name":"aspectAttributes","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.aspectattributes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3988,"kind":32,"name":"parameters","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.parameters-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3989,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3990,"kind":32,"name":"locale","url":"modules/shopperexperience.html#getpagesqueryparameters-2.__type-11.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesQueryParameters.__type"},{"id":3991,"kind":4194304,"name":"getPagesPathParameters","url":"modules/shopperexperience.html#getpagespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3992,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#getpagespathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.getPagesPathParameters"},{"id":3993,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#getpagespathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.getPagesPathParameters.__type"},{"id":3994,"kind":4194304,"name":"searchContentQueryParameters","url":"modules/shopperexperience.html#searchcontentqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3995,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.searchContentQueryParameters"},{"id":3996,"kind":32,"name":"q","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.q","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3997,"kind":32,"name":"refine","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.refine","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3998,"kind":32,"name":"sort","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.sort","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":3999,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":4000,"kind":32,"name":"locale","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":4001,"kind":32,"name":"limit","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":4002,"kind":32,"name":"offset","url":"modules/shopperexperience.html#searchcontentqueryparameters-2.__type-13.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentQueryParameters.__type"},{"id":4003,"kind":4194304,"name":"searchContentPathParameters","url":"modules/shopperexperience.html#searchcontentpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":4004,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#searchcontentpathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.searchContentPathParameters"},{"id":4005,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#searchcontentpathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.searchContentPathParameters.__type"},{"id":4006,"kind":4194304,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":4007,"kind":4194304,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":4008,"kind":4194304,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":4009,"kind":16777216,"name":"getContentQueryParameters","url":"modules/shopperexperience.html#getcontentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4010,"kind":16777216,"name":"getContentPathParameters","url":"modules/shopperexperience.html#getcontentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4011,"kind":16777216,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.html#getcontentfolderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4012,"kind":16777216,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.html#getcontentfolderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4013,"kind":16777216,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4014,"kind":16777216,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.html#getcontentfolderspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4015,"kind":16777216,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4016,"kind":16777216,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.html#getmultiplecontentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4017,"kind":16777216,"name":"getPageQueryParameters","url":"modules/shopperexperience.html#getpagequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4018,"kind":16777216,"name":"getPagePathParameters","url":"modules/shopperexperience.html#getpagepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4019,"kind":16777216,"name":"getPagesQueryParameters","url":"modules/shopperexperience.html#getpagesqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4020,"kind":16777216,"name":"getPagesPathParameters","url":"modules/shopperexperience.html#getpagespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4021,"kind":16777216,"name":"searchContentQueryParameters","url":"modules/shopperexperience.html#searchcontentqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4022,"kind":16777216,"name":"searchContentPathParameters","url":"modules/shopperexperience.html#searchcontentpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4023,"kind":16777216,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4024,"kind":16777216,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4025,"kind":16777216,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4026,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4027,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4028,"kind":16777216,"name":"getContentQueryParameters","url":"modules/shopperexperience.html#getcontentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4029,"kind":16777216,"name":"getContentPathParameters","url":"modules/shopperexperience.html#getcontentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4030,"kind":16777216,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.html#getcontentfolderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4031,"kind":16777216,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.html#getcontentfolderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4032,"kind":16777216,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.html#getcontentfoldersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4033,"kind":16777216,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.html#getcontentfolderspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4034,"kind":16777216,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.html#getmultiplecontentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4035,"kind":16777216,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.html#getmultiplecontentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4036,"kind":16777216,"name":"getPageQueryParameters","url":"modules/shopperexperience.html#getpagequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4037,"kind":16777216,"name":"getPagePathParameters","url":"modules/shopperexperience.html#getpagepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4038,"kind":16777216,"name":"getPagesQueryParameters","url":"modules/shopperexperience.html#getpagesqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4039,"kind":16777216,"name":"getPagesPathParameters","url":"modules/shopperexperience.html#getpagespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4040,"kind":16777216,"name":"searchContentQueryParameters","url":"modules/shopperexperience.html#searchcontentqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4041,"kind":16777216,"name":"searchContentPathParameters","url":"modules/shopperexperience.html#searchcontentpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4042,"kind":16777216,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4043,"kind":16777216,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4044,"kind":16777216,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4045,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4046,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4047,"kind":16777216,"name":"Content","url":"modules/shopperexperience.html#content-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4048,"kind":16777216,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4049,"kind":16777216,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4050,"kind":16777216,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4051,"kind":16777216,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4052,"kind":16777216,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4053,"kind":16777216,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4054,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4055,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4056,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4057,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4058,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4059,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4060,"kind":16777216,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":4061,"kind":2,"name":"ShopperExperienceTypes","url":"modules/shopperexperience.shopperexperiencetypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperExperience"},{"id":4062,"kind":4194304,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#shopperexperiencepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4063,"kind":4194304,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#shopperexperiencequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4064,"kind":4194304,"name":"getContentQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4065,"kind":4194304,"name":"getContentPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4066,"kind":4194304,"name":"getContentFolderQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfolderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4067,"kind":4194304,"name":"getContentFolderPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfolderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4068,"kind":4194304,"name":"getContentFoldersQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfoldersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4069,"kind":4194304,"name":"getContentFoldersPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getcontentfolderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4070,"kind":4194304,"name":"getMultipleContentQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getmultiplecontentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4071,"kind":4194304,"name":"getMultipleContentPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getmultiplecontentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4072,"kind":4194304,"name":"getPageQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4073,"kind":4194304,"name":"getPagePathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4074,"kind":4194304,"name":"getPagesQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4075,"kind":4194304,"name":"getPagesPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#getpagespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4076,"kind":4194304,"name":"searchContentQueryParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#searchcontentqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4077,"kind":4194304,"name":"searchContentPathParameters","url":"modules/shopperexperience.shopperexperiencetypes.html#searchcontentpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4078,"kind":4194304,"name":"Component","url":"modules/shopperexperience.shopperexperiencetypes.html#component","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4079,"kind":4194304,"name":"Content","url":"modules/shopperexperience.shopperexperiencetypes.html#content","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4080,"kind":4194304,"name":"ContentFolder","url":"modules/shopperexperience.shopperexperiencetypes.html#contentfolder","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4081,"kind":4194304,"name":"ContentFolderResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentfolderresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4082,"kind":4194304,"name":"ContentResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4083,"kind":4194304,"name":"ContentSearchRefinement","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4084,"kind":4194304,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4085,"kind":4194304,"name":"ContentSearchResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4086,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.shopperexperiencetypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4087,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.shopperexperiencetypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4088,"kind":4194304,"name":"Page","url":"modules/shopperexperience.shopperexperiencetypes.html#page","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4089,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.shopperexperiencetypes.html#pageresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4090,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperexperience.shopperexperiencetypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4091,"kind":4194304,"name":"Region","url":"modules/shopperexperience.shopperexperiencetypes.html#region","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4092,"kind":4194304,"name":"ResultBase","url":"modules/shopperexperience.shopperexperiencetypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":4093,"kind":1,"name":"shopperGiftCertificates","url":"modules/shoppergiftcertificates.html","classes":"tsd-kind-module"},{"id":4094,"kind":32,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4095,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4096,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4097,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4098,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4099,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4100,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4101,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4102,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4103,"kind":128,"name":"ShopperGiftCertificates","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperGiftCertificates"},{"id":4104,"kind":1024,"name":"clientConfig","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4105,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4106,"kind":2097152,"name":"apiPaths","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4107,"kind":32,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#apipaths.getgiftcertificate-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.apiPaths"},{"id":4108,"kind":512,"name":"constructor","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4109,"kind":1024,"name":"paramKeys","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4110,"kind":65536,"name":"__type","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys"},{"id":4111,"kind":32,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys.__type.getgiftcertificate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys.__type"},{"id":4112,"kind":32,"name":"getGiftCertificateRequired","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#paramkeys.__type.getgiftcertificaterequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys.__type"},{"id":4113,"kind":2048,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#getgiftcertificate-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":4114,"kind":4194304,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4115,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.getGiftCertificateQueryParameters"},{"id":4116,"kind":32,"name":"siteId","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.getGiftCertificateQueryParameters.__type"},{"id":4117,"kind":4194304,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4118,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.getGiftCertificatePathParameters"},{"id":4119,"kind":32,"name":"organizationId","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.getGiftCertificatePathParameters.__type"},{"id":4120,"kind":4194304,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4121,"kind":4194304,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4122,"kind":4194304,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4123,"kind":16777216,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4124,"kind":16777216,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4125,"kind":16777216,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4126,"kind":16777216,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4127,"kind":16777216,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4128,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4129,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4130,"kind":16777216,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatequeryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4131,"kind":16777216,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.html#getgiftcertificatepathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4132,"kind":16777216,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4133,"kind":16777216,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4134,"kind":16777216,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4135,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4136,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4137,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4138,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4139,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4140,"kind":2,"name":"ShopperGiftCertificatesTypes","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":4141,"kind":4194304,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#shoppergiftcertificatespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4142,"kind":4194304,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#shoppergiftcertificatesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4143,"kind":4194304,"name":"getGiftCertificateQueryParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#getgiftcertificatequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4144,"kind":4194304,"name":"getGiftCertificatePathParameters","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#getgiftcertificatepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4145,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4146,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4147,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4148,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":4149,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4150,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4151,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4152,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4153,"kind":16777216,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4154,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4155,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4156,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4157,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4158,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4159,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4160,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4161,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4162,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4163,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4164,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4165,"kind":16777216,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.html#authenticatecustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4166,"kind":16777216,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.html#authenticatecustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4167,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4168,"kind":16777216,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.html#authorizecustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4169,"kind":16777216,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.html#authorizecustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4170,"kind":16777216,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4171,"kind":16777216,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.html#authorizepasswordlesscustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4172,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4173,"kind":16777216,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4174,"kind":16777216,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.html#authorizewebauthnregistrationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4175,"kind":16777216,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4176,"kind":16777216,"name":"deletePasskeyCredentialQueryParameters","url":"modules/shopperlogin.html#deletepasskeycredentialqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4177,"kind":16777216,"name":"deletePasskeyCredentialPathParameters","url":"modules/shopperlogin.html#deletepasskeycredentialpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4178,"kind":16777216,"name":"deletePasskeyUserQueryParameters","url":"modules/shopperlogin.html#deletepasskeyuserqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4179,"kind":16777216,"name":"deletePasskeyUserPathParameters","url":"modules/shopperlogin.html#deletepasskeyuserpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4180,"kind":16777216,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4181,"kind":16777216,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#finishwebauthnauthenticationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4182,"kind":16777216,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4183,"kind":16777216,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#finishwebauthnuserregistrationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4184,"kind":16777216,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.html#getaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4185,"kind":16777216,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.html#getaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4186,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4187,"kind":16777216,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.html#getjwksuriqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4188,"kind":16777216,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.html#getjwksuripathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4189,"kind":16777216,"name":"getPasskeyUserByLoginIdQueryParameters","url":"modules/shopperlogin.html#getpasskeyuserbyloginidqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4190,"kind":16777216,"name":"getPasskeyUserByLoginIdPathParameters","url":"modules/shopperlogin.html#getpasskeyuserbyloginidpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4191,"kind":16777216,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4192,"kind":16777216,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.html#getpasswordlessaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4193,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4194,"kind":16777216,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.html#getpasswordresettokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4195,"kind":16777216,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.html#getpasswordresettokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4196,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4197,"kind":16777216,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4198,"kind":16777216,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4199,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4200,"kind":16777216,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4201,"kind":16777216,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4202,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4203,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4204,"kind":16777216,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4205,"kind":16777216,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4206,"kind":16777216,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4207,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4208,"kind":16777216,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.html#getuserinfoqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4209,"kind":16777216,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.html#getuserinfopathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4210,"kind":16777216,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4211,"kind":16777216,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.html#getwellknownopenidconfigurationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4212,"kind":16777216,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.html#introspecttokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4213,"kind":16777216,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.html#introspecttokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4214,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4215,"kind":16777216,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.html#logoutcustomerqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4216,"kind":16777216,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.html#logoutcustomerpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4217,"kind":16777216,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.html#resetpasswordqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4218,"kind":16777216,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.html#resetpasswordpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4219,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4220,"kind":16777216,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.html#revoketokenqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4221,"kind":16777216,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.html#revoketokenpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4222,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4223,"kind":16777216,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4224,"kind":16777216,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.html#startwebauthnauthenticationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4225,"kind":16777216,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4226,"kind":16777216,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4227,"kind":16777216,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.html#startwebauthnuserregistrationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4228,"kind":16777216,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4229,"kind":16777216,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4230,"kind":16777216,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4231,"kind":16777216,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4232,"kind":16777216,"name":"AuthPathParameters","url":"modules/shopperlogin.html#authpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4233,"kind":16777216,"name":"AuthQueryParameters","url":"modules/shopperlogin.html#authqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4234,"kind":16777216,"name":"AuthParameters","url":"modules/shopperlogin.html#authparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4235,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4236,"kind":16777216,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4237,"kind":16777216,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4238,"kind":16777216,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4239,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4240,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4241,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4242,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4243,"kind":16777216,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4244,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4245,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4246,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4247,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4248,"kind":16777216,"name":"PasskeyCredential","url":"modules/shopperlogin.html#passkeycredential-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4249,"kind":16777216,"name":"PasskeyUser","url":"modules/shopperlogin.html#passkeyuser-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4250,"kind":16777216,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4251,"kind":16777216,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4252,"kind":16777216,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4253,"kind":16777216,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4254,"kind":16777216,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4255,"kind":16777216,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4256,"kind":16777216,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4257,"kind":16777216,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4258,"kind":16777216,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4259,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4260,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4261,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4262,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4263,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4264,"kind":2,"name":"ShopperLoginTypes","url":"modules/shopperlogin.shopperlogintypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperLogin"},{"id":4265,"kind":4194304,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#shopperloginpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4266,"kind":4194304,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#shopperloginqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4267,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4268,"kind":4194304,"name":"authenticateCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4269,"kind":4194304,"name":"authenticateCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4270,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4271,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerscopeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4272,"kind":4194304,"name":"authorizeCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4273,"kind":4194304,"name":"authorizeCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4274,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4275,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4276,"kind":4194304,"name":"authorizePasswordlessCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4277,"kind":4194304,"name":"authorizePasswordlessCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4278,"kind":4194304,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4279,"kind":4194304,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4280,"kind":4194304,"name":"authorizeWebauthnRegistrationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4281,"kind":4194304,"name":"authorizeWebauthnRegistrationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4282,"kind":4194304,"name":"deletePasskeyCredentialQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#deletepasskeycredentialqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4283,"kind":4194304,"name":"deletePasskeyCredentialPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#deletepasskeycredentialpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4284,"kind":4194304,"name":"deletePasskeyUserQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#deletepasskeyuserqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4285,"kind":4194304,"name":"deletePasskeyUserPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#deletepasskeyuserpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4286,"kind":4194304,"name":"finishWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnauthenticationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4287,"kind":4194304,"name":"finishWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnauthenticationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4288,"kind":4194304,"name":"finishWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnuserregistrationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4289,"kind":4194304,"name":"finishWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#finishwebauthnuserregistrationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4290,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4291,"kind":4194304,"name":"getAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4292,"kind":4194304,"name":"getAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4293,"kind":4194304,"name":"getJwksUriQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getjwksuriqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4294,"kind":4194304,"name":"getJwksUriPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getjwksuripathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4295,"kind":4194304,"name":"getPasskeyUserByLoginIdQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasskeyuserbyloginidqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4296,"kind":4194304,"name":"getPasskeyUserByLoginIdPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasskeyuserbyloginidpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4297,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4298,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4299,"kind":4194304,"name":"getPasswordLessAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4300,"kind":4194304,"name":"getPasswordLessAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4301,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4302,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4303,"kind":4194304,"name":"getPasswordResetTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4304,"kind":4194304,"name":"getPasswordResetTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4305,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4306,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4307,"kind":4194304,"name":"getSessionBridgeAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4308,"kind":4194304,"name":"getSessionBridgeAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4309,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4310,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4311,"kind":4194304,"name":"getTrustedAgentAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4312,"kind":4194304,"name":"getTrustedAgentAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4313,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4314,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4315,"kind":4194304,"name":"getTrustedAgentAuthorizationTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4316,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4317,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4318,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4319,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4320,"kind":4194304,"name":"getTrustedSystemAccessTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4321,"kind":4194304,"name":"getTrustedSystemAccessTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4322,"kind":4194304,"name":"getUserInfoQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getuserinfoqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4323,"kind":4194304,"name":"getUserInfoPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getuserinfopathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4324,"kind":4194304,"name":"getWellknownOpenidConfigurationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#getwellknownopenidconfigurationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4325,"kind":4194304,"name":"getWellknownOpenidConfigurationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#getwellknownopenidconfigurationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4326,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4327,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4328,"kind":4194304,"name":"introspectTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4329,"kind":4194304,"name":"introspectTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4330,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4331,"kind":4194304,"name":"logoutCustomerQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4332,"kind":4194304,"name":"logoutCustomerPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4333,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4334,"kind":4194304,"name":"resetPasswordQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4335,"kind":4194304,"name":"resetPasswordPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4336,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#revoketokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4337,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4338,"kind":4194304,"name":"revokeTokenQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4339,"kind":4194304,"name":"revokeTokenPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4340,"kind":4194304,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnauthenticationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4341,"kind":4194304,"name":"startWebauthnAuthenticationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnauthenticationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4342,"kind":4194304,"name":"startWebauthnAuthenticationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnauthenticationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4343,"kind":4194304,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnuserregistrationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4344,"kind":4194304,"name":"startWebauthnUserRegistrationQueryParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnuserregistrationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4345,"kind":4194304,"name":"startWebauthnUserRegistrationPathParameters","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnuserregistrationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4346,"kind":4194304,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.shopperlogintypes.html#authenticatefinishrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4347,"kind":4194304,"name":"AuthenticateResult","url":"modules/shopperlogin.shopperlogintypes.html#authenticateresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4348,"kind":4194304,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4349,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonauthenticatordatainner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4350,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonclientdatajsoninner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4351,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonsignatureinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4352,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonuserhandleinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4353,"kind":4194304,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4354,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejsonattestationobjectinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4355,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejsonclientdatajsoninner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4356,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.shopperlogintypes.html#granttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4357,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.shopperlogintypes.html#oauth2errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4358,"kind":4194304,"name":"PasskeyCredential","url":"modules/shopperlogin.shopperlogintypes.html#passkeycredential","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4359,"kind":4194304,"name":"PasskeyUser","url":"modules/shopperlogin.shopperlogintypes.html#passkeyuser","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4360,"kind":4194304,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptor","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4361,"kind":4194304,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptortypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4362,"kind":4194304,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptortransportsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4363,"kind":4194304,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4364,"kind":4194304,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjsontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4365,"kind":4194304,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjsonresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4366,"kind":4194304,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialrequestoptions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4367,"kind":4194304,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialrequestoptionsuserverificationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4368,"kind":4194304,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.shopperlogintypes.html#registrationfinishrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4369,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.shopperlogintypes.html#responsetype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4370,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4371,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4372,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.shopperlogintypes.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4373,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.shopperlogintypes.html#tokentype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4374,"kind":1,"name":"shopperOrders","url":"modules/shopperorders.html","classes":"tsd-kind-module"},{"id":4375,"kind":32,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperOrders"},{"id":4376,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4377,"kind":4194304,"name":"Status","url":"modules/shopperorders.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4378,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4379,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4380,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4381,"kind":4194304,"name":"GiftCardResponse","url":"modules/shopperorders.html#giftcardresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4382,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4383,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4384,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4385,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4386,"kind":4194304,"name":"Discount","url":"modules/shopperorders.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4387,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4388,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4389,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4390,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4391,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4392,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4393,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4394,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4395,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4396,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4397,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4398,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4399,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4400,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4401,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4402,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4403,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4404,"kind":4194304,"name":"BasketProductItem","url":"modules/shopperorders.html#basketproductitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4405,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4406,"kind":4194304,"name":"Basket","url":"modules/shopperorders.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4407,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4408,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4409,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4410,"kind":4194304,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4411,"kind":4194304,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4412,"kind":4194304,"name":"GiftCardRequest","url":"modules/shopperorders.html#giftcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4413,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4414,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shopperorders.html#omsshipmentitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4415,"kind":4194304,"name":"OmsShipment","url":"modules/shopperorders.html#omsshipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4416,"kind":4194304,"name":"OmsData","url":"modules/shopperorders.html#omsdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4417,"kind":4194304,"name":"OmsProductData","url":"modules/shopperorders.html#omsproductdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4418,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.html#omsproductdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4419,"kind":4194304,"name":"OrderProductItem","url":"modules/shopperorders.html#orderproductitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4420,"kind":4194304,"name":"Order","url":"modules/shopperorders.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4421,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4422,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4423,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4424,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4425,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4426,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4427,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4428,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4429,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4430,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4431,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4432,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4433,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4434,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4435,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4436,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4437,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4438,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4439,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4440,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4441,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4442,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4443,"kind":16777216,"name":"BasketProductItem","url":"modules/shopperorders.html#basketproductitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4444,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4445,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4446,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4447,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4448,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4449,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4450,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4451,"kind":16777216,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4452,"kind":16777216,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4453,"kind":16777216,"name":"GiftCardRequest","url":"modules/shopperorders.html#giftcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4454,"kind":16777216,"name":"GiftCardResponse","url":"modules/shopperorders.html#giftcardresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4455,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4456,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4457,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4458,"kind":16777216,"name":"OmsData","url":"modules/shopperorders.html#omsdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4459,"kind":16777216,"name":"OmsProductData","url":"modules/shopperorders.html#omsproductdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4460,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.html#omsproductdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4461,"kind":16777216,"name":"OmsShipment","url":"modules/shopperorders.html#omsshipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4462,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shopperorders.html#omsshipmentitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4463,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4464,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4465,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4466,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4467,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4468,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4469,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4470,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4471,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4472,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4473,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4474,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4475,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4476,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4477,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4478,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4479,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4480,"kind":16777216,"name":"OrderProductItem","url":"modules/shopperorders.html#orderproductitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4481,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4482,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4483,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4484,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4485,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4486,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4487,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4488,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4489,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4490,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4491,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4492,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4493,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4494,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4495,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4496,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4497,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4498,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4499,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4500,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4501,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4502,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4503,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4504,"kind":128,"name":"ShopperOrders","url":"classes/shopperorders.shopperorders-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperOrders"},{"id":4505,"kind":1024,"name":"clientConfig","url":"classes/shopperorders.shopperorders-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":4506,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperorders.shopperorders-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":4507,"kind":2097152,"name":"apiPaths","url":"classes/shopperorders.shopperorders-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":4508,"kind":32,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.createorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4509,"kind":32,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.createpaymentinstrumentfororder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4510,"kind":32,"name":"failOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.failorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4511,"kind":32,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.getorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4512,"kind":32,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.getpaymentmethodsfororder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4513,"kind":32,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.gettaxesfromorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4514,"kind":32,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#apipaths.guestorderlookup-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4515,"kind":32,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.removepaymentinstrumentfromorder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4516,"kind":32,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#apipaths.updatepaymentinstrumentfororder-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperOrders.ShopperOrders.apiPaths"},{"id":4517,"kind":512,"name":"constructor","url":"classes/shopperorders.shopperorders-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":4518,"kind":1024,"name":"paramKeys","url":"classes/shopperorders.shopperorders-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":4519,"kind":65536,"name":"__type","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperOrders.ShopperOrders.paramKeys"},{"id":4520,"kind":32,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4521,"kind":32,"name":"createOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4522,"kind":32,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createpaymentinstrumentfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4523,"kind":32,"name":"createPaymentInstrumentForOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.createpaymentinstrumentfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4524,"kind":32,"name":"failOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.failorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4525,"kind":32,"name":"failOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.failorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4526,"kind":32,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4527,"kind":32,"name":"getOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4528,"kind":32,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getpaymentmethodsfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4529,"kind":32,"name":"getPaymentMethodsForOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.getpaymentmethodsfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4530,"kind":32,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.gettaxesfromorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4531,"kind":32,"name":"getTaxesFromOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.gettaxesfromorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4532,"kind":32,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.guestorderlookup","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4533,"kind":32,"name":"guestOrderLookupRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.guestorderlookuprequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4534,"kind":32,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.removepaymentinstrumentfromorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4535,"kind":32,"name":"removePaymentInstrumentFromOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.removepaymentinstrumentfromorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4536,"kind":32,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.updatepaymentinstrumentfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4537,"kind":32,"name":"updatePaymentInstrumentForOrderRequired","url":"classes/shopperorders.shopperorders-3.html#paramkeys.__type.updatepaymentinstrumentfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":4538,"kind":2048,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#createorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4539,"kind":2048,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#createpaymentinstrumentfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4540,"kind":2048,"name":"failOrder","url":"classes/shopperorders.shopperorders-3.html#failorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4541,"kind":2048,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#getorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4542,"kind":2048,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#getpaymentmethodsfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4543,"kind":2048,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#gettaxesfromorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4544,"kind":2048,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#guestorderlookup-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4545,"kind":2048,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#removepaymentinstrumentfromorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4546,"kind":2048,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#updatepaymentinstrumentfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4547,"kind":4194304,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4548,"kind":4194304,"name":"createOrderQueryParameters","url":"modules/shopperorders.html#createorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4549,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createorderqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createOrderQueryParameters"},{"id":4550,"kind":32,"name":"siteId","url":"modules/shopperorders.html#createorderqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createOrderQueryParameters.__type"},{"id":4551,"kind":32,"name":"locale","url":"modules/shopperorders.html#createorderqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createOrderQueryParameters.__type"},{"id":4552,"kind":4194304,"name":"createOrderPathParameters","url":"modules/shopperorders.html#createorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4553,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createorderpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createOrderPathParameters"},{"id":4554,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#createorderpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createOrderPathParameters.__type"},{"id":4555,"kind":4194304,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4556,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createPaymentInstrumentForOrderQueryParameters"},{"id":4557,"kind":32,"name":"siteId","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderQueryParameters.__type"},{"id":4558,"kind":32,"name":"locale","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderQueryParameters.__type"},{"id":4559,"kind":4194304,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4560,"kind":65536,"name":"__type","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.createPaymentInstrumentForOrderPathParameters"},{"id":4561,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderPathParameters.__type"},{"id":4562,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-2.__type-2.orderno","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.createPaymentInstrumentForOrderPathParameters.__type"},{"id":4563,"kind":4194304,"name":"failOrderQueryParameters","url":"modules/shopperorders.html#failorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4564,"kind":65536,"name":"__type","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.failOrderQueryParameters"},{"id":4565,"kind":32,"name":"siteId","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderQueryParameters.__type"},{"id":4566,"kind":32,"name":"locale","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderQueryParameters.__type"},{"id":4567,"kind":32,"name":"reopenBasket","url":"modules/shopperorders.html#failorderqueryparameters-2.__type-5.reopenbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderQueryParameters.__type"},{"id":4568,"kind":4194304,"name":"failOrderPathParameters","url":"modules/shopperorders.html#failorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4569,"kind":65536,"name":"__type","url":"modules/shopperorders.html#failorderpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.failOrderPathParameters"},{"id":4570,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#failorderpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderPathParameters.__type"},{"id":4571,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#failorderpathparameters-2.__type-4.orderno-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.failOrderPathParameters.__type"},{"id":4572,"kind":4194304,"name":"getOrderQueryParameters","url":"modules/shopperorders.html#getorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4573,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getOrderQueryParameters"},{"id":4574,"kind":32,"name":"siteId","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderQueryParameters.__type"},{"id":4575,"kind":32,"name":"locale","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderQueryParameters.__type"},{"id":4576,"kind":32,"name":"expand","url":"modules/shopperorders.html#getorderqueryparameters-2.__type-7.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderQueryParameters.__type"},{"id":4577,"kind":4194304,"name":"getOrderPathParameters","url":"modules/shopperorders.html#getorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4578,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getorderpathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getOrderPathParameters"},{"id":4579,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#getorderpathparameters-2.__type-6.orderno-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderPathParameters.__type"},{"id":4580,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#getorderpathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getOrderPathParameters.__type"},{"id":4581,"kind":4194304,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4582,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getPaymentMethodsForOrderQueryParameters"},{"id":4583,"kind":32,"name":"siteId","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2.__type-9.siteid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderQueryParameters.__type"},{"id":4584,"kind":32,"name":"locale","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-2.__type-9.locale-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderQueryParameters.__type"},{"id":4585,"kind":4194304,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4586,"kind":65536,"name":"__type","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getPaymentMethodsForOrderPathParameters"},{"id":4587,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2.__type-8.organizationid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderPathParameters.__type"},{"id":4588,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-2.__type-8.orderno-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getPaymentMethodsForOrderPathParameters.__type"},{"id":4589,"kind":4194304,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4590,"kind":65536,"name":"__type","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getTaxesFromOrderQueryParameters"},{"id":4591,"kind":32,"name":"siteId","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-2.__type-11.siteid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getTaxesFromOrderQueryParameters.__type"},{"id":4592,"kind":4194304,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4593,"kind":65536,"name":"__type","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.getTaxesFromOrderPathParameters"},{"id":4594,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2.__type-10.organizationid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getTaxesFromOrderPathParameters.__type"},{"id":4595,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-2.__type-10.orderno-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.getTaxesFromOrderPathParameters.__type"},{"id":4596,"kind":4194304,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4597,"kind":65536,"name":"__type","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.guestOrderLookupQueryParameters"},{"id":4598,"kind":32,"name":"siteId","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2.__type-13.siteid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupQueryParameters.__type"},{"id":4599,"kind":32,"name":"locale","url":"modules/shopperorders.html#guestorderlookupqueryparameters-2.__type-13.locale-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupQueryParameters.__type"},{"id":4600,"kind":4194304,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.html#guestorderlookuppathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4601,"kind":65536,"name":"__type","url":"modules/shopperorders.html#guestorderlookuppathparameters-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.guestOrderLookupPathParameters"},{"id":4602,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#guestorderlookuppathparameters-2.__type-12.organizationid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupPathParameters.__type"},{"id":4603,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#guestorderlookuppathparameters-2.__type-12.orderno-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.guestOrderLookupPathParameters.__type"},{"id":4604,"kind":4194304,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4605,"kind":65536,"name":"__type","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.removePaymentInstrumentFromOrderQueryParameters"},{"id":4606,"kind":32,"name":"siteId","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2.__type-15.siteid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderQueryParameters.__type"},{"id":4607,"kind":32,"name":"locale","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-2.__type-15.locale-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderQueryParameters.__type"},{"id":4608,"kind":4194304,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4609,"kind":65536,"name":"__type","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters"},{"id":4610,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters.__type"},{"id":4611,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14.organizationid-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters.__type"},{"id":4612,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-2.__type-14.orderno-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.removePaymentInstrumentFromOrderPathParameters.__type"},{"id":4613,"kind":4194304,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4614,"kind":65536,"name":"__type","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.updatePaymentInstrumentForOrderQueryParameters"},{"id":4615,"kind":32,"name":"siteId","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2.__type-17.siteid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderQueryParameters.__type"},{"id":4616,"kind":32,"name":"locale","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-2.__type-17.locale-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderQueryParameters.__type"},{"id":4617,"kind":4194304,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4618,"kind":65536,"name":"__type","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters"},{"id":4619,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16.paymentinstrumentid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters.__type"},{"id":4620,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16.organizationid-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters.__type"},{"id":4621,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-2.__type-16.orderno-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.updatePaymentInstrumentForOrderPathParameters.__type"},{"id":4622,"kind":4194304,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4623,"kind":4194304,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4624,"kind":4194304,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4625,"kind":16777216,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4626,"kind":16777216,"name":"createOrderQueryParameters","url":"modules/shopperorders.html#createorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4627,"kind":16777216,"name":"createOrderPathParameters","url":"modules/shopperorders.html#createorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4628,"kind":16777216,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4629,"kind":16777216,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4630,"kind":16777216,"name":"failOrderQueryParameters","url":"modules/shopperorders.html#failorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4631,"kind":16777216,"name":"failOrderPathParameters","url":"modules/shopperorders.html#failorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4632,"kind":16777216,"name":"getOrderQueryParameters","url":"modules/shopperorders.html#getorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4633,"kind":16777216,"name":"getOrderPathParameters","url":"modules/shopperorders.html#getorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4634,"kind":16777216,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4635,"kind":16777216,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4636,"kind":16777216,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4637,"kind":16777216,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.html#gettaxesfromorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4638,"kind":16777216,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.html#guestorderlookupqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4639,"kind":16777216,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.html#guestorderlookuppathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4640,"kind":16777216,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4641,"kind":16777216,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4642,"kind":16777216,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4643,"kind":16777216,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4644,"kind":16777216,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4645,"kind":16777216,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4646,"kind":16777216,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4647,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4648,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4649,"kind":16777216,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4650,"kind":16777216,"name":"createOrderQueryParameters","url":"modules/shopperorders.html#createorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4651,"kind":16777216,"name":"createOrderPathParameters","url":"modules/shopperorders.html#createorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4652,"kind":16777216,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4653,"kind":16777216,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#createpaymentinstrumentfororderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4654,"kind":16777216,"name":"failOrderQueryParameters","url":"modules/shopperorders.html#failorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4655,"kind":16777216,"name":"failOrderPathParameters","url":"modules/shopperorders.html#failorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4656,"kind":16777216,"name":"getOrderQueryParameters","url":"modules/shopperorders.html#getorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4657,"kind":16777216,"name":"getOrderPathParameters","url":"modules/shopperorders.html#getorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4658,"kind":16777216,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4659,"kind":16777216,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.html#getpaymentmethodsfororderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4660,"kind":16777216,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.html#gettaxesfromorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4661,"kind":16777216,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.html#gettaxesfromorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4662,"kind":16777216,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.html#guestorderlookupqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4663,"kind":16777216,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.html#guestorderlookuppathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4664,"kind":16777216,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4665,"kind":16777216,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.html#removepaymentinstrumentfromorderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4666,"kind":16777216,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4667,"kind":16777216,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.html#updatepaymentinstrumentfororderpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4668,"kind":16777216,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4669,"kind":16777216,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4670,"kind":16777216,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4671,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4672,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4673,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4674,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4675,"kind":16777216,"name":"BasketProductItem","url":"modules/shopperorders.html#basketproductitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4676,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4677,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4678,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4679,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4680,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4681,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4682,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4683,"kind":16777216,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4684,"kind":16777216,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4685,"kind":16777216,"name":"GiftCardRequest","url":"modules/shopperorders.html#giftcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4686,"kind":16777216,"name":"GiftCardResponse","url":"modules/shopperorders.html#giftcardresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4687,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4688,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4689,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4690,"kind":16777216,"name":"OmsData","url":"modules/shopperorders.html#omsdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4691,"kind":16777216,"name":"OmsProductData","url":"modules/shopperorders.html#omsproductdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4692,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.html#omsproductdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4693,"kind":16777216,"name":"OmsShipment","url":"modules/shopperorders.html#omsshipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4694,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shopperorders.html#omsshipmentitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4695,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4696,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4697,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4698,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4699,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4700,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4701,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4702,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4703,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4704,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4705,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4706,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4707,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4708,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4709,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4710,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4711,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4712,"kind":16777216,"name":"OrderProductItem","url":"modules/shopperorders.html#orderproductitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4713,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4714,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4715,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4716,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4717,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4718,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4719,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4720,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4721,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4722,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4723,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4724,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4725,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4726,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4727,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4728,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4729,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4730,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4731,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4732,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4733,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4734,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4735,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4736,"kind":2,"name":"ShopperOrdersTypes","url":"modules/shopperorders.shopperorderstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperOrders"},{"id":4737,"kind":4194304,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.shopperorderstypes.html#shopperorderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4738,"kind":4194304,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#shopperordersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4739,"kind":4194304,"name":"createOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#createorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4740,"kind":4194304,"name":"createOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#createorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4741,"kind":4194304,"name":"createPaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#createpaymentinstrumentfororderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4742,"kind":4194304,"name":"createPaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#createpaymentinstrumentfororderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4743,"kind":4194304,"name":"failOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#failorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4744,"kind":4194304,"name":"failOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#failorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4745,"kind":4194304,"name":"GetOrderExpandEnum","url":"modules/shopperorders.shopperorderstypes.html#getorderexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4746,"kind":4194304,"name":"getOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#getorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4747,"kind":4194304,"name":"getOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#getorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4748,"kind":4194304,"name":"getPaymentMethodsForOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#getpaymentmethodsfororderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4749,"kind":4194304,"name":"getPaymentMethodsForOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#getpaymentmethodsfororderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4750,"kind":4194304,"name":"getTaxesFromOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#gettaxesfromorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4751,"kind":4194304,"name":"getTaxesFromOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#gettaxesfromorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4752,"kind":4194304,"name":"guestOrderLookupQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#guestorderlookupqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4753,"kind":4194304,"name":"guestOrderLookupPathParameters","url":"modules/shopperorders.shopperorderstypes.html#guestorderlookuppathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4754,"kind":4194304,"name":"removePaymentInstrumentFromOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#removepaymentinstrumentfromorderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4755,"kind":4194304,"name":"removePaymentInstrumentFromOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#removepaymentinstrumentfromorderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4756,"kind":4194304,"name":"updatePaymentInstrumentForOrderQueryParameters","url":"modules/shopperorders.shopperorderstypes.html#updatepaymentinstrumentfororderqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4757,"kind":4194304,"name":"updatePaymentInstrumentForOrderPathParameters","url":"modules/shopperorders.shopperorderstypes.html#updatepaymentinstrumentfororderpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4758,"kind":4194304,"name":"Basket","url":"modules/shopperorders.shopperorderstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4759,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4760,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4761,"kind":4194304,"name":"BasketProductItem","url":"modules/shopperorders.shopperorderstypes.html#basketproductitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4762,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.shopperorderstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4763,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.shopperorderstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4764,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.shopperorderstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4765,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.shopperorderstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4766,"kind":4194304,"name":"Discount","url":"modules/shopperorders.shopperorderstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4767,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4768,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.shopperorderstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4769,"kind":4194304,"name":"FailOrderRequest","url":"modules/shopperorders.shopperorderstypes.html#failorderrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4770,"kind":4194304,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.shopperorderstypes.html#failorderrequestreasoncodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4771,"kind":4194304,"name":"GiftCardRequest","url":"modules/shopperorders.shopperorderstypes.html#giftcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4772,"kind":4194304,"name":"GiftCardResponse","url":"modules/shopperorders.shopperorderstypes.html#giftcardresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4773,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.shopperorderstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4774,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.shopperorderstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4775,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.shopperorderstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4776,"kind":4194304,"name":"OmsData","url":"modules/shopperorders.shopperorderstypes.html#omsdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4777,"kind":4194304,"name":"OmsProductData","url":"modules/shopperorders.shopperorderstypes.html#omsproductdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4778,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#omsproductdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4779,"kind":4194304,"name":"OmsShipment","url":"modules/shopperorders.shopperorderstypes.html#omsshipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4780,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shopperorders.shopperorderstypes.html#omsshipmentitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4781,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.shopperorderstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4782,"kind":4194304,"name":"Order","url":"modules/shopperorders.shopperorderstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4783,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4784,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4785,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4786,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4787,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4788,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4789,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4790,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.shopperorderstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4791,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.shopperorderstypes.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4792,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4793,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4794,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4795,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4796,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4797,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4798,"kind":4194304,"name":"OrderProductItem","url":"modules/shopperorders.shopperorderstypes.html#orderproductitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4799,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.shopperorderstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4800,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.shopperorderstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4801,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.shopperorderstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4802,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.shopperorderstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4803,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4804,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4805,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4806,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.shopperorderstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4807,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.shopperorderstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4808,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.shopperorderstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4809,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4810,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4811,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.shopperorderstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4812,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4813,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.shopperorderstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4814,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4815,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.shopperorderstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4816,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.shopperorderstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4817,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.shopperorderstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4818,"kind":4194304,"name":"Status","url":"modules/shopperorders.shopperorderstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4819,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.shopperorderstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4820,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.shopperorderstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4821,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.shopperorderstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4822,"kind":1,"name":"shopperPayments","url":"modules/shopperpayments.html","classes":"tsd-kind-module"},{"id":4823,"kind":32,"name":"defaultBaseUri","url":"modules/shopperpayments.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperPayments"},{"id":4824,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpayments.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4825,"kind":4194304,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4826,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4827,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4828,"kind":4194304,"name":"PaymentConfiguration","url":"modules/shopperpayments.html#paymentconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4829,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpayments.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4830,"kind":16777216,"name":"PaymentConfiguration","url":"modules/shopperpayments.html#paymentconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4831,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4832,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4833,"kind":16777216,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4834,"kind":128,"name":"ShopperPayments","url":"classes/shopperpayments.shopperpayments-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperPayments"},{"id":4835,"kind":1024,"name":"clientConfig","url":"classes/shopperpayments.shopperpayments-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperPayments.ShopperPayments"},{"id":4836,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperpayments.shopperpayments-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPayments.ShopperPayments"},{"id":4837,"kind":2097152,"name":"apiPaths","url":"classes/shopperpayments.shopperpayments-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperPayments.ShopperPayments"},{"id":4838,"kind":32,"name":"getPaymentConfiguration","url":"classes/shopperpayments.shopperpayments-3.html#apipaths.getpaymentconfiguration-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperPayments.ShopperPayments.apiPaths"},{"id":4839,"kind":512,"name":"constructor","url":"classes/shopperpayments.shopperpayments-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperPayments.ShopperPayments"},{"id":4840,"kind":1024,"name":"paramKeys","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPayments.ShopperPayments"},{"id":4841,"kind":65536,"name":"__type","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperPayments.ShopperPayments.paramKeys"},{"id":4842,"kind":32,"name":"getPaymentConfiguration","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys.__type.getpaymentconfiguration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.ShopperPayments.paramKeys.__type"},{"id":4843,"kind":32,"name":"getPaymentConfigurationRequired","url":"classes/shopperpayments.shopperpayments-3.html#paramkeys.__type.getpaymentconfigurationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.ShopperPayments.paramKeys.__type"},{"id":4844,"kind":2048,"name":"getPaymentConfiguration","url":"classes/shopperpayments.shopperpayments-3.html#getpaymentconfiguration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPayments.ShopperPayments"},{"id":4845,"kind":4194304,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4846,"kind":65536,"name":"__type","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPayments.getPaymentConfigurationQueryParameters"},{"id":4847,"kind":32,"name":"siteId","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4848,"kind":32,"name":"currency","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4849,"kind":32,"name":"countryCode","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.countrycode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4850,"kind":32,"name":"zoneId","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.zoneid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4851,"kind":32,"name":"amount","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-2.__type-1.amount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationQueryParameters.__type"},{"id":4852,"kind":4194304,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4853,"kind":65536,"name":"__type","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPayments.getPaymentConfigurationPathParameters"},{"id":4854,"kind":32,"name":"organizationId","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPayments.getPaymentConfigurationPathParameters.__type"},{"id":4855,"kind":4194304,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.html#shopperpaymentspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4856,"kind":4194304,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.html#shopperpaymentsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4857,"kind":4194304,"name":"ShopperPaymentsParameters","url":"modules/shopperpayments.html#shopperpaymentsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPayments"},{"id":4858,"kind":16777216,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4859,"kind":16777216,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4860,"kind":16777216,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.html#shopperpaymentspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4861,"kind":16777216,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.html#shopperpaymentsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4862,"kind":16777216,"name":"ShopperPaymentsParameters","url":"modules/shopperpayments.html#shopperpaymentsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4863,"kind":16777216,"name":"ShopperPayments","url":"modules/shopperpayments.html#shopperpayments-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4864,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperpayments.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4865,"kind":16777216,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.html#getpaymentconfigurationqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4866,"kind":16777216,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.html#getpaymentconfigurationpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4867,"kind":16777216,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.html#shopperpaymentspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4868,"kind":16777216,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.html#shopperpaymentsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4869,"kind":16777216,"name":"ShopperPaymentsParameters","url":"modules/shopperpayments.html#shopperpaymentsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4870,"kind":16777216,"name":"ShopperPayments","url":"modules/shopperpayments.html#shopperpayments-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4871,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpayments.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4872,"kind":16777216,"name":"PaymentConfiguration","url":"modules/shopperpayments.html#paymentconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4873,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4874,"kind":16777216,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4875,"kind":16777216,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.html#paymentconfigurationpaymentmethodsinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPayments"},{"id":4876,"kind":2,"name":"ShopperPaymentsTypes","url":"modules/shopperpayments.shopperpaymentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperPayments"},{"id":4877,"kind":4194304,"name":"ShopperPaymentsPathParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#shopperpaymentspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4878,"kind":4194304,"name":"ShopperPaymentsQueryParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#shopperpaymentsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4879,"kind":4194304,"name":"getPaymentConfigurationQueryParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#getpaymentconfigurationqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4880,"kind":4194304,"name":"getPaymentConfigurationPathParameters","url":"modules/shopperpayments.shopperpaymentstypes.html#getpaymentconfigurationpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4881,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpayments.shopperpaymentstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4882,"kind":4194304,"name":"PaymentConfiguration","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4883,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInner","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsetaccountsinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4884,"kind":4194304,"name":"PaymentConfigurationPaymentMethodSetAccountsInnerConfig","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsetaccountsinnerconfig","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4885,"kind":4194304,"name":"PaymentConfigurationPaymentMethodsInner","url":"modules/shopperpayments.shopperpaymentstypes.html#paymentconfigurationpaymentmethodsinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPayments.ShopperPaymentsTypes"},{"id":4886,"kind":1,"name":"shopperProducts","url":"modules/shopperproducts.html","classes":"tsd-kind-module"},{"id":4887,"kind":32,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperProducts"},{"id":4888,"kind":4194304,"name":"Image","url":"modules/shopperproducts.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4889,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4890,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4891,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4892,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4893,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4894,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4895,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4896,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4897,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4898,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4899,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4900,"kind":4194304,"name":"Master","url":"modules/shopperproducts.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4901,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4902,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4903,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4904,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4905,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4906,"kind":4194304,"name":"Option","url":"modules/shopperproducts.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4907,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4908,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4909,"kind":4194304,"name":"Product","url":"modules/shopperproducts.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4910,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4911,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4912,"kind":4194304,"name":"Category","url":"modules/shopperproducts.html#category-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4913,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4914,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4915,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4916,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4917,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4918,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4919,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4920,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4921,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4922,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4923,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4924,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4925,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4926,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4927,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4928,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4929,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4930,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4931,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4932,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4933,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4934,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4935,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4936,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4937,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4938,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4939,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4940,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4941,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4942,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4943,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4944,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4945,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4946,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4947,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4948,"kind":128,"name":"ShopperProducts","url":"classes/shopperproducts.shopperproducts-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperProducts"},{"id":4949,"kind":1024,"name":"clientConfig","url":"classes/shopperproducts.shopperproducts-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":4950,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperproducts.shopperproducts-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":4951,"kind":2097152,"name":"apiPaths","url":"classes/shopperproducts.shopperproducts-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":4952,"kind":32,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getcategories-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4953,"kind":32,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getcategory-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4954,"kind":32,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getproduct-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4955,"kind":32,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#apipaths.getproducts-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperProducts.ShopperProducts.apiPaths"},{"id":4956,"kind":512,"name":"constructor","url":"classes/shopperproducts.shopperproducts-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":4957,"kind":1024,"name":"paramKeys","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":4958,"kind":65536,"name":"__type","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperProducts.ShopperProducts.paramKeys"},{"id":4959,"kind":32,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategories","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4960,"kind":32,"name":"getCategoriesRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategoriesrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4961,"kind":32,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4962,"kind":32,"name":"getCategoryRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getcategoryrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4963,"kind":32,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproduct","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4964,"kind":32,"name":"getProductRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproductrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4965,"kind":32,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproducts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4966,"kind":32,"name":"getProductsRequired","url":"classes/shopperproducts.shopperproducts-3.html#paramkeys.__type.getproductsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":4967,"kind":2048,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#getcategories-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4968,"kind":2048,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#getcategory-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4969,"kind":2048,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#getproduct-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4970,"kind":2048,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#getproducts-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4971,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4972,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4973,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4974,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4975,"kind":4194304,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4976,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoriesQueryParameters"},{"id":4977,"kind":32,"name":"ids","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4978,"kind":32,"name":"levels","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.levels","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4979,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4980,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getcategoriesqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesQueryParameters.__type"},{"id":4981,"kind":4194304,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.html#getcategoriespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4982,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategoriespathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoriesPathParameters"},{"id":4983,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getcategoriespathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoriesPathParameters.__type"},{"id":4984,"kind":4194304,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.html#getcategoryqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4985,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoryQueryParameters"},{"id":4986,"kind":32,"name":"levels","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3.levels-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryQueryParameters.__type"},{"id":4987,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryQueryParameters.__type"},{"id":4988,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getcategoryqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryQueryParameters.__type"},{"id":4989,"kind":4194304,"name":"getCategoryPathParameters","url":"modules/shopperproducts.html#getcategorypathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4990,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getcategorypathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getCategoryPathParameters"},{"id":4991,"kind":32,"name":"id","url":"modules/shopperproducts.html#getcategorypathparameters-2.__type-2.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryPathParameters.__type"},{"id":4992,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getcategorypathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getCategoryPathParameters.__type"},{"id":4993,"kind":4194304,"name":"getProductQueryParameters","url":"modules/shopperproducts.html#getproductqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4994,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductQueryParameters"},{"id":4995,"kind":32,"name":"inventoryIds","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.inventoryids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4996,"kind":32,"name":"expand","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4997,"kind":32,"name":"allImages","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4998,"kind":32,"name":"perPricebook","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":4999,"kind":32,"name":"select","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":5000,"kind":32,"name":"currency","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":5001,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":5002,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getproductqueryparameters-2.__type-5.siteid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductQueryParameters.__type"},{"id":5003,"kind":4194304,"name":"getProductPathParameters","url":"modules/shopperproducts.html#getproductpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":5004,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductpathparameters-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductPathParameters"},{"id":5005,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getproductpathparameters-2.__type-4.organizationid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductPathParameters.__type"},{"id":5006,"kind":32,"name":"id","url":"modules/shopperproducts.html#getproductpathparameters-2.__type-4.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductPathParameters.__type"},{"id":5007,"kind":4194304,"name":"getProductsQueryParameters","url":"modules/shopperproducts.html#getproductsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":5008,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductsQueryParameters"},{"id":5009,"kind":32,"name":"ids","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.ids-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5010,"kind":32,"name":"inventoryIds","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.inventoryids-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5011,"kind":32,"name":"expand","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.expand-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5012,"kind":32,"name":"allImages","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.allimages-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5013,"kind":32,"name":"perPricebook","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.perpricebook-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5014,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.siteid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5015,"kind":32,"name":"select","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.select-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5016,"kind":32,"name":"locale","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.locale-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5017,"kind":32,"name":"currency","url":"modules/shopperproducts.html#getproductsqueryparameters-2.__type-7.currency-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsQueryParameters.__type"},{"id":5018,"kind":4194304,"name":"getProductsPathParameters","url":"modules/shopperproducts.html#getproductspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":5019,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#getproductspathparameters-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.getProductsPathParameters"},{"id":5020,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#getproductspathparameters-2.__type-6.organizationid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.getProductsPathParameters.__type"},{"id":5021,"kind":4194304,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":5022,"kind":4194304,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":5023,"kind":4194304,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":5024,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5025,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5026,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5027,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5028,"kind":16777216,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.html#getcategoriesqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5029,"kind":16777216,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.html#getcategoriespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5030,"kind":16777216,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.html#getcategoryqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5031,"kind":16777216,"name":"getCategoryPathParameters","url":"modules/shopperproducts.html#getcategorypathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5032,"kind":16777216,"name":"getProductQueryParameters","url":"modules/shopperproducts.html#getproductqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5033,"kind":16777216,"name":"getProductPathParameters","url":"modules/shopperproducts.html#getproductpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5034,"kind":16777216,"name":"getProductsQueryParameters","url":"modules/shopperproducts.html#getproductsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5035,"kind":16777216,"name":"getProductsPathParameters","url":"modules/shopperproducts.html#getproductspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5036,"kind":16777216,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5037,"kind":16777216,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5038,"kind":16777216,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5039,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5040,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5041,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5042,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5043,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5044,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5045,"kind":16777216,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.html#getcategoriesqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5046,"kind":16777216,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.html#getcategoriespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5047,"kind":16777216,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.html#getcategoryqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5048,"kind":16777216,"name":"getCategoryPathParameters","url":"modules/shopperproducts.html#getcategorypathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5049,"kind":16777216,"name":"getProductQueryParameters","url":"modules/shopperproducts.html#getproductqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5050,"kind":16777216,"name":"getProductPathParameters","url":"modules/shopperproducts.html#getproductpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5051,"kind":16777216,"name":"getProductsQueryParameters","url":"modules/shopperproducts.html#getproductsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5052,"kind":16777216,"name":"getProductsPathParameters","url":"modules/shopperproducts.html#getproductspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5053,"kind":16777216,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5054,"kind":16777216,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5055,"kind":16777216,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5056,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5057,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5058,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5059,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5060,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5061,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5062,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5063,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5064,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5065,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5066,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5067,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5068,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5069,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5070,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5071,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5072,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5073,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5074,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5075,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5076,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5077,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5078,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5079,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5080,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5081,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5082,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5083,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5084,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5085,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5086,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":5087,"kind":2,"name":"ShopperProductsTypes","url":"modules/shopperproducts.shopperproductstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperProducts"},{"id":5088,"kind":4194304,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#shopperproductspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5089,"kind":4194304,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#shopperproductsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5090,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorieslevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5091,"kind":4194304,"name":"getCategoriesQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategoriesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5092,"kind":4194304,"name":"getCategoriesPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategoriespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5093,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorylevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5094,"kind":4194304,"name":"getCategoryQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategoryqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5095,"kind":4194304,"name":"getCategoryPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getcategorypathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5096,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5097,"kind":4194304,"name":"getProductQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5098,"kind":4194304,"name":"getProductPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5099,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5100,"kind":4194304,"name":"getProductsQueryParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5101,"kind":4194304,"name":"getProductsPathParameters","url":"modules/shopperproducts.shopperproductstypes.html#getproductspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5102,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.shopperproductstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5103,"kind":4194304,"name":"Category","url":"modules/shopperproducts.shopperproductstypes.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5104,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.shopperproductstypes.html#categoryresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5105,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.shopperproductstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5106,"kind":4194304,"name":"Image","url":"modules/shopperproducts.shopperproductstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5107,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.shopperproductstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5108,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.shopperproductstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5109,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.shopperproductstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5110,"kind":4194304,"name":"Master","url":"modules/shopperproducts.shopperproductstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5111,"kind":4194304,"name":"Option","url":"modules/shopperproducts.shopperproductstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5112,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.shopperproductstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5113,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.shopperproductstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5114,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.shopperproductstypes.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5115,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.shopperproductstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5116,"kind":4194304,"name":"Product","url":"modules/shopperproducts.shopperproductstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5117,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.shopperproductstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5118,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.shopperproductstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5119,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.shopperproductstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5120,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.shopperproductstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5121,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.shopperproductstypes.html#productresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5122,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.shopperproductstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5123,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.shopperproductstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5124,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.shopperproductstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5125,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.shopperproductstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5126,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperproducts.shopperproductstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5127,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperproducts.shopperproductstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5128,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.shopperproductstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5129,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.shopperproductstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5130,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.shopperproductstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5131,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.shopperproductstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":5132,"kind":1,"name":"shopperPromotions","url":"modules/shopperpromotions.html","classes":"tsd-kind-module"},{"id":5133,"kind":32,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5134,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5135,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5136,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5137,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5138,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5139,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5140,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5141,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5142,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5143,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5144,"kind":128,"name":"ShopperPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperPromotions"},{"id":5145,"kind":1024,"name":"clientConfig","url":"classes/shopperpromotions.shopperpromotions-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":5146,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperpromotions.shopperpromotions-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":5147,"kind":2097152,"name":"apiPaths","url":"classes/shopperpromotions.shopperpromotions-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":5148,"kind":32,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#apipaths.getpromotions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperPromotions.ShopperPromotions.apiPaths"},{"id":5149,"kind":32,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#apipaths.getpromotionsforcampaign-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperPromotions.ShopperPromotions.apiPaths"},{"id":5150,"kind":512,"name":"constructor","url":"classes/shopperpromotions.shopperpromotions-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":5151,"kind":1024,"name":"paramKeys","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":5152,"kind":65536,"name":"__type","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperPromotions.ShopperPromotions.paramKeys"},{"id":5153,"kind":32,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5154,"kind":32,"name":"getPromotionsRequired","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5155,"kind":32,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotionsforcampaign","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5156,"kind":32,"name":"getPromotionsForCampaignRequired","url":"classes/shopperpromotions.shopperpromotions-3.html#paramkeys.__type.getpromotionsforcampaignrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":5157,"kind":2048,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":5158,"kind":2048,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotionsforcampaign-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":5159,"kind":4194304,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5160,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsQueryParameters"},{"id":5161,"kind":32,"name":"siteId","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsQueryParameters.__type"},{"id":5162,"kind":32,"name":"ids","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsQueryParameters.__type"},{"id":5163,"kind":32,"name":"locale","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-2.__type-3.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsQueryParameters.__type"},{"id":5164,"kind":4194304,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.html#getpromotionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5165,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionspathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsPathParameters"},{"id":5166,"kind":32,"name":"organizationId","url":"modules/shopperpromotions.html#getpromotionspathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsPathParameters.__type"},{"id":5167,"kind":4194304,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5168,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters"},{"id":5169,"kind":32,"name":"siteId","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5170,"kind":32,"name":"startDate","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.startdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5171,"kind":32,"name":"endDate","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.enddate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5172,"kind":32,"name":"currency","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-2.__type-1.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignQueryParameters.__type"},{"id":5173,"kind":4194304,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5174,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.getPromotionsForCampaignPathParameters"},{"id":5175,"kind":32,"name":"campaignId","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2.__type.campaignid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignPathParameters.__type"},{"id":5176,"kind":32,"name":"organizationId","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.getPromotionsForCampaignPathParameters.__type"},{"id":5177,"kind":4194304,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5178,"kind":4194304,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5179,"kind":4194304,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5180,"kind":16777216,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.html#getpromotionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5181,"kind":16777216,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.html#getpromotionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5182,"kind":16777216,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5183,"kind":16777216,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5184,"kind":16777216,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5185,"kind":16777216,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5186,"kind":16777216,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5187,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5188,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5189,"kind":16777216,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.html#getpromotionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5190,"kind":16777216,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.html#getpromotionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5191,"kind":16777216,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5192,"kind":16777216,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.html#getpromotionsforcampaignpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5193,"kind":16777216,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5194,"kind":16777216,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5195,"kind":16777216,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5196,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5197,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5198,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5199,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5200,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5201,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5202,"kind":2,"name":"ShopperPromotionsTypes","url":"modules/shopperpromotions.shopperpromotionstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperPromotions"},{"id":5203,"kind":4194304,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#shopperpromotionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5204,"kind":4194304,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#shopperpromotionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5205,"kind":4194304,"name":"getPromotionsQueryParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5206,"kind":4194304,"name":"getPromotionsPathParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5207,"kind":4194304,"name":"getPromotionsForCampaignQueryParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionsforcampaignqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5208,"kind":4194304,"name":"getPromotionsForCampaignPathParameters","url":"modules/shopperpromotions.shopperpromotionstypes.html#getpromotionsforcampaignpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5209,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.shopperpromotionstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5210,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.shopperpromotionstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5211,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5212,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5213,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.shopperpromotionstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":5214,"kind":1,"name":"shopperSearch","url":"modules/shoppersearch.html","classes":"tsd-kind-module"},{"id":5215,"kind":32,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSearch"},{"id":5216,"kind":4194304,"name":"AppliedProcessor","url":"modules/shoppersearch.html#appliedprocessor-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5217,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5218,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5219,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5220,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5221,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5222,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5223,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5224,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5225,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5226,"kind":4194304,"name":"Image","url":"modules/shoppersearch.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5227,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5228,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5229,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5230,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5231,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5232,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5233,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5234,"kind":4194304,"name":"ProcessedQuery","url":"modules/shoppersearch.html#processedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5235,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5236,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5237,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.html#productref-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5238,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5239,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5240,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5241,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5242,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5243,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5244,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5245,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5246,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5247,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5248,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5249,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5250,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5251,"kind":16777216,"name":"AppliedProcessor","url":"modules/shoppersearch.html#appliedprocessor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5252,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5253,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5254,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5255,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5256,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5257,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5258,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5259,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5260,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5261,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5262,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5263,"kind":16777216,"name":"ProcessedQuery","url":"modules/shoppersearch.html#processedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5264,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5265,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5266,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5267,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5268,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5269,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5270,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5271,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5272,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5273,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5274,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5275,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5276,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5277,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5278,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5279,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5280,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5281,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5282,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5283,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5284,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5285,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5286,"kind":128,"name":"ShopperSearch","url":"classes/shoppersearch.shoppersearch-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSearch"},{"id":5287,"kind":1024,"name":"clientConfig","url":"classes/shoppersearch.shoppersearch-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":5288,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppersearch.shoppersearch-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":5289,"kind":2097152,"name":"apiPaths","url":"classes/shoppersearch.shoppersearch-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":5290,"kind":32,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#apipaths.getsearchsuggestions-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperSearch.ShopperSearch.apiPaths"},{"id":5291,"kind":32,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#apipaths.productsearch-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperSearch.ShopperSearch.apiPaths"},{"id":5292,"kind":512,"name":"constructor","url":"classes/shoppersearch.shoppersearch-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":5293,"kind":1024,"name":"paramKeys","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":5294,"kind":65536,"name":"__type","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperSearch.ShopperSearch.paramKeys"},{"id":5295,"kind":32,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.getsearchsuggestions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5296,"kind":32,"name":"getSearchSuggestionsRequired","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.getsearchsuggestionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5297,"kind":32,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.productsearch","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5298,"kind":32,"name":"productSearchRequired","url":"classes/shoppersearch.shoppersearch-3.html#paramkeys.__type.productsearchrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":5299,"kind":2048,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#getsearchsuggestions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":5300,"kind":2048,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#productsearch-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":5301,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5302,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5303,"kind":4194304,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5304,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.getSearchSuggestionsQueryParameters"},{"id":5305,"kind":32,"name":"siteId","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5306,"kind":32,"name":"q","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.q","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5307,"kind":32,"name":"limit","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5308,"kind":32,"name":"currency","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5309,"kind":32,"name":"locale","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5310,"kind":32,"name":"expand","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5311,"kind":32,"name":"includedCustomProductProperties","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.includedcustomproductproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5312,"kind":32,"name":"includeEinsteinSuggestedPhrases","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-2.__type-1.includeeinsteinsuggestedphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsQueryParameters.__type"},{"id":5313,"kind":4194304,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5314,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.getSearchSuggestionsPathParameters"},{"id":5315,"kind":32,"name":"organizationId","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.getSearchSuggestionsPathParameters.__type"},{"id":5316,"kind":4194304,"name":"productSearchQueryParameters","url":"modules/shoppersearch.html#productsearchqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5317,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.productSearchQueryParameters"},{"id":5318,"kind":32,"name":"select","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5319,"kind":32,"name":"siteId","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5320,"kind":32,"name":"q","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.q-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5321,"kind":32,"name":"refine","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.refine","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5322,"kind":32,"name":"sort","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.sort","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5323,"kind":32,"name":"currency","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.currency-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5324,"kind":32,"name":"locale","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5325,"kind":32,"name":"expand","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.expand-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5326,"kind":32,"name":"allImages","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5327,"kind":32,"name":"perPricebook","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5328,"kind":32,"name":"allVariationProperties","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.allvariationproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5329,"kind":32,"name":"includedCustomVariationProperties","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.includedcustomvariationproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5330,"kind":32,"name":"limit","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.limit-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5331,"kind":32,"name":"offset","url":"modules/shoppersearch.html#productsearchqueryparameters-2.__type-3.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchQueryParameters.__type"},{"id":5332,"kind":4194304,"name":"productSearchPathParameters","url":"modules/shoppersearch.html#productsearchpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5333,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#productsearchpathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.productSearchPathParameters"},{"id":5334,"kind":32,"name":"organizationId","url":"modules/shoppersearch.html#productsearchpathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.productSearchPathParameters.__type"},{"id":5335,"kind":4194304,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5336,"kind":4194304,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5337,"kind":4194304,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":5338,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5339,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5340,"kind":16777216,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5341,"kind":16777216,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5342,"kind":16777216,"name":"productSearchQueryParameters","url":"modules/shoppersearch.html#productsearchqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5343,"kind":16777216,"name":"productSearchPathParameters","url":"modules/shoppersearch.html#productsearchpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5344,"kind":16777216,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5345,"kind":16777216,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5346,"kind":16777216,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5347,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5348,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5349,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5350,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5351,"kind":16777216,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.html#getsearchsuggestionsqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5352,"kind":16777216,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.html#getsearchsuggestionspathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5353,"kind":16777216,"name":"productSearchQueryParameters","url":"modules/shoppersearch.html#productsearchqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5354,"kind":16777216,"name":"productSearchPathParameters","url":"modules/shoppersearch.html#productsearchpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5355,"kind":16777216,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5356,"kind":16777216,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5357,"kind":16777216,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5358,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5359,"kind":16777216,"name":"AppliedProcessor","url":"modules/shoppersearch.html#appliedprocessor-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5360,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5361,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5362,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5363,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5364,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5365,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5366,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5367,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5368,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5369,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5370,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5371,"kind":16777216,"name":"ProcessedQuery","url":"modules/shoppersearch.html#processedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5372,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5373,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5374,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5375,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5376,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5377,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5378,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5379,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5380,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5381,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5382,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5383,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5384,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5385,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5386,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5387,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5388,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5389,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5390,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5391,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5392,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5393,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":5394,"kind":2,"name":"ShopperSearchTypes","url":"modules/shoppersearch.shoppersearchtypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSearch"},{"id":5395,"kind":4194304,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.shoppersearchtypes.html#shoppersearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5396,"kind":4194304,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.shoppersearchtypes.html#shoppersearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5397,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5398,"kind":4194304,"name":"getSearchSuggestionsQueryParameters","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5399,"kind":4194304,"name":"getSearchSuggestionsPathParameters","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5400,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5401,"kind":4194304,"name":"productSearchQueryParameters","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5402,"kind":4194304,"name":"productSearchPathParameters","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5403,"kind":4194304,"name":"AppliedProcessor","url":"modules/shoppersearch.shoppersearchtypes.html#appliedprocessor","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5404,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#brandsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5405,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#categorysuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5406,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#customsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5407,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.shoppersearchtypes.html#einsteinsuggestedphrases","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5408,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.shoppersearchtypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5409,"kind":4194304,"name":"Image","url":"modules/shoppersearch.shoppersearchtypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5410,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.shoppersearchtypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5411,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.shoppersearchtypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5412,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.shoppersearchtypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5413,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5414,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.shoppersearchtypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5415,"kind":4194304,"name":"ProcessedQuery","url":"modules/shoppersearch.shoppersearchtypes.html#processedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5416,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.shoppersearchtypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5417,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.shoppersearchtypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5418,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.shoppersearchtypes.html#productref","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5419,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5420,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5421,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5422,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5423,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchsortingoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5424,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#productsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5425,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.shoppersearchtypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5426,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5427,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedcategory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5428,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedphrase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5429,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5430,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterm","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5431,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterms","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5432,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.shoppersearchtypes.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5433,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.shoppersearchtypes.html#suggestionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5434,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.shoppersearchtypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5435,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.shoppersearchtypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5436,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.shoppersearchtypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5437,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.shoppersearchtypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":5438,"kind":1,"name":"shopperSeo","url":"modules/shopperseo.html","classes":"tsd-kind-module"},{"id":5439,"kind":32,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSeo"},{"id":5440,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5441,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5442,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5443,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5444,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5445,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5446,"kind":128,"name":"ShopperSEO","url":"classes/shopperseo.shopperseo-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSeo"},{"id":5447,"kind":1024,"name":"clientConfig","url":"classes/shopperseo.shopperseo-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSeo.ShopperSEO"},{"id":5448,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperseo.shopperseo-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSEO"},{"id":5449,"kind":2097152,"name":"apiPaths","url":"classes/shopperseo.shopperseo-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSEO"},{"id":5450,"kind":32,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#apipaths.geturlmapping-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperSeo.ShopperSEO.apiPaths"},{"id":5451,"kind":512,"name":"constructor","url":"classes/shopperseo.shopperseo-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSeo.ShopperSEO"},{"id":5452,"kind":1024,"name":"paramKeys","url":"classes/shopperseo.shopperseo-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSEO"},{"id":5453,"kind":65536,"name":"__type","url":"classes/shopperseo.shopperseo-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperSeo.ShopperSEO.paramKeys"},{"id":5454,"kind":32,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#paramkeys.__type.geturlmapping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSEO.paramKeys.__type"},{"id":5455,"kind":32,"name":"getUrlMappingRequired","url":"classes/shopperseo.shopperseo-3.html#paramkeys.__type.geturlmappingrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSEO.paramKeys.__type"},{"id":5456,"kind":2048,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#geturlmapping-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSeo.ShopperSEO"},{"id":5457,"kind":4194304,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.html#geturlmappingqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5458,"kind":65536,"name":"__type","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.getUrlMappingQueryParameters"},{"id":5459,"kind":32,"name":"urlSegment","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1.urlsegment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingQueryParameters.__type"},{"id":5460,"kind":32,"name":"siteId","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingQueryParameters.__type"},{"id":5461,"kind":32,"name":"locale","url":"modules/shopperseo.html#geturlmappingqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingQueryParameters.__type"},{"id":5462,"kind":4194304,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.html#geturlmappingpathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5463,"kind":65536,"name":"__type","url":"modules/shopperseo.html#geturlmappingpathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.getUrlMappingPathParameters"},{"id":5464,"kind":32,"name":"organizationId","url":"modules/shopperseo.html#geturlmappingpathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.getUrlMappingPathParameters.__type"},{"id":5465,"kind":4194304,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.html#shopperseopathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5466,"kind":4194304,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5467,"kind":4194304,"name":"ShopperSEOParameters","url":"modules/shopperseo.html#shopperseoparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":5468,"kind":16777216,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.html#geturlmappingqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5469,"kind":16777216,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.html#geturlmappingpathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5470,"kind":16777216,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.html#shopperseopathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5471,"kind":16777216,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5472,"kind":16777216,"name":"ShopperSEOParameters","url":"modules/shopperseo.html#shopperseoparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5473,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5474,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5475,"kind":16777216,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.html#geturlmappingqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5476,"kind":16777216,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.html#geturlmappingpathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5477,"kind":16777216,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.html#shopperseopathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5478,"kind":16777216,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5479,"kind":16777216,"name":"ShopperSEOParameters","url":"modules/shopperseo.html#shopperseoparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5480,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5481,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5482,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5483,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":5484,"kind":2,"name":"ShopperSEOTypes","url":"modules/shopperseo.shopperseotypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSeo"},{"id":5485,"kind":4194304,"name":"ShopperSEOPathParameters","url":"modules/shopperseo.shopperseotypes.html#shopperseopathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5486,"kind":4194304,"name":"ShopperSEOQueryParameters","url":"modules/shopperseo.shopperseotypes.html#shopperseoqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5487,"kind":4194304,"name":"getUrlMappingQueryParameters","url":"modules/shopperseo.shopperseotypes.html#geturlmappingqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5488,"kind":4194304,"name":"getUrlMappingPathParameters","url":"modules/shopperseo.shopperseotypes.html#geturlmappingpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5489,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.shopperseotypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5490,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.shopperseotypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5491,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.shopperseotypes.html#urlmapping","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":5492,"kind":1,"name":"shopperStores","url":"modules/shopperstores.html","classes":"tsd-kind-module"},{"id":5493,"kind":32,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperStores"},{"id":5494,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5495,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5496,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5497,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5498,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5499,"kind":4194304,"name":"Store","url":"modules/shopperstores.html#store-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5500,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5501,"kind":4194304,"name":"Stores","url":"modules/shopperstores.html#stores-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5502,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5503,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5504,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5505,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5506,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5507,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5508,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5509,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5510,"kind":128,"name":"ShopperStores","url":"classes/shopperstores.shopperstores-3.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperStores"},{"id":5511,"kind":1024,"name":"clientConfig","url":"classes/shopperstores.shopperstores-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":5512,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperstores.shopperstores-3.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":5513,"kind":2097152,"name":"apiPaths","url":"classes/shopperstores.shopperstores-3.html#apipaths","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":5514,"kind":32,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#apipaths.getstores-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperStores.ShopperStores.apiPaths"},{"id":5515,"kind":32,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#apipaths.searchstores-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"shopperStores.ShopperStores.apiPaths"},{"id":5516,"kind":512,"name":"constructor","url":"classes/shopperstores.shopperstores-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":5517,"kind":1024,"name":"paramKeys","url":"classes/shopperstores.shopperstores-3.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":5518,"kind":65536,"name":"__type","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperStores.ShopperStores.paramKeys"},{"id":5519,"kind":32,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.getstores","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5520,"kind":32,"name":"getStoresRequired","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.getstoresrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5521,"kind":32,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.searchstores","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5522,"kind":32,"name":"searchStoresRequired","url":"classes/shopperstores.shopperstores-3.html#paramkeys.__type.searchstoresrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":5523,"kind":2048,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#getstores-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":5524,"kind":2048,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#searchstores-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":5525,"kind":4194304,"name":"getStoresQueryParameters","url":"modules/shopperstores.html#getstoresqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5526,"kind":65536,"name":"__type","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.getStoresQueryParameters"},{"id":5527,"kind":32,"name":"ids","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresQueryParameters.__type"},{"id":5528,"kind":32,"name":"siteId","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresQueryParameters.__type"},{"id":5529,"kind":32,"name":"locale","url":"modules/shopperstores.html#getstoresqueryparameters-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresQueryParameters.__type"},{"id":5530,"kind":4194304,"name":"getStoresPathParameters","url":"modules/shopperstores.html#getstorespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5531,"kind":65536,"name":"__type","url":"modules/shopperstores.html#getstorespathparameters-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.getStoresPathParameters"},{"id":5532,"kind":32,"name":"organizationId","url":"modules/shopperstores.html#getstorespathparameters-2.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.getStoresPathParameters.__type"},{"id":5533,"kind":4194304,"name":"searchStoresQueryParameters","url":"modules/shopperstores.html#searchstoresqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5534,"kind":65536,"name":"__type","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.searchStoresQueryParameters"},{"id":5535,"kind":32,"name":"countryCode","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.countrycode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5536,"kind":32,"name":"distanceUnit","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.distanceunit-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5537,"kind":32,"name":"latitude","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.latitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5538,"kind":32,"name":"longitude","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.longitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5539,"kind":32,"name":"maxDistance","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.maxdistance","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5540,"kind":32,"name":"postalCode","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.postalcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5541,"kind":32,"name":"siteId","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.siteid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5542,"kind":32,"name":"locale","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5543,"kind":32,"name":"limit","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5544,"kind":32,"name":"offset","url":"modules/shopperstores.html#searchstoresqueryparameters-2.__type-3.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresQueryParameters.__type"},{"id":5545,"kind":4194304,"name":"searchStoresPathParameters","url":"modules/shopperstores.html#searchstorespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5546,"kind":65536,"name":"__type","url":"modules/shopperstores.html#searchstorespathparameters-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.searchStoresPathParameters"},{"id":5547,"kind":32,"name":"organizationId","url":"modules/shopperstores.html#searchstorespathparameters-2.__type-2.organizationid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.searchStoresPathParameters.__type"},{"id":5548,"kind":4194304,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5549,"kind":4194304,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5550,"kind":4194304,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":5551,"kind":16777216,"name":"getStoresQueryParameters","url":"modules/shopperstores.html#getstoresqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5552,"kind":16777216,"name":"getStoresPathParameters","url":"modules/shopperstores.html#getstorespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5553,"kind":16777216,"name":"searchStoresQueryParameters","url":"modules/shopperstores.html#searchstoresqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5554,"kind":16777216,"name":"searchStoresPathParameters","url":"modules/shopperstores.html#searchstorespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5555,"kind":16777216,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5556,"kind":16777216,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5557,"kind":16777216,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5558,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5559,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5560,"kind":16777216,"name":"getStoresQueryParameters","url":"modules/shopperstores.html#getstoresqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5561,"kind":16777216,"name":"getStoresPathParameters","url":"modules/shopperstores.html#getstorespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5562,"kind":16777216,"name":"searchStoresQueryParameters","url":"modules/shopperstores.html#searchstoresqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5563,"kind":16777216,"name":"searchStoresPathParameters","url":"modules/shopperstores.html#searchstorespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5564,"kind":16777216,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5565,"kind":16777216,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5566,"kind":16777216,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5567,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5568,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5569,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5570,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5571,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5572,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5573,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5574,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5575,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":5576,"kind":2,"name":"ShopperStoresTypes","url":"modules/shopperstores.shopperstorestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperStores"},{"id":5577,"kind":4194304,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.shopperstorestypes.html#shopperstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5578,"kind":4194304,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.shopperstorestypes.html#shopperstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5579,"kind":4194304,"name":"getStoresQueryParameters","url":"modules/shopperstores.shopperstorestypes.html#getstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5580,"kind":4194304,"name":"getStoresPathParameters","url":"modules/shopperstores.shopperstorestypes.html#getstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5581,"kind":4194304,"name":"searchStoresQueryParameters","url":"modules/shopperstores.shopperstorestypes.html#searchstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5582,"kind":4194304,"name":"searchStoresPathParameters","url":"modules/shopperstores.shopperstorestypes.html#searchstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5583,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.shopperstorestypes.html#distanceunit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5584,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.shopperstorestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5585,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.shopperstorestypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5586,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.shopperstorestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5587,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.shopperstorestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5588,"kind":4194304,"name":"Store","url":"modules/shopperstores.shopperstorestypes.html#store","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5589,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.shopperstorestypes.html#storeresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":5590,"kind":4194304,"name":"Stores","url":"modules/shopperstores.shopperstorestypes.html#stores","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,44.023]],["parent/0",[]],["name/1",[1,77.128]],["parent/1",[0,4.395]],["name/2",[2,77.128]],["parent/2",[3,8.21]],["name/3",[4,77.128]],["parent/3",[0,4.395]],["name/4",[5,77.128]],["parent/4",[0,4.395]],["name/5",[6,82.236]],["parent/5",[0,4.395]],["name/6",[7,77.128]],["parent/6",[0,4.395]],["name/7",[8,77.128]],["parent/7",[0,4.395]],["name/8",[9,48.796]],["parent/8",[0,4.395]],["name/9",[10,27.115]],["parent/9",[11,8.21]],["name/10",[12,77.128]],["parent/10",[0,4.395]],["name/11",[13,77.128]],["parent/11",[0,4.395]],["name/12",[10,27.115]],["parent/12",[14,8.21]],["name/13",[15,77.128]],["parent/13",[0,4.395]],["name/14",[10,27.115]],["parent/14",[16,8.21]],["name/15",[17,54.721]],["parent/15",[]],["name/16",[18,82.236]],["parent/16",[17,5.463]],["name/17",[19,77.128]],["parent/17",[20,6.479]],["name/18",[21,77.128]],["parent/18",[20,6.479]],["name/19",[22,77.128]],["parent/19",[20,6.479]],["name/20",[23,71.25]],["parent/20",[20,6.479]],["name/21",[24,73.763]],["parent/21",[20,6.479]],["name/22",[25,71.25]],["parent/22",[20,6.479]],["name/23",[26,73.763]],["parent/23",[20,6.479]],["name/24",[27,77.128]],["parent/24",[20,6.479]],["name/25",[17,54.721]],["parent/25",[17,5.463]],["name/26",[19,77.128]],["parent/26",[28,6.268]],["name/27",[21,77.128]],["parent/27",[28,6.268]],["name/28",[22,77.128]],["parent/28",[28,6.268]],["name/29",[10,27.115]],["parent/29",[29,8.21]],["name/30",[23,71.25]],["parent/30",[28,6.268]],["name/31",[24,73.763]],["parent/31",[28,6.268]],["name/32",[25,71.25]],["parent/32",[28,6.268]],["name/33",[26,73.763]],["parent/33",[28,6.268]],["name/34",[27,77.128]],["parent/34",[28,6.268]],["name/35",[30,56.587]],["parent/35",[28,6.268]],["name/36",[31,82.236]],["parent/36",[28,6.268]],["name/37",[26,73.763]],["parent/37",[32,8.21]],["name/38",[33,82.236]],["parent/38",[17,5.463]],["name/39",[24,73.763]],["parent/39",[17,5.463]],["name/40",[34,82.236]],["parent/40",[17,5.463]],["name/41",[10,27.115]],["parent/41",[35,8.21]],["name/42",[36,77.128]],["parent/42",[]],["name/43",[37,82.236]],["parent/43",[36,7.7]],["name/44",[38,77.128]],["parent/44",[0,4.395]],["name/45",[39,77.128]],["parent/45",[0,4.395]],["name/46",[40,77.128]],["parent/46",[0,4.395]],["name/47",[41,77.128]],["parent/47",[0,4.395]],["name/48",[25,71.25]],["parent/48",[0,4.395]],["name/49",[42,27.726]],["parent/49",[]],["name/50",[43,47.475]],["parent/50",[42,2.768]],["name/51",[44,73.763]],["parent/51",[]],["name/52",[44,73.763]],["parent/52",[44,7.364]],["name/53",[30,56.587]],["parent/53",[45,5.552]],["name/54",[46,82.236]],["parent/54",[45,5.552]],["name/55",[47,82.236]],["parent/55",[45,5.552]],["name/56",[48,82.236]],["parent/56",[45,5.552]],["name/57",[49,82.236]],["parent/57",[45,5.552]],["name/58",[50,82.236]],["parent/58",[45,5.552]],["name/59",[51,82.236]],["parent/59",[45,5.552]],["name/60",[52,82.236]],["parent/60",[45,5.552]],["name/61",[53,82.236]],["parent/61",[45,5.552]],["name/62",[54,82.236]],["parent/62",[45,5.552]],["name/63",[55,82.236]],["parent/63",[45,5.552]],["name/64",[56,82.236]],["parent/64",[45,5.552]],["name/65",[57,82.236]],["parent/65",[45,5.552]],["name/66",[58,82.236]],["parent/66",[45,5.552]],["name/67",[59,82.236]],["parent/67",[45,5.552]],["name/68",[60,82.236]],["parent/68",[45,5.552]],["name/69",[61,82.236]],["parent/69",[45,5.552]],["name/70",[62,82.236]],["parent/70",[45,5.552]],["name/71",[63,82.236]],["parent/71",[45,5.552]],["name/72",[64,82.236]],["parent/72",[45,5.552]],["name/73",[65,82.236]],["parent/73",[45,5.552]],["name/74",[66,73.763]],["parent/74",[]],["name/75",[67,82.236]],["parent/75",[66,7.364]],["name/76",[68,82.236]],["parent/76",[66,7.364]],["name/77",[69,71.25]],["parent/77",[42,2.768]],["name/78",[70,71.25]],["parent/78",[42,2.768]],["name/79",[71,71.25]],["parent/79",[42,2.768]],["name/80",[72,71.25]],["parent/80",[42,2.768]],["name/81",[73,71.25]],["parent/81",[42,2.768]],["name/82",[74,71.25]],["parent/82",[42,2.768]],["name/83",[75,71.25]],["parent/83",[42,2.768]],["name/84",[76,71.25]],["parent/84",[42,2.768]],["name/85",[77,71.25]],["parent/85",[42,2.768]],["name/86",[78,71.25]],["parent/86",[42,2.768]],["name/87",[79,71.25]],["parent/87",[42,2.768]],["name/88",[80,71.25]],["parent/88",[42,2.768]],["name/89",[81,71.25]],["parent/89",[42,2.768]],["name/90",[82,71.25]],["parent/90",[42,2.768]],["name/91",[83,71.25]],["parent/91",[42,2.768]],["name/92",[84,71.25]],["parent/92",[42,2.768]],["name/93",[85,71.25]],["parent/93",[42,2.768]],["name/94",[86,71.25]],["parent/94",[42,2.768]],["name/95",[87,71.25]],["parent/95",[42,2.768]],["name/96",[88,71.25]],["parent/96",[42,2.768]],["name/97",[89,71.25]],["parent/97",[42,2.768]],["name/98",[90,71.25]],["parent/98",[42,2.768]],["name/99",[91,71.25]],["parent/99",[42,2.768]],["name/100",[92,71.25]],["parent/100",[42,2.768]],["name/101",[93,71.25]],["parent/101",[42,2.768]],["name/102",[94,71.25]],["parent/102",[42,2.768]],["name/103",[95,71.25]],["parent/103",[42,2.768]],["name/104",[96,71.25]],["parent/104",[42,2.768]],["name/105",[80,71.25]],["parent/105",[42,2.768]],["name/106",[83,71.25]],["parent/106",[42,2.768]],["name/107",[76,71.25]],["parent/107",[42,2.768]],["name/108",[74,71.25]],["parent/108",[42,2.768]],["name/109",[75,71.25]],["parent/109",[42,2.768]],["name/110",[72,71.25]],["parent/110",[42,2.768]],["name/111",[73,71.25]],["parent/111",[42,2.768]],["name/112",[71,71.25]],["parent/112",[42,2.768]],["name/113",[70,71.25]],["parent/113",[42,2.768]],["name/114",[69,71.25]],["parent/114",[42,2.768]],["name/115",[84,71.25]],["parent/115",[42,2.768]],["name/116",[85,71.25]],["parent/116",[42,2.768]],["name/117",[86,71.25]],["parent/117",[42,2.768]],["name/118",[87,71.25]],["parent/118",[42,2.768]],["name/119",[88,71.25]],["parent/119",[42,2.768]],["name/120",[89,71.25]],["parent/120",[42,2.768]],["name/121",[90,71.25]],["parent/121",[42,2.768]],["name/122",[78,71.25]],["parent/122",[42,2.768]],["name/123",[79,71.25]],["parent/123",[42,2.768]],["name/124",[77,71.25]],["parent/124",[42,2.768]],["name/125",[91,71.25]],["parent/125",[42,2.768]],["name/126",[92,71.25]],["parent/126",[42,2.768]],["name/127",[93,71.25]],["parent/127",[42,2.768]],["name/128",[94,71.25]],["parent/128",[42,2.768]],["name/129",[95,71.25]],["parent/129",[42,2.768]],["name/130",[96,71.25]],["parent/130",[42,2.768]],["name/131",[82,71.25]],["parent/131",[42,2.768]],["name/132",[81,71.25]],["parent/132",[42,2.768]],["name/133",[42,27.726]],["parent/133",[42,2.768]],["name/134",[17,54.721]],["parent/134",[97,5.203]],["name/135",[43,47.475]],["parent/135",[97,5.203]],["name/136",[98,58.257]],["parent/136",[97,5.203]],["name/137",[99,73.763]],["parent/137",[100,5.382]],["name/138",[101,73.763]],["parent/138",[100,5.382]],["name/139",[102,73.763]],["parent/139",[100,5.382]],["name/140",[103,73.763]],["parent/140",[100,5.382]],["name/141",[104,73.763]],["parent/141",[100,5.382]],["name/142",[105,73.763]],["parent/142",[100,5.382]],["name/143",[106,73.763]],["parent/143",[100,5.382]],["name/144",[107,73.763]],["parent/144",[100,5.382]],["name/145",[108,73.763]],["parent/145",[100,5.382]],["name/146",[109,73.763]],["parent/146",[100,5.382]],["name/147",[110,73.763]],["parent/147",[100,5.382]],["name/148",[111,69.243]],["parent/148",[100,5.382]],["name/149",[112,73.763]],["parent/149",[100,5.382]],["name/150",[113,73.763]],["parent/150",[100,5.382]],["name/151",[114,73.763]],["parent/151",[100,5.382]],["name/152",[115,73.763]],["parent/152",[100,5.382]],["name/153",[116,73.763]],["parent/153",[100,5.382]],["name/154",[117,73.763]],["parent/154",[100,5.382]],["name/155",[118,73.763]],["parent/155",[100,5.382]],["name/156",[119,73.763]],["parent/156",[100,5.382]],["name/157",[120,73.763]],["parent/157",[100,5.382]],["name/158",[121,67.573]],["parent/158",[100,5.382]],["name/159",[122,73.763]],["parent/159",[100,5.382]],["name/160",[123,73.763]],["parent/160",[100,5.382]],["name/161",[124,73.763]],["parent/161",[100,5.382]],["name/162",[30,56.587]],["parent/162",[97,5.203]],["name/163",[125,58.257]],["parent/163",[97,5.203]],["name/164",[10,27.115]],["parent/164",[126,8.21]],["name/165",[99,73.763]],["parent/165",[127,4.7]],["name/166",[128,82.236]],["parent/166",[127,4.7]],["name/167",[101,73.763]],["parent/167",[127,4.7]],["name/168",[129,82.236]],["parent/168",[127,4.7]],["name/169",[102,73.763]],["parent/169",[127,4.7]],["name/170",[130,82.236]],["parent/170",[127,4.7]],["name/171",[103,73.763]],["parent/171",[127,4.7]],["name/172",[131,82.236]],["parent/172",[127,4.7]],["name/173",[104,73.763]],["parent/173",[127,4.7]],["name/174",[132,82.236]],["parent/174",[127,4.7]],["name/175",[105,73.763]],["parent/175",[127,4.7]],["name/176",[133,82.236]],["parent/176",[127,4.7]],["name/177",[106,73.763]],["parent/177",[127,4.7]],["name/178",[134,82.236]],["parent/178",[127,4.7]],["name/179",[107,73.763]],["parent/179",[127,4.7]],["name/180",[135,82.236]],["parent/180",[127,4.7]],["name/181",[108,73.763]],["parent/181",[127,4.7]],["name/182",[136,82.236]],["parent/182",[127,4.7]],["name/183",[109,73.763]],["parent/183",[127,4.7]],["name/184",[137,82.236]],["parent/184",[127,4.7]],["name/185",[110,73.763]],["parent/185",[127,4.7]],["name/186",[138,82.236]],["parent/186",[127,4.7]],["name/187",[111,69.243]],["parent/187",[127,4.7]],["name/188",[139,82.236]],["parent/188",[127,4.7]],["name/189",[112,73.763]],["parent/189",[127,4.7]],["name/190",[140,82.236]],["parent/190",[127,4.7]],["name/191",[113,73.763]],["parent/191",[127,4.7]],["name/192",[141,82.236]],["parent/192",[127,4.7]],["name/193",[114,73.763]],["parent/193",[127,4.7]],["name/194",[142,82.236]],["parent/194",[127,4.7]],["name/195",[115,73.763]],["parent/195",[127,4.7]],["name/196",[143,82.236]],["parent/196",[127,4.7]],["name/197",[116,73.763]],["parent/197",[127,4.7]],["name/198",[144,82.236]],["parent/198",[127,4.7]],["name/199",[117,73.763]],["parent/199",[127,4.7]],["name/200",[145,82.236]],["parent/200",[127,4.7]],["name/201",[118,73.763]],["parent/201",[127,4.7]],["name/202",[146,82.236]],["parent/202",[127,4.7]],["name/203",[119,73.763]],["parent/203",[127,4.7]],["name/204",[147,82.236]],["parent/204",[127,4.7]],["name/205",[120,73.763]],["parent/205",[127,4.7]],["name/206",[148,82.236]],["parent/206",[127,4.7]],["name/207",[121,67.573]],["parent/207",[127,4.7]],["name/208",[149,77.128]],["parent/208",[127,4.7]],["name/209",[122,73.763]],["parent/209",[127,4.7]],["name/210",[150,82.236]],["parent/210",[127,4.7]],["name/211",[123,73.763]],["parent/211",[127,4.7]],["name/212",[151,82.236]],["parent/212",[127,4.7]],["name/213",[124,73.763]],["parent/213",[127,4.7]],["name/214",[152,82.236]],["parent/214",[127,4.7]],["name/215",[99,73.763]],["parent/215",[97,5.203]],["name/216",[101,73.763]],["parent/216",[97,5.203]],["name/217",[102,73.763]],["parent/217",[97,5.203]],["name/218",[103,73.763]],["parent/218",[97,5.203]],["name/219",[104,73.763]],["parent/219",[97,5.203]],["name/220",[105,73.763]],["parent/220",[97,5.203]],["name/221",[106,73.763]],["parent/221",[97,5.203]],["name/222",[107,73.763]],["parent/222",[97,5.203]],["name/223",[108,73.763]],["parent/223",[97,5.203]],["name/224",[109,73.763]],["parent/224",[97,5.203]],["name/225",[110,73.763]],["parent/225",[97,5.203]],["name/226",[111,69.243]],["parent/226",[97,5.203]],["name/227",[112,73.763]],["parent/227",[97,5.203]],["name/228",[113,73.763]],["parent/228",[97,5.203]],["name/229",[114,73.763]],["parent/229",[97,5.203]],["name/230",[115,73.763]],["parent/230",[97,5.203]],["name/231",[116,73.763]],["parent/231",[97,5.203]],["name/232",[117,73.763]],["parent/232",[97,5.203]],["name/233",[118,73.763]],["parent/233",[97,5.203]],["name/234",[119,73.763]],["parent/234",[97,5.203]],["name/235",[120,73.763]],["parent/235",[97,5.203]],["name/236",[121,67.573]],["parent/236",[97,5.203]],["name/237",[122,73.763]],["parent/237",[97,5.203]],["name/238",[123,73.763]],["parent/238",[97,5.203]],["name/239",[124,73.763]],["parent/239",[97,5.203]],["name/240",[153,71.25]],["parent/240",[42,2.768]],["name/241",[154,71.25]],["parent/241",[42,2.768]],["name/242",[155,71.25]],["parent/242",[42,2.768]],["name/243",[156,71.25]],["parent/243",[42,2.768]],["name/244",[157,71.25]],["parent/244",[42,2.768]],["name/245",[158,71.25]],["parent/245",[42,2.768]],["name/246",[159,71.25]],["parent/246",[42,2.768]],["name/247",[160,71.25]],["parent/247",[42,2.768]],["name/248",[161,71.25]],["parent/248",[42,2.768]],["name/249",[162,71.25]],["parent/249",[42,2.768]],["name/250",[163,71.25]],["parent/250",[42,2.768]],["name/251",[164,71.25]],["parent/251",[42,2.768]],["name/252",[165,71.25]],["parent/252",[42,2.768]],["name/253",[166,71.25]],["parent/253",[42,2.768]],["name/254",[167,71.25]],["parent/254",[42,2.768]],["name/255",[168,71.25]],["parent/255",[42,2.768]],["name/256",[10,27.115]],["parent/256",[169,8.21]],["name/257",[170,71.25]],["parent/257",[42,2.768]],["name/258",[10,27.115]],["parent/258",[171,8.21]],["name/259",[172,34.962]],["parent/259",[173,8.21]],["name/260",[174,71.25]],["parent/260",[42,2.768]],["name/261",[10,27.115]],["parent/261",[175,8.21]],["name/262",[176,59.549]],["parent/262",[177,6.479]],["name/263",[178,73.763]],["parent/263",[177,6.479]],["name/264",[179,71.25]],["parent/264",[177,6.479]],["name/265",[180,73.763]],["parent/265",[177,6.479]],["name/266",[181,77.128]],["parent/266",[177,6.479]],["name/267",[182,61.867]],["parent/267",[177,6.479]],["name/268",[183,57.113]],["parent/268",[177,6.479]],["name/269",[184,69.243]],["parent/269",[177,6.479]],["name/270",[185,71.25]],["parent/270",[42,2.768]],["name/271",[10,27.115]],["parent/271",[186,8.21]],["name/272",[179,71.25]],["parent/272",[187,6.268]],["name/273",[178,73.763]],["parent/273",[187,6.268]],["name/274",[176,59.549]],["parent/274",[187,6.268]],["name/275",[181,77.128]],["parent/275",[187,6.268]],["name/276",[180,73.763]],["parent/276",[187,6.268]],["name/277",[182,61.867]],["parent/277",[187,6.268]],["name/278",[188,66.142]],["parent/278",[187,6.268]],["name/279",[183,57.113]],["parent/279",[187,6.268]],["name/280",[184,69.243]],["parent/280",[187,6.268]],["name/281",[189,82.236]],["parent/281",[187,6.268]],["name/282",[190,71.25]],["parent/282",[42,2.768]],["name/283",[10,27.115]],["parent/283",[191,8.21]],["name/284",[172,34.962]],["parent/284",[192,8.21]],["name/285",[193,71.25]],["parent/285",[42,2.768]],["name/286",[10,27.115]],["parent/286",[194,8.21]],["name/287",[195,82.236]],["parent/287",[196,8.21]],["name/288",[197,71.25]],["parent/288",[42,2.768]],["name/289",[10,27.115]],["parent/289",[198,8.21]],["name/290",[172,34.962]],["parent/290",[199,8.21]],["name/291",[200,71.25]],["parent/291",[42,2.768]],["name/292",[10,27.115]],["parent/292",[201,8.21]],["name/293",[202,67.573]],["parent/293",[203,6.177]],["name/294",[204,73.763]],["parent/294",[203,6.177]],["name/295",[205,41.128]],["parent/295",[203,6.177]],["name/296",[182,61.867]],["parent/296",[203,6.177]],["name/297",[183,57.113]],["parent/297",[203,6.177]],["name/298",[206,73.763]],["parent/298",[203,6.177]],["name/299",[207,82.236]],["parent/299",[203,6.177]],["name/300",[208,77.128]],["parent/300",[203,6.177]],["name/301",[209,82.236]],["parent/301",[203,6.177]],["name/302",[210,82.236]],["parent/302",[203,6.177]],["name/303",[211,82.236]],["parent/303",[203,6.177]],["name/304",[212,71.25]],["parent/304",[42,2.768]],["name/305",[10,27.115]],["parent/305",[213,8.21]],["name/306",[214,71.25]],["parent/306",[42,2.768]],["name/307",[10,27.115]],["parent/307",[215,8.21]],["name/308",[172,34.962]],["parent/308",[216,8.21]],["name/309",[217,71.25]],["parent/309",[42,2.768]],["name/310",[10,27.115]],["parent/310",[218,8.21]],["name/311",[202,67.573]],["parent/311",[219,6.368]],["name/312",[204,73.763]],["parent/312",[219,6.368]],["name/313",[183,57.113]],["parent/313",[219,6.368]],["name/314",[205,41.128]],["parent/314",[219,6.368]],["name/315",[176,59.549]],["parent/315",[219,6.368]],["name/316",[184,69.243]],["parent/316",[219,6.368]],["name/317",[206,73.763]],["parent/317",[219,6.368]],["name/318",[220,77.128]],["parent/318",[219,6.368]],["name/319",[188,66.142]],["parent/319",[219,6.368]],["name/320",[221,71.25]],["parent/320",[42,2.768]],["name/321",[10,27.115]],["parent/321",[222,8.21]],["name/322",[183,57.113]],["parent/322",[223,8.21]],["name/323",[224,71.25]],["parent/323",[42,2.768]],["name/324",[10,27.115]],["parent/324",[225,8.21]],["name/325",[172,34.962]],["parent/325",[226,7.364]],["name/326",[227,73.763]],["parent/326",[226,7.364]],["name/327",[228,82.236]],["parent/327",[226,7.364]],["name/328",[229,71.25]],["parent/328",[42,2.768]],["name/329",[10,27.115]],["parent/329",[230,8.21]],["name/330",[183,57.113]],["parent/330",[231,8.21]],["name/331",[232,71.25]],["parent/331",[42,2.768]],["name/332",[10,27.115]],["parent/332",[233,8.21]],["name/333",[172,34.962]],["parent/333",[234,7.7]],["name/334",[227,73.763]],["parent/334",[234,7.7]],["name/335",[235,71.25]],["parent/335",[42,2.768]],["name/336",[10,27.115]],["parent/336",[236,8.21]],["name/337",[237,71.25]],["parent/337",[42,2.768]],["name/338",[10,27.115]],["parent/338",[238,8.21]],["name/339",[172,34.962]],["parent/339",[239,8.21]],["name/340",[240,71.25]],["parent/340",[42,2.768]],["name/341",[10,27.115]],["parent/341",[241,8.21]],["name/342",[242,71.25]],["parent/342",[42,2.768]],["name/343",[10,27.115]],["parent/343",[243,8.21]],["name/344",[172,34.962]],["parent/344",[244,8.21]],["name/345",[245,71.25]],["parent/345",[42,2.768]],["name/346",[10,27.115]],["parent/346",[246,8.21]],["name/347",[247,71.25]],["parent/347",[42,2.768]],["name/348",[10,27.115]],["parent/348",[248,8.21]],["name/349",[172,34.962]],["parent/349",[249,8.21]],["name/350",[250,71.25]],["parent/350",[42,2.768]],["name/351",[10,27.115]],["parent/351",[251,8.21]],["name/352",[252,77.128]],["parent/352",[253,6.368]],["name/353",[254,77.128]],["parent/353",[253,6.368]],["name/354",[182,61.867]],["parent/354",[253,6.368]],["name/355",[255,69.243]],["parent/355",[253,6.368]],["name/356",[179,71.25]],["parent/356",[253,6.368]],["name/357",[256,69.243]],["parent/357",[253,6.368]],["name/358",[176,59.549]],["parent/358",[253,6.368]],["name/359",[183,57.113]],["parent/359",[253,6.368]],["name/360",[257,71.25]],["parent/360",[253,6.368]],["name/361",[258,71.25]],["parent/361",[42,2.768]],["name/362",[10,27.115]],["parent/362",[259,8.21]],["name/363",[260,71.25]],["parent/363",[42,2.768]],["name/364",[10,27.115]],["parent/364",[261,8.21]],["name/365",[172,34.962]],["parent/365",[262,8.21]],["name/366",[263,71.25]],["parent/366",[42,2.768]],["name/367",[10,27.115]],["parent/367",[264,8.21]],["name/368",[183,57.113]],["parent/368",[265,8.21]],["name/369",[266,71.25]],["parent/369",[42,2.768]],["name/370",[10,27.115]],["parent/370",[267,8.21]],["name/371",[172,34.962]],["parent/371",[268,7.7]],["name/372",[227,73.763]],["parent/372",[268,7.7]],["name/373",[269,71.25]],["parent/373",[42,2.768]],["name/374",[10,27.115]],["parent/374",[270,8.21]],["name/375",[271,71.25]],["parent/375",[42,2.768]],["name/376",[10,27.115]],["parent/376",[272,8.21]],["name/377",[172,34.962]],["parent/377",[273,8.21]],["name/378",[274,71.25]],["parent/378",[42,2.768]],["name/379",[10,27.115]],["parent/379",[275,8.21]],["name/380",[255,69.243]],["parent/380",[276,6.746]],["name/381",[188,66.142]],["parent/381",[276,6.746]],["name/382",[277,82.236]],["parent/382",[276,6.746]],["name/383",[176,59.549]],["parent/383",[276,6.746]],["name/384",[256,69.243]],["parent/384",[276,6.746]],["name/385",[278,69.243]],["parent/385",[276,6.746]],["name/386",[279,71.25]],["parent/386",[42,2.768]],["name/387",[10,27.115]],["parent/387",[280,8.21]],["name/388",[281,71.25]],["parent/388",[42,2.768]],["name/389",[10,27.115]],["parent/389",[282,8.21]],["name/390",[172,34.962]],["parent/390",[283,8.21]],["name/391",[284,71.25]],["parent/391",[42,2.768]],["name/392",[10,27.115]],["parent/392",[285,8.21]],["name/393",[202,67.573]],["parent/393",[286,6.368]],["name/394",[204,73.763]],["parent/394",[286,6.368]],["name/395",[183,57.113]],["parent/395",[286,6.368]],["name/396",[205,41.128]],["parent/396",[286,6.368]],["name/397",[176,59.549]],["parent/397",[286,6.368]],["name/398",[184,69.243]],["parent/398",[286,6.368]],["name/399",[206,73.763]],["parent/399",[286,6.368]],["name/400",[220,77.128]],["parent/400",[286,6.368]],["name/401",[188,66.142]],["parent/401",[286,6.368]],["name/402",[287,71.25]],["parent/402",[42,2.768]],["name/403",[10,27.115]],["parent/403",[288,8.21]],["name/404",[289,71.25]],["parent/404",[42,2.768]],["name/405",[10,27.115]],["parent/405",[290,8.21]],["name/406",[172,34.962]],["parent/406",[291,8.21]],["name/407",[292,71.25]],["parent/407",[42,2.768]],["name/408",[10,27.115]],["parent/408",[293,8.21]],["name/409",[254,77.128]],["parent/409",[294,6.177]],["name/410",[176,59.549]],["parent/410",[294,6.177]],["name/411",[183,57.113]],["parent/411",[294,6.177]],["name/412",[256,69.243]],["parent/412",[294,6.177]],["name/413",[295,82.236]],["parent/413",[294,6.177]],["name/414",[255,69.243]],["parent/414",[294,6.177]],["name/415",[278,69.243]],["parent/415",[294,6.177]],["name/416",[296,82.236]],["parent/416",[294,6.177]],["name/417",[297,82.236]],["parent/417",[294,6.177]],["name/418",[182,61.867]],["parent/418",[294,6.177]],["name/419",[257,71.25]],["parent/419",[294,6.177]],["name/420",[298,71.25]],["parent/420",[42,2.768]],["name/421",[10,27.115]],["parent/421",[299,8.21]],["name/422",[300,71.25]],["parent/422",[42,2.768]],["name/423",[10,27.115]],["parent/423",[301,8.21]],["name/424",[172,34.962]],["parent/424",[302,8.21]],["name/425",[303,71.25]],["parent/425",[42,2.768]],["name/426",[10,27.115]],["parent/426",[304,8.21]],["name/427",[305,82.236]],["parent/427",[306,6.268]],["name/428",[176,59.549]],["parent/428",[306,6.268]],["name/429",[183,57.113]],["parent/429",[306,6.268]],["name/430",[256,69.243]],["parent/430",[306,6.268]],["name/431",[255,69.243]],["parent/431",[306,6.268]],["name/432",[278,69.243]],["parent/432",[306,6.268]],["name/433",[307,73.763]],["parent/433",[306,6.268]],["name/434",[182,61.867]],["parent/434",[306,6.268]],["name/435",[257,71.25]],["parent/435",[306,6.268]],["name/436",[180,73.763]],["parent/436",[306,6.268]],["name/437",[308,71.25]],["parent/437",[42,2.768]],["name/438",[10,27.115]],["parent/438",[309,8.21]],["name/439",[176,59.549]],["parent/439",[310,6.604]],["name/440",[183,57.113]],["parent/440",[310,6.604]],["name/441",[184,69.243]],["parent/441",[310,6.604]],["name/442",[278,69.243]],["parent/442",[310,6.604]],["name/443",[307,73.763]],["parent/443",[310,6.604]],["name/444",[179,71.25]],["parent/444",[310,6.604]],["name/445",[178,73.763]],["parent/445",[310,6.604]],["name/446",[311,71.25]],["parent/446",[42,2.768]],["name/447",[10,27.115]],["parent/447",[312,8.21]],["name/448",[172,34.962]],["parent/448",[313,8.21]],["name/449",[314,71.25]],["parent/449",[42,2.768]],["name/450",[10,27.115]],["parent/450",[315,8.21]],["name/451",[316,71.25]],["parent/451",[42,2.768]],["name/452",[10,27.115]],["parent/452",[317,8.21]],["name/453",[172,34.962]],["parent/453",[318,8.21]],["name/454",[319,71.25]],["parent/454",[42,2.768]],["name/455",[10,27.115]],["parent/455",[320,8.21]],["name/456",[182,61.867]],["parent/456",[321,6.368]],["name/457",[255,69.243]],["parent/457",[321,6.368]],["name/458",[188,66.142]],["parent/458",[321,6.368]],["name/459",[278,69.243]],["parent/459",[321,6.368]],["name/460",[307,73.763]],["parent/460",[321,6.368]],["name/461",[176,59.549]],["parent/461",[321,6.368]],["name/462",[183,57.113]],["parent/462",[321,6.368]],["name/463",[322,82.236]],["parent/463",[321,6.368]],["name/464",[257,71.25]],["parent/464",[321,6.368]],["name/465",[323,71.25]],["parent/465",[42,2.768]],["name/466",[10,27.115]],["parent/466",[324,8.21]],["name/467",[183,57.113]],["parent/467",[325,8.21]],["name/468",[326,71.25]],["parent/468",[42,2.768]],["name/469",[10,27.115]],["parent/469",[327,8.21]],["name/470",[172,34.962]],["parent/470",[328,8.21]],["name/471",[329,71.25]],["parent/471",[42,2.768]],["name/472",[10,27.115]],["parent/472",[330,8.21]],["name/473",[331,71.25]],["parent/473",[42,2.768]],["name/474",[10,27.115]],["parent/474",[332,8.21]],["name/475",[172,34.962]],["parent/475",[333,8.21]],["name/476",[334,71.25]],["parent/476",[42,2.768]],["name/477",[10,27.115]],["parent/477",[335,8.21]],["name/478",[336,71.25]],["parent/478",[42,2.768]],["name/479",[10,27.115]],["parent/479",[337,8.21]],["name/480",[172,34.962]],["parent/480",[338,8.21]],["name/481",[339,71.25]],["parent/481",[42,2.768]],["name/482",[10,27.115]],["parent/482",[340,8.21]],["name/483",[341,77.128]],["parent/483",[342,7.7]],["name/484",[343,77.128]],["parent/484",[342,7.7]],["name/485",[344,71.25]],["parent/485",[42,2.768]],["name/486",[10,27.115]],["parent/486",[345,8.21]],["name/487",[176,59.549]],["parent/487",[346,7.114]],["name/488",[252,77.128]],["parent/488",[346,7.114]],["name/489",[183,57.113]],["parent/489",[346,7.114]],["name/490",[188,66.142]],["parent/490",[346,7.114]],["name/491",[347,71.25]],["parent/491",[42,2.768]],["name/492",[10,27.115]],["parent/492",[348,8.21]],["name/493",[172,34.962]],["parent/493",[349,8.21]],["name/494",[350,64.89]],["parent/494",[42,2.768]],["name/495",[10,27.115]],["parent/495",[351,8.21]],["name/496",[352,64.89]],["parent/496",[42,2.768]],["name/497",[10,27.115]],["parent/497",[353,8.21]],["name/498",[172,34.962]],["parent/498",[354,8.21]],["name/499",[355,71.25]],["parent/499",[42,2.768]],["name/500",[10,27.115]],["parent/500",[356,8.21]],["name/501",[176,59.549]],["parent/501",[357,6.604]],["name/502",[358,77.128]],["parent/502",[357,6.604]],["name/503",[256,69.243]],["parent/503",[357,6.604]],["name/504",[359,82.236]],["parent/504",[357,6.604]],["name/505",[183,57.113]],["parent/505",[357,6.604]],["name/506",[188,66.142]],["parent/506",[357,6.604]],["name/507",[202,67.573]],["parent/507",[357,6.604]],["name/508",[360,71.25]],["parent/508",[42,2.768]],["name/509",[10,27.115]],["parent/509",[361,8.21]],["name/510",[362,71.25]],["parent/510",[42,2.768]],["name/511",[10,27.115]],["parent/511",[363,8.21]],["name/512",[172,34.962]],["parent/512",[364,8.21]],["name/513",[365,71.25]],["parent/513",[42,2.768]],["name/514",[10,27.115]],["parent/514",[366,8.21]],["name/515",[341,77.128]],["parent/515",[367,7.7]],["name/516",[343,77.128]],["parent/516",[367,7.7]],["name/517",[368,71.25]],["parent/517",[42,2.768]],["name/518",[10,27.115]],["parent/518",[369,8.21]],["name/519",[370,71.25]],["parent/519",[42,2.768]],["name/520",[10,27.115]],["parent/520",[371,8.21]],["name/521",[172,34.962]],["parent/521",[372,8.21]],["name/522",[373,71.25]],["parent/522",[42,2.768]],["name/523",[10,27.115]],["parent/523",[374,8.21]],["name/524",[375,82.236]],["parent/524",[376,7.114]],["name/525",[176,59.549]],["parent/525",[376,7.114]],["name/526",[183,57.113]],["parent/526",[376,7.114]],["name/527",[202,67.573]],["parent/527",[376,7.114]],["name/528",[377,71.25]],["parent/528",[42,2.768]],["name/529",[10,27.115]],["parent/529",[378,8.21]],["name/530",[379,71.25]],["parent/530",[42,2.768]],["name/531",[10,27.115]],["parent/531",[380,8.21]],["name/532",[172,34.962]],["parent/532",[381,8.21]],["name/533",[382,71.25]],["parent/533",[42,2.768]],["name/534",[10,27.115]],["parent/534",[383,8.21]],["name/535",[176,59.549]],["parent/535",[384,6.746]],["name/536",[358,77.128]],["parent/536",[384,6.746]],["name/537",[202,67.573]],["parent/537",[384,6.746]],["name/538",[183,57.113]],["parent/538",[384,6.746]],["name/539",[385,82.236]],["parent/539",[384,6.746]],["name/540",[386,82.236]],["parent/540",[384,6.746]],["name/541",[387,71.25]],["parent/541",[42,2.768]],["name/542",[388,71.25]],["parent/542",[42,2.768]],["name/543",[389,73.763]],["parent/543",[42,2.768]],["name/544",[390,73.763]],["parent/544",[42,2.768]],["name/545",[391,73.763]],["parent/545",[42,2.768]],["name/546",[392,73.763]],["parent/546",[42,2.768]],["name/547",[153,71.25]],["parent/547",[42,2.768]],["name/548",[154,71.25]],["parent/548",[42,2.768]],["name/549",[155,71.25]],["parent/549",[42,2.768]],["name/550",[156,71.25]],["parent/550",[42,2.768]],["name/551",[157,71.25]],["parent/551",[42,2.768]],["name/552",[158,71.25]],["parent/552",[42,2.768]],["name/553",[159,71.25]],["parent/553",[42,2.768]],["name/554",[160,71.25]],["parent/554",[42,2.768]],["name/555",[161,71.25]],["parent/555",[42,2.768]],["name/556",[162,71.25]],["parent/556",[42,2.768]],["name/557",[163,71.25]],["parent/557",[42,2.768]],["name/558",[164,71.25]],["parent/558",[42,2.768]],["name/559",[165,71.25]],["parent/559",[42,2.768]],["name/560",[166,71.25]],["parent/560",[42,2.768]],["name/561",[167,71.25]],["parent/561",[42,2.768]],["name/562",[168,71.25]],["parent/562",[42,2.768]],["name/563",[170,71.25]],["parent/563",[42,2.768]],["name/564",[174,71.25]],["parent/564",[42,2.768]],["name/565",[185,71.25]],["parent/565",[42,2.768]],["name/566",[190,71.25]],["parent/566",[42,2.768]],["name/567",[193,71.25]],["parent/567",[42,2.768]],["name/568",[197,71.25]],["parent/568",[42,2.768]],["name/569",[200,71.25]],["parent/569",[42,2.768]],["name/570",[212,71.25]],["parent/570",[42,2.768]],["name/571",[214,71.25]],["parent/571",[42,2.768]],["name/572",[217,71.25]],["parent/572",[42,2.768]],["name/573",[221,71.25]],["parent/573",[42,2.768]],["name/574",[224,71.25]],["parent/574",[42,2.768]],["name/575",[229,71.25]],["parent/575",[42,2.768]],["name/576",[232,71.25]],["parent/576",[42,2.768]],["name/577",[235,71.25]],["parent/577",[42,2.768]],["name/578",[237,71.25]],["parent/578",[42,2.768]],["name/579",[240,71.25]],["parent/579",[42,2.768]],["name/580",[242,71.25]],["parent/580",[42,2.768]],["name/581",[245,71.25]],["parent/581",[42,2.768]],["name/582",[247,71.25]],["parent/582",[42,2.768]],["name/583",[250,71.25]],["parent/583",[42,2.768]],["name/584",[258,71.25]],["parent/584",[42,2.768]],["name/585",[260,71.25]],["parent/585",[42,2.768]],["name/586",[263,71.25]],["parent/586",[42,2.768]],["name/587",[266,71.25]],["parent/587",[42,2.768]],["name/588",[269,71.25]],["parent/588",[42,2.768]],["name/589",[271,71.25]],["parent/589",[42,2.768]],["name/590",[274,71.25]],["parent/590",[42,2.768]],["name/591",[279,71.25]],["parent/591",[42,2.768]],["name/592",[281,71.25]],["parent/592",[42,2.768]],["name/593",[284,71.25]],["parent/593",[42,2.768]],["name/594",[287,71.25]],["parent/594",[42,2.768]],["name/595",[289,71.25]],["parent/595",[42,2.768]],["name/596",[292,71.25]],["parent/596",[42,2.768]],["name/597",[298,71.25]],["parent/597",[42,2.768]],["name/598",[300,71.25]],["parent/598",[42,2.768]],["name/599",[303,71.25]],["parent/599",[42,2.768]],["name/600",[308,71.25]],["parent/600",[42,2.768]],["name/601",[311,71.25]],["parent/601",[42,2.768]],["name/602",[314,71.25]],["parent/602",[42,2.768]],["name/603",[316,71.25]],["parent/603",[42,2.768]],["name/604",[319,71.25]],["parent/604",[42,2.768]],["name/605",[323,71.25]],["parent/605",[42,2.768]],["name/606",[326,71.25]],["parent/606",[42,2.768]],["name/607",[329,71.25]],["parent/607",[42,2.768]],["name/608",[331,71.25]],["parent/608",[42,2.768]],["name/609",[334,71.25]],["parent/609",[42,2.768]],["name/610",[336,71.25]],["parent/610",[42,2.768]],["name/611",[339,71.25]],["parent/611",[42,2.768]],["name/612",[344,71.25]],["parent/612",[42,2.768]],["name/613",[347,71.25]],["parent/613",[42,2.768]],["name/614",[350,64.89]],["parent/614",[42,2.768]],["name/615",[352,64.89]],["parent/615",[42,2.768]],["name/616",[355,71.25]],["parent/616",[42,2.768]],["name/617",[360,71.25]],["parent/617",[42,2.768]],["name/618",[362,71.25]],["parent/618",[42,2.768]],["name/619",[365,71.25]],["parent/619",[42,2.768]],["name/620",[368,71.25]],["parent/620",[42,2.768]],["name/621",[370,71.25]],["parent/621",[42,2.768]],["name/622",[373,71.25]],["parent/622",[42,2.768]],["name/623",[377,71.25]],["parent/623",[42,2.768]],["name/624",[379,71.25]],["parent/624",[42,2.768]],["name/625",[382,71.25]],["parent/625",[42,2.768]],["name/626",[387,71.25]],["parent/626",[42,2.768]],["name/627",[388,71.25]],["parent/627",[42,2.768]],["name/628",[389,73.763]],["parent/628",[42,2.768]],["name/629",[390,73.763]],["parent/629",[42,2.768]],["name/630",[391,73.763]],["parent/630",[42,2.768]],["name/631",[392,73.763]],["parent/631",[42,2.768]],["name/632",[42,27.726]],["parent/632",[42,2.768]],["name/633",[393,73.763]],["parent/633",[]],["name/634",[393,73.763]],["parent/634",[393,7.364]],["name/635",[30,56.587]],["parent/635",[394,6.746]],["name/636",[395,82.236]],["parent/636",[394,6.746]],["name/637",[396,82.236]],["parent/637",[394,6.746]],["name/638",[397,82.236]],["parent/638",[394,6.746]],["name/639",[398,82.236]],["parent/639",[394,6.746]],["name/640",[399,82.236]],["parent/640",[394,6.746]],["name/641",[400,77.128]],["parent/641",[0,4.395]],["name/642",[401,77.128]],["parent/642",[0,4.395]],["name/643",[402,82.236]],["parent/643",[0,4.395]],["name/644",[403,77.128]],["parent/644",[0,4.395]],["name/645",[404,77.128]],["parent/645",[0,4.395]],["name/646",[405,77.128]],["parent/646",[0,4.395]],["name/647",[406,77.128]],["parent/647",[0,4.395]],["name/648",[407,77.128]],["parent/648",[0,4.395]],["name/649",[408,77.128]],["parent/649",[0,4.395]],["name/650",[409,77.128]],["parent/650",[0,4.395]],["name/651",[410,77.128]],["parent/651",[0,4.395]],["name/652",[411,77.128]],["parent/652",[0,4.395]],["name/653",[111,69.243]],["parent/653",[0,4.395]],["name/654",[412,77.128]],["parent/654",[0,4.395]],["name/655",[413,77.128]],["parent/655",[0,4.395]],["name/656",[38,77.128]],["parent/656",[0,4.395]],["name/657",[39,77.128]],["parent/657",[0,4.395]],["name/658",[40,77.128]],["parent/658",[0,4.395]],["name/659",[41,77.128]],["parent/659",[0,4.395]],["name/660",[25,71.25]],["parent/660",[0,4.395]],["name/661",[405,77.128]],["parent/661",[0,4.395]],["name/662",[406,77.128]],["parent/662",[0,4.395]],["name/663",[407,77.128]],["parent/663",[0,4.395]],["name/664",[408,77.128]],["parent/664",[0,4.395]],["name/665",[409,77.128]],["parent/665",[0,4.395]],["name/666",[410,77.128]],["parent/666",[0,4.395]],["name/667",[411,77.128]],["parent/667",[0,4.395]],["name/668",[111,69.243]],["parent/668",[0,4.395]],["name/669",[412,77.128]],["parent/669",[0,4.395]],["name/670",[413,77.128]],["parent/670",[0,4.395]],["name/671",[400,77.128]],["parent/671",[0,4.395]],["name/672",[401,77.128]],["parent/672",[0,4.395]],["name/673",[403,77.128]],["parent/673",[0,4.395]],["name/674",[404,77.128]],["parent/674",[0,4.395]],["name/675",[7,77.128]],["parent/675",[0,4.395]],["name/676",[8,77.128]],["parent/676",[0,4.395]],["name/677",[1,77.128]],["parent/677",[0,4.395]],["name/678",[9,48.796]],["parent/678",[0,4.395]],["name/679",[4,77.128]],["parent/679",[0,4.395]],["name/680",[5,77.128]],["parent/680",[0,4.395]],["name/681",[12,77.128]],["parent/681",[0,4.395]],["name/682",[13,77.128]],["parent/682",[0,4.395]],["name/683",[15,77.128]],["parent/683",[0,4.395]],["name/684",[414,77.128]],["parent/684",[0,4.395]],["name/685",[415,77.128]],["parent/685",[0,4.395]],["name/686",[416,77.128]],["parent/686",[0,4.395]],["name/687",[417,77.128]],["parent/687",[0,4.395]],["name/688",[416,77.128]],["parent/688",[0,4.395]],["name/689",[417,77.128]],["parent/689",[0,4.395]],["name/690",[414,77.128]],["parent/690",[0,4.395]],["name/691",[418,82.236]],["parent/691",[419,6.913]],["name/692",[420,82.236]],["parent/692",[419,6.913]],["name/693",[421,82.236]],["parent/693",[419,6.913]],["name/694",[172,34.962]],["parent/694",[419,6.913]],["name/695",[2,77.128]],["parent/695",[419,6.913]],["name/696",[422,82.236]],["parent/696",[0,4.395]],["name/697",[415,77.128]],["parent/697",[0,4.395]],["name/698",[423,27.062]],["parent/698",[]],["name/699",[43,47.475]],["parent/699",[423,2.702]],["name/700",[424,58.257]],["parent/700",[423,2.702]],["name/701",[425,57.669]],["parent/701",[423,2.702]],["name/702",[426,58.257]],["parent/702",[423,2.702]],["name/703",[427,58.257]],["parent/703",[423,2.702]],["name/704",[428,58.257]],["parent/704",[423,2.702]],["name/705",[429,58.257]],["parent/705",[423,2.702]],["name/706",[430,58.257]],["parent/706",[423,2.702]],["name/707",[431,58.257]],["parent/707",[423,2.702]],["name/708",[432,58.257]],["parent/708",[423,2.702]],["name/709",[433,58.257]],["parent/709",[423,2.702]],["name/710",[434,58.257]],["parent/710",[423,2.702]],["name/711",[435,56.087]],["parent/711",[423,2.702]],["name/712",[436,56.087]],["parent/712",[423,2.702]],["name/713",[437,58.257]],["parent/713",[423,2.702]],["name/714",[438,58.257]],["parent/714",[423,2.702]],["name/715",[439,58.257]],["parent/715",[423,2.702]],["name/716",[440,58.257]],["parent/716",[423,2.702]],["name/717",[441,58.257]],["parent/717",[423,2.702]],["name/718",[442,58.257]],["parent/718",[423,2.702]],["name/719",[443,58.257]],["parent/719",[423,2.702]],["name/720",[444,58.257]],["parent/720",[423,2.702]],["name/721",[445,58.257]],["parent/721",[423,2.702]],["name/722",[446,58.257]],["parent/722",[423,2.702]],["name/723",[447,58.257]],["parent/723",[423,2.702]],["name/724",[448,58.257]],["parent/724",[423,2.702]],["name/725",[449,58.257]],["parent/725",[423,2.702]],["name/726",[450,58.257]],["parent/726",[423,2.702]],["name/727",[451,61.034]],["parent/727",[423,2.702]],["name/728",[452,64.89]],["parent/728",[423,2.702]],["name/729",[453,64.89]],["parent/729",[423,2.702]],["name/730",[454,64.89]],["parent/730",[423,2.702]],["name/731",[455,45.264]],["parent/731",[423,2.702]],["name/732",[9,48.796]],["parent/732",[423,2.702]],["name/733",[456,61.034]],["parent/733",[423,2.702]],["name/734",[457,61.034]],["parent/734",[423,2.702]],["name/735",[458,61.034]],["parent/735",[423,2.702]],["name/736",[459,64.89]],["parent/736",[423,2.702]],["name/737",[460,64.89]],["parent/737",[423,2.702]],["name/738",[461,64.89]],["parent/738",[423,2.702]],["name/739",[462,61.034]],["parent/739",[423,2.702]],["name/740",[463,61.034]],["parent/740",[423,2.702]],["name/741",[464,61.034]],["parent/741",[423,2.702]],["name/742",[448,58.257]],["parent/742",[423,2.702]],["name/743",[449,58.257]],["parent/743",[423,2.702]],["name/744",[450,58.257]],["parent/744",[423,2.702]],["name/745",[452,64.89]],["parent/745",[423,2.702]],["name/746",[429,58.257]],["parent/746",[423,2.702]],["name/747",[439,58.257]],["parent/747",[423,2.702]],["name/748",[440,58.257]],["parent/748",[423,2.702]],["name/749",[441,58.257]],["parent/749",[423,2.702]],["name/750",[430,58.257]],["parent/750",[423,2.702]],["name/751",[431,58.257]],["parent/751",[423,2.702]],["name/752",[453,64.89]],["parent/752",[423,2.702]],["name/753",[454,64.89]],["parent/753",[423,2.702]],["name/754",[455,45.264]],["parent/754",[423,2.702]],["name/755",[424,58.257]],["parent/755",[423,2.702]],["name/756",[9,48.796]],["parent/756",[423,2.702]],["name/757",[446,58.257]],["parent/757",[423,2.702]],["name/758",[434,58.257]],["parent/758",[423,2.702]],["name/759",[451,61.034]],["parent/759",[423,2.702]],["name/760",[427,58.257]],["parent/760",[423,2.702]],["name/761",[426,58.257]],["parent/761",[423,2.702]],["name/762",[456,61.034]],["parent/762",[423,2.702]],["name/763",[457,61.034]],["parent/763",[423,2.702]],["name/764",[458,61.034]],["parent/764",[423,2.702]],["name/765",[432,58.257]],["parent/765",[423,2.702]],["name/766",[459,64.89]],["parent/766",[423,2.702]],["name/767",[460,64.89]],["parent/767",[423,2.702]],["name/768",[428,58.257]],["parent/768",[423,2.702]],["name/769",[447,58.257]],["parent/769",[423,2.702]],["name/770",[444,58.257]],["parent/770",[423,2.702]],["name/771",[445,58.257]],["parent/771",[423,2.702]],["name/772",[442,58.257]],["parent/772",[423,2.702]],["name/773",[443,58.257]],["parent/773",[423,2.702]],["name/774",[437,58.257]],["parent/774",[423,2.702]],["name/775",[438,58.257]],["parent/775",[423,2.702]],["name/776",[433,58.257]],["parent/776",[423,2.702]],["name/777",[436,56.087]],["parent/777",[423,2.702]],["name/778",[461,64.89]],["parent/778",[423,2.702]],["name/779",[435,56.087]],["parent/779",[423,2.702]],["name/780",[425,57.669]],["parent/780",[423,2.702]],["name/781",[462,61.034]],["parent/781",[423,2.702]],["name/782",[463,61.034]],["parent/782",[423,2.702]],["name/783",[464,61.034]],["parent/783",[423,2.702]],["name/784",[423,27.062]],["parent/784",[423,2.702]],["name/785",[17,54.721]],["parent/785",[465,4.872]],["name/786",[43,47.475]],["parent/786",[465,4.872]],["name/787",[98,58.257]],["parent/787",[465,4.872]],["name/788",[466,67.573]],["parent/788",[467,4.997]],["name/789",[468,67.573]],["parent/789",[467,4.997]],["name/790",[469,67.573]],["parent/790",[467,4.997]],["name/791",[470,67.573]],["parent/791",[467,4.997]],["name/792",[471,67.573]],["parent/792",[467,4.997]],["name/793",[472,67.573]],["parent/793",[467,4.997]],["name/794",[473,67.573]],["parent/794",[467,4.997]],["name/795",[474,67.573]],["parent/795",[467,4.997]],["name/796",[475,67.573]],["parent/796",[467,4.997]],["name/797",[476,67.573]],["parent/797",[467,4.997]],["name/798",[477,67.573]],["parent/798",[467,4.997]],["name/799",[478,67.573]],["parent/799",[467,4.997]],["name/800",[479,67.573]],["parent/800",[467,4.997]],["name/801",[480,67.573]],["parent/801",[467,4.997]],["name/802",[481,67.573]],["parent/802",[467,4.997]],["name/803",[482,67.573]],["parent/803",[467,4.997]],["name/804",[483,67.573]],["parent/804",[467,4.997]],["name/805",[484,67.573]],["parent/805",[467,4.997]],["name/806",[485,67.573]],["parent/806",[467,4.997]],["name/807",[486,67.573]],["parent/807",[467,4.997]],["name/808",[487,67.573]],["parent/808",[467,4.997]],["name/809",[488,67.573]],["parent/809",[467,4.997]],["name/810",[489,67.573]],["parent/810",[467,4.997]],["name/811",[490,67.573]],["parent/811",[467,4.997]],["name/812",[491,67.573]],["parent/812",[467,4.997]],["name/813",[492,67.573]],["parent/813",[467,4.997]],["name/814",[493,67.573]],["parent/814",[467,4.997]],["name/815",[494,67.573]],["parent/815",[467,4.997]],["name/816",[495,67.573]],["parent/816",[467,4.997]],["name/817",[496,67.573]],["parent/817",[467,4.997]],["name/818",[497,67.573]],["parent/818",[467,4.997]],["name/819",[498,67.573]],["parent/819",[467,4.997]],["name/820",[499,67.573]],["parent/820",[467,4.997]],["name/821",[500,67.573]],["parent/821",[467,4.997]],["name/822",[501,67.573]],["parent/822",[467,4.997]],["name/823",[502,67.573]],["parent/823",[467,4.997]],["name/824",[503,67.573]],["parent/824",[467,4.997]],["name/825",[30,56.587]],["parent/825",[465,4.872]],["name/826",[125,58.257]],["parent/826",[465,4.872]],["name/827",[10,27.115]],["parent/827",[504,8.21]],["name/828",[466,67.573]],["parent/828",[505,4.311]],["name/829",[506,77.128]],["parent/829",[505,4.311]],["name/830",[468,67.573]],["parent/830",[505,4.311]],["name/831",[507,77.128]],["parent/831",[505,4.311]],["name/832",[469,67.573]],["parent/832",[505,4.311]],["name/833",[508,77.128]],["parent/833",[505,4.311]],["name/834",[470,67.573]],["parent/834",[505,4.311]],["name/835",[509,77.128]],["parent/835",[505,4.311]],["name/836",[471,67.573]],["parent/836",[505,4.311]],["name/837",[510,77.128]],["parent/837",[505,4.311]],["name/838",[472,67.573]],["parent/838",[505,4.311]],["name/839",[511,77.128]],["parent/839",[505,4.311]],["name/840",[473,67.573]],["parent/840",[505,4.311]],["name/841",[512,77.128]],["parent/841",[505,4.311]],["name/842",[474,67.573]],["parent/842",[505,4.311]],["name/843",[513,77.128]],["parent/843",[505,4.311]],["name/844",[475,67.573]],["parent/844",[505,4.311]],["name/845",[514,77.128]],["parent/845",[505,4.311]],["name/846",[476,67.573]],["parent/846",[505,4.311]],["name/847",[515,77.128]],["parent/847",[505,4.311]],["name/848",[477,67.573]],["parent/848",[505,4.311]],["name/849",[516,77.128]],["parent/849",[505,4.311]],["name/850",[478,67.573]],["parent/850",[505,4.311]],["name/851",[517,77.128]],["parent/851",[505,4.311]],["name/852",[479,67.573]],["parent/852",[505,4.311]],["name/853",[518,77.128]],["parent/853",[505,4.311]],["name/854",[480,67.573]],["parent/854",[505,4.311]],["name/855",[519,77.128]],["parent/855",[505,4.311]],["name/856",[481,67.573]],["parent/856",[505,4.311]],["name/857",[520,77.128]],["parent/857",[505,4.311]],["name/858",[482,67.573]],["parent/858",[505,4.311]],["name/859",[521,77.128]],["parent/859",[505,4.311]],["name/860",[483,67.573]],["parent/860",[505,4.311]],["name/861",[522,77.128]],["parent/861",[505,4.311]],["name/862",[484,67.573]],["parent/862",[505,4.311]],["name/863",[523,77.128]],["parent/863",[505,4.311]],["name/864",[485,67.573]],["parent/864",[505,4.311]],["name/865",[524,77.128]],["parent/865",[505,4.311]],["name/866",[486,67.573]],["parent/866",[505,4.311]],["name/867",[525,77.128]],["parent/867",[505,4.311]],["name/868",[487,67.573]],["parent/868",[505,4.311]],["name/869",[526,77.128]],["parent/869",[505,4.311]],["name/870",[488,67.573]],["parent/870",[505,4.311]],["name/871",[527,77.128]],["parent/871",[505,4.311]],["name/872",[489,67.573]],["parent/872",[505,4.311]],["name/873",[528,77.128]],["parent/873",[505,4.311]],["name/874",[490,67.573]],["parent/874",[505,4.311]],["name/875",[529,77.128]],["parent/875",[505,4.311]],["name/876",[491,67.573]],["parent/876",[505,4.311]],["name/877",[530,77.128]],["parent/877",[505,4.311]],["name/878",[492,67.573]],["parent/878",[505,4.311]],["name/879",[531,77.128]],["parent/879",[505,4.311]],["name/880",[493,67.573]],["parent/880",[505,4.311]],["name/881",[532,77.128]],["parent/881",[505,4.311]],["name/882",[494,67.573]],["parent/882",[505,4.311]],["name/883",[533,77.128]],["parent/883",[505,4.311]],["name/884",[495,67.573]],["parent/884",[505,4.311]],["name/885",[534,77.128]],["parent/885",[505,4.311]],["name/886",[496,67.573]],["parent/886",[505,4.311]],["name/887",[535,77.128]],["parent/887",[505,4.311]],["name/888",[497,67.573]],["parent/888",[505,4.311]],["name/889",[536,77.128]],["parent/889",[505,4.311]],["name/890",[498,67.573]],["parent/890",[505,4.311]],["name/891",[537,77.128]],["parent/891",[505,4.311]],["name/892",[499,67.573]],["parent/892",[505,4.311]],["name/893",[538,77.128]],["parent/893",[505,4.311]],["name/894",[500,67.573]],["parent/894",[505,4.311]],["name/895",[539,77.128]],["parent/895",[505,4.311]],["name/896",[501,67.573]],["parent/896",[505,4.311]],["name/897",[540,77.128]],["parent/897",[505,4.311]],["name/898",[502,67.573]],["parent/898",[505,4.311]],["name/899",[541,77.128]],["parent/899",[505,4.311]],["name/900",[503,67.573]],["parent/900",[505,4.311]],["name/901",[542,77.128]],["parent/901",[505,4.311]],["name/902",[466,67.573]],["parent/902",[465,4.872]],["name/903",[468,67.573]],["parent/903",[465,4.872]],["name/904",[469,67.573]],["parent/904",[465,4.872]],["name/905",[470,67.573]],["parent/905",[465,4.872]],["name/906",[471,67.573]],["parent/906",[465,4.872]],["name/907",[472,67.573]],["parent/907",[465,4.872]],["name/908",[473,67.573]],["parent/908",[465,4.872]],["name/909",[474,67.573]],["parent/909",[465,4.872]],["name/910",[475,67.573]],["parent/910",[465,4.872]],["name/911",[476,67.573]],["parent/911",[465,4.872]],["name/912",[477,67.573]],["parent/912",[465,4.872]],["name/913",[478,67.573]],["parent/913",[465,4.872]],["name/914",[479,67.573]],["parent/914",[465,4.872]],["name/915",[480,67.573]],["parent/915",[465,4.872]],["name/916",[481,67.573]],["parent/916",[465,4.872]],["name/917",[482,67.573]],["parent/917",[465,4.872]],["name/918",[483,67.573]],["parent/918",[465,4.872]],["name/919",[484,67.573]],["parent/919",[465,4.872]],["name/920",[485,67.573]],["parent/920",[465,4.872]],["name/921",[486,67.573]],["parent/921",[465,4.872]],["name/922",[487,67.573]],["parent/922",[465,4.872]],["name/923",[488,67.573]],["parent/923",[465,4.872]],["name/924",[489,67.573]],["parent/924",[465,4.872]],["name/925",[490,67.573]],["parent/925",[465,4.872]],["name/926",[491,67.573]],["parent/926",[465,4.872]],["name/927",[492,67.573]],["parent/927",[465,4.872]],["name/928",[493,67.573]],["parent/928",[465,4.872]],["name/929",[494,67.573]],["parent/929",[465,4.872]],["name/930",[495,67.573]],["parent/930",[465,4.872]],["name/931",[496,67.573]],["parent/931",[465,4.872]],["name/932",[497,67.573]],["parent/932",[465,4.872]],["name/933",[498,67.573]],["parent/933",[465,4.872]],["name/934",[499,67.573]],["parent/934",[465,4.872]],["name/935",[500,67.573]],["parent/935",[465,4.872]],["name/936",[501,67.573]],["parent/936",[465,4.872]],["name/937",[502,67.573]],["parent/937",[465,4.872]],["name/938",[503,67.573]],["parent/938",[465,4.872]],["name/939",[543,64.89]],["parent/939",[423,2.702]],["name/940",[544,64.89]],["parent/940",[423,2.702]],["name/941",[545,64.89]],["parent/941",[423,2.702]],["name/942",[10,27.115]],["parent/942",[546,8.21]],["name/943",[547,36.628]],["parent/943",[548,7.7]],["name/944",[205,41.128]],["parent/944",[548,7.7]],["name/945",[549,64.89]],["parent/945",[423,2.702]],["name/946",[10,27.115]],["parent/946",[550,8.21]],["name/947",[172,34.962]],["parent/947",[551,7.7]],["name/948",[552,44.023]],["parent/948",[551,7.7]],["name/949",[553,64.89]],["parent/949",[423,2.702]],["name/950",[10,27.115]],["parent/950",[554,8.21]],["name/951",[547,36.628]],["parent/951",[555,7.7]],["name/952",[205,41.128]],["parent/952",[555,7.7]],["name/953",[556,64.89]],["parent/953",[423,2.702]],["name/954",[10,27.115]],["parent/954",[557,8.21]],["name/955",[172,34.962]],["parent/955",[558,7.7]],["name/956",[552,44.023]],["parent/956",[558,7.7]],["name/957",[559,64.89]],["parent/957",[423,2.702]],["name/958",[10,27.115]],["parent/958",[560,8.21]],["name/959",[547,36.628]],["parent/959",[561,7.7]],["name/960",[205,41.128]],["parent/960",[561,7.7]],["name/961",[562,64.89]],["parent/961",[423,2.702]],["name/962",[10,27.115]],["parent/962",[563,8.21]],["name/963",[172,34.962]],["parent/963",[564,7.7]],["name/964",[552,44.023]],["parent/964",[564,7.7]],["name/965",[565,64.89]],["parent/965",[423,2.702]],["name/966",[10,27.115]],["parent/966",[566,8.21]],["name/967",[547,36.628]],["parent/967",[567,7.7]],["name/968",[205,41.128]],["parent/968",[567,7.7]],["name/969",[568,64.89]],["parent/969",[423,2.702]],["name/970",[10,27.115]],["parent/970",[569,8.21]],["name/971",[172,34.962]],["parent/971",[570,7.7]],["name/972",[552,44.023]],["parent/972",[570,7.7]],["name/973",[571,64.89]],["parent/973",[423,2.702]],["name/974",[10,27.115]],["parent/974",[572,8.21]],["name/975",[547,36.628]],["parent/975",[573,7.7]],["name/976",[205,41.128]],["parent/976",[573,7.7]],["name/977",[574,64.89]],["parent/977",[423,2.702]],["name/978",[10,27.115]],["parent/978",[575,8.21]],["name/979",[172,34.962]],["parent/979",[576,7.7]],["name/980",[552,44.023]],["parent/980",[576,7.7]],["name/981",[577,64.89]],["parent/981",[423,2.702]],["name/982",[10,27.115]],["parent/982",[578,8.21]],["name/983",[547,36.628]],["parent/983",[579,8.21]],["name/984",[580,64.89]],["parent/984",[423,2.702]],["name/985",[10,27.115]],["parent/985",[581,8.21]],["name/986",[172,34.962]],["parent/986",[582,7.7]],["name/987",[552,44.023]],["parent/987",[582,7.7]],["name/988",[583,64.89]],["parent/988",[423,2.702]],["name/989",[10,27.115]],["parent/989",[584,8.21]],["name/990",[547,36.628]],["parent/990",[585,8.21]],["name/991",[586,64.89]],["parent/991",[423,2.702]],["name/992",[10,27.115]],["parent/992",[587,8.21]],["name/993",[172,34.962]],["parent/993",[588,7.7]],["name/994",[552,44.023]],["parent/994",[588,7.7]],["name/995",[589,64.89]],["parent/995",[423,2.702]],["name/996",[10,27.115]],["parent/996",[590,8.21]],["name/997",[547,36.628]],["parent/997",[591,8.21]],["name/998",[592,64.89]],["parent/998",[423,2.702]],["name/999",[10,27.115]],["parent/999",[593,8.21]],["name/1000",[172,34.962]],["parent/1000",[594,7.364]],["name/1001",[595,62.777]],["parent/1001",[594,7.364]],["name/1002",[552,44.023]],["parent/1002",[594,7.364]],["name/1003",[596,64.89]],["parent/1003",[423,2.702]],["name/1004",[10,27.115]],["parent/1004",[597,8.21]],["name/1005",[547,36.628]],["parent/1005",[598,7.364]],["name/1006",[599,77.128]],["parent/1006",[598,7.364]],["name/1007",[205,41.128]],["parent/1007",[598,7.364]],["name/1008",[600,64.89]],["parent/1008",[423,2.702]],["name/1009",[10,27.115]],["parent/1009",[601,8.21]],["name/1010",[172,34.962]],["parent/1010",[602,8.21]],["name/1011",[603,64.89]],["parent/1011",[423,2.702]],["name/1012",[10,27.115]],["parent/1012",[604,8.21]],["name/1013",[547,36.628]],["parent/1013",[605,7.7]],["name/1014",[205,41.128]],["parent/1014",[605,7.7]],["name/1015",[606,64.89]],["parent/1015",[423,2.702]],["name/1016",[10,27.115]],["parent/1016",[607,8.21]],["name/1017",[172,34.962]],["parent/1017",[608,7.7]],["name/1018",[552,44.023]],["parent/1018",[608,7.7]],["name/1019",[609,64.89]],["parent/1019",[423,2.702]],["name/1020",[10,27.115]],["parent/1020",[610,8.21]],["name/1021",[547,36.628]],["parent/1021",[611,8.21]],["name/1022",[612,64.89]],["parent/1022",[423,2.702]],["name/1023",[10,27.115]],["parent/1023",[613,8.21]],["name/1024",[172,34.962]],["parent/1024",[614,7.7]],["name/1025",[552,44.023]],["parent/1025",[614,7.7]],["name/1026",[615,64.89]],["parent/1026",[423,2.702]],["name/1027",[10,27.115]],["parent/1027",[616,8.21]],["name/1028",[547,36.628]],["parent/1028",[617,7.7]],["name/1029",[205,41.128]],["parent/1029",[617,7.7]],["name/1030",[618,64.89]],["parent/1030",[423,2.702]],["name/1031",[10,27.115]],["parent/1031",[619,8.21]],["name/1032",[172,34.962]],["parent/1032",[620,7.7]],["name/1033",[552,44.023]],["parent/1033",[620,7.7]],["name/1034",[621,64.89]],["parent/1034",[423,2.702]],["name/1035",[10,27.115]],["parent/1035",[622,8.21]],["name/1036",[547,36.628]],["parent/1036",[623,7.7]],["name/1037",[205,41.128]],["parent/1037",[623,7.7]],["name/1038",[624,64.89]],["parent/1038",[423,2.702]],["name/1039",[10,27.115]],["parent/1039",[625,8.21]],["name/1040",[172,34.962]],["parent/1040",[626,7.7]],["name/1041",[552,44.023]],["parent/1041",[626,7.7]],["name/1042",[627,64.89]],["parent/1042",[423,2.702]],["name/1043",[10,27.115]],["parent/1043",[628,8.21]],["name/1044",[547,36.628]],["parent/1044",[629,8.21]],["name/1045",[630,64.89]],["parent/1045",[423,2.702]],["name/1046",[10,27.115]],["parent/1046",[631,8.21]],["name/1047",[172,34.962]],["parent/1047",[632,7.7]],["name/1048",[552,44.023]],["parent/1048",[632,7.7]],["name/1049",[633,64.89]],["parent/1049",[423,2.702]],["name/1050",[10,27.115]],["parent/1050",[634,8.21]],["name/1051",[547,36.628]],["parent/1051",[635,7.7]],["name/1052",[205,41.128]],["parent/1052",[635,7.7]],["name/1053",[636,64.89]],["parent/1053",[423,2.702]],["name/1054",[10,27.115]],["parent/1054",[637,8.21]],["name/1055",[172,34.962]],["parent/1055",[638,7.364]],["name/1056",[639,62.777]],["parent/1056",[638,7.364]],["name/1057",[552,44.023]],["parent/1057",[638,7.364]],["name/1058",[640,64.89]],["parent/1058",[423,2.702]],["name/1059",[10,27.115]],["parent/1059",[641,8.21]],["name/1060",[547,36.628]],["parent/1060",[642,8.21]],["name/1061",[643,64.89]],["parent/1061",[423,2.702]],["name/1062",[10,27.115]],["parent/1062",[644,8.21]],["name/1063",[172,34.962]],["parent/1063",[645,7.7]],["name/1064",[552,44.023]],["parent/1064",[645,7.7]],["name/1065",[646,64.89]],["parent/1065",[423,2.702]],["name/1066",[10,27.115]],["parent/1066",[647,8.21]],["name/1067",[547,36.628]],["parent/1067",[648,7.114]],["name/1068",[649,77.128]],["parent/1068",[648,7.114]],["name/1069",[650,77.128]],["parent/1069",[648,7.114]],["name/1070",[205,41.128]],["parent/1070",[648,7.114]],["name/1071",[651,64.89]],["parent/1071",[423,2.702]],["name/1072",[10,27.115]],["parent/1072",[652,8.21]],["name/1073",[172,34.962]],["parent/1073",[653,8.21]],["name/1074",[654,64.89]],["parent/1074",[423,2.702]],["name/1075",[10,27.115]],["parent/1075",[655,8.21]],["name/1076",[547,36.628]],["parent/1076",[656,7.7]],["name/1077",[205,41.128]],["parent/1077",[656,7.7]],["name/1078",[657,64.89]],["parent/1078",[423,2.702]],["name/1079",[10,27.115]],["parent/1079",[658,8.21]],["name/1080",[172,34.962]],["parent/1080",[659,7.364]],["name/1081",[552,44.023]],["parent/1081",[659,7.364]],["name/1082",[660,77.128]],["parent/1082",[659,7.364]],["name/1083",[661,64.89]],["parent/1083",[423,2.702]],["name/1084",[10,27.115]],["parent/1084",[662,8.21]],["name/1085",[547,36.628]],["parent/1085",[663,7.7]],["name/1086",[205,41.128]],["parent/1086",[663,7.7]],["name/1087",[664,64.89]],["parent/1087",[423,2.702]],["name/1088",[10,27.115]],["parent/1088",[665,8.21]],["name/1089",[172,34.962]],["parent/1089",[666,7.364]],["name/1090",[552,44.023]],["parent/1090",[666,7.364]],["name/1091",[667,71.25]],["parent/1091",[666,7.364]],["name/1092",[668,64.89]],["parent/1092",[423,2.702]],["name/1093",[10,27.115]],["parent/1093",[669,8.21]],["name/1094",[547,36.628]],["parent/1094",[670,7.7]],["name/1095",[205,41.128]],["parent/1095",[670,7.7]],["name/1096",[671,64.89]],["parent/1096",[423,2.702]],["name/1097",[10,27.115]],["parent/1097",[672,8.21]],["name/1098",[595,62.777]],["parent/1098",[673,7.364]],["name/1099",[172,34.962]],["parent/1099",[673,7.364]],["name/1100",[552,44.023]],["parent/1100",[673,7.364]],["name/1101",[674,64.89]],["parent/1101",[423,2.702]],["name/1102",[10,27.115]],["parent/1102",[675,8.21]],["name/1103",[547,36.628]],["parent/1103",[676,7.7]],["name/1104",[205,41.128]],["parent/1104",[676,7.7]],["name/1105",[677,64.89]],["parent/1105",[423,2.702]],["name/1106",[10,27.115]],["parent/1106",[678,8.21]],["name/1107",[679,63.778]],["parent/1107",[680,7.364]],["name/1108",[172,34.962]],["parent/1108",[680,7.364]],["name/1109",[552,44.023]],["parent/1109",[680,7.364]],["name/1110",[681,64.89]],["parent/1110",[423,2.702]],["name/1111",[10,27.115]],["parent/1111",[682,8.21]],["name/1112",[547,36.628]],["parent/1112",[683,7.7]],["name/1113",[205,41.128]],["parent/1113",[683,7.7]],["name/1114",[684,64.89]],["parent/1114",[423,2.702]],["name/1115",[10,27.115]],["parent/1115",[685,8.21]],["name/1116",[686,71.25]],["parent/1116",[687,7.364]],["name/1117",[172,34.962]],["parent/1117",[687,7.364]],["name/1118",[552,44.023]],["parent/1118",[687,7.364]],["name/1119",[688,64.89]],["parent/1119",[423,2.702]],["name/1120",[10,27.115]],["parent/1120",[689,8.21]],["name/1121",[547,36.628]],["parent/1121",[690,7.7]],["name/1122",[205,41.128]],["parent/1122",[690,7.7]],["name/1123",[691,64.89]],["parent/1123",[423,2.702]],["name/1124",[10,27.115]],["parent/1124",[692,8.21]],["name/1125",[639,62.777]],["parent/1125",[693,7.364]],["name/1126",[172,34.962]],["parent/1126",[693,7.364]],["name/1127",[552,44.023]],["parent/1127",[693,7.364]],["name/1128",[694,64.89]],["parent/1128",[423,2.702]],["name/1129",[10,27.115]],["parent/1129",[695,8.21]],["name/1130",[547,36.628]],["parent/1130",[696,7.114]],["name/1131",[697,77.128]],["parent/1131",[696,7.114]],["name/1132",[698,77.128]],["parent/1132",[696,7.114]],["name/1133",[205,41.128]],["parent/1133",[696,7.114]],["name/1134",[699,64.89]],["parent/1134",[423,2.702]],["name/1135",[10,27.115]],["parent/1135",[700,8.21]],["name/1136",[172,34.962]],["parent/1136",[701,8.21]],["name/1137",[702,64.89]],["parent/1137",[423,2.702]],["name/1138",[10,27.115]],["parent/1138",[703,8.21]],["name/1139",[547,36.628]],["parent/1139",[704,7.7]],["name/1140",[205,41.128]],["parent/1140",[704,7.7]],["name/1141",[705,64.89]],["parent/1141",[423,2.702]],["name/1142",[10,27.115]],["parent/1142",[706,8.21]],["name/1143",[172,34.962]],["parent/1143",[707,7.7]],["name/1144",[552,44.023]],["parent/1144",[707,7.7]],["name/1145",[708,64.89]],["parent/1145",[423,2.702]],["name/1146",[10,27.115]],["parent/1146",[709,8.21]],["name/1147",[547,36.628]],["parent/1147",[710,7.364]],["name/1148",[711,77.128]],["parent/1148",[710,7.364]],["name/1149",[205,41.128]],["parent/1149",[710,7.364]],["name/1150",[712,64.89]],["parent/1150",[423,2.702]],["name/1151",[10,27.115]],["parent/1151",[713,8.21]],["name/1152",[172,34.962]],["parent/1152",[714,7.7]],["name/1153",[552,44.023]],["parent/1153",[714,7.7]],["name/1154",[715,64.89]],["parent/1154",[423,2.702]],["name/1155",[10,27.115]],["parent/1155",[716,8.21]],["name/1156",[547,36.628]],["parent/1156",[717,7.364]],["name/1157",[718,61.034]],["parent/1157",[717,7.364]],["name/1158",[205,41.128]],["parent/1158",[717,7.364]],["name/1159",[719,64.89]],["parent/1159",[423,2.702]],["name/1160",[10,27.115]],["parent/1160",[720,8.21]],["name/1161",[172,34.962]],["parent/1161",[721,7.7]],["name/1162",[552,44.023]],["parent/1162",[721,7.7]],["name/1163",[722,64.89]],["parent/1163",[423,2.702]],["name/1164",[10,27.115]],["parent/1164",[723,8.21]],["name/1165",[547,36.628]],["parent/1165",[724,7.114]],["name/1166",[205,41.128]],["parent/1166",[724,7.114]],["name/1167",[725,77.128]],["parent/1167",[724,7.114]],["name/1168",[718,61.034]],["parent/1168",[724,7.114]],["name/1169",[726,64.89]],["parent/1169",[423,2.702]],["name/1170",[10,27.115]],["parent/1170",[727,8.21]],["name/1171",[172,34.962]],["parent/1171",[728,7.7]],["name/1172",[552,44.023]],["parent/1172",[728,7.7]],["name/1173",[729,64.89]],["parent/1173",[423,2.702]],["name/1174",[10,27.115]],["parent/1174",[730,8.21]],["name/1175",[547,36.628]],["parent/1175",[731,7.7]],["name/1176",[205,41.128]],["parent/1176",[731,7.7]],["name/1177",[732,64.89]],["parent/1177",[423,2.702]],["name/1178",[10,27.115]],["parent/1178",[733,8.21]],["name/1179",[172,34.962]],["parent/1179",[734,7.7]],["name/1180",[552,44.023]],["parent/1180",[734,7.7]],["name/1181",[735,64.89]],["parent/1181",[423,2.702]],["name/1182",[10,27.115]],["parent/1182",[736,8.21]],["name/1183",[547,36.628]],["parent/1183",[737,7.7]],["name/1184",[205,41.128]],["parent/1184",[737,7.7]],["name/1185",[738,64.89]],["parent/1185",[423,2.702]],["name/1186",[10,27.115]],["parent/1186",[739,8.21]],["name/1187",[172,34.962]],["parent/1187",[740,7.364]],["name/1188",[552,44.023]],["parent/1188",[740,7.364]],["name/1189",[667,71.25]],["parent/1189",[740,7.364]],["name/1190",[741,64.89]],["parent/1190",[423,2.702]],["name/1191",[10,27.115]],["parent/1191",[742,8.21]],["name/1192",[718,61.034]],["parent/1192",[743,7.364]],["name/1193",[547,36.628]],["parent/1193",[743,7.364]],["name/1194",[205,41.128]],["parent/1194",[743,7.364]],["name/1195",[744,64.89]],["parent/1195",[423,2.702]],["name/1196",[10,27.115]],["parent/1196",[745,8.21]],["name/1197",[595,62.777]],["parent/1197",[746,7.364]],["name/1198",[172,34.962]],["parent/1198",[746,7.364]],["name/1199",[552,44.023]],["parent/1199",[746,7.364]],["name/1200",[747,64.89]],["parent/1200",[423,2.702]],["name/1201",[10,27.115]],["parent/1201",[748,8.21]],["name/1202",[547,36.628]],["parent/1202",[749,7.364]],["name/1203",[718,61.034]],["parent/1203",[749,7.364]],["name/1204",[205,41.128]],["parent/1204",[749,7.364]],["name/1205",[750,64.89]],["parent/1205",[423,2.702]],["name/1206",[10,27.115]],["parent/1206",[751,8.21]],["name/1207",[172,34.962]],["parent/1207",[752,7.7]],["name/1208",[552,44.023]],["parent/1208",[752,7.7]],["name/1209",[753,64.89]],["parent/1209",[423,2.702]],["name/1210",[10,27.115]],["parent/1210",[754,8.21]],["name/1211",[718,61.034]],["parent/1211",[755,7.364]],["name/1212",[547,36.628]],["parent/1212",[755,7.364]],["name/1213",[205,41.128]],["parent/1213",[755,7.364]],["name/1214",[756,64.89]],["parent/1214",[423,2.702]],["name/1215",[10,27.115]],["parent/1215",[757,8.21]],["name/1216",[679,63.778]],["parent/1216",[758,7.364]],["name/1217",[172,34.962]],["parent/1217",[758,7.364]],["name/1218",[552,44.023]],["parent/1218",[758,7.364]],["name/1219",[759,64.89]],["parent/1219",[423,2.702]],["name/1220",[10,27.115]],["parent/1220",[760,8.21]],["name/1221",[547,36.628]],["parent/1221",[761,8.21]],["name/1222",[762,64.89]],["parent/1222",[423,2.702]],["name/1223",[10,27.115]],["parent/1223",[763,8.21]],["name/1224",[686,71.25]],["parent/1224",[764,7.364]],["name/1225",[172,34.962]],["parent/1225",[764,7.364]],["name/1226",[552,44.023]],["parent/1226",[764,7.364]],["name/1227",[765,64.89]],["parent/1227",[423,2.702]],["name/1228",[10,27.115]],["parent/1228",[766,8.21]],["name/1229",[547,36.628]],["parent/1229",[767,7.7]],["name/1230",[205,41.128]],["parent/1230",[767,7.7]],["name/1231",[768,64.89]],["parent/1231",[423,2.702]],["name/1232",[10,27.115]],["parent/1232",[769,8.21]],["name/1233",[639,62.777]],["parent/1233",[770,7.364]],["name/1234",[172,34.962]],["parent/1234",[770,7.364]],["name/1235",[552,44.023]],["parent/1235",[770,7.364]],["name/1236",[771,64.89]],["parent/1236",[423,2.702]],["name/1237",[10,27.115]],["parent/1237",[772,8.21]],["name/1238",[773,77.128]],["parent/1238",[774,7.114]],["name/1239",[718,61.034]],["parent/1239",[774,7.114]],["name/1240",[547,36.628]],["parent/1240",[774,7.114]],["name/1241",[205,41.128]],["parent/1241",[774,7.114]],["name/1242",[775,64.89]],["parent/1242",[423,2.702]],["name/1243",[10,27.115]],["parent/1243",[776,8.21]],["name/1244",[172,34.962]],["parent/1244",[777,7.364]],["name/1245",[639,62.777]],["parent/1245",[777,7.364]],["name/1246",[552,44.023]],["parent/1246",[777,7.364]],["name/1247",[778,64.89]],["parent/1247",[423,2.702]],["name/1248",[10,27.115]],["parent/1248",[779,8.21]],["name/1249",[547,36.628]],["parent/1249",[780,7.7]],["name/1250",[205,41.128]],["parent/1250",[780,7.7]],["name/1251",[781,64.89]],["parent/1251",[423,2.702]],["name/1252",[10,27.115]],["parent/1252",[782,8.21]],["name/1253",[172,34.962]],["parent/1253",[783,7.364]],["name/1254",[639,62.777]],["parent/1254",[783,7.364]],["name/1255",[552,44.023]],["parent/1255",[783,7.364]],["name/1256",[784,66.142]],["parent/1256",[423,2.702]],["name/1257",[785,66.142]],["parent/1257",[423,2.702]],["name/1258",[786,67.573]],["parent/1258",[423,2.702]],["name/1259",[543,64.89]],["parent/1259",[423,2.702]],["name/1260",[544,64.89]],["parent/1260",[423,2.702]],["name/1261",[545,64.89]],["parent/1261",[423,2.702]],["name/1262",[549,64.89]],["parent/1262",[423,2.702]],["name/1263",[553,64.89]],["parent/1263",[423,2.702]],["name/1264",[556,64.89]],["parent/1264",[423,2.702]],["name/1265",[559,64.89]],["parent/1265",[423,2.702]],["name/1266",[562,64.89]],["parent/1266",[423,2.702]],["name/1267",[565,64.89]],["parent/1267",[423,2.702]],["name/1268",[568,64.89]],["parent/1268",[423,2.702]],["name/1269",[571,64.89]],["parent/1269",[423,2.702]],["name/1270",[574,64.89]],["parent/1270",[423,2.702]],["name/1271",[577,64.89]],["parent/1271",[423,2.702]],["name/1272",[580,64.89]],["parent/1272",[423,2.702]],["name/1273",[583,64.89]],["parent/1273",[423,2.702]],["name/1274",[586,64.89]],["parent/1274",[423,2.702]],["name/1275",[589,64.89]],["parent/1275",[423,2.702]],["name/1276",[592,64.89]],["parent/1276",[423,2.702]],["name/1277",[596,64.89]],["parent/1277",[423,2.702]],["name/1278",[600,64.89]],["parent/1278",[423,2.702]],["name/1279",[603,64.89]],["parent/1279",[423,2.702]],["name/1280",[606,64.89]],["parent/1280",[423,2.702]],["name/1281",[609,64.89]],["parent/1281",[423,2.702]],["name/1282",[612,64.89]],["parent/1282",[423,2.702]],["name/1283",[615,64.89]],["parent/1283",[423,2.702]],["name/1284",[618,64.89]],["parent/1284",[423,2.702]],["name/1285",[621,64.89]],["parent/1285",[423,2.702]],["name/1286",[624,64.89]],["parent/1286",[423,2.702]],["name/1287",[627,64.89]],["parent/1287",[423,2.702]],["name/1288",[630,64.89]],["parent/1288",[423,2.702]],["name/1289",[633,64.89]],["parent/1289",[423,2.702]],["name/1290",[636,64.89]],["parent/1290",[423,2.702]],["name/1291",[640,64.89]],["parent/1291",[423,2.702]],["name/1292",[643,64.89]],["parent/1292",[423,2.702]],["name/1293",[646,64.89]],["parent/1293",[423,2.702]],["name/1294",[651,64.89]],["parent/1294",[423,2.702]],["name/1295",[654,64.89]],["parent/1295",[423,2.702]],["name/1296",[657,64.89]],["parent/1296",[423,2.702]],["name/1297",[661,64.89]],["parent/1297",[423,2.702]],["name/1298",[664,64.89]],["parent/1298",[423,2.702]],["name/1299",[668,64.89]],["parent/1299",[423,2.702]],["name/1300",[671,64.89]],["parent/1300",[423,2.702]],["name/1301",[674,64.89]],["parent/1301",[423,2.702]],["name/1302",[677,64.89]],["parent/1302",[423,2.702]],["name/1303",[681,64.89]],["parent/1303",[423,2.702]],["name/1304",[684,64.89]],["parent/1304",[423,2.702]],["name/1305",[688,64.89]],["parent/1305",[423,2.702]],["name/1306",[691,64.89]],["parent/1306",[423,2.702]],["name/1307",[694,64.89]],["parent/1307",[423,2.702]],["name/1308",[699,64.89]],["parent/1308",[423,2.702]],["name/1309",[702,64.89]],["parent/1309",[423,2.702]],["name/1310",[705,64.89]],["parent/1310",[423,2.702]],["name/1311",[708,64.89]],["parent/1311",[423,2.702]],["name/1312",[712,64.89]],["parent/1312",[423,2.702]],["name/1313",[715,64.89]],["parent/1313",[423,2.702]],["name/1314",[719,64.89]],["parent/1314",[423,2.702]],["name/1315",[722,64.89]],["parent/1315",[423,2.702]],["name/1316",[726,64.89]],["parent/1316",[423,2.702]],["name/1317",[729,64.89]],["parent/1317",[423,2.702]],["name/1318",[732,64.89]],["parent/1318",[423,2.702]],["name/1319",[735,64.89]],["parent/1319",[423,2.702]],["name/1320",[738,64.89]],["parent/1320",[423,2.702]],["name/1321",[741,64.89]],["parent/1321",[423,2.702]],["name/1322",[744,64.89]],["parent/1322",[423,2.702]],["name/1323",[747,64.89]],["parent/1323",[423,2.702]],["name/1324",[750,64.89]],["parent/1324",[423,2.702]],["name/1325",[753,64.89]],["parent/1325",[423,2.702]],["name/1326",[756,64.89]],["parent/1326",[423,2.702]],["name/1327",[759,64.89]],["parent/1327",[423,2.702]],["name/1328",[762,64.89]],["parent/1328",[423,2.702]],["name/1329",[765,64.89]],["parent/1329",[423,2.702]],["name/1330",[768,64.89]],["parent/1330",[423,2.702]],["name/1331",[771,64.89]],["parent/1331",[423,2.702]],["name/1332",[775,64.89]],["parent/1332",[423,2.702]],["name/1333",[778,64.89]],["parent/1333",[423,2.702]],["name/1334",[781,64.89]],["parent/1334",[423,2.702]],["name/1335",[784,66.142]],["parent/1335",[423,2.702]],["name/1336",[785,66.142]],["parent/1336",[423,2.702]],["name/1337",[786,67.573]],["parent/1337",[423,2.702]],["name/1338",[423,27.062]],["parent/1338",[423,2.702]],["name/1339",[43,47.475]],["parent/1339",[423,2.702]],["name/1340",[543,64.89]],["parent/1340",[423,2.702]],["name/1341",[544,64.89]],["parent/1341",[423,2.702]],["name/1342",[545,64.89]],["parent/1342",[423,2.702]],["name/1343",[549,64.89]],["parent/1343",[423,2.702]],["name/1344",[553,64.89]],["parent/1344",[423,2.702]],["name/1345",[556,64.89]],["parent/1345",[423,2.702]],["name/1346",[559,64.89]],["parent/1346",[423,2.702]],["name/1347",[562,64.89]],["parent/1347",[423,2.702]],["name/1348",[565,64.89]],["parent/1348",[423,2.702]],["name/1349",[568,64.89]],["parent/1349",[423,2.702]],["name/1350",[571,64.89]],["parent/1350",[423,2.702]],["name/1351",[574,64.89]],["parent/1351",[423,2.702]],["name/1352",[577,64.89]],["parent/1352",[423,2.702]],["name/1353",[580,64.89]],["parent/1353",[423,2.702]],["name/1354",[583,64.89]],["parent/1354",[423,2.702]],["name/1355",[586,64.89]],["parent/1355",[423,2.702]],["name/1356",[589,64.89]],["parent/1356",[423,2.702]],["name/1357",[592,64.89]],["parent/1357",[423,2.702]],["name/1358",[596,64.89]],["parent/1358",[423,2.702]],["name/1359",[600,64.89]],["parent/1359",[423,2.702]],["name/1360",[603,64.89]],["parent/1360",[423,2.702]],["name/1361",[606,64.89]],["parent/1361",[423,2.702]],["name/1362",[609,64.89]],["parent/1362",[423,2.702]],["name/1363",[612,64.89]],["parent/1363",[423,2.702]],["name/1364",[615,64.89]],["parent/1364",[423,2.702]],["name/1365",[618,64.89]],["parent/1365",[423,2.702]],["name/1366",[621,64.89]],["parent/1366",[423,2.702]],["name/1367",[624,64.89]],["parent/1367",[423,2.702]],["name/1368",[627,64.89]],["parent/1368",[423,2.702]],["name/1369",[630,64.89]],["parent/1369",[423,2.702]],["name/1370",[633,64.89]],["parent/1370",[423,2.702]],["name/1371",[636,64.89]],["parent/1371",[423,2.702]],["name/1372",[640,64.89]],["parent/1372",[423,2.702]],["name/1373",[643,64.89]],["parent/1373",[423,2.702]],["name/1374",[646,64.89]],["parent/1374",[423,2.702]],["name/1375",[651,64.89]],["parent/1375",[423,2.702]],["name/1376",[654,64.89]],["parent/1376",[423,2.702]],["name/1377",[657,64.89]],["parent/1377",[423,2.702]],["name/1378",[661,64.89]],["parent/1378",[423,2.702]],["name/1379",[664,64.89]],["parent/1379",[423,2.702]],["name/1380",[668,64.89]],["parent/1380",[423,2.702]],["name/1381",[671,64.89]],["parent/1381",[423,2.702]],["name/1382",[674,64.89]],["parent/1382",[423,2.702]],["name/1383",[677,64.89]],["parent/1383",[423,2.702]],["name/1384",[681,64.89]],["parent/1384",[423,2.702]],["name/1385",[684,64.89]],["parent/1385",[423,2.702]],["name/1386",[688,64.89]],["parent/1386",[423,2.702]],["name/1387",[691,64.89]],["parent/1387",[423,2.702]],["name/1388",[694,64.89]],["parent/1388",[423,2.702]],["name/1389",[699,64.89]],["parent/1389",[423,2.702]],["name/1390",[702,64.89]],["parent/1390",[423,2.702]],["name/1391",[705,64.89]],["parent/1391",[423,2.702]],["name/1392",[708,64.89]],["parent/1392",[423,2.702]],["name/1393",[712,64.89]],["parent/1393",[423,2.702]],["name/1394",[715,64.89]],["parent/1394",[423,2.702]],["name/1395",[719,64.89]],["parent/1395",[423,2.702]],["name/1396",[722,64.89]],["parent/1396",[423,2.702]],["name/1397",[726,64.89]],["parent/1397",[423,2.702]],["name/1398",[729,64.89]],["parent/1398",[423,2.702]],["name/1399",[732,64.89]],["parent/1399",[423,2.702]],["name/1400",[735,64.89]],["parent/1400",[423,2.702]],["name/1401",[738,64.89]],["parent/1401",[423,2.702]],["name/1402",[741,64.89]],["parent/1402",[423,2.702]],["name/1403",[744,64.89]],["parent/1403",[423,2.702]],["name/1404",[747,64.89]],["parent/1404",[423,2.702]],["name/1405",[750,64.89]],["parent/1405",[423,2.702]],["name/1406",[753,64.89]],["parent/1406",[423,2.702]],["name/1407",[756,64.89]],["parent/1407",[423,2.702]],["name/1408",[759,64.89]],["parent/1408",[423,2.702]],["name/1409",[762,64.89]],["parent/1409",[423,2.702]],["name/1410",[765,64.89]],["parent/1410",[423,2.702]],["name/1411",[768,64.89]],["parent/1411",[423,2.702]],["name/1412",[771,64.89]],["parent/1412",[423,2.702]],["name/1413",[775,64.89]],["parent/1413",[423,2.702]],["name/1414",[778,64.89]],["parent/1414",[423,2.702]],["name/1415",[781,64.89]],["parent/1415",[423,2.702]],["name/1416",[784,66.142]],["parent/1416",[423,2.702]],["name/1417",[785,66.142]],["parent/1417",[423,2.702]],["name/1418",[786,67.573]],["parent/1418",[423,2.702]],["name/1419",[423,27.062]],["parent/1419",[423,2.702]],["name/1420",[448,58.257]],["parent/1420",[423,2.702]],["name/1421",[449,58.257]],["parent/1421",[423,2.702]],["name/1422",[450,58.257]],["parent/1422",[423,2.702]],["name/1423",[452,64.89]],["parent/1423",[423,2.702]],["name/1424",[429,58.257]],["parent/1424",[423,2.702]],["name/1425",[439,58.257]],["parent/1425",[423,2.702]],["name/1426",[440,58.257]],["parent/1426",[423,2.702]],["name/1427",[441,58.257]],["parent/1427",[423,2.702]],["name/1428",[430,58.257]],["parent/1428",[423,2.702]],["name/1429",[431,58.257]],["parent/1429",[423,2.702]],["name/1430",[453,64.89]],["parent/1430",[423,2.702]],["name/1431",[454,64.89]],["parent/1431",[423,2.702]],["name/1432",[455,45.264]],["parent/1432",[423,2.702]],["name/1433",[424,58.257]],["parent/1433",[423,2.702]],["name/1434",[9,48.796]],["parent/1434",[423,2.702]],["name/1435",[446,58.257]],["parent/1435",[423,2.702]],["name/1436",[434,58.257]],["parent/1436",[423,2.702]],["name/1437",[451,61.034]],["parent/1437",[423,2.702]],["name/1438",[427,58.257]],["parent/1438",[423,2.702]],["name/1439",[426,58.257]],["parent/1439",[423,2.702]],["name/1440",[456,61.034]],["parent/1440",[423,2.702]],["name/1441",[457,61.034]],["parent/1441",[423,2.702]],["name/1442",[458,61.034]],["parent/1442",[423,2.702]],["name/1443",[432,58.257]],["parent/1443",[423,2.702]],["name/1444",[459,64.89]],["parent/1444",[423,2.702]],["name/1445",[460,64.89]],["parent/1445",[423,2.702]],["name/1446",[428,58.257]],["parent/1446",[423,2.702]],["name/1447",[447,58.257]],["parent/1447",[423,2.702]],["name/1448",[444,58.257]],["parent/1448",[423,2.702]],["name/1449",[445,58.257]],["parent/1449",[423,2.702]],["name/1450",[442,58.257]],["parent/1450",[423,2.702]],["name/1451",[443,58.257]],["parent/1451",[423,2.702]],["name/1452",[437,58.257]],["parent/1452",[423,2.702]],["name/1453",[438,58.257]],["parent/1453",[423,2.702]],["name/1454",[433,58.257]],["parent/1454",[423,2.702]],["name/1455",[436,56.087]],["parent/1455",[423,2.702]],["name/1456",[461,64.89]],["parent/1456",[423,2.702]],["name/1457",[435,56.087]],["parent/1457",[423,2.702]],["name/1458",[425,57.669]],["parent/1458",[423,2.702]],["name/1459",[462,61.034]],["parent/1459",[423,2.702]],["name/1460",[463,61.034]],["parent/1460",[423,2.702]],["name/1461",[464,61.034]],["parent/1461",[423,2.702]],["name/1462",[787,82.236]],["parent/1462",[423,2.702]],["name/1463",[784,66.142]],["parent/1463",[788,3.831]],["name/1464",[785,66.142]],["parent/1464",[788,3.831]],["name/1465",[545,64.89]],["parent/1465",[788,3.831]],["name/1466",[549,64.89]],["parent/1466",[788,3.831]],["name/1467",[553,64.89]],["parent/1467",[788,3.831]],["name/1468",[556,64.89]],["parent/1468",[788,3.831]],["name/1469",[559,64.89]],["parent/1469",[788,3.831]],["name/1470",[562,64.89]],["parent/1470",[788,3.831]],["name/1471",[565,64.89]],["parent/1471",[788,3.831]],["name/1472",[568,64.89]],["parent/1472",[788,3.831]],["name/1473",[571,64.89]],["parent/1473",[788,3.831]],["name/1474",[574,64.89]],["parent/1474",[788,3.831]],["name/1475",[577,64.89]],["parent/1475",[788,3.831]],["name/1476",[580,64.89]],["parent/1476",[788,3.831]],["name/1477",[583,64.89]],["parent/1477",[788,3.831]],["name/1478",[586,64.89]],["parent/1478",[788,3.831]],["name/1479",[589,64.89]],["parent/1479",[788,3.831]],["name/1480",[592,64.89]],["parent/1480",[788,3.831]],["name/1481",[543,64.89]],["parent/1481",[788,3.831]],["name/1482",[596,64.89]],["parent/1482",[788,3.831]],["name/1483",[600,64.89]],["parent/1483",[788,3.831]],["name/1484",[603,64.89]],["parent/1484",[788,3.831]],["name/1485",[606,64.89]],["parent/1485",[788,3.831]],["name/1486",[609,64.89]],["parent/1486",[788,3.831]],["name/1487",[612,64.89]],["parent/1487",[788,3.831]],["name/1488",[615,64.89]],["parent/1488",[788,3.831]],["name/1489",[618,64.89]],["parent/1489",[788,3.831]],["name/1490",[621,64.89]],["parent/1490",[788,3.831]],["name/1491",[624,64.89]],["parent/1491",[788,3.831]],["name/1492",[627,64.89]],["parent/1492",[788,3.831]],["name/1493",[630,64.89]],["parent/1493",[788,3.831]],["name/1494",[633,64.89]],["parent/1494",[788,3.831]],["name/1495",[636,64.89]],["parent/1495",[788,3.831]],["name/1496",[640,64.89]],["parent/1496",[788,3.831]],["name/1497",[643,64.89]],["parent/1497",[788,3.831]],["name/1498",[544,64.89]],["parent/1498",[788,3.831]],["name/1499",[646,64.89]],["parent/1499",[788,3.831]],["name/1500",[651,64.89]],["parent/1500",[788,3.831]],["name/1501",[654,64.89]],["parent/1501",[788,3.831]],["name/1502",[657,64.89]],["parent/1502",[788,3.831]],["name/1503",[661,64.89]],["parent/1503",[788,3.831]],["name/1504",[664,64.89]],["parent/1504",[788,3.831]],["name/1505",[668,64.89]],["parent/1505",[788,3.831]],["name/1506",[671,64.89]],["parent/1506",[788,3.831]],["name/1507",[674,64.89]],["parent/1507",[788,3.831]],["name/1508",[677,64.89]],["parent/1508",[788,3.831]],["name/1509",[681,64.89]],["parent/1509",[788,3.831]],["name/1510",[684,64.89]],["parent/1510",[788,3.831]],["name/1511",[688,64.89]],["parent/1511",[788,3.831]],["name/1512",[691,64.89]],["parent/1512",[788,3.831]],["name/1513",[694,64.89]],["parent/1513",[788,3.831]],["name/1514",[699,64.89]],["parent/1514",[788,3.831]],["name/1515",[702,64.89]],["parent/1515",[788,3.831]],["name/1516",[705,64.89]],["parent/1516",[788,3.831]],["name/1517",[708,64.89]],["parent/1517",[788,3.831]],["name/1518",[712,64.89]],["parent/1518",[788,3.831]],["name/1519",[715,64.89]],["parent/1519",[788,3.831]],["name/1520",[719,64.89]],["parent/1520",[788,3.831]],["name/1521",[722,64.89]],["parent/1521",[788,3.831]],["name/1522",[726,64.89]],["parent/1522",[788,3.831]],["name/1523",[729,64.89]],["parent/1523",[788,3.831]],["name/1524",[732,64.89]],["parent/1524",[788,3.831]],["name/1525",[735,64.89]],["parent/1525",[788,3.831]],["name/1526",[738,64.89]],["parent/1526",[788,3.831]],["name/1527",[741,64.89]],["parent/1527",[788,3.831]],["name/1528",[744,64.89]],["parent/1528",[788,3.831]],["name/1529",[747,64.89]],["parent/1529",[788,3.831]],["name/1530",[750,64.89]],["parent/1530",[788,3.831]],["name/1531",[753,64.89]],["parent/1531",[788,3.831]],["name/1532",[756,64.89]],["parent/1532",[788,3.831]],["name/1533",[759,64.89]],["parent/1533",[788,3.831]],["name/1534",[762,64.89]],["parent/1534",[788,3.831]],["name/1535",[765,64.89]],["parent/1535",[788,3.831]],["name/1536",[768,64.89]],["parent/1536",[788,3.831]],["name/1537",[771,64.89]],["parent/1537",[788,3.831]],["name/1538",[775,64.89]],["parent/1538",[788,3.831]],["name/1539",[778,64.89]],["parent/1539",[788,3.831]],["name/1540",[781,64.89]],["parent/1540",[788,3.831]],["name/1541",[448,58.257]],["parent/1541",[788,3.831]],["name/1542",[449,58.257]],["parent/1542",[788,3.831]],["name/1543",[450,58.257]],["parent/1543",[788,3.831]],["name/1544",[452,64.89]],["parent/1544",[788,3.831]],["name/1545",[429,58.257]],["parent/1545",[788,3.831]],["name/1546",[439,58.257]],["parent/1546",[788,3.831]],["name/1547",[440,58.257]],["parent/1547",[788,3.831]],["name/1548",[441,58.257]],["parent/1548",[788,3.831]],["name/1549",[430,58.257]],["parent/1549",[788,3.831]],["name/1550",[431,58.257]],["parent/1550",[788,3.831]],["name/1551",[453,64.89]],["parent/1551",[788,3.831]],["name/1552",[454,64.89]],["parent/1552",[788,3.831]],["name/1553",[455,45.264]],["parent/1553",[788,3.831]],["name/1554",[424,58.257]],["parent/1554",[788,3.831]],["name/1555",[9,48.796]],["parent/1555",[788,3.831]],["name/1556",[446,58.257]],["parent/1556",[788,3.831]],["name/1557",[434,58.257]],["parent/1557",[788,3.831]],["name/1558",[451,61.034]],["parent/1558",[788,3.831]],["name/1559",[427,58.257]],["parent/1559",[788,3.831]],["name/1560",[426,58.257]],["parent/1560",[788,3.831]],["name/1561",[456,61.034]],["parent/1561",[788,3.831]],["name/1562",[457,61.034]],["parent/1562",[788,3.831]],["name/1563",[458,61.034]],["parent/1563",[788,3.831]],["name/1564",[432,58.257]],["parent/1564",[788,3.831]],["name/1565",[459,64.89]],["parent/1565",[788,3.831]],["name/1566",[460,64.89]],["parent/1566",[788,3.831]],["name/1567",[428,58.257]],["parent/1567",[788,3.831]],["name/1568",[447,58.257]],["parent/1568",[788,3.831]],["name/1569",[444,58.257]],["parent/1569",[788,3.831]],["name/1570",[445,58.257]],["parent/1570",[788,3.831]],["name/1571",[442,58.257]],["parent/1571",[788,3.831]],["name/1572",[443,58.257]],["parent/1572",[788,3.831]],["name/1573",[437,58.257]],["parent/1573",[788,3.831]],["name/1574",[438,58.257]],["parent/1574",[788,3.831]],["name/1575",[433,58.257]],["parent/1575",[788,3.831]],["name/1576",[436,56.087]],["parent/1576",[788,3.831]],["name/1577",[461,64.89]],["parent/1577",[788,3.831]],["name/1578",[435,56.087]],["parent/1578",[788,3.831]],["name/1579",[425,57.669]],["parent/1579",[788,3.831]],["name/1580",[462,61.034]],["parent/1580",[788,3.831]],["name/1581",[463,61.034]],["parent/1581",[788,3.831]],["name/1582",[464,61.034]],["parent/1582",[788,3.831]],["name/1583",[789,26.069]],["parent/1583",[]],["name/1584",[43,47.475]],["parent/1584",[789,2.603]],["name/1585",[424,58.257]],["parent/1585",[789,2.603]],["name/1586",[425,57.669]],["parent/1586",[789,2.603]],["name/1587",[790,61.034]],["parent/1587",[789,2.603]],["name/1588",[791,61.034]],["parent/1588",[789,2.603]],["name/1589",[792,61.034]],["parent/1589",[789,2.603]],["name/1590",[793,61.034]],["parent/1590",[789,2.603]],["name/1591",[426,58.257]],["parent/1591",[789,2.603]],["name/1592",[427,58.257]],["parent/1592",[789,2.603]],["name/1593",[428,58.257]],["parent/1593",[789,2.603]],["name/1594",[429,58.257]],["parent/1594",[789,2.603]],["name/1595",[430,58.257]],["parent/1595",[789,2.603]],["name/1596",[431,58.257]],["parent/1596",[789,2.603]],["name/1597",[432,58.257]],["parent/1597",[789,2.603]],["name/1598",[433,58.257]],["parent/1598",[789,2.603]],["name/1599",[434,58.257]],["parent/1599",[789,2.603]],["name/1600",[435,56.087]],["parent/1600",[789,2.603]],["name/1601",[436,56.087]],["parent/1601",[789,2.603]],["name/1602",[437,58.257]],["parent/1602",[789,2.603]],["name/1603",[438,58.257]],["parent/1603",[789,2.603]],["name/1604",[439,58.257]],["parent/1604",[789,2.603]],["name/1605",[440,58.257]],["parent/1605",[789,2.603]],["name/1606",[441,58.257]],["parent/1606",[789,2.603]],["name/1607",[442,58.257]],["parent/1607",[789,2.603]],["name/1608",[443,58.257]],["parent/1608",[789,2.603]],["name/1609",[444,58.257]],["parent/1609",[789,2.603]],["name/1610",[445,58.257]],["parent/1610",[789,2.603]],["name/1611",[447,58.257]],["parent/1611",[789,2.603]],["name/1612",[446,58.257]],["parent/1612",[789,2.603]],["name/1613",[794,61.034]],["parent/1613",[789,2.603]],["name/1614",[795,61.034]],["parent/1614",[789,2.603]],["name/1615",[448,58.257]],["parent/1615",[789,2.603]],["name/1616",[449,58.257]],["parent/1616",[789,2.603]],["name/1617",[450,58.257]],["parent/1617",[789,2.603]],["name/1618",[451,61.034]],["parent/1618",[789,2.603]],["name/1619",[796,64.89]],["parent/1619",[789,2.603]],["name/1620",[797,64.89]],["parent/1620",[789,2.603]],["name/1621",[798,64.89]],["parent/1621",[789,2.603]],["name/1622",[799,64.89]],["parent/1622",[789,2.603]],["name/1623",[452,64.89]],["parent/1623",[789,2.603]],["name/1624",[453,64.89]],["parent/1624",[789,2.603]],["name/1625",[454,64.89]],["parent/1625",[789,2.603]],["name/1626",[455,45.264]],["parent/1626",[789,2.603]],["name/1627",[9,48.796]],["parent/1627",[789,2.603]],["name/1628",[456,61.034]],["parent/1628",[789,2.603]],["name/1629",[457,61.034]],["parent/1629",[789,2.603]],["name/1630",[458,61.034]],["parent/1630",[789,2.603]],["name/1631",[459,64.89]],["parent/1631",[789,2.603]],["name/1632",[460,64.89]],["parent/1632",[789,2.603]],["name/1633",[461,64.89]],["parent/1633",[789,2.603]],["name/1634",[462,61.034]],["parent/1634",[789,2.603]],["name/1635",[463,61.034]],["parent/1635",[789,2.603]],["name/1636",[464,61.034]],["parent/1636",[789,2.603]],["name/1637",[448,58.257]],["parent/1637",[789,2.603]],["name/1638",[449,58.257]],["parent/1638",[789,2.603]],["name/1639",[450,58.257]],["parent/1639",[789,2.603]],["name/1640",[452,64.89]],["parent/1640",[789,2.603]],["name/1641",[794,61.034]],["parent/1641",[789,2.603]],["name/1642",[429,58.257]],["parent/1642",[789,2.603]],["name/1643",[439,58.257]],["parent/1643",[789,2.603]],["name/1644",[440,58.257]],["parent/1644",[789,2.603]],["name/1645",[441,58.257]],["parent/1645",[789,2.603]],["name/1646",[430,58.257]],["parent/1646",[789,2.603]],["name/1647",[431,58.257]],["parent/1647",[789,2.603]],["name/1648",[453,64.89]],["parent/1648",[789,2.603]],["name/1649",[454,64.89]],["parent/1649",[789,2.603]],["name/1650",[455,45.264]],["parent/1650",[789,2.603]],["name/1651",[796,64.89]],["parent/1651",[789,2.603]],["name/1652",[793,61.034]],["parent/1652",[789,2.603]],["name/1653",[424,58.257]],["parent/1653",[789,2.603]],["name/1654",[795,61.034]],["parent/1654",[789,2.603]],["name/1655",[9,48.796]],["parent/1655",[789,2.603]],["name/1656",[446,58.257]],["parent/1656",[789,2.603]],["name/1657",[434,58.257]],["parent/1657",[789,2.603]],["name/1658",[451,61.034]],["parent/1658",[789,2.603]],["name/1659",[427,58.257]],["parent/1659",[789,2.603]],["name/1660",[791,61.034]],["parent/1660",[789,2.603]],["name/1661",[792,61.034]],["parent/1661",[789,2.603]],["name/1662",[790,61.034]],["parent/1662",[789,2.603]],["name/1663",[426,58.257]],["parent/1663",[789,2.603]],["name/1664",[456,61.034]],["parent/1664",[789,2.603]],["name/1665",[457,61.034]],["parent/1665",[789,2.603]],["name/1666",[458,61.034]],["parent/1666",[789,2.603]],["name/1667",[798,64.89]],["parent/1667",[789,2.603]],["name/1668",[799,64.89]],["parent/1668",[789,2.603]],["name/1669",[797,64.89]],["parent/1669",[789,2.603]],["name/1670",[432,58.257]],["parent/1670",[789,2.603]],["name/1671",[459,64.89]],["parent/1671",[789,2.603]],["name/1672",[460,64.89]],["parent/1672",[789,2.603]],["name/1673",[428,58.257]],["parent/1673",[789,2.603]],["name/1674",[447,58.257]],["parent/1674",[789,2.603]],["name/1675",[444,58.257]],["parent/1675",[789,2.603]],["name/1676",[445,58.257]],["parent/1676",[789,2.603]],["name/1677",[442,58.257]],["parent/1677",[789,2.603]],["name/1678",[443,58.257]],["parent/1678",[789,2.603]],["name/1679",[437,58.257]],["parent/1679",[789,2.603]],["name/1680",[438,58.257]],["parent/1680",[789,2.603]],["name/1681",[433,58.257]],["parent/1681",[789,2.603]],["name/1682",[436,56.087]],["parent/1682",[789,2.603]],["name/1683",[461,64.89]],["parent/1683",[789,2.603]],["name/1684",[435,56.087]],["parent/1684",[789,2.603]],["name/1685",[425,57.669]],["parent/1685",[789,2.603]],["name/1686",[462,61.034]],["parent/1686",[789,2.603]],["name/1687",[463,61.034]],["parent/1687",[789,2.603]],["name/1688",[464,61.034]],["parent/1688",[789,2.603]],["name/1689",[789,26.069]],["parent/1689",[789,2.603]],["name/1690",[17,54.721]],["parent/1690",[800,4.872]],["name/1691",[43,47.475]],["parent/1691",[800,4.872]],["name/1692",[98,58.257]],["parent/1692",[800,4.872]],["name/1693",[466,67.573]],["parent/1693",[801,4.997]],["name/1694",[468,67.573]],["parent/1694",[801,4.997]],["name/1695",[469,67.573]],["parent/1695",[801,4.997]],["name/1696",[470,67.573]],["parent/1696",[801,4.997]],["name/1697",[471,67.573]],["parent/1697",[801,4.997]],["name/1698",[472,67.573]],["parent/1698",[801,4.997]],["name/1699",[473,67.573]],["parent/1699",[801,4.997]],["name/1700",[474,67.573]],["parent/1700",[801,4.997]],["name/1701",[475,67.573]],["parent/1701",[801,4.997]],["name/1702",[476,67.573]],["parent/1702",[801,4.997]],["name/1703",[477,67.573]],["parent/1703",[801,4.997]],["name/1704",[478,67.573]],["parent/1704",[801,4.997]],["name/1705",[479,67.573]],["parent/1705",[801,4.997]],["name/1706",[480,67.573]],["parent/1706",[801,4.997]],["name/1707",[481,67.573]],["parent/1707",[801,4.997]],["name/1708",[482,67.573]],["parent/1708",[801,4.997]],["name/1709",[483,67.573]],["parent/1709",[801,4.997]],["name/1710",[484,67.573]],["parent/1710",[801,4.997]],["name/1711",[485,67.573]],["parent/1711",[801,4.997]],["name/1712",[486,67.573]],["parent/1712",[801,4.997]],["name/1713",[487,67.573]],["parent/1713",[801,4.997]],["name/1714",[488,67.573]],["parent/1714",[801,4.997]],["name/1715",[489,67.573]],["parent/1715",[801,4.997]],["name/1716",[490,67.573]],["parent/1716",[801,4.997]],["name/1717",[491,67.573]],["parent/1717",[801,4.997]],["name/1718",[492,67.573]],["parent/1718",[801,4.997]],["name/1719",[493,67.573]],["parent/1719",[801,4.997]],["name/1720",[494,67.573]],["parent/1720",[801,4.997]],["name/1721",[495,67.573]],["parent/1721",[801,4.997]],["name/1722",[496,67.573]],["parent/1722",[801,4.997]],["name/1723",[497,67.573]],["parent/1723",[801,4.997]],["name/1724",[498,67.573]],["parent/1724",[801,4.997]],["name/1725",[499,67.573]],["parent/1725",[801,4.997]],["name/1726",[500,67.573]],["parent/1726",[801,4.997]],["name/1727",[501,67.573]],["parent/1727",[801,4.997]],["name/1728",[502,67.573]],["parent/1728",[801,4.997]],["name/1729",[503,67.573]],["parent/1729",[801,4.997]],["name/1730",[30,56.587]],["parent/1730",[800,4.872]],["name/1731",[125,58.257]],["parent/1731",[800,4.872]],["name/1732",[10,27.115]],["parent/1732",[802,8.21]],["name/1733",[466,67.573]],["parent/1733",[803,4.311]],["name/1734",[506,77.128]],["parent/1734",[803,4.311]],["name/1735",[468,67.573]],["parent/1735",[803,4.311]],["name/1736",[507,77.128]],["parent/1736",[803,4.311]],["name/1737",[469,67.573]],["parent/1737",[803,4.311]],["name/1738",[508,77.128]],["parent/1738",[803,4.311]],["name/1739",[470,67.573]],["parent/1739",[803,4.311]],["name/1740",[509,77.128]],["parent/1740",[803,4.311]],["name/1741",[471,67.573]],["parent/1741",[803,4.311]],["name/1742",[510,77.128]],["parent/1742",[803,4.311]],["name/1743",[472,67.573]],["parent/1743",[803,4.311]],["name/1744",[511,77.128]],["parent/1744",[803,4.311]],["name/1745",[473,67.573]],["parent/1745",[803,4.311]],["name/1746",[512,77.128]],["parent/1746",[803,4.311]],["name/1747",[474,67.573]],["parent/1747",[803,4.311]],["name/1748",[513,77.128]],["parent/1748",[803,4.311]],["name/1749",[475,67.573]],["parent/1749",[803,4.311]],["name/1750",[514,77.128]],["parent/1750",[803,4.311]],["name/1751",[476,67.573]],["parent/1751",[803,4.311]],["name/1752",[515,77.128]],["parent/1752",[803,4.311]],["name/1753",[477,67.573]],["parent/1753",[803,4.311]],["name/1754",[516,77.128]],["parent/1754",[803,4.311]],["name/1755",[478,67.573]],["parent/1755",[803,4.311]],["name/1756",[517,77.128]],["parent/1756",[803,4.311]],["name/1757",[479,67.573]],["parent/1757",[803,4.311]],["name/1758",[518,77.128]],["parent/1758",[803,4.311]],["name/1759",[480,67.573]],["parent/1759",[803,4.311]],["name/1760",[519,77.128]],["parent/1760",[803,4.311]],["name/1761",[481,67.573]],["parent/1761",[803,4.311]],["name/1762",[520,77.128]],["parent/1762",[803,4.311]],["name/1763",[482,67.573]],["parent/1763",[803,4.311]],["name/1764",[521,77.128]],["parent/1764",[803,4.311]],["name/1765",[483,67.573]],["parent/1765",[803,4.311]],["name/1766",[522,77.128]],["parent/1766",[803,4.311]],["name/1767",[484,67.573]],["parent/1767",[803,4.311]],["name/1768",[523,77.128]],["parent/1768",[803,4.311]],["name/1769",[485,67.573]],["parent/1769",[803,4.311]],["name/1770",[524,77.128]],["parent/1770",[803,4.311]],["name/1771",[486,67.573]],["parent/1771",[803,4.311]],["name/1772",[525,77.128]],["parent/1772",[803,4.311]],["name/1773",[487,67.573]],["parent/1773",[803,4.311]],["name/1774",[526,77.128]],["parent/1774",[803,4.311]],["name/1775",[488,67.573]],["parent/1775",[803,4.311]],["name/1776",[527,77.128]],["parent/1776",[803,4.311]],["name/1777",[489,67.573]],["parent/1777",[803,4.311]],["name/1778",[528,77.128]],["parent/1778",[803,4.311]],["name/1779",[490,67.573]],["parent/1779",[803,4.311]],["name/1780",[529,77.128]],["parent/1780",[803,4.311]],["name/1781",[491,67.573]],["parent/1781",[803,4.311]],["name/1782",[530,77.128]],["parent/1782",[803,4.311]],["name/1783",[492,67.573]],["parent/1783",[803,4.311]],["name/1784",[531,77.128]],["parent/1784",[803,4.311]],["name/1785",[493,67.573]],["parent/1785",[803,4.311]],["name/1786",[532,77.128]],["parent/1786",[803,4.311]],["name/1787",[494,67.573]],["parent/1787",[803,4.311]],["name/1788",[533,77.128]],["parent/1788",[803,4.311]],["name/1789",[495,67.573]],["parent/1789",[803,4.311]],["name/1790",[534,77.128]],["parent/1790",[803,4.311]],["name/1791",[496,67.573]],["parent/1791",[803,4.311]],["name/1792",[535,77.128]],["parent/1792",[803,4.311]],["name/1793",[497,67.573]],["parent/1793",[803,4.311]],["name/1794",[536,77.128]],["parent/1794",[803,4.311]],["name/1795",[498,67.573]],["parent/1795",[803,4.311]],["name/1796",[537,77.128]],["parent/1796",[803,4.311]],["name/1797",[499,67.573]],["parent/1797",[803,4.311]],["name/1798",[538,77.128]],["parent/1798",[803,4.311]],["name/1799",[500,67.573]],["parent/1799",[803,4.311]],["name/1800",[539,77.128]],["parent/1800",[803,4.311]],["name/1801",[501,67.573]],["parent/1801",[803,4.311]],["name/1802",[540,77.128]],["parent/1802",[803,4.311]],["name/1803",[502,67.573]],["parent/1803",[803,4.311]],["name/1804",[541,77.128]],["parent/1804",[803,4.311]],["name/1805",[503,67.573]],["parent/1805",[803,4.311]],["name/1806",[542,77.128]],["parent/1806",[803,4.311]],["name/1807",[466,67.573]],["parent/1807",[800,4.872]],["name/1808",[468,67.573]],["parent/1808",[800,4.872]],["name/1809",[469,67.573]],["parent/1809",[800,4.872]],["name/1810",[470,67.573]],["parent/1810",[800,4.872]],["name/1811",[471,67.573]],["parent/1811",[800,4.872]],["name/1812",[472,67.573]],["parent/1812",[800,4.872]],["name/1813",[473,67.573]],["parent/1813",[800,4.872]],["name/1814",[474,67.573]],["parent/1814",[800,4.872]],["name/1815",[475,67.573]],["parent/1815",[800,4.872]],["name/1816",[476,67.573]],["parent/1816",[800,4.872]],["name/1817",[477,67.573]],["parent/1817",[800,4.872]],["name/1818",[478,67.573]],["parent/1818",[800,4.872]],["name/1819",[479,67.573]],["parent/1819",[800,4.872]],["name/1820",[480,67.573]],["parent/1820",[800,4.872]],["name/1821",[481,67.573]],["parent/1821",[800,4.872]],["name/1822",[482,67.573]],["parent/1822",[800,4.872]],["name/1823",[483,67.573]],["parent/1823",[800,4.872]],["name/1824",[484,67.573]],["parent/1824",[800,4.872]],["name/1825",[485,67.573]],["parent/1825",[800,4.872]],["name/1826",[486,67.573]],["parent/1826",[800,4.872]],["name/1827",[487,67.573]],["parent/1827",[800,4.872]],["name/1828",[488,67.573]],["parent/1828",[800,4.872]],["name/1829",[489,67.573]],["parent/1829",[800,4.872]],["name/1830",[490,67.573]],["parent/1830",[800,4.872]],["name/1831",[491,67.573]],["parent/1831",[800,4.872]],["name/1832",[492,67.573]],["parent/1832",[800,4.872]],["name/1833",[493,67.573]],["parent/1833",[800,4.872]],["name/1834",[494,67.573]],["parent/1834",[800,4.872]],["name/1835",[495,67.573]],["parent/1835",[800,4.872]],["name/1836",[496,67.573]],["parent/1836",[800,4.872]],["name/1837",[497,67.573]],["parent/1837",[800,4.872]],["name/1838",[498,67.573]],["parent/1838",[800,4.872]],["name/1839",[499,67.573]],["parent/1839",[800,4.872]],["name/1840",[500,67.573]],["parent/1840",[800,4.872]],["name/1841",[501,67.573]],["parent/1841",[800,4.872]],["name/1842",[502,67.573]],["parent/1842",[800,4.872]],["name/1843",[503,67.573]],["parent/1843",[800,4.872]],["name/1844",[543,64.89]],["parent/1844",[789,2.603]],["name/1845",[544,64.89]],["parent/1845",[789,2.603]],["name/1846",[545,64.89]],["parent/1846",[789,2.603]],["name/1847",[10,27.115]],["parent/1847",[804,8.21]],["name/1848",[547,36.628]],["parent/1848",[805,7.7]],["name/1849",[205,41.128]],["parent/1849",[805,7.7]],["name/1850",[549,64.89]],["parent/1850",[789,2.603]],["name/1851",[10,27.115]],["parent/1851",[806,8.21]],["name/1852",[172,34.962]],["parent/1852",[807,7.7]],["name/1853",[552,44.023]],["parent/1853",[807,7.7]],["name/1854",[553,64.89]],["parent/1854",[789,2.603]],["name/1855",[10,27.115]],["parent/1855",[808,8.21]],["name/1856",[547,36.628]],["parent/1856",[809,7.7]],["name/1857",[205,41.128]],["parent/1857",[809,7.7]],["name/1858",[556,64.89]],["parent/1858",[789,2.603]],["name/1859",[10,27.115]],["parent/1859",[810,8.21]],["name/1860",[172,34.962]],["parent/1860",[811,7.7]],["name/1861",[552,44.023]],["parent/1861",[811,7.7]],["name/1862",[559,64.89]],["parent/1862",[789,2.603]],["name/1863",[10,27.115]],["parent/1863",[812,8.21]],["name/1864",[547,36.628]],["parent/1864",[813,7.7]],["name/1865",[205,41.128]],["parent/1865",[813,7.7]],["name/1866",[562,64.89]],["parent/1866",[789,2.603]],["name/1867",[10,27.115]],["parent/1867",[814,8.21]],["name/1868",[172,34.962]],["parent/1868",[815,7.7]],["name/1869",[552,44.023]],["parent/1869",[815,7.7]],["name/1870",[565,64.89]],["parent/1870",[789,2.603]],["name/1871",[10,27.115]],["parent/1871",[816,8.21]],["name/1872",[547,36.628]],["parent/1872",[817,7.7]],["name/1873",[205,41.128]],["parent/1873",[817,7.7]],["name/1874",[568,64.89]],["parent/1874",[789,2.603]],["name/1875",[10,27.115]],["parent/1875",[818,8.21]],["name/1876",[172,34.962]],["parent/1876",[819,7.7]],["name/1877",[552,44.023]],["parent/1877",[819,7.7]],["name/1878",[571,64.89]],["parent/1878",[789,2.603]],["name/1879",[10,27.115]],["parent/1879",[820,8.21]],["name/1880",[547,36.628]],["parent/1880",[821,7.7]],["name/1881",[205,41.128]],["parent/1881",[821,7.7]],["name/1882",[574,64.89]],["parent/1882",[789,2.603]],["name/1883",[10,27.115]],["parent/1883",[822,8.21]],["name/1884",[172,34.962]],["parent/1884",[823,7.7]],["name/1885",[552,44.023]],["parent/1885",[823,7.7]],["name/1886",[577,64.89]],["parent/1886",[789,2.603]],["name/1887",[10,27.115]],["parent/1887",[824,8.21]],["name/1888",[547,36.628]],["parent/1888",[825,8.21]],["name/1889",[580,64.89]],["parent/1889",[789,2.603]],["name/1890",[10,27.115]],["parent/1890",[826,8.21]],["name/1891",[172,34.962]],["parent/1891",[827,7.7]],["name/1892",[552,44.023]],["parent/1892",[827,7.7]],["name/1893",[583,64.89]],["parent/1893",[789,2.603]],["name/1894",[10,27.115]],["parent/1894",[828,8.21]],["name/1895",[547,36.628]],["parent/1895",[829,8.21]],["name/1896",[586,64.89]],["parent/1896",[789,2.603]],["name/1897",[10,27.115]],["parent/1897",[830,8.21]],["name/1898",[172,34.962]],["parent/1898",[831,7.7]],["name/1899",[552,44.023]],["parent/1899",[831,7.7]],["name/1900",[589,64.89]],["parent/1900",[789,2.603]],["name/1901",[10,27.115]],["parent/1901",[832,8.21]],["name/1902",[547,36.628]],["parent/1902",[833,8.21]],["name/1903",[592,64.89]],["parent/1903",[789,2.603]],["name/1904",[10,27.115]],["parent/1904",[834,8.21]],["name/1905",[172,34.962]],["parent/1905",[835,7.364]],["name/1906",[595,62.777]],["parent/1906",[835,7.364]],["name/1907",[552,44.023]],["parent/1907",[835,7.364]],["name/1908",[596,64.89]],["parent/1908",[789,2.603]],["name/1909",[10,27.115]],["parent/1909",[836,8.21]],["name/1910",[547,36.628]],["parent/1910",[837,6.913]],["name/1911",[599,77.128]],["parent/1911",[837,6.913]],["name/1912",[838,82.236]],["parent/1912",[837,6.913]],["name/1913",[839,77.128]],["parent/1913",[837,6.913]],["name/1914",[205,41.128]],["parent/1914",[837,6.913]],["name/1915",[600,64.89]],["parent/1915",[789,2.603]],["name/1916",[10,27.115]],["parent/1916",[840,8.21]],["name/1917",[172,34.962]],["parent/1917",[841,8.21]],["name/1918",[603,64.89]],["parent/1918",[789,2.603]],["name/1919",[10,27.115]],["parent/1919",[842,8.21]],["name/1920",[547,36.628]],["parent/1920",[843,7.7]],["name/1921",[205,41.128]],["parent/1921",[843,7.7]],["name/1922",[606,64.89]],["parent/1922",[789,2.603]],["name/1923",[10,27.115]],["parent/1923",[844,8.21]],["name/1924",[172,34.962]],["parent/1924",[845,7.7]],["name/1925",[552,44.023]],["parent/1925",[845,7.7]],["name/1926",[609,64.89]],["parent/1926",[789,2.603]],["name/1927",[10,27.115]],["parent/1927",[846,8.21]],["name/1928",[547,36.628]],["parent/1928",[847,8.21]],["name/1929",[612,64.89]],["parent/1929",[789,2.603]],["name/1930",[10,27.115]],["parent/1930",[848,8.21]],["name/1931",[172,34.962]],["parent/1931",[849,7.7]],["name/1932",[552,44.023]],["parent/1932",[849,7.7]],["name/1933",[615,64.89]],["parent/1933",[789,2.603]],["name/1934",[10,27.115]],["parent/1934",[850,8.21]],["name/1935",[547,36.628]],["parent/1935",[851,7.7]],["name/1936",[205,41.128]],["parent/1936",[851,7.7]],["name/1937",[618,64.89]],["parent/1937",[789,2.603]],["name/1938",[10,27.115]],["parent/1938",[852,8.21]],["name/1939",[172,34.962]],["parent/1939",[853,7.7]],["name/1940",[552,44.023]],["parent/1940",[853,7.7]],["name/1941",[621,64.89]],["parent/1941",[789,2.603]],["name/1942",[10,27.115]],["parent/1942",[854,8.21]],["name/1943",[547,36.628]],["parent/1943",[855,7.7]],["name/1944",[205,41.128]],["parent/1944",[855,7.7]],["name/1945",[624,64.89]],["parent/1945",[789,2.603]],["name/1946",[10,27.115]],["parent/1946",[856,8.21]],["name/1947",[172,34.962]],["parent/1947",[857,7.7]],["name/1948",[552,44.023]],["parent/1948",[857,7.7]],["name/1949",[627,64.89]],["parent/1949",[789,2.603]],["name/1950",[10,27.115]],["parent/1950",[858,8.21]],["name/1951",[547,36.628]],["parent/1951",[859,8.21]],["name/1952",[630,64.89]],["parent/1952",[789,2.603]],["name/1953",[10,27.115]],["parent/1953",[860,8.21]],["name/1954",[172,34.962]],["parent/1954",[861,7.7]],["name/1955",[552,44.023]],["parent/1955",[861,7.7]],["name/1956",[633,64.89]],["parent/1956",[789,2.603]],["name/1957",[10,27.115]],["parent/1957",[862,8.21]],["name/1958",[547,36.628]],["parent/1958",[863,7.7]],["name/1959",[205,41.128]],["parent/1959",[863,7.7]],["name/1960",[636,64.89]],["parent/1960",[789,2.603]],["name/1961",[10,27.115]],["parent/1961",[864,8.21]],["name/1962",[172,34.962]],["parent/1962",[865,7.364]],["name/1963",[639,62.777]],["parent/1963",[865,7.364]],["name/1964",[552,44.023]],["parent/1964",[865,7.364]],["name/1965",[640,64.89]],["parent/1965",[789,2.603]],["name/1966",[10,27.115]],["parent/1966",[866,8.21]],["name/1967",[547,36.628]],["parent/1967",[867,8.21]],["name/1968",[643,64.89]],["parent/1968",[789,2.603]],["name/1969",[10,27.115]],["parent/1969",[868,8.21]],["name/1970",[172,34.962]],["parent/1970",[869,7.7]],["name/1971",[552,44.023]],["parent/1971",[869,7.7]],["name/1972",[646,64.89]],["parent/1972",[789,2.603]],["name/1973",[10,27.115]],["parent/1973",[870,8.21]],["name/1974",[547,36.628]],["parent/1974",[871,7.114]],["name/1975",[649,77.128]],["parent/1975",[871,7.114]],["name/1976",[650,77.128]],["parent/1976",[871,7.114]],["name/1977",[205,41.128]],["parent/1977",[871,7.114]],["name/1978",[651,64.89]],["parent/1978",[789,2.603]],["name/1979",[10,27.115]],["parent/1979",[872,8.21]],["name/1980",[172,34.962]],["parent/1980",[873,8.21]],["name/1981",[654,64.89]],["parent/1981",[789,2.603]],["name/1982",[10,27.115]],["parent/1982",[874,8.21]],["name/1983",[547,36.628]],["parent/1983",[875,7.7]],["name/1984",[205,41.128]],["parent/1984",[875,7.7]],["name/1985",[657,64.89]],["parent/1985",[789,2.603]],["name/1986",[10,27.115]],["parent/1986",[876,8.21]],["name/1987",[172,34.962]],["parent/1987",[877,7.364]],["name/1988",[552,44.023]],["parent/1988",[877,7.364]],["name/1989",[660,77.128]],["parent/1989",[877,7.364]],["name/1990",[661,64.89]],["parent/1990",[789,2.603]],["name/1991",[10,27.115]],["parent/1991",[878,8.21]],["name/1992",[547,36.628]],["parent/1992",[879,7.7]],["name/1993",[205,41.128]],["parent/1993",[879,7.7]],["name/1994",[664,64.89]],["parent/1994",[789,2.603]],["name/1995",[10,27.115]],["parent/1995",[880,8.21]],["name/1996",[172,34.962]],["parent/1996",[881,7.364]],["name/1997",[552,44.023]],["parent/1997",[881,7.364]],["name/1998",[667,71.25]],["parent/1998",[881,7.364]],["name/1999",[668,64.89]],["parent/1999",[789,2.603]],["name/2000",[10,27.115]],["parent/2000",[882,8.21]],["name/2001",[547,36.628]],["parent/2001",[883,7.7]],["name/2002",[205,41.128]],["parent/2002",[883,7.7]],["name/2003",[671,64.89]],["parent/2003",[789,2.603]],["name/2004",[10,27.115]],["parent/2004",[884,8.21]],["name/2005",[595,62.777]],["parent/2005",[885,7.364]],["name/2006",[172,34.962]],["parent/2006",[885,7.364]],["name/2007",[552,44.023]],["parent/2007",[885,7.364]],["name/2008",[674,64.89]],["parent/2008",[789,2.603]],["name/2009",[10,27.115]],["parent/2009",[886,8.21]],["name/2010",[547,36.628]],["parent/2010",[887,7.7]],["name/2011",[205,41.128]],["parent/2011",[887,7.7]],["name/2012",[677,64.89]],["parent/2012",[789,2.603]],["name/2013",[10,27.115]],["parent/2013",[888,8.21]],["name/2014",[679,63.778]],["parent/2014",[889,7.364]],["name/2015",[172,34.962]],["parent/2015",[889,7.364]],["name/2016",[552,44.023]],["parent/2016",[889,7.364]],["name/2017",[681,64.89]],["parent/2017",[789,2.603]],["name/2018",[10,27.115]],["parent/2018",[890,8.21]],["name/2019",[547,36.628]],["parent/2019",[891,7.7]],["name/2020",[205,41.128]],["parent/2020",[891,7.7]],["name/2021",[684,64.89]],["parent/2021",[789,2.603]],["name/2022",[10,27.115]],["parent/2022",[892,8.21]],["name/2023",[686,71.25]],["parent/2023",[893,7.364]],["name/2024",[172,34.962]],["parent/2024",[893,7.364]],["name/2025",[552,44.023]],["parent/2025",[893,7.364]],["name/2026",[688,64.89]],["parent/2026",[789,2.603]],["name/2027",[10,27.115]],["parent/2027",[894,8.21]],["name/2028",[547,36.628]],["parent/2028",[895,7.7]],["name/2029",[205,41.128]],["parent/2029",[895,7.7]],["name/2030",[691,64.89]],["parent/2030",[789,2.603]],["name/2031",[10,27.115]],["parent/2031",[896,8.21]],["name/2032",[639,62.777]],["parent/2032",[897,7.364]],["name/2033",[172,34.962]],["parent/2033",[897,7.364]],["name/2034",[552,44.023]],["parent/2034",[897,7.364]],["name/2035",[694,64.89]],["parent/2035",[789,2.603]],["name/2036",[10,27.115]],["parent/2036",[898,8.21]],["name/2037",[547,36.628]],["parent/2037",[899,6.913]],["name/2038",[697,77.128]],["parent/2038",[899,6.913]],["name/2039",[698,77.128]],["parent/2039",[899,6.913]],["name/2040",[839,77.128]],["parent/2040",[899,6.913]],["name/2041",[205,41.128]],["parent/2041",[899,6.913]],["name/2042",[699,64.89]],["parent/2042",[789,2.603]],["name/2043",[10,27.115]],["parent/2043",[900,8.21]],["name/2044",[172,34.962]],["parent/2044",[901,8.21]],["name/2045",[702,64.89]],["parent/2045",[789,2.603]],["name/2046",[10,27.115]],["parent/2046",[902,8.21]],["name/2047",[547,36.628]],["parent/2047",[903,7.7]],["name/2048",[205,41.128]],["parent/2048",[903,7.7]],["name/2049",[705,64.89]],["parent/2049",[789,2.603]],["name/2050",[10,27.115]],["parent/2050",[904,8.21]],["name/2051",[172,34.962]],["parent/2051",[905,7.7]],["name/2052",[552,44.023]],["parent/2052",[905,7.7]],["name/2053",[708,64.89]],["parent/2053",[789,2.603]],["name/2054",[10,27.115]],["parent/2054",[906,8.21]],["name/2055",[547,36.628]],["parent/2055",[907,7.364]],["name/2056",[711,77.128]],["parent/2056",[907,7.364]],["name/2057",[205,41.128]],["parent/2057",[907,7.364]],["name/2058",[712,64.89]],["parent/2058",[789,2.603]],["name/2059",[10,27.115]],["parent/2059",[908,8.21]],["name/2060",[172,34.962]],["parent/2060",[909,7.7]],["name/2061",[552,44.023]],["parent/2061",[909,7.7]],["name/2062",[715,64.89]],["parent/2062",[789,2.603]],["name/2063",[10,27.115]],["parent/2063",[910,8.21]],["name/2064",[547,36.628]],["parent/2064",[911,7.364]],["name/2065",[718,61.034]],["parent/2065",[911,7.364]],["name/2066",[205,41.128]],["parent/2066",[911,7.364]],["name/2067",[719,64.89]],["parent/2067",[789,2.603]],["name/2068",[10,27.115]],["parent/2068",[912,8.21]],["name/2069",[172,34.962]],["parent/2069",[913,7.7]],["name/2070",[552,44.023]],["parent/2070",[913,7.7]],["name/2071",[722,64.89]],["parent/2071",[789,2.603]],["name/2072",[10,27.115]],["parent/2072",[914,8.21]],["name/2073",[547,36.628]],["parent/2073",[915,7.114]],["name/2074",[205,41.128]],["parent/2074",[915,7.114]],["name/2075",[725,77.128]],["parent/2075",[915,7.114]],["name/2076",[718,61.034]],["parent/2076",[915,7.114]],["name/2077",[726,64.89]],["parent/2077",[789,2.603]],["name/2078",[10,27.115]],["parent/2078",[916,8.21]],["name/2079",[172,34.962]],["parent/2079",[917,7.7]],["name/2080",[552,44.023]],["parent/2080",[917,7.7]],["name/2081",[729,64.89]],["parent/2081",[789,2.603]],["name/2082",[10,27.115]],["parent/2082",[918,8.21]],["name/2083",[547,36.628]],["parent/2083",[919,7.7]],["name/2084",[205,41.128]],["parent/2084",[919,7.7]],["name/2085",[732,64.89]],["parent/2085",[789,2.603]],["name/2086",[10,27.115]],["parent/2086",[920,8.21]],["name/2087",[172,34.962]],["parent/2087",[921,7.7]],["name/2088",[552,44.023]],["parent/2088",[921,7.7]],["name/2089",[735,64.89]],["parent/2089",[789,2.603]],["name/2090",[10,27.115]],["parent/2090",[922,8.21]],["name/2091",[547,36.628]],["parent/2091",[923,7.7]],["name/2092",[205,41.128]],["parent/2092",[923,7.7]],["name/2093",[738,64.89]],["parent/2093",[789,2.603]],["name/2094",[10,27.115]],["parent/2094",[924,8.21]],["name/2095",[172,34.962]],["parent/2095",[925,7.364]],["name/2096",[552,44.023]],["parent/2096",[925,7.364]],["name/2097",[667,71.25]],["parent/2097",[925,7.364]],["name/2098",[741,64.89]],["parent/2098",[789,2.603]],["name/2099",[10,27.115]],["parent/2099",[926,8.21]],["name/2100",[718,61.034]],["parent/2100",[927,7.364]],["name/2101",[547,36.628]],["parent/2101",[927,7.364]],["name/2102",[205,41.128]],["parent/2102",[927,7.364]],["name/2103",[744,64.89]],["parent/2103",[789,2.603]],["name/2104",[10,27.115]],["parent/2104",[928,8.21]],["name/2105",[595,62.777]],["parent/2105",[929,7.364]],["name/2106",[172,34.962]],["parent/2106",[929,7.364]],["name/2107",[552,44.023]],["parent/2107",[929,7.364]],["name/2108",[747,64.89]],["parent/2108",[789,2.603]],["name/2109",[10,27.115]],["parent/2109",[930,8.21]],["name/2110",[547,36.628]],["parent/2110",[931,7.364]],["name/2111",[718,61.034]],["parent/2111",[931,7.364]],["name/2112",[205,41.128]],["parent/2112",[931,7.364]],["name/2113",[750,64.89]],["parent/2113",[789,2.603]],["name/2114",[10,27.115]],["parent/2114",[932,8.21]],["name/2115",[172,34.962]],["parent/2115",[933,7.7]],["name/2116",[552,44.023]],["parent/2116",[933,7.7]],["name/2117",[753,64.89]],["parent/2117",[789,2.603]],["name/2118",[10,27.115]],["parent/2118",[934,8.21]],["name/2119",[718,61.034]],["parent/2119",[935,7.364]],["name/2120",[547,36.628]],["parent/2120",[935,7.364]],["name/2121",[205,41.128]],["parent/2121",[935,7.364]],["name/2122",[756,64.89]],["parent/2122",[789,2.603]],["name/2123",[10,27.115]],["parent/2123",[936,8.21]],["name/2124",[679,63.778]],["parent/2124",[937,7.364]],["name/2125",[172,34.962]],["parent/2125",[937,7.364]],["name/2126",[552,44.023]],["parent/2126",[937,7.364]],["name/2127",[759,64.89]],["parent/2127",[789,2.603]],["name/2128",[10,27.115]],["parent/2128",[938,8.21]],["name/2129",[547,36.628]],["parent/2129",[939,8.21]],["name/2130",[762,64.89]],["parent/2130",[789,2.603]],["name/2131",[10,27.115]],["parent/2131",[940,8.21]],["name/2132",[686,71.25]],["parent/2132",[941,7.364]],["name/2133",[172,34.962]],["parent/2133",[941,7.364]],["name/2134",[552,44.023]],["parent/2134",[941,7.364]],["name/2135",[765,64.89]],["parent/2135",[789,2.603]],["name/2136",[10,27.115]],["parent/2136",[942,8.21]],["name/2137",[547,36.628]],["parent/2137",[943,7.7]],["name/2138",[205,41.128]],["parent/2138",[943,7.7]],["name/2139",[768,64.89]],["parent/2139",[789,2.603]],["name/2140",[10,27.115]],["parent/2140",[944,8.21]],["name/2141",[639,62.777]],["parent/2141",[945,7.364]],["name/2142",[172,34.962]],["parent/2142",[945,7.364]],["name/2143",[552,44.023]],["parent/2143",[945,7.364]],["name/2144",[771,64.89]],["parent/2144",[789,2.603]],["name/2145",[10,27.115]],["parent/2145",[946,8.21]],["name/2146",[773,77.128]],["parent/2146",[947,7.114]],["name/2147",[718,61.034]],["parent/2147",[947,7.114]],["name/2148",[547,36.628]],["parent/2148",[947,7.114]],["name/2149",[205,41.128]],["parent/2149",[947,7.114]],["name/2150",[775,64.89]],["parent/2150",[789,2.603]],["name/2151",[10,27.115]],["parent/2151",[948,8.21]],["name/2152",[172,34.962]],["parent/2152",[949,7.364]],["name/2153",[639,62.777]],["parent/2153",[949,7.364]],["name/2154",[552,44.023]],["parent/2154",[949,7.364]],["name/2155",[778,64.89]],["parent/2155",[789,2.603]],["name/2156",[10,27.115]],["parent/2156",[950,8.21]],["name/2157",[547,36.628]],["parent/2157",[951,7.7]],["name/2158",[205,41.128]],["parent/2158",[951,7.7]],["name/2159",[781,64.89]],["parent/2159",[789,2.603]],["name/2160",[10,27.115]],["parent/2160",[952,8.21]],["name/2161",[172,34.962]],["parent/2161",[953,7.364]],["name/2162",[639,62.777]],["parent/2162",[953,7.364]],["name/2163",[552,44.023]],["parent/2163",[953,7.364]],["name/2164",[954,71.25]],["parent/2164",[789,2.603]],["name/2165",[955,71.25]],["parent/2165",[789,2.603]],["name/2166",[956,73.763]],["parent/2166",[789,2.603]],["name/2167",[784,66.142]],["parent/2167",[789,2.603]],["name/2168",[785,66.142]],["parent/2168",[789,2.603]],["name/2169",[786,67.573]],["parent/2169",[789,2.603]],["name/2170",[543,64.89]],["parent/2170",[789,2.603]],["name/2171",[544,64.89]],["parent/2171",[789,2.603]],["name/2172",[545,64.89]],["parent/2172",[789,2.603]],["name/2173",[549,64.89]],["parent/2173",[789,2.603]],["name/2174",[553,64.89]],["parent/2174",[789,2.603]],["name/2175",[556,64.89]],["parent/2175",[789,2.603]],["name/2176",[559,64.89]],["parent/2176",[789,2.603]],["name/2177",[562,64.89]],["parent/2177",[789,2.603]],["name/2178",[565,64.89]],["parent/2178",[789,2.603]],["name/2179",[568,64.89]],["parent/2179",[789,2.603]],["name/2180",[571,64.89]],["parent/2180",[789,2.603]],["name/2181",[574,64.89]],["parent/2181",[789,2.603]],["name/2182",[577,64.89]],["parent/2182",[789,2.603]],["name/2183",[580,64.89]],["parent/2183",[789,2.603]],["name/2184",[583,64.89]],["parent/2184",[789,2.603]],["name/2185",[586,64.89]],["parent/2185",[789,2.603]],["name/2186",[589,64.89]],["parent/2186",[789,2.603]],["name/2187",[592,64.89]],["parent/2187",[789,2.603]],["name/2188",[596,64.89]],["parent/2188",[789,2.603]],["name/2189",[600,64.89]],["parent/2189",[789,2.603]],["name/2190",[603,64.89]],["parent/2190",[789,2.603]],["name/2191",[606,64.89]],["parent/2191",[789,2.603]],["name/2192",[609,64.89]],["parent/2192",[789,2.603]],["name/2193",[612,64.89]],["parent/2193",[789,2.603]],["name/2194",[615,64.89]],["parent/2194",[789,2.603]],["name/2195",[618,64.89]],["parent/2195",[789,2.603]],["name/2196",[621,64.89]],["parent/2196",[789,2.603]],["name/2197",[624,64.89]],["parent/2197",[789,2.603]],["name/2198",[627,64.89]],["parent/2198",[789,2.603]],["name/2199",[630,64.89]],["parent/2199",[789,2.603]],["name/2200",[633,64.89]],["parent/2200",[789,2.603]],["name/2201",[636,64.89]],["parent/2201",[789,2.603]],["name/2202",[640,64.89]],["parent/2202",[789,2.603]],["name/2203",[643,64.89]],["parent/2203",[789,2.603]],["name/2204",[646,64.89]],["parent/2204",[789,2.603]],["name/2205",[651,64.89]],["parent/2205",[789,2.603]],["name/2206",[654,64.89]],["parent/2206",[789,2.603]],["name/2207",[657,64.89]],["parent/2207",[789,2.603]],["name/2208",[661,64.89]],["parent/2208",[789,2.603]],["name/2209",[664,64.89]],["parent/2209",[789,2.603]],["name/2210",[668,64.89]],["parent/2210",[789,2.603]],["name/2211",[671,64.89]],["parent/2211",[789,2.603]],["name/2212",[674,64.89]],["parent/2212",[789,2.603]],["name/2213",[677,64.89]],["parent/2213",[789,2.603]],["name/2214",[681,64.89]],["parent/2214",[789,2.603]],["name/2215",[684,64.89]],["parent/2215",[789,2.603]],["name/2216",[688,64.89]],["parent/2216",[789,2.603]],["name/2217",[691,64.89]],["parent/2217",[789,2.603]],["name/2218",[694,64.89]],["parent/2218",[789,2.603]],["name/2219",[699,64.89]],["parent/2219",[789,2.603]],["name/2220",[702,64.89]],["parent/2220",[789,2.603]],["name/2221",[705,64.89]],["parent/2221",[789,2.603]],["name/2222",[708,64.89]],["parent/2222",[789,2.603]],["name/2223",[712,64.89]],["parent/2223",[789,2.603]],["name/2224",[715,64.89]],["parent/2224",[789,2.603]],["name/2225",[719,64.89]],["parent/2225",[789,2.603]],["name/2226",[722,64.89]],["parent/2226",[789,2.603]],["name/2227",[726,64.89]],["parent/2227",[789,2.603]],["name/2228",[729,64.89]],["parent/2228",[789,2.603]],["name/2229",[732,64.89]],["parent/2229",[789,2.603]],["name/2230",[735,64.89]],["parent/2230",[789,2.603]],["name/2231",[738,64.89]],["parent/2231",[789,2.603]],["name/2232",[741,64.89]],["parent/2232",[789,2.603]],["name/2233",[744,64.89]],["parent/2233",[789,2.603]],["name/2234",[747,64.89]],["parent/2234",[789,2.603]],["name/2235",[750,64.89]],["parent/2235",[789,2.603]],["name/2236",[753,64.89]],["parent/2236",[789,2.603]],["name/2237",[756,64.89]],["parent/2237",[789,2.603]],["name/2238",[759,64.89]],["parent/2238",[789,2.603]],["name/2239",[762,64.89]],["parent/2239",[789,2.603]],["name/2240",[765,64.89]],["parent/2240",[789,2.603]],["name/2241",[768,64.89]],["parent/2241",[789,2.603]],["name/2242",[771,64.89]],["parent/2242",[789,2.603]],["name/2243",[775,64.89]],["parent/2243",[789,2.603]],["name/2244",[778,64.89]],["parent/2244",[789,2.603]],["name/2245",[781,64.89]],["parent/2245",[789,2.603]],["name/2246",[954,71.25]],["parent/2246",[789,2.603]],["name/2247",[955,71.25]],["parent/2247",[789,2.603]],["name/2248",[956,73.763]],["parent/2248",[789,2.603]],["name/2249",[784,66.142]],["parent/2249",[789,2.603]],["name/2250",[785,66.142]],["parent/2250",[789,2.603]],["name/2251",[786,67.573]],["parent/2251",[789,2.603]],["name/2252",[789,26.069]],["parent/2252",[789,2.603]],["name/2253",[43,47.475]],["parent/2253",[789,2.603]],["name/2254",[543,64.89]],["parent/2254",[789,2.603]],["name/2255",[544,64.89]],["parent/2255",[789,2.603]],["name/2256",[545,64.89]],["parent/2256",[789,2.603]],["name/2257",[549,64.89]],["parent/2257",[789,2.603]],["name/2258",[553,64.89]],["parent/2258",[789,2.603]],["name/2259",[556,64.89]],["parent/2259",[789,2.603]],["name/2260",[559,64.89]],["parent/2260",[789,2.603]],["name/2261",[562,64.89]],["parent/2261",[789,2.603]],["name/2262",[565,64.89]],["parent/2262",[789,2.603]],["name/2263",[568,64.89]],["parent/2263",[789,2.603]],["name/2264",[571,64.89]],["parent/2264",[789,2.603]],["name/2265",[574,64.89]],["parent/2265",[789,2.603]],["name/2266",[577,64.89]],["parent/2266",[789,2.603]],["name/2267",[580,64.89]],["parent/2267",[789,2.603]],["name/2268",[583,64.89]],["parent/2268",[789,2.603]],["name/2269",[586,64.89]],["parent/2269",[789,2.603]],["name/2270",[589,64.89]],["parent/2270",[789,2.603]],["name/2271",[592,64.89]],["parent/2271",[789,2.603]],["name/2272",[596,64.89]],["parent/2272",[789,2.603]],["name/2273",[600,64.89]],["parent/2273",[789,2.603]],["name/2274",[603,64.89]],["parent/2274",[789,2.603]],["name/2275",[606,64.89]],["parent/2275",[789,2.603]],["name/2276",[609,64.89]],["parent/2276",[789,2.603]],["name/2277",[612,64.89]],["parent/2277",[789,2.603]],["name/2278",[615,64.89]],["parent/2278",[789,2.603]],["name/2279",[618,64.89]],["parent/2279",[789,2.603]],["name/2280",[621,64.89]],["parent/2280",[789,2.603]],["name/2281",[624,64.89]],["parent/2281",[789,2.603]],["name/2282",[627,64.89]],["parent/2282",[789,2.603]],["name/2283",[630,64.89]],["parent/2283",[789,2.603]],["name/2284",[633,64.89]],["parent/2284",[789,2.603]],["name/2285",[636,64.89]],["parent/2285",[789,2.603]],["name/2286",[640,64.89]],["parent/2286",[789,2.603]],["name/2287",[643,64.89]],["parent/2287",[789,2.603]],["name/2288",[646,64.89]],["parent/2288",[789,2.603]],["name/2289",[651,64.89]],["parent/2289",[789,2.603]],["name/2290",[654,64.89]],["parent/2290",[789,2.603]],["name/2291",[657,64.89]],["parent/2291",[789,2.603]],["name/2292",[661,64.89]],["parent/2292",[789,2.603]],["name/2293",[664,64.89]],["parent/2293",[789,2.603]],["name/2294",[668,64.89]],["parent/2294",[789,2.603]],["name/2295",[671,64.89]],["parent/2295",[789,2.603]],["name/2296",[674,64.89]],["parent/2296",[789,2.603]],["name/2297",[677,64.89]],["parent/2297",[789,2.603]],["name/2298",[681,64.89]],["parent/2298",[789,2.603]],["name/2299",[684,64.89]],["parent/2299",[789,2.603]],["name/2300",[688,64.89]],["parent/2300",[789,2.603]],["name/2301",[691,64.89]],["parent/2301",[789,2.603]],["name/2302",[694,64.89]],["parent/2302",[789,2.603]],["name/2303",[699,64.89]],["parent/2303",[789,2.603]],["name/2304",[702,64.89]],["parent/2304",[789,2.603]],["name/2305",[705,64.89]],["parent/2305",[789,2.603]],["name/2306",[708,64.89]],["parent/2306",[789,2.603]],["name/2307",[712,64.89]],["parent/2307",[789,2.603]],["name/2308",[715,64.89]],["parent/2308",[789,2.603]],["name/2309",[719,64.89]],["parent/2309",[789,2.603]],["name/2310",[722,64.89]],["parent/2310",[789,2.603]],["name/2311",[726,64.89]],["parent/2311",[789,2.603]],["name/2312",[729,64.89]],["parent/2312",[789,2.603]],["name/2313",[732,64.89]],["parent/2313",[789,2.603]],["name/2314",[735,64.89]],["parent/2314",[789,2.603]],["name/2315",[738,64.89]],["parent/2315",[789,2.603]],["name/2316",[741,64.89]],["parent/2316",[789,2.603]],["name/2317",[744,64.89]],["parent/2317",[789,2.603]],["name/2318",[747,64.89]],["parent/2318",[789,2.603]],["name/2319",[750,64.89]],["parent/2319",[789,2.603]],["name/2320",[753,64.89]],["parent/2320",[789,2.603]],["name/2321",[756,64.89]],["parent/2321",[789,2.603]],["name/2322",[759,64.89]],["parent/2322",[789,2.603]],["name/2323",[762,64.89]],["parent/2323",[789,2.603]],["name/2324",[765,64.89]],["parent/2324",[789,2.603]],["name/2325",[768,64.89]],["parent/2325",[789,2.603]],["name/2326",[771,64.89]],["parent/2326",[789,2.603]],["name/2327",[775,64.89]],["parent/2327",[789,2.603]],["name/2328",[778,64.89]],["parent/2328",[789,2.603]],["name/2329",[781,64.89]],["parent/2329",[789,2.603]],["name/2330",[954,71.25]],["parent/2330",[789,2.603]],["name/2331",[955,71.25]],["parent/2331",[789,2.603]],["name/2332",[956,73.763]],["parent/2332",[789,2.603]],["name/2333",[784,66.142]],["parent/2333",[789,2.603]],["name/2334",[785,66.142]],["parent/2334",[789,2.603]],["name/2335",[786,67.573]],["parent/2335",[789,2.603]],["name/2336",[789,26.069]],["parent/2336",[789,2.603]],["name/2337",[448,58.257]],["parent/2337",[789,2.603]],["name/2338",[449,58.257]],["parent/2338",[789,2.603]],["name/2339",[450,58.257]],["parent/2339",[789,2.603]],["name/2340",[452,64.89]],["parent/2340",[789,2.603]],["name/2341",[794,61.034]],["parent/2341",[789,2.603]],["name/2342",[429,58.257]],["parent/2342",[789,2.603]],["name/2343",[439,58.257]],["parent/2343",[789,2.603]],["name/2344",[440,58.257]],["parent/2344",[789,2.603]],["name/2345",[441,58.257]],["parent/2345",[789,2.603]],["name/2346",[430,58.257]],["parent/2346",[789,2.603]],["name/2347",[431,58.257]],["parent/2347",[789,2.603]],["name/2348",[453,64.89]],["parent/2348",[789,2.603]],["name/2349",[454,64.89]],["parent/2349",[789,2.603]],["name/2350",[455,45.264]],["parent/2350",[789,2.603]],["name/2351",[796,64.89]],["parent/2351",[789,2.603]],["name/2352",[793,61.034]],["parent/2352",[789,2.603]],["name/2353",[424,58.257]],["parent/2353",[789,2.603]],["name/2354",[795,61.034]],["parent/2354",[789,2.603]],["name/2355",[9,48.796]],["parent/2355",[789,2.603]],["name/2356",[446,58.257]],["parent/2356",[789,2.603]],["name/2357",[434,58.257]],["parent/2357",[789,2.603]],["name/2358",[451,61.034]],["parent/2358",[789,2.603]],["name/2359",[427,58.257]],["parent/2359",[789,2.603]],["name/2360",[791,61.034]],["parent/2360",[789,2.603]],["name/2361",[792,61.034]],["parent/2361",[789,2.603]],["name/2362",[790,61.034]],["parent/2362",[789,2.603]],["name/2363",[426,58.257]],["parent/2363",[789,2.603]],["name/2364",[456,61.034]],["parent/2364",[789,2.603]],["name/2365",[457,61.034]],["parent/2365",[789,2.603]],["name/2366",[458,61.034]],["parent/2366",[789,2.603]],["name/2367",[798,64.89]],["parent/2367",[789,2.603]],["name/2368",[799,64.89]],["parent/2368",[789,2.603]],["name/2369",[797,64.89]],["parent/2369",[789,2.603]],["name/2370",[432,58.257]],["parent/2370",[789,2.603]],["name/2371",[459,64.89]],["parent/2371",[789,2.603]],["name/2372",[460,64.89]],["parent/2372",[789,2.603]],["name/2373",[428,58.257]],["parent/2373",[789,2.603]],["name/2374",[447,58.257]],["parent/2374",[789,2.603]],["name/2375",[444,58.257]],["parent/2375",[789,2.603]],["name/2376",[445,58.257]],["parent/2376",[789,2.603]],["name/2377",[442,58.257]],["parent/2377",[789,2.603]],["name/2378",[443,58.257]],["parent/2378",[789,2.603]],["name/2379",[437,58.257]],["parent/2379",[789,2.603]],["name/2380",[438,58.257]],["parent/2380",[789,2.603]],["name/2381",[433,58.257]],["parent/2381",[789,2.603]],["name/2382",[436,56.087]],["parent/2382",[789,2.603]],["name/2383",[461,64.89]],["parent/2383",[789,2.603]],["name/2384",[435,56.087]],["parent/2384",[789,2.603]],["name/2385",[425,57.669]],["parent/2385",[789,2.603]],["name/2386",[462,61.034]],["parent/2386",[789,2.603]],["name/2387",[463,61.034]],["parent/2387",[789,2.603]],["name/2388",[464,61.034]],["parent/2388",[789,2.603]],["name/2389",[957,82.236]],["parent/2389",[789,2.603]],["name/2390",[954,71.25]],["parent/2390",[958,3.752]],["name/2391",[955,71.25]],["parent/2391",[958,3.752]],["name/2392",[545,64.89]],["parent/2392",[958,3.752]],["name/2393",[549,64.89]],["parent/2393",[958,3.752]],["name/2394",[553,64.89]],["parent/2394",[958,3.752]],["name/2395",[556,64.89]],["parent/2395",[958,3.752]],["name/2396",[559,64.89]],["parent/2396",[958,3.752]],["name/2397",[562,64.89]],["parent/2397",[958,3.752]],["name/2398",[565,64.89]],["parent/2398",[958,3.752]],["name/2399",[568,64.89]],["parent/2399",[958,3.752]],["name/2400",[571,64.89]],["parent/2400",[958,3.752]],["name/2401",[574,64.89]],["parent/2401",[958,3.752]],["name/2402",[577,64.89]],["parent/2402",[958,3.752]],["name/2403",[580,64.89]],["parent/2403",[958,3.752]],["name/2404",[583,64.89]],["parent/2404",[958,3.752]],["name/2405",[586,64.89]],["parent/2405",[958,3.752]],["name/2406",[589,64.89]],["parent/2406",[958,3.752]],["name/2407",[592,64.89]],["parent/2407",[958,3.752]],["name/2408",[543,64.89]],["parent/2408",[958,3.752]],["name/2409",[596,64.89]],["parent/2409",[958,3.752]],["name/2410",[600,64.89]],["parent/2410",[958,3.752]],["name/2411",[603,64.89]],["parent/2411",[958,3.752]],["name/2412",[606,64.89]],["parent/2412",[958,3.752]],["name/2413",[609,64.89]],["parent/2413",[958,3.752]],["name/2414",[612,64.89]],["parent/2414",[958,3.752]],["name/2415",[615,64.89]],["parent/2415",[958,3.752]],["name/2416",[618,64.89]],["parent/2416",[958,3.752]],["name/2417",[621,64.89]],["parent/2417",[958,3.752]],["name/2418",[624,64.89]],["parent/2418",[958,3.752]],["name/2419",[627,64.89]],["parent/2419",[958,3.752]],["name/2420",[630,64.89]],["parent/2420",[958,3.752]],["name/2421",[633,64.89]],["parent/2421",[958,3.752]],["name/2422",[636,64.89]],["parent/2422",[958,3.752]],["name/2423",[640,64.89]],["parent/2423",[958,3.752]],["name/2424",[643,64.89]],["parent/2424",[958,3.752]],["name/2425",[544,64.89]],["parent/2425",[958,3.752]],["name/2426",[646,64.89]],["parent/2426",[958,3.752]],["name/2427",[651,64.89]],["parent/2427",[958,3.752]],["name/2428",[654,64.89]],["parent/2428",[958,3.752]],["name/2429",[657,64.89]],["parent/2429",[958,3.752]],["name/2430",[661,64.89]],["parent/2430",[958,3.752]],["name/2431",[664,64.89]],["parent/2431",[958,3.752]],["name/2432",[668,64.89]],["parent/2432",[958,3.752]],["name/2433",[671,64.89]],["parent/2433",[958,3.752]],["name/2434",[674,64.89]],["parent/2434",[958,3.752]],["name/2435",[677,64.89]],["parent/2435",[958,3.752]],["name/2436",[681,64.89]],["parent/2436",[958,3.752]],["name/2437",[684,64.89]],["parent/2437",[958,3.752]],["name/2438",[688,64.89]],["parent/2438",[958,3.752]],["name/2439",[691,64.89]],["parent/2439",[958,3.752]],["name/2440",[694,64.89]],["parent/2440",[958,3.752]],["name/2441",[699,64.89]],["parent/2441",[958,3.752]],["name/2442",[702,64.89]],["parent/2442",[958,3.752]],["name/2443",[705,64.89]],["parent/2443",[958,3.752]],["name/2444",[708,64.89]],["parent/2444",[958,3.752]],["name/2445",[712,64.89]],["parent/2445",[958,3.752]],["name/2446",[715,64.89]],["parent/2446",[958,3.752]],["name/2447",[719,64.89]],["parent/2447",[958,3.752]],["name/2448",[722,64.89]],["parent/2448",[958,3.752]],["name/2449",[726,64.89]],["parent/2449",[958,3.752]],["name/2450",[729,64.89]],["parent/2450",[958,3.752]],["name/2451",[732,64.89]],["parent/2451",[958,3.752]],["name/2452",[735,64.89]],["parent/2452",[958,3.752]],["name/2453",[738,64.89]],["parent/2453",[958,3.752]],["name/2454",[741,64.89]],["parent/2454",[958,3.752]],["name/2455",[744,64.89]],["parent/2455",[958,3.752]],["name/2456",[747,64.89]],["parent/2456",[958,3.752]],["name/2457",[750,64.89]],["parent/2457",[958,3.752]],["name/2458",[753,64.89]],["parent/2458",[958,3.752]],["name/2459",[756,64.89]],["parent/2459",[958,3.752]],["name/2460",[759,64.89]],["parent/2460",[958,3.752]],["name/2461",[762,64.89]],["parent/2461",[958,3.752]],["name/2462",[765,64.89]],["parent/2462",[958,3.752]],["name/2463",[768,64.89]],["parent/2463",[958,3.752]],["name/2464",[771,64.89]],["parent/2464",[958,3.752]],["name/2465",[775,64.89]],["parent/2465",[958,3.752]],["name/2466",[778,64.89]],["parent/2466",[958,3.752]],["name/2467",[781,64.89]],["parent/2467",[958,3.752]],["name/2468",[448,58.257]],["parent/2468",[958,3.752]],["name/2469",[449,58.257]],["parent/2469",[958,3.752]],["name/2470",[450,58.257]],["parent/2470",[958,3.752]],["name/2471",[452,64.89]],["parent/2471",[958,3.752]],["name/2472",[794,61.034]],["parent/2472",[958,3.752]],["name/2473",[429,58.257]],["parent/2473",[958,3.752]],["name/2474",[439,58.257]],["parent/2474",[958,3.752]],["name/2475",[440,58.257]],["parent/2475",[958,3.752]],["name/2476",[441,58.257]],["parent/2476",[958,3.752]],["name/2477",[430,58.257]],["parent/2477",[958,3.752]],["name/2478",[431,58.257]],["parent/2478",[958,3.752]],["name/2479",[453,64.89]],["parent/2479",[958,3.752]],["name/2480",[454,64.89]],["parent/2480",[958,3.752]],["name/2481",[455,45.264]],["parent/2481",[958,3.752]],["name/2482",[796,64.89]],["parent/2482",[958,3.752]],["name/2483",[793,61.034]],["parent/2483",[958,3.752]],["name/2484",[424,58.257]],["parent/2484",[958,3.752]],["name/2485",[795,61.034]],["parent/2485",[958,3.752]],["name/2486",[9,48.796]],["parent/2486",[958,3.752]],["name/2487",[446,58.257]],["parent/2487",[958,3.752]],["name/2488",[434,58.257]],["parent/2488",[958,3.752]],["name/2489",[451,61.034]],["parent/2489",[958,3.752]],["name/2490",[427,58.257]],["parent/2490",[958,3.752]],["name/2491",[791,61.034]],["parent/2491",[958,3.752]],["name/2492",[792,61.034]],["parent/2492",[958,3.752]],["name/2493",[790,61.034]],["parent/2493",[958,3.752]],["name/2494",[426,58.257]],["parent/2494",[958,3.752]],["name/2495",[456,61.034]],["parent/2495",[958,3.752]],["name/2496",[457,61.034]],["parent/2496",[958,3.752]],["name/2497",[458,61.034]],["parent/2497",[958,3.752]],["name/2498",[798,64.89]],["parent/2498",[958,3.752]],["name/2499",[799,64.89]],["parent/2499",[958,3.752]],["name/2500",[797,64.89]],["parent/2500",[958,3.752]],["name/2501",[432,58.257]],["parent/2501",[958,3.752]],["name/2502",[459,64.89]],["parent/2502",[958,3.752]],["name/2503",[460,64.89]],["parent/2503",[958,3.752]],["name/2504",[428,58.257]],["parent/2504",[958,3.752]],["name/2505",[447,58.257]],["parent/2505",[958,3.752]],["name/2506",[444,58.257]],["parent/2506",[958,3.752]],["name/2507",[445,58.257]],["parent/2507",[958,3.752]],["name/2508",[442,58.257]],["parent/2508",[958,3.752]],["name/2509",[443,58.257]],["parent/2509",[958,3.752]],["name/2510",[437,58.257]],["parent/2510",[958,3.752]],["name/2511",[438,58.257]],["parent/2511",[958,3.752]],["name/2512",[433,58.257]],["parent/2512",[958,3.752]],["name/2513",[436,56.087]],["parent/2513",[958,3.752]],["name/2514",[461,64.89]],["parent/2514",[958,3.752]],["name/2515",[435,56.087]],["parent/2515",[958,3.752]],["name/2516",[425,57.669]],["parent/2516",[958,3.752]],["name/2517",[462,61.034]],["parent/2517",[958,3.752]],["name/2518",[463,61.034]],["parent/2518",[958,3.752]],["name/2519",[464,61.034]],["parent/2519",[958,3.752]],["name/2520",[959,50.881]],["parent/2520",[]],["name/2521",[43,47.475]],["parent/2521",[959,5.08]],["name/2522",[455,45.264]],["parent/2522",[959,5.08]],["name/2523",[960,71.25]],["parent/2523",[959,5.08]],["name/2524",[961,71.25]],["parent/2524",[959,5.08]],["name/2525",[455,45.264]],["parent/2525",[959,5.08]],["name/2526",[960,71.25]],["parent/2526",[959,5.08]],["name/2527",[961,71.25]],["parent/2527",[959,5.08]],["name/2528",[959,50.881]],["parent/2528",[959,5.08]],["name/2529",[17,54.721]],["parent/2529",[962,6.746]],["name/2530",[43,47.475]],["parent/2530",[962,6.746]],["name/2531",[98,58.257]],["parent/2531",[962,6.746]],["name/2532",[963,73.763]],["parent/2532",[964,8.21]],["name/2533",[30,56.587]],["parent/2533",[962,6.746]],["name/2534",[125,58.257]],["parent/2534",[962,6.746]],["name/2535",[10,27.115]],["parent/2535",[965,8.21]],["name/2536",[963,73.763]],["parent/2536",[966,7.7]],["name/2537",[967,82.236]],["parent/2537",[966,7.7]],["name/2538",[963,73.763]],["parent/2538",[962,6.746]],["name/2539",[968,71.25]],["parent/2539",[959,5.08]],["name/2540",[10,27.115]],["parent/2540",[969,8.21]],["name/2541",[547,36.628]],["parent/2541",[970,8.21]],["name/2542",[971,71.25]],["parent/2542",[959,5.08]],["name/2543",[10,27.115]],["parent/2543",[972,8.21]],["name/2544",[172,34.962]],["parent/2544",[973,8.21]],["name/2545",[974,71.25]],["parent/2545",[959,5.08]],["name/2546",[975,71.25]],["parent/2546",[959,5.08]],["name/2547",[976,73.763]],["parent/2547",[959,5.08]],["name/2548",[968,71.25]],["parent/2548",[959,5.08]],["name/2549",[971,71.25]],["parent/2549",[959,5.08]],["name/2550",[974,71.25]],["parent/2550",[959,5.08]],["name/2551",[975,71.25]],["parent/2551",[959,5.08]],["name/2552",[976,73.763]],["parent/2552",[959,5.08]],["name/2553",[959,50.881]],["parent/2553",[959,5.08]],["name/2554",[43,47.475]],["parent/2554",[959,5.08]],["name/2555",[968,71.25]],["parent/2555",[959,5.08]],["name/2556",[971,71.25]],["parent/2556",[959,5.08]],["name/2557",[974,71.25]],["parent/2557",[959,5.08]],["name/2558",[975,71.25]],["parent/2558",[959,5.08]],["name/2559",[976,73.763]],["parent/2559",[959,5.08]],["name/2560",[959,50.881]],["parent/2560",[959,5.08]],["name/2561",[455,45.264]],["parent/2561",[959,5.08]],["name/2562",[960,71.25]],["parent/2562",[959,5.08]],["name/2563",[961,71.25]],["parent/2563",[959,5.08]],["name/2564",[977,82.236]],["parent/2564",[959,5.08]],["name/2565",[974,71.25]],["parent/2565",[978,6.604]],["name/2566",[975,71.25]],["parent/2566",[978,6.604]],["name/2567",[968,71.25]],["parent/2567",[978,6.604]],["name/2568",[971,71.25]],["parent/2568",[978,6.604]],["name/2569",[455,45.264]],["parent/2569",[978,6.604]],["name/2570",[960,71.25]],["parent/2570",[978,6.604]],["name/2571",[961,71.25]],["parent/2571",[978,6.604]],["name/2572",[979,41.806]],["parent/2572",[]],["name/2573",[43,47.475]],["parent/2573",[979,4.174]],["name/2574",[980,71.25]],["parent/2574",[979,4.174]],["name/2575",[981,71.25]],["parent/2575",[979,4.174]],["name/2576",[982,71.25]],["parent/2576",[979,4.174]],["name/2577",[983,71.25]],["parent/2577",[979,4.174]],["name/2578",[984,71.25]],["parent/2578",[979,4.174]],["name/2579",[985,71.25]],["parent/2579",[979,4.174]],["name/2580",[986,71.25]],["parent/2580",[979,4.174]],["name/2581",[987,71.25]],["parent/2581",[979,4.174]],["name/2582",[988,71.25]],["parent/2582",[979,4.174]],["name/2583",[989,71.25]],["parent/2583",[979,4.174]],["name/2584",[990,71.25]],["parent/2584",[979,4.174]],["name/2585",[991,71.25]],["parent/2585",[979,4.174]],["name/2586",[992,71.25]],["parent/2586",[979,4.174]],["name/2587",[455,45.264]],["parent/2587",[979,4.174]],["name/2588",[9,48.796]],["parent/2588",[979,4.174]],["name/2589",[980,71.25]],["parent/2589",[979,4.174]],["name/2590",[981,71.25]],["parent/2590",[979,4.174]],["name/2591",[983,71.25]],["parent/2591",[979,4.174]],["name/2592",[984,71.25]],["parent/2592",[979,4.174]],["name/2593",[985,71.25]],["parent/2593",[979,4.174]],["name/2594",[987,71.25]],["parent/2594",[979,4.174]],["name/2595",[990,71.25]],["parent/2595",[979,4.174]],["name/2596",[988,71.25]],["parent/2596",[979,4.174]],["name/2597",[986,71.25]],["parent/2597",[979,4.174]],["name/2598",[991,71.25]],["parent/2598",[979,4.174]],["name/2599",[989,71.25]],["parent/2599",[979,4.174]],["name/2600",[992,71.25]],["parent/2600",[979,4.174]],["name/2601",[455,45.264]],["parent/2601",[979,4.174]],["name/2602",[9,48.796]],["parent/2602",[979,4.174]],["name/2603",[982,71.25]],["parent/2603",[979,4.174]],["name/2604",[979,41.806]],["parent/2604",[979,4.174]],["name/2605",[17,54.721]],["parent/2605",[993,6.479]],["name/2606",[43,47.475]],["parent/2606",[993,6.479]],["name/2607",[98,58.257]],["parent/2607",[993,6.479]],["name/2608",[994,73.763]],["parent/2608",[995,7.364]],["name/2609",[996,73.763]],["parent/2609",[995,7.364]],["name/2610",[997,73.763]],["parent/2610",[995,7.364]],["name/2611",[30,56.587]],["parent/2611",[993,6.479]],["name/2612",[125,58.257]],["parent/2612",[993,6.479]],["name/2613",[10,27.115]],["parent/2613",[998,8.21]],["name/2614",[994,73.763]],["parent/2614",[999,6.746]],["name/2615",[1000,82.236]],["parent/2615",[999,6.746]],["name/2616",[996,73.763]],["parent/2616",[999,6.746]],["name/2617",[1001,82.236]],["parent/2617",[999,6.746]],["name/2618",[997,73.763]],["parent/2618",[999,6.746]],["name/2619",[1002,82.236]],["parent/2619",[999,6.746]],["name/2620",[994,73.763]],["parent/2620",[993,6.479]],["name/2621",[996,73.763]],["parent/2621",[993,6.479]],["name/2622",[997,73.763]],["parent/2622",[993,6.479]],["name/2623",[1003,71.25]],["parent/2623",[979,4.174]],["name/2624",[1004,71.25]],["parent/2624",[979,4.174]],["name/2625",[10,27.115]],["parent/2625",[1005,8.21]],["name/2626",[547,36.628]],["parent/2626",[1006,7.114]],["name/2627",[205,41.128]],["parent/2627",[1006,7.114]],["name/2628",[1007,82.236]],["parent/2628",[1006,7.114]],["name/2629",[1008,63.778]],["parent/2629",[1006,7.114]],["name/2630",[1009,71.25]],["parent/2630",[979,4.174]],["name/2631",[10,27.115]],["parent/2631",[1010,8.21]],["name/2632",[172,34.962]],["parent/2632",[1011,8.21]],["name/2633",[1012,71.25]],["parent/2633",[979,4.174]],["name/2634",[10,27.115]],["parent/2634",[1013,8.21]],["name/2635",[547,36.628]],["parent/2635",[1014,7.7]],["name/2636",[205,41.128]],["parent/2636",[1014,7.7]],["name/2637",[1015,71.25]],["parent/2637",[979,4.174]],["name/2638",[10,27.115]],["parent/2638",[1016,8.21]],["name/2639",[172,34.962]],["parent/2639",[1017,8.21]],["name/2640",[1018,71.25]],["parent/2640",[979,4.174]],["name/2641",[10,27.115]],["parent/2641",[1019,8.21]],["name/2642",[547,36.628]],["parent/2642",[1020,7.7]],["name/2643",[205,41.128]],["parent/2643",[1020,7.7]],["name/2644",[1021,71.25]],["parent/2644",[979,4.174]],["name/2645",[10,27.115]],["parent/2645",[1022,8.21]],["name/2646",[172,34.962]],["parent/2646",[1023,8.21]],["name/2647",[1024,71.25]],["parent/2647",[979,4.174]],["name/2648",[1025,71.25]],["parent/2648",[979,4.174]],["name/2649",[1026,73.763]],["parent/2649",[979,4.174]],["name/2650",[1003,71.25]],["parent/2650",[979,4.174]],["name/2651",[1004,71.25]],["parent/2651",[979,4.174]],["name/2652",[1009,71.25]],["parent/2652",[979,4.174]],["name/2653",[1012,71.25]],["parent/2653",[979,4.174]],["name/2654",[1015,71.25]],["parent/2654",[979,4.174]],["name/2655",[1018,71.25]],["parent/2655",[979,4.174]],["name/2656",[1021,71.25]],["parent/2656",[979,4.174]],["name/2657",[1024,71.25]],["parent/2657",[979,4.174]],["name/2658",[1025,71.25]],["parent/2658",[979,4.174]],["name/2659",[1026,73.763]],["parent/2659",[979,4.174]],["name/2660",[979,41.806]],["parent/2660",[979,4.174]],["name/2661",[43,47.475]],["parent/2661",[979,4.174]],["name/2662",[1003,71.25]],["parent/2662",[979,4.174]],["name/2663",[1004,71.25]],["parent/2663",[979,4.174]],["name/2664",[1009,71.25]],["parent/2664",[979,4.174]],["name/2665",[1012,71.25]],["parent/2665",[979,4.174]],["name/2666",[1015,71.25]],["parent/2666",[979,4.174]],["name/2667",[1018,71.25]],["parent/2667",[979,4.174]],["name/2668",[1021,71.25]],["parent/2668",[979,4.174]],["name/2669",[1024,71.25]],["parent/2669",[979,4.174]],["name/2670",[1025,71.25]],["parent/2670",[979,4.174]],["name/2671",[1026,73.763]],["parent/2671",[979,4.174]],["name/2672",[979,41.806]],["parent/2672",[979,4.174]],["name/2673",[980,71.25]],["parent/2673",[979,4.174]],["name/2674",[981,71.25]],["parent/2674",[979,4.174]],["name/2675",[983,71.25]],["parent/2675",[979,4.174]],["name/2676",[984,71.25]],["parent/2676",[979,4.174]],["name/2677",[985,71.25]],["parent/2677",[979,4.174]],["name/2678",[987,71.25]],["parent/2678",[979,4.174]],["name/2679",[990,71.25]],["parent/2679",[979,4.174]],["name/2680",[988,71.25]],["parent/2680",[979,4.174]],["name/2681",[986,71.25]],["parent/2681",[979,4.174]],["name/2682",[991,71.25]],["parent/2682",[979,4.174]],["name/2683",[989,71.25]],["parent/2683",[979,4.174]],["name/2684",[992,71.25]],["parent/2684",[979,4.174]],["name/2685",[455,45.264]],["parent/2685",[979,4.174]],["name/2686",[9,48.796]],["parent/2686",[979,4.174]],["name/2687",[982,71.25]],["parent/2687",[979,4.174]],["name/2688",[1027,82.236]],["parent/2688",[979,4.174]],["name/2689",[1024,71.25]],["parent/2689",[1028,5.422]],["name/2690",[1025,71.25]],["parent/2690",[1028,5.422]],["name/2691",[1003,71.25]],["parent/2691",[1028,5.422]],["name/2692",[1004,71.25]],["parent/2692",[1028,5.422]],["name/2693",[1009,71.25]],["parent/2693",[1028,5.422]],["name/2694",[1012,71.25]],["parent/2694",[1028,5.422]],["name/2695",[1015,71.25]],["parent/2695",[1028,5.422]],["name/2696",[1018,71.25]],["parent/2696",[1028,5.422]],["name/2697",[1021,71.25]],["parent/2697",[1028,5.422]],["name/2698",[980,71.25]],["parent/2698",[1028,5.422]],["name/2699",[981,71.25]],["parent/2699",[1028,5.422]],["name/2700",[983,71.25]],["parent/2700",[1028,5.422]],["name/2701",[984,71.25]],["parent/2701",[1028,5.422]],["name/2702",[985,71.25]],["parent/2702",[1028,5.422]],["name/2703",[987,71.25]],["parent/2703",[1028,5.422]],["name/2704",[990,71.25]],["parent/2704",[1028,5.422]],["name/2705",[988,71.25]],["parent/2705",[1028,5.422]],["name/2706",[986,71.25]],["parent/2706",[1028,5.422]],["name/2707",[991,71.25]],["parent/2707",[1028,5.422]],["name/2708",[989,71.25]],["parent/2708",[1028,5.422]],["name/2709",[992,71.25]],["parent/2709",[1028,5.422]],["name/2710",[455,45.264]],["parent/2710",[1028,5.422]],["name/2711",[9,48.796]],["parent/2711",[1028,5.422]],["name/2712",[982,71.25]],["parent/2712",[1028,5.422]],["name/2713",[1029,44.939]],["parent/2713",[]],["name/2714",[43,47.475]],["parent/2714",[1029,4.487]],["name/2715",[455,45.264]],["parent/2715",[1029,4.487]],["name/2716",[1030,71.25]],["parent/2716",[1029,4.487]],["name/2717",[1029,44.939]],["parent/2717",[1029,4.487]],["name/2718",[455,45.264]],["parent/2718",[1029,4.487]],["name/2719",[1029,44.939]],["parent/2719",[1029,4.487]],["name/2720",[1030,71.25]],["parent/2720",[1029,4.487]],["name/2721",[1031,73.763]],["parent/2721",[1029,4.487]],["name/2722",[17,54.721]],["parent/2722",[1032,6.368]],["name/2723",[43,47.475]],["parent/2723",[1032,6.368]],["name/2724",[98,58.257]],["parent/2724",[1032,6.368]],["name/2725",[1033,73.763]],["parent/2725",[1034,7.114]],["name/2726",[1035,73.763]],["parent/2726",[1034,7.114]],["name/2727",[1036,73.763]],["parent/2727",[1034,7.114]],["name/2728",[1037,73.763]],["parent/2728",[1034,7.114]],["name/2729",[30,56.587]],["parent/2729",[1032,6.368]],["name/2730",[125,58.257]],["parent/2730",[1032,6.368]],["name/2731",[10,27.115]],["parent/2731",[1038,8.21]],["name/2732",[1033,73.763]],["parent/2732",[1039,6.479]],["name/2733",[1040,82.236]],["parent/2733",[1039,6.479]],["name/2734",[1035,73.763]],["parent/2734",[1039,6.479]],["name/2735",[1041,82.236]],["parent/2735",[1039,6.479]],["name/2736",[1036,73.763]],["parent/2736",[1039,6.479]],["name/2737",[1042,82.236]],["parent/2737",[1039,6.479]],["name/2738",[1037,73.763]],["parent/2738",[1039,6.479]],["name/2739",[1043,82.236]],["parent/2739",[1039,6.479]],["name/2740",[1033,73.763]],["parent/2740",[1032,6.368]],["name/2741",[1035,73.763]],["parent/2741",[1032,6.368]],["name/2742",[1036,73.763]],["parent/2742",[1032,6.368]],["name/2743",[1037,73.763]],["parent/2743",[1032,6.368]],["name/2744",[1044,71.25]],["parent/2744",[1029,4.487]],["name/2745",[10,27.115]],["parent/2745",[1045,8.21]],["name/2746",[547,36.628]],["parent/2746",[1046,7.7]],["name/2747",[1047,77.128]],["parent/2747",[1046,7.7]],["name/2748",[1048,71.25]],["parent/2748",[1029,4.487]],["name/2749",[10,27.115]],["parent/2749",[1049,8.21]],["name/2750",[182,61.867]],["parent/2750",[1050,7.7]],["name/2751",[172,34.962]],["parent/2751",[1050,7.7]],["name/2752",[1051,71.25]],["parent/2752",[1029,4.487]],["name/2753",[10,27.115]],["parent/2753",[1052,8.21]],["name/2754",[547,36.628]],["parent/2754",[1053,8.21]],["name/2755",[1054,71.25]],["parent/2755",[1029,4.487]],["name/2756",[10,27.115]],["parent/2756",[1055,8.21]],["name/2757",[182,61.867]],["parent/2757",[1056,7.7]],["name/2758",[172,34.962]],["parent/2758",[1056,7.7]],["name/2759",[1057,71.25]],["parent/2759",[1029,4.487]],["name/2760",[10,27.115]],["parent/2760",[1058,8.21]],["name/2761",[547,36.628]],["parent/2761",[1059,8.21]],["name/2762",[1060,71.25]],["parent/2762",[1029,4.487]],["name/2763",[10,27.115]],["parent/2763",[1061,8.21]],["name/2764",[182,61.867]],["parent/2764",[1062,7.7]],["name/2765",[172,34.962]],["parent/2765",[1062,7.7]],["name/2766",[1063,71.25]],["parent/2766",[1029,4.487]],["name/2767",[10,27.115]],["parent/2767",[1064,8.21]],["name/2768",[547,36.628]],["parent/2768",[1065,7.7]],["name/2769",[1047,77.128]],["parent/2769",[1065,7.7]],["name/2770",[1066,71.25]],["parent/2770",[1029,4.487]],["name/2771",[10,27.115]],["parent/2771",[1067,8.21]],["name/2772",[182,61.867]],["parent/2772",[1068,7.7]],["name/2773",[172,34.962]],["parent/2773",[1068,7.7]],["name/2774",[1069,71.25]],["parent/2774",[1029,4.487]],["name/2775",[1070,71.25]],["parent/2775",[1029,4.487]],["name/2776",[1071,73.763]],["parent/2776",[1029,4.487]],["name/2777",[1072,73.763]],["parent/2777",[1029,4.487]],["name/2778",[1073,73.763]],["parent/2778",[1029,4.487]],["name/2779",[1074,73.763]],["parent/2779",[1029,4.487]],["name/2780",[1044,71.25]],["parent/2780",[1029,4.487]],["name/2781",[1048,71.25]],["parent/2781",[1029,4.487]],["name/2782",[1051,71.25]],["parent/2782",[1029,4.487]],["name/2783",[1054,71.25]],["parent/2783",[1029,4.487]],["name/2784",[1057,71.25]],["parent/2784",[1029,4.487]],["name/2785",[1060,71.25]],["parent/2785",[1029,4.487]],["name/2786",[1063,71.25]],["parent/2786",[1029,4.487]],["name/2787",[1066,71.25]],["parent/2787",[1029,4.487]],["name/2788",[1069,71.25]],["parent/2788",[1029,4.487]],["name/2789",[1070,71.25]],["parent/2789",[1029,4.487]],["name/2790",[1071,73.763]],["parent/2790",[1029,4.487]],["name/2791",[1072,73.763]],["parent/2791",[1029,4.487]],["name/2792",[1073,73.763]],["parent/2792",[1029,4.487]],["name/2793",[1074,73.763]],["parent/2793",[1029,4.487]],["name/2794",[1031,73.763]],["parent/2794",[1029,4.487]],["name/2795",[43,47.475]],["parent/2795",[1029,4.487]],["name/2796",[1044,71.25]],["parent/2796",[1029,4.487]],["name/2797",[1048,71.25]],["parent/2797",[1029,4.487]],["name/2798",[1051,71.25]],["parent/2798",[1029,4.487]],["name/2799",[1054,71.25]],["parent/2799",[1029,4.487]],["name/2800",[1057,71.25]],["parent/2800",[1029,4.487]],["name/2801",[1060,71.25]],["parent/2801",[1029,4.487]],["name/2802",[1063,71.25]],["parent/2802",[1029,4.487]],["name/2803",[1066,71.25]],["parent/2803",[1029,4.487]],["name/2804",[1069,71.25]],["parent/2804",[1029,4.487]],["name/2805",[1070,71.25]],["parent/2805",[1029,4.487]],["name/2806",[1071,73.763]],["parent/2806",[1029,4.487]],["name/2807",[1072,73.763]],["parent/2807",[1029,4.487]],["name/2808",[1073,73.763]],["parent/2808",[1029,4.487]],["name/2809",[1074,73.763]],["parent/2809",[1029,4.487]],["name/2810",[1031,73.763]],["parent/2810",[1029,4.487]],["name/2811",[455,45.264]],["parent/2811",[1029,4.487]],["name/2812",[1029,44.939]],["parent/2812",[1029,4.487]],["name/2813",[1030,71.25]],["parent/2813",[1029,4.487]],["name/2814",[1075,82.236]],["parent/2814",[1029,4.487]],["name/2815",[1069,71.25]],["parent/2815",[1076,6.017]],["name/2816",[1070,71.25]],["parent/2816",[1076,6.017]],["name/2817",[1044,71.25]],["parent/2817",[1076,6.017]],["name/2818",[1048,71.25]],["parent/2818",[1076,6.017]],["name/2819",[1051,71.25]],["parent/2819",[1076,6.017]],["name/2820",[1054,71.25]],["parent/2820",[1076,6.017]],["name/2821",[1057,71.25]],["parent/2821",[1076,6.017]],["name/2822",[1060,71.25]],["parent/2822",[1076,6.017]],["name/2823",[1063,71.25]],["parent/2823",[1076,6.017]],["name/2824",[1066,71.25]],["parent/2824",[1076,6.017]],["name/2825",[455,45.264]],["parent/2825",[1076,6.017]],["name/2826",[1029,44.939]],["parent/2826",[1076,6.017]],["name/2827",[1030,71.25]],["parent/2827",[1076,6.017]],["name/2828",[1077,23.237]],["parent/2828",[]],["name/2829",[43,47.475]],["parent/2829",[1077,2.32]],["name/2830",[424,58.257]],["parent/2830",[1077,2.32]],["name/2831",[425,57.669]],["parent/2831",[1077,2.32]],["name/2832",[790,61.034]],["parent/2832",[1077,2.32]],["name/2833",[791,61.034]],["parent/2833",[1077,2.32]],["name/2834",[792,61.034]],["parent/2834",[1077,2.32]],["name/2835",[793,61.034]],["parent/2835",[1077,2.32]],["name/2836",[426,58.257]],["parent/2836",[1077,2.32]],["name/2837",[427,58.257]],["parent/2837",[1077,2.32]],["name/2838",[428,58.257]],["parent/2838",[1077,2.32]],["name/2839",[429,58.257]],["parent/2839",[1077,2.32]],["name/2840",[430,58.257]],["parent/2840",[1077,2.32]],["name/2841",[431,58.257]],["parent/2841",[1077,2.32]],["name/2842",[432,58.257]],["parent/2842",[1077,2.32]],["name/2843",[433,58.257]],["parent/2843",[1077,2.32]],["name/2844",[434,58.257]],["parent/2844",[1077,2.32]],["name/2845",[435,56.087]],["parent/2845",[1077,2.32]],["name/2846",[436,56.087]],["parent/2846",[1077,2.32]],["name/2847",[437,58.257]],["parent/2847",[1077,2.32]],["name/2848",[438,58.257]],["parent/2848",[1077,2.32]],["name/2849",[439,58.257]],["parent/2849",[1077,2.32]],["name/2850",[440,58.257]],["parent/2850",[1077,2.32]],["name/2851",[441,58.257]],["parent/2851",[1077,2.32]],["name/2852",[442,58.257]],["parent/2852",[1077,2.32]],["name/2853",[443,58.257]],["parent/2853",[1077,2.32]],["name/2854",[444,58.257]],["parent/2854",[1077,2.32]],["name/2855",[445,58.257]],["parent/2855",[1077,2.32]],["name/2856",[447,58.257]],["parent/2856",[1077,2.32]],["name/2857",[446,58.257]],["parent/2857",[1077,2.32]],["name/2858",[794,61.034]],["parent/2858",[1077,2.32]],["name/2859",[795,61.034]],["parent/2859",[1077,2.32]],["name/2860",[448,58.257]],["parent/2860",[1077,2.32]],["name/2861",[449,58.257]],["parent/2861",[1077,2.32]],["name/2862",[450,58.257]],["parent/2862",[1077,2.32]],["name/2863",[1078,71.25]],["parent/2863",[1077,2.32]],["name/2864",[1079,61.034]],["parent/2864",[1077,2.32]],["name/2865",[1080,61.034]],["parent/2865",[1077,2.32]],["name/2866",[1081,61.034]],["parent/2866",[1077,2.32]],["name/2867",[1082,61.034]],["parent/2867",[1077,2.32]],["name/2868",[1083,61.034]],["parent/2868",[1077,2.32]],["name/2869",[1084,61.034]],["parent/2869",[1077,2.32]],["name/2870",[1085,64.89]],["parent/2870",[1077,2.32]],["name/2871",[1086,64.89]],["parent/2871",[1077,2.32]],["name/2872",[1087,61.034]],["parent/2872",[1077,2.32]],["name/2873",[1088,61.034]],["parent/2873",[1077,2.32]],["name/2874",[1089,64.89]],["parent/2874",[1077,2.32]],["name/2875",[1090,61.034]],["parent/2875",[1077,2.32]],["name/2876",[1091,61.034]],["parent/2876",[1077,2.32]],["name/2877",[1092,64.89]],["parent/2877",[1077,2.32]],["name/2878",[1093,64.89]],["parent/2878",[1077,2.32]],["name/2879",[1094,64.89]],["parent/2879",[1077,2.32]],["name/2880",[1095,64.89]],["parent/2880",[1077,2.32]],["name/2881",[1096,61.034]],["parent/2881",[1077,2.32]],["name/2882",[1097,64.89]],["parent/2882",[1077,2.32]],["name/2883",[1098,64.89]],["parent/2883",[1077,2.32]],["name/2884",[1099,64.89]],["parent/2884",[1077,2.32]],["name/2885",[1100,71.25]],["parent/2885",[1077,2.32]],["name/2886",[1101,71.25]],["parent/2886",[1077,2.32]],["name/2887",[1102,71.25]],["parent/2887",[1077,2.32]],["name/2888",[1103,71.25]],["parent/2888",[1077,2.32]],["name/2889",[1104,71.25]],["parent/2889",[1077,2.32]],["name/2890",[1105,71.25]],["parent/2890",[1077,2.32]],["name/2891",[1106,71.25]],["parent/2891",[1077,2.32]],["name/2892",[1107,71.25]],["parent/2892",[1077,2.32]],["name/2893",[1108,71.25]],["parent/2893",[1077,2.32]],["name/2894",[1109,64.89]],["parent/2894",[1077,2.32]],["name/2895",[1110,64.89]],["parent/2895",[1077,2.32]],["name/2896",[1111,64.89]],["parent/2896",[1077,2.32]],["name/2897",[1112,64.89]],["parent/2897",[1077,2.32]],["name/2898",[1113,64.89]],["parent/2898",[1077,2.32]],["name/2899",[1114,64.89]],["parent/2899",[1077,2.32]],["name/2900",[1115,64.89]],["parent/2900",[1077,2.32]],["name/2901",[1116,64.89]],["parent/2901",[1077,2.32]],["name/2902",[1117,64.89]],["parent/2902",[1077,2.32]],["name/2903",[1118,64.89]],["parent/2903",[1077,2.32]],["name/2904",[1119,64.89]],["parent/2904",[1077,2.32]],["name/2905",[1120,64.89]],["parent/2905",[1077,2.32]],["name/2906",[1121,64.89]],["parent/2906",[1077,2.32]],["name/2907",[1122,64.89]],["parent/2907",[1077,2.32]],["name/2908",[1123,71.25]],["parent/2908",[1077,2.32]],["name/2909",[1124,71.25]],["parent/2909",[1077,2.32]],["name/2910",[1125,71.25]],["parent/2910",[1077,2.32]],["name/2911",[1126,71.25]],["parent/2911",[1077,2.32]],["name/2912",[1127,71.25]],["parent/2912",[1077,2.32]],["name/2913",[1128,71.25]],["parent/2913",[1077,2.32]],["name/2914",[1129,71.25]],["parent/2914",[1077,2.32]],["name/2915",[1130,71.25]],["parent/2915",[1077,2.32]],["name/2916",[1131,71.25]],["parent/2916",[1077,2.32]],["name/2917",[1132,71.25]],["parent/2917",[1077,2.32]],["name/2918",[1133,71.25]],["parent/2918",[1077,2.32]],["name/2919",[1134,71.25]],["parent/2919",[1077,2.32]],["name/2920",[1135,71.25]],["parent/2920",[1077,2.32]],["name/2921",[1136,71.25]],["parent/2921",[1077,2.32]],["name/2922",[1137,71.25]],["parent/2922",[1077,2.32]],["name/2923",[455,45.264]],["parent/2923",[1077,2.32]],["name/2924",[1138,58.257]],["parent/2924",[1077,2.32]],["name/2925",[1139,71.25]],["parent/2925",[1077,2.32]],["name/2926",[1140,71.25]],["parent/2926",[1077,2.32]],["name/2927",[1141,71.25]],["parent/2927",[1077,2.32]],["name/2928",[1142,71.25]],["parent/2928",[1077,2.32]],["name/2929",[1143,71.25]],["parent/2929",[1077,2.32]],["name/2930",[1144,71.25]],["parent/2930",[1077,2.32]],["name/2931",[1145,71.25]],["parent/2931",[1077,2.32]],["name/2932",[1146,71.25]],["parent/2932",[1077,2.32]],["name/2933",[1147,71.25]],["parent/2933",[1077,2.32]],["name/2934",[1148,71.25]],["parent/2934",[1077,2.32]],["name/2935",[1149,71.25]],["parent/2935",[1077,2.32]],["name/2936",[1150,71.25]],["parent/2936",[1077,2.32]],["name/2937",[1151,71.25]],["parent/2937",[1077,2.32]],["name/2938",[1152,54.304]],["parent/2938",[1077,2.32]],["name/2939",[448,58.257]],["parent/2939",[1077,2.32]],["name/2940",[449,58.257]],["parent/2940",[1077,2.32]],["name/2941",[450,58.257]],["parent/2941",[1077,2.32]],["name/2942",[794,61.034]],["parent/2942",[1077,2.32]],["name/2943",[1078,71.25]],["parent/2943",[1077,2.32]],["name/2944",[429,58.257]],["parent/2944",[1077,2.32]],["name/2945",[1099,64.89]],["parent/2945",[1077,2.32]],["name/2946",[439,58.257]],["parent/2946",[1077,2.32]],["name/2947",[440,58.257]],["parent/2947",[1077,2.32]],["name/2948",[1104,71.25]],["parent/2948",[1077,2.32]],["name/2949",[1105,71.25]],["parent/2949",[1077,2.32]],["name/2950",[1103,71.25]],["parent/2950",[1077,2.32]],["name/2951",[1106,71.25]],["parent/2951",[1077,2.32]],["name/2952",[1107,71.25]],["parent/2952",[1077,2.32]],["name/2953",[1108,71.25]],["parent/2953",[1077,2.32]],["name/2954",[441,58.257]],["parent/2954",[1077,2.32]],["name/2955",[1123,71.25]],["parent/2955",[1077,2.32]],["name/2956",[1124,71.25]],["parent/2956",[1077,2.32]],["name/2957",[1102,71.25]],["parent/2957",[1077,2.32]],["name/2958",[1126,71.25]],["parent/2958",[1077,2.32]],["name/2959",[1128,71.25]],["parent/2959",[1077,2.32]],["name/2960",[1127,71.25]],["parent/2960",[1077,2.32]],["name/2961",[1100,71.25]],["parent/2961",[1077,2.32]],["name/2962",[1101,71.25]],["parent/2962",[1077,2.32]],["name/2963",[1134,71.25]],["parent/2963",[1077,2.32]],["name/2964",[1135,71.25]],["parent/2964",[1077,2.32]],["name/2965",[1130,71.25]],["parent/2965",[1077,2.32]],["name/2966",[1131,71.25]],["parent/2966",[1077,2.32]],["name/2967",[1132,71.25]],["parent/2967",[1077,2.32]],["name/2968",[1136,71.25]],["parent/2968",[1077,2.32]],["name/2969",[1137,71.25]],["parent/2969",[1077,2.32]],["name/2970",[430,58.257]],["parent/2970",[1077,2.32]],["name/2971",[431,58.257]],["parent/2971",[1077,2.32]],["name/2972",[455,45.264]],["parent/2972",[1077,2.32]],["name/2973",[793,61.034]],["parent/2973",[1077,2.32]],["name/2974",[424,58.257]],["parent/2974",[1077,2.32]],["name/2975",[795,61.034]],["parent/2975",[1077,2.32]],["name/2976",[1079,61.034]],["parent/2976",[1077,2.32]],["name/2977",[1096,61.034]],["parent/2977",[1077,2.32]],["name/2978",[1097,64.89]],["parent/2978",[1077,2.32]],["name/2979",[1089,64.89]],["parent/2979",[1077,2.32]],["name/2980",[1114,64.89]],["parent/2980",[1077,2.32]],["name/2981",[1109,64.89]],["parent/2981",[1077,2.32]],["name/2982",[1110,64.89]],["parent/2982",[1077,2.32]],["name/2983",[1113,64.89]],["parent/2983",[1077,2.32]],["name/2984",[1112,64.89]],["parent/2984",[1077,2.32]],["name/2985",[1095,64.89]],["parent/2985",[1077,2.32]],["name/2986",[446,58.257]],["parent/2986",[1077,2.32]],["name/2987",[1094,64.89]],["parent/2987",[1077,2.32]],["name/2988",[1115,64.89]],["parent/2988",[1077,2.32]],["name/2989",[1116,64.89]],["parent/2989",[1077,2.32]],["name/2990",[1117,64.89]],["parent/2990",[1077,2.32]],["name/2991",[1118,64.89]],["parent/2991",[1077,2.32]],["name/2992",[1119,64.89]],["parent/2992",[1077,2.32]],["name/2993",[1120,64.89]],["parent/2993",[1077,2.32]],["name/2994",[1121,64.89]],["parent/2994",[1077,2.32]],["name/2995",[1122,64.89]],["parent/2995",[1077,2.32]],["name/2996",[434,58.257]],["parent/2996",[1077,2.32]],["name/2997",[427,58.257]],["parent/2997",[1077,2.32]],["name/2998",[791,61.034]],["parent/2998",[1077,2.32]],["name/2999",[792,61.034]],["parent/2999",[1077,2.32]],["name/3000",[790,61.034]],["parent/3000",[1077,2.32]],["name/3001",[1111,64.89]],["parent/3001",[1077,2.32]],["name/3002",[1091,61.034]],["parent/3002",[1077,2.32]],["name/3003",[1138,58.257]],["parent/3003",[1077,2.32]],["name/3004",[1139,71.25]],["parent/3004",[1077,2.32]],["name/3005",[1125,71.25]],["parent/3005",[1077,2.32]],["name/3006",[426,58.257]],["parent/3006",[1077,2.32]],["name/3007",[432,58.257]],["parent/3007",[1077,2.32]],["name/3008",[1087,61.034]],["parent/3008",[1077,2.32]],["name/3009",[1098,64.89]],["parent/3009",[1077,2.32]],["name/3010",[428,58.257]],["parent/3010",[1077,2.32]],["name/3011",[447,58.257]],["parent/3011",[1077,2.32]],["name/3012",[1092,64.89]],["parent/3012",[1077,2.32]],["name/3013",[1093,64.89]],["parent/3013",[1077,2.32]],["name/3014",[1129,71.25]],["parent/3014",[1077,2.32]],["name/3015",[444,58.257]],["parent/3015",[1077,2.32]],["name/3016",[445,58.257]],["parent/3016",[1077,2.32]],["name/3017",[442,58.257]],["parent/3017",[1077,2.32]],["name/3018",[443,58.257]],["parent/3018",[1077,2.32]],["name/3019",[1140,71.25]],["parent/3019",[1077,2.32]],["name/3020",[1133,71.25]],["parent/3020",[1077,2.32]],["name/3021",[1084,61.034]],["parent/3021",[1077,2.32]],["name/3022",[1088,61.034]],["parent/3022",[1077,2.32]],["name/3023",[1083,61.034]],["parent/3023",[1077,2.32]],["name/3024",[1143,71.25]],["parent/3024",[1077,2.32]],["name/3025",[1144,71.25]],["parent/3025",[1077,2.32]],["name/3026",[1145,71.25]],["parent/3026",[1077,2.32]],["name/3027",[1146,71.25]],["parent/3027",[1077,2.32]],["name/3028",[1141,71.25]],["parent/3028",[1077,2.32]],["name/3029",[1142,71.25]],["parent/3029",[1077,2.32]],["name/3030",[1147,71.25]],["parent/3030",[1077,2.32]],["name/3031",[1148,71.25]],["parent/3031",[1077,2.32]],["name/3032",[1086,64.89]],["parent/3032",[1077,2.32]],["name/3033",[1085,64.89]],["parent/3033",[1077,2.32]],["name/3034",[1149,71.25]],["parent/3034",[1077,2.32]],["name/3035",[1150,71.25]],["parent/3035",[1077,2.32]],["name/3036",[1151,71.25]],["parent/3036",[1077,2.32]],["name/3037",[1152,54.304]],["parent/3037",[1077,2.32]],["name/3038",[437,58.257]],["parent/3038",[1077,2.32]],["name/3039",[438,58.257]],["parent/3039",[1077,2.32]],["name/3040",[433,58.257]],["parent/3040",[1077,2.32]],["name/3041",[436,56.087]],["parent/3041",[1077,2.32]],["name/3042",[435,56.087]],["parent/3042",[1077,2.32]],["name/3043",[425,57.669]],["parent/3043",[1077,2.32]],["name/3044",[1090,61.034]],["parent/3044",[1077,2.32]],["name/3045",[1081,61.034]],["parent/3045",[1077,2.32]],["name/3046",[1080,61.034]],["parent/3046",[1077,2.32]],["name/3047",[1082,61.034]],["parent/3047",[1077,2.32]],["name/3048",[1077,23.237]],["parent/3048",[1077,2.32]],["name/3049",[17,54.721]],["parent/3049",[1153,4.997]],["name/3050",[43,47.475]],["parent/3050",[1153,4.997]],["name/3051",[98,58.257]],["parent/3051",[1153,4.997]],["name/3052",[1154,73.763]],["parent/3052",[1155,5.14]],["name/3053",[1156,73.763]],["parent/3053",[1155,5.14]],["name/3054",[1157,73.763]],["parent/3054",[1155,5.14]],["name/3055",[1158,73.763]],["parent/3055",[1155,5.14]],["name/3056",[1159,73.763]],["parent/3056",[1155,5.14]],["name/3057",[1160,73.763]],["parent/3057",[1155,5.14]],["name/3058",[1161,73.763]],["parent/3058",[1155,5.14]],["name/3059",[1162,73.763]],["parent/3059",[1155,5.14]],["name/3060",[1163,73.763]],["parent/3060",[1155,5.14]],["name/3061",[1164,73.763]],["parent/3061",[1155,5.14]],["name/3062",[1165,73.763]],["parent/3062",[1155,5.14]],["name/3063",[1166,73.763]],["parent/3063",[1155,5.14]],["name/3064",[1167,73.763]],["parent/3064",[1155,5.14]],["name/3065",[1168,73.763]],["parent/3065",[1155,5.14]],["name/3066",[1169,73.763]],["parent/3066",[1155,5.14]],["name/3067",[1170,73.763]],["parent/3067",[1155,5.14]],["name/3068",[1171,73.763]],["parent/3068",[1155,5.14]],["name/3069",[1172,73.763]],["parent/3069",[1155,5.14]],["name/3070",[1173,73.763]],["parent/3070",[1155,5.14]],["name/3071",[1174,73.763]],["parent/3071",[1155,5.14]],["name/3072",[1175,73.763]],["parent/3072",[1155,5.14]],["name/3073",[1176,73.763]],["parent/3073",[1155,5.14]],["name/3074",[1177,73.763]],["parent/3074",[1155,5.14]],["name/3075",[1178,73.763]],["parent/3075",[1155,5.14]],["name/3076",[1179,73.763]],["parent/3076",[1155,5.14]],["name/3077",[121,67.573]],["parent/3077",[1155,5.14]],["name/3078",[1180,73.763]],["parent/3078",[1155,5.14]],["name/3079",[1181,73.763]],["parent/3079",[1155,5.14]],["name/3080",[1182,73.763]],["parent/3080",[1155,5.14]],["name/3081",[1183,73.763]],["parent/3081",[1155,5.14]],["name/3082",[1184,73.763]],["parent/3082",[1155,5.14]],["name/3083",[1185,73.763]],["parent/3083",[1155,5.14]],["name/3084",[30,56.587]],["parent/3084",[1153,4.997]],["name/3085",[125,58.257]],["parent/3085",[1153,4.997]],["name/3086",[10,27.115]],["parent/3086",[1186,8.21]],["name/3087",[1154,73.763]],["parent/3087",[1187,4.455]],["name/3088",[1188,82.236]],["parent/3088",[1187,4.455]],["name/3089",[1156,73.763]],["parent/3089",[1187,4.455]],["name/3090",[1189,82.236]],["parent/3090",[1187,4.455]],["name/3091",[1157,73.763]],["parent/3091",[1187,4.455]],["name/3092",[1190,82.236]],["parent/3092",[1187,4.455]],["name/3093",[1158,73.763]],["parent/3093",[1187,4.455]],["name/3094",[1191,82.236]],["parent/3094",[1187,4.455]],["name/3095",[1159,73.763]],["parent/3095",[1187,4.455]],["name/3096",[1192,82.236]],["parent/3096",[1187,4.455]],["name/3097",[1160,73.763]],["parent/3097",[1187,4.455]],["name/3098",[1193,82.236]],["parent/3098",[1187,4.455]],["name/3099",[1161,73.763]],["parent/3099",[1187,4.455]],["name/3100",[1194,82.236]],["parent/3100",[1187,4.455]],["name/3101",[1162,73.763]],["parent/3101",[1187,4.455]],["name/3102",[1195,82.236]],["parent/3102",[1187,4.455]],["name/3103",[1163,73.763]],["parent/3103",[1187,4.455]],["name/3104",[1196,82.236]],["parent/3104",[1187,4.455]],["name/3105",[1164,73.763]],["parent/3105",[1187,4.455]],["name/3106",[1197,82.236]],["parent/3106",[1187,4.455]],["name/3107",[1165,73.763]],["parent/3107",[1187,4.455]],["name/3108",[1198,82.236]],["parent/3108",[1187,4.455]],["name/3109",[1166,73.763]],["parent/3109",[1187,4.455]],["name/3110",[1199,82.236]],["parent/3110",[1187,4.455]],["name/3111",[1167,73.763]],["parent/3111",[1187,4.455]],["name/3112",[1200,82.236]],["parent/3112",[1187,4.455]],["name/3113",[1168,73.763]],["parent/3113",[1187,4.455]],["name/3114",[1201,82.236]],["parent/3114",[1187,4.455]],["name/3115",[1169,73.763]],["parent/3115",[1187,4.455]],["name/3116",[1202,82.236]],["parent/3116",[1187,4.455]],["name/3117",[1170,73.763]],["parent/3117",[1187,4.455]],["name/3118",[1203,82.236]],["parent/3118",[1187,4.455]],["name/3119",[1171,73.763]],["parent/3119",[1187,4.455]],["name/3120",[1204,82.236]],["parent/3120",[1187,4.455]],["name/3121",[1172,73.763]],["parent/3121",[1187,4.455]],["name/3122",[1205,82.236]],["parent/3122",[1187,4.455]],["name/3123",[1173,73.763]],["parent/3123",[1187,4.455]],["name/3124",[1206,82.236]],["parent/3124",[1187,4.455]],["name/3125",[1174,73.763]],["parent/3125",[1187,4.455]],["name/3126",[1207,82.236]],["parent/3126",[1187,4.455]],["name/3127",[1175,73.763]],["parent/3127",[1187,4.455]],["name/3128",[1208,82.236]],["parent/3128",[1187,4.455]],["name/3129",[1176,73.763]],["parent/3129",[1187,4.455]],["name/3130",[1209,82.236]],["parent/3130",[1187,4.455]],["name/3131",[1177,73.763]],["parent/3131",[1187,4.455]],["name/3132",[1210,82.236]],["parent/3132",[1187,4.455]],["name/3133",[1178,73.763]],["parent/3133",[1187,4.455]],["name/3134",[1211,82.236]],["parent/3134",[1187,4.455]],["name/3135",[1179,73.763]],["parent/3135",[1187,4.455]],["name/3136",[1212,82.236]],["parent/3136",[1187,4.455]],["name/3137",[121,67.573]],["parent/3137",[1187,4.455]],["name/3138",[149,77.128]],["parent/3138",[1187,4.455]],["name/3139",[1180,73.763]],["parent/3139",[1187,4.455]],["name/3140",[1213,82.236]],["parent/3140",[1187,4.455]],["name/3141",[1181,73.763]],["parent/3141",[1187,4.455]],["name/3142",[1214,82.236]],["parent/3142",[1187,4.455]],["name/3143",[1182,73.763]],["parent/3143",[1187,4.455]],["name/3144",[1215,82.236]],["parent/3144",[1187,4.455]],["name/3145",[1183,73.763]],["parent/3145",[1187,4.455]],["name/3146",[1216,82.236]],["parent/3146",[1187,4.455]],["name/3147",[1184,73.763]],["parent/3147",[1187,4.455]],["name/3148",[1217,82.236]],["parent/3148",[1187,4.455]],["name/3149",[1185,73.763]],["parent/3149",[1187,4.455]],["name/3150",[1218,82.236]],["parent/3150",[1187,4.455]],["name/3151",[1154,73.763]],["parent/3151",[1153,4.997]],["name/3152",[1156,73.763]],["parent/3152",[1153,4.997]],["name/3153",[1157,73.763]],["parent/3153",[1153,4.997]],["name/3154",[1158,73.763]],["parent/3154",[1153,4.997]],["name/3155",[1159,73.763]],["parent/3155",[1153,4.997]],["name/3156",[1160,73.763]],["parent/3156",[1153,4.997]],["name/3157",[1161,73.763]],["parent/3157",[1153,4.997]],["name/3158",[1162,73.763]],["parent/3158",[1153,4.997]],["name/3159",[1163,73.763]],["parent/3159",[1153,4.997]],["name/3160",[1164,73.763]],["parent/3160",[1153,4.997]],["name/3161",[1165,73.763]],["parent/3161",[1153,4.997]],["name/3162",[1166,73.763]],["parent/3162",[1153,4.997]],["name/3163",[1167,73.763]],["parent/3163",[1153,4.997]],["name/3164",[1168,73.763]],["parent/3164",[1153,4.997]],["name/3165",[1169,73.763]],["parent/3165",[1153,4.997]],["name/3166",[1170,73.763]],["parent/3166",[1153,4.997]],["name/3167",[1171,73.763]],["parent/3167",[1153,4.997]],["name/3168",[1172,73.763]],["parent/3168",[1153,4.997]],["name/3169",[1173,73.763]],["parent/3169",[1153,4.997]],["name/3170",[1174,73.763]],["parent/3170",[1153,4.997]],["name/3171",[1175,73.763]],["parent/3171",[1153,4.997]],["name/3172",[1176,73.763]],["parent/3172",[1153,4.997]],["name/3173",[1177,73.763]],["parent/3173",[1153,4.997]],["name/3174",[1178,73.763]],["parent/3174",[1153,4.997]],["name/3175",[1179,73.763]],["parent/3175",[1153,4.997]],["name/3176",[121,67.573]],["parent/3176",[1153,4.997]],["name/3177",[1180,73.763]],["parent/3177",[1153,4.997]],["name/3178",[1181,73.763]],["parent/3178",[1153,4.997]],["name/3179",[1182,73.763]],["parent/3179",[1153,4.997]],["name/3180",[1183,73.763]],["parent/3180",[1153,4.997]],["name/3181",[1184,73.763]],["parent/3181",[1153,4.997]],["name/3182",[1185,73.763]],["parent/3182",[1153,4.997]],["name/3183",[1219,71.25]],["parent/3183",[1077,2.32]],["name/3184",[1220,71.25]],["parent/3184",[1077,2.32]],["name/3185",[1221,71.25]],["parent/3185",[1077,2.32]],["name/3186",[1222,71.25]],["parent/3186",[1077,2.32]],["name/3187",[10,27.115]],["parent/3187",[1223,8.21]],["name/3188",[547,36.628]],["parent/3188",[1224,8.21]],["name/3189",[1225,71.25]],["parent/3189",[1077,2.32]],["name/3190",[10,27.115]],["parent/3190",[1226,8.21]],["name/3191",[1227,54.721]],["parent/3191",[1228,7.7]],["name/3192",[172,34.962]],["parent/3192",[1228,7.7]],["name/3193",[1229,71.25]],["parent/3193",[1077,2.32]],["name/3194",[10,27.115]],["parent/3194",[1230,8.21]],["name/3195",[547,36.628]],["parent/3195",[1231,8.21]],["name/3196",[1232,71.25]],["parent/3196",[1077,2.32]],["name/3197",[10,27.115]],["parent/3197",[1233,8.21]],["name/3198",[1227,54.721]],["parent/3198",[1234,7.7]],["name/3199",[172,34.962]],["parent/3199",[1234,7.7]],["name/3200",[1235,71.25]],["parent/3200",[1077,2.32]],["name/3201",[10,27.115]],["parent/3201",[1236,8.21]],["name/3202",[547,36.628]],["parent/3202",[1237,8.21]],["name/3203",[1238,71.25]],["parent/3203",[1077,2.32]],["name/3204",[10,27.115]],["parent/3204",[1239,8.21]],["name/3205",[1227,54.721]],["parent/3205",[1240,7.7]],["name/3206",[172,34.962]],["parent/3206",[1240,7.7]],["name/3207",[1241,71.25]],["parent/3207",[1077,2.32]],["name/3208",[10,27.115]],["parent/3208",[1242,8.21]],["name/3209",[547,36.628]],["parent/3209",[1243,8.21]],["name/3210",[1244,71.25]],["parent/3210",[1077,2.32]],["name/3211",[10,27.115]],["parent/3211",[1245,8.21]],["name/3212",[1246,62.777]],["parent/3212",[1247,7.364]],["name/3213",[1227,54.721]],["parent/3213",[1247,7.364]],["name/3214",[172,34.962]],["parent/3214",[1247,7.364]],["name/3215",[1248,71.25]],["parent/3215",[1077,2.32]],["name/3216",[10,27.115]],["parent/3216",[1249,8.21]],["name/3217",[547,36.628]],["parent/3217",[1250,8.21]],["name/3218",[1251,71.25]],["parent/3218",[1077,2.32]],["name/3219",[10,27.115]],["parent/3219",[1252,8.21]],["name/3220",[679,63.778]],["parent/3220",[1253,7.364]],["name/3221",[1227,54.721]],["parent/3221",[1253,7.364]],["name/3222",[172,34.962]],["parent/3222",[1253,7.364]],["name/3223",[1254,71.25]],["parent/3223",[1077,2.32]],["name/3224",[10,27.115]],["parent/3224",[1255,8.21]],["name/3225",[547,36.628]],["parent/3225",[1256,7.7]],["name/3226",[1257,82.236]],["parent/3226",[1256,7.7]],["name/3227",[1258,71.25]],["parent/3227",[1077,2.32]],["name/3228",[10,27.115]],["parent/3228",[1259,8.21]],["name/3229",[1260,82.236]],["parent/3229",[1261,7.364]],["name/3230",[1227,54.721]],["parent/3230",[1261,7.364]],["name/3231",[172,34.962]],["parent/3231",[1261,7.364]],["name/3232",[1262,71.25]],["parent/3232",[1077,2.32]],["name/3233",[10,27.115]],["parent/3233",[1263,8.21]],["name/3234",[547,36.628]],["parent/3234",[1264,8.21]],["name/3235",[1265,71.25]],["parent/3235",[1077,2.32]],["name/3236",[10,27.115]],["parent/3236",[1266,8.21]],["name/3237",[1246,62.777]],["parent/3237",[1267,7.364]],["name/3238",[1227,54.721]],["parent/3238",[1267,7.364]],["name/3239",[172,34.962]],["parent/3239",[1267,7.364]],["name/3240",[1268,71.25]],["parent/3240",[1077,2.32]],["name/3241",[10,27.115]],["parent/3241",[1269,8.21]],["name/3242",[547,36.628]],["parent/3242",[1270,8.21]],["name/3243",[1271,71.25]],["parent/3243",[1077,2.32]],["name/3244",[10,27.115]],["parent/3244",[1272,8.21]],["name/3245",[595,62.777]],["parent/3245",[1273,7.114]],["name/3246",[1246,62.777]],["parent/3246",[1273,7.114]],["name/3247",[1227,54.721]],["parent/3247",[1273,7.114]],["name/3248",[172,34.962]],["parent/3248",[1273,7.114]],["name/3249",[1274,71.25]],["parent/3249",[1077,2.32]],["name/3250",[10,27.115]],["parent/3250",[1275,8.21]],["name/3251",[547,36.628]],["parent/3251",[1276,7.7]],["name/3252",[1008,63.778]],["parent/3252",[1276,7.7]],["name/3253",[1277,71.25]],["parent/3253",[1077,2.32]],["name/3254",[10,27.115]],["parent/3254",[1278,8.21]],["name/3255",[1227,54.721]],["parent/3255",[1279,7.7]],["name/3256",[172,34.962]],["parent/3256",[1279,7.7]],["name/3257",[1280,71.25]],["parent/3257",[1077,2.32]],["name/3258",[10,27.115]],["parent/3258",[1281,8.21]],["name/3259",[547,36.628]],["parent/3259",[1282,8.21]],["name/3260",[1283,71.25]],["parent/3260",[1077,2.32]],["name/3261",[10,27.115]],["parent/3261",[1284,8.21]],["name/3262",[1285,73.763]],["parent/3262",[1286,7.364]],["name/3263",[1227,54.721]],["parent/3263",[1286,7.364]],["name/3264",[172,34.962]],["parent/3264",[1286,7.364]],["name/3265",[1287,71.25]],["parent/3265",[1077,2.32]],["name/3266",[10,27.115]],["parent/3266",[1288,8.21]],["name/3267",[547,36.628]],["parent/3267",[1289,8.21]],["name/3268",[1290,71.25]],["parent/3268",[1077,2.32]],["name/3269",[10,27.115]],["parent/3269",[1291,8.21]],["name/3270",[1227,54.721]],["parent/3270",[1292,7.7]],["name/3271",[172,34.962]],["parent/3271",[1292,7.7]],["name/3272",[1293,71.25]],["parent/3272",[1077,2.32]],["name/3273",[10,27.115]],["parent/3273",[1294,8.21]],["name/3274",[1295,82.236]],["parent/3274",[1296,6.479]],["name/3275",[1297,82.236]],["parent/3275",[1296,6.479]],["name/3276",[1298,82.236]],["parent/3276",[1296,6.479]],["name/3277",[425,57.669]],["parent/3277",[1296,6.479]],["name/3278",[1008,63.778]],["parent/3278",[1296,6.479]],["name/3279",[547,36.628]],["parent/3279",[1296,6.479]],["name/3280",[1299,69.243]],["parent/3280",[1296,6.479]],["name/3281",[1300,71.25]],["parent/3281",[1296,6.479]],["name/3282",[1301,71.25]],["parent/3282",[1077,2.32]],["name/3283",[10,27.115]],["parent/3283",[1302,8.21]],["name/3284",[1227,54.721]],["parent/3284",[1303,7.7]],["name/3285",[172,34.962]],["parent/3285",[1303,7.7]],["name/3286",[1304,71.25]],["parent/3286",[1077,2.32]],["name/3287",[10,27.115]],["parent/3287",[1305,8.21]],["name/3288",[547,36.628]],["parent/3288",[1306,8.21]],["name/3289",[1307,71.25]],["parent/3289",[1077,2.32]],["name/3290",[10,27.115]],["parent/3290",[1308,8.21]],["name/3291",[679,63.778]],["parent/3291",[1309,7.364]],["name/3292",[1227,54.721]],["parent/3292",[1309,7.364]],["name/3293",[172,34.962]],["parent/3293",[1309,7.364]],["name/3294",[1310,71.25]],["parent/3294",[1077,2.32]],["name/3295",[10,27.115]],["parent/3295",[1311,8.21]],["name/3296",[547,36.628]],["parent/3296",[1312,8.21]],["name/3297",[1313,71.25]],["parent/3297",[1077,2.32]],["name/3298",[10,27.115]],["parent/3298",[1314,8.21]],["name/3299",[1246,62.777]],["parent/3299",[1315,7.364]],["name/3300",[1227,54.721]],["parent/3300",[1315,7.364]],["name/3301",[172,34.962]],["parent/3301",[1315,7.364]],["name/3302",[1316,71.25]],["parent/3302",[1077,2.32]],["name/3303",[10,27.115]],["parent/3303",[1317,8.21]],["name/3304",[547,36.628]],["parent/3304",[1318,8.21]],["name/3305",[1319,71.25]],["parent/3305",[1077,2.32]],["name/3306",[10,27.115]],["parent/3306",[1320,8.21]],["name/3307",[595,62.777]],["parent/3307",[1321,7.114]],["name/3308",[1246,62.777]],["parent/3308",[1321,7.114]],["name/3309",[1227,54.721]],["parent/3309",[1321,7.114]],["name/3310",[172,34.962]],["parent/3310",[1321,7.114]],["name/3311",[1322,71.25]],["parent/3311",[1077,2.32]],["name/3312",[10,27.115]],["parent/3312",[1323,8.21]],["name/3313",[547,36.628]],["parent/3313",[1324,8.21]],["name/3314",[1325,71.25]],["parent/3314",[1077,2.32]],["name/3315",[10,27.115]],["parent/3315",[1326,8.21]],["name/3316",[1227,54.721]],["parent/3316",[1327,7.7]],["name/3317",[172,34.962]],["parent/3317",[1327,7.7]],["name/3318",[1328,71.25]],["parent/3318",[1077,2.32]],["name/3319",[10,27.115]],["parent/3319",[1329,8.21]],["name/3320",[1330,82.236]],["parent/3320",[1331,7.364]],["name/3321",[1332,82.236]],["parent/3321",[1331,7.364]],["name/3322",[547,36.628]],["parent/3322",[1331,7.364]],["name/3323",[1333,71.25]],["parent/3323",[1077,2.32]],["name/3324",[10,27.115]],["parent/3324",[1334,8.21]],["name/3325",[172,34.962]],["parent/3325",[1335,8.21]],["name/3326",[1336,71.25]],["parent/3326",[1077,2.32]],["name/3327",[10,27.115]],["parent/3327",[1337,8.21]],["name/3328",[547,36.628]],["parent/3328",[1338,8.21]],["name/3329",[1339,71.25]],["parent/3329",[1077,2.32]],["name/3330",[10,27.115]],["parent/3330",[1340,8.21]],["name/3331",[595,62.777]],["parent/3331",[1341,7.364]],["name/3332",[1246,62.777]],["parent/3332",[1341,7.364]],["name/3333",[172,34.962]],["parent/3333",[1341,7.364]],["name/3334",[1342,71.25]],["parent/3334",[1077,2.32]],["name/3335",[10,27.115]],["parent/3335",[1343,8.21]],["name/3336",[547,36.628]],["parent/3336",[1344,8.21]],["name/3337",[1345,71.25]],["parent/3337",[1077,2.32]],["name/3338",[10,27.115]],["parent/3338",[1346,8.21]],["name/3339",[1246,62.777]],["parent/3339",[1347,7.7]],["name/3340",[172,34.962]],["parent/3340",[1347,7.7]],["name/3341",[1348,71.25]],["parent/3341",[1077,2.32]],["name/3342",[10,27.115]],["parent/3342",[1349,8.21]],["name/3343",[1008,63.778]],["parent/3343",[1350,7.7]],["name/3344",[547,36.628]],["parent/3344",[1350,7.7]],["name/3345",[1351,71.25]],["parent/3345",[1077,2.32]],["name/3346",[10,27.115]],["parent/3346",[1352,8.21]],["name/3347",[1246,62.777]],["parent/3347",[1353,7.7]],["name/3348",[172,34.962]],["parent/3348",[1353,7.7]],["name/3349",[1354,71.25]],["parent/3349",[1077,2.32]],["name/3350",[10,27.115]],["parent/3350",[1355,8.21]],["name/3351",[208,77.128]],["parent/3351",[1356,7.114]],["name/3352",[1357,82.236]],["parent/3352",[1356,7.114]],["name/3353",[1358,82.236]],["parent/3353",[1356,7.114]],["name/3354",[547,36.628]],["parent/3354",[1356,7.114]],["name/3355",[1359,71.25]],["parent/3355",[1077,2.32]],["name/3356",[10,27.115]],["parent/3356",[1360,8.21]],["name/3357",[172,34.962]],["parent/3357",[1361,8.21]],["name/3358",[1362,71.25]],["parent/3358",[1077,2.32]],["name/3359",[10,27.115]],["parent/3359",[1363,8.21]],["name/3360",[547,36.628]],["parent/3360",[1364,8.21]],["name/3361",[1365,71.25]],["parent/3361",[1077,2.32]],["name/3362",[10,27.115]],["parent/3362",[1366,8.21]],["name/3363",[172,34.962]],["parent/3363",[1367,8.21]],["name/3364",[1368,71.25]],["parent/3364",[1077,2.32]],["name/3365",[10,27.115]],["parent/3365",[1369,8.21]],["name/3366",[547,36.628]],["parent/3366",[1370,8.21]],["name/3367",[1371,71.25]],["parent/3367",[1077,2.32]],["name/3368",[10,27.115]],["parent/3368",[1372,8.21]],["name/3369",[172,34.962]],["parent/3369",[1373,8.21]],["name/3370",[1374,71.25]],["parent/3370",[1077,2.32]],["name/3371",[10,27.115]],["parent/3371",[1375,8.21]],["name/3372",[547,36.628]],["parent/3372",[1376,8.21]],["name/3373",[1377,71.25]],["parent/3373",[1077,2.32]],["name/3374",[10,27.115]],["parent/3374",[1378,8.21]],["name/3375",[172,34.962]],["parent/3375",[1379,8.21]],["name/3376",[1380,71.25]],["parent/3376",[1077,2.32]],["name/3377",[10,27.115]],["parent/3377",[1381,8.21]],["name/3378",[547,36.628]],["parent/3378",[1382,8.21]],["name/3379",[1383,71.25]],["parent/3379",[1077,2.32]],["name/3380",[10,27.115]],["parent/3380",[1384,8.21]],["name/3381",[1285,73.763]],["parent/3381",[1385,7.364]],["name/3382",[1227,54.721]],["parent/3382",[1385,7.364]],["name/3383",[172,34.962]],["parent/3383",[1385,7.364]],["name/3384",[350,64.89]],["parent/3384",[1077,2.32]],["name/3385",[10,27.115]],["parent/3385",[1386,8.21]],["name/3386",[547,36.628]],["parent/3386",[1387,8.21]],["name/3387",[352,64.89]],["parent/3387",[1077,2.32]],["name/3388",[10,27.115]],["parent/3388",[1388,8.21]],["name/3389",[172,34.962]],["parent/3389",[1389,8.21]],["name/3390",[1390,71.25]],["parent/3390",[1077,2.32]],["name/3391",[10,27.115]],["parent/3391",[1391,8.21]],["name/3392",[547,36.628]],["parent/3392",[1392,8.21]],["name/3393",[1393,71.25]],["parent/3393",[1077,2.32]],["name/3394",[10,27.115]],["parent/3394",[1394,8.21]],["name/3395",[1227,54.721]],["parent/3395",[1395,7.7]],["name/3396",[172,34.962]],["parent/3396",[1395,7.7]],["name/3397",[1396,71.25]],["parent/3397",[1077,2.32]],["name/3398",[10,27.115]],["parent/3398",[1397,8.21]],["name/3399",[547,36.628]],["parent/3399",[1398,8.21]],["name/3400",[1399,71.25]],["parent/3400",[1077,2.32]],["name/3401",[10,27.115]],["parent/3401",[1400,8.21]],["name/3402",[1285,73.763]],["parent/3402",[1401,7.364]],["name/3403",[1227,54.721]],["parent/3403",[1401,7.364]],["name/3404",[172,34.962]],["parent/3404",[1401,7.364]],["name/3405",[1402,71.25]],["parent/3405",[1077,2.32]],["name/3406",[10,27.115]],["parent/3406",[1403,8.21]],["name/3407",[547,36.628]],["parent/3407",[1404,8.21]],["name/3408",[1405,71.25]],["parent/3408",[1077,2.32]],["name/3409",[10,27.115]],["parent/3409",[1406,8.21]],["name/3410",[1227,54.721]],["parent/3410",[1407,7.7]],["name/3411",[172,34.962]],["parent/3411",[1407,7.7]],["name/3412",[1408,71.25]],["parent/3412",[1077,2.32]],["name/3413",[10,27.115]],["parent/3413",[1409,8.21]],["name/3414",[547,36.628]],["parent/3414",[1410,8.21]],["name/3415",[1411,71.25]],["parent/3415",[1077,2.32]],["name/3416",[10,27.115]],["parent/3416",[1412,8.21]],["name/3417",[679,63.778]],["parent/3417",[1413,7.364]],["name/3418",[1227,54.721]],["parent/3418",[1413,7.364]],["name/3419",[172,34.962]],["parent/3419",[1413,7.364]],["name/3420",[1414,71.25]],["parent/3420",[1077,2.32]],["name/3421",[10,27.115]],["parent/3421",[1415,8.21]],["name/3422",[547,36.628]],["parent/3422",[1416,8.21]],["name/3423",[1417,71.25]],["parent/3423",[1077,2.32]],["name/3424",[10,27.115]],["parent/3424",[1418,8.21]],["name/3425",[1246,62.777]],["parent/3425",[1419,7.364]],["name/3426",[1227,54.721]],["parent/3426",[1419,7.364]],["name/3427",[172,34.962]],["parent/3427",[1419,7.364]],["name/3428",[1420,71.25]],["parent/3428",[1077,2.32]],["name/3429",[10,27.115]],["parent/3429",[1421,8.21]],["name/3430",[547,36.628]],["parent/3430",[1422,8.21]],["name/3431",[1423,71.25]],["parent/3431",[1077,2.32]],["name/3432",[10,27.115]],["parent/3432",[1424,8.21]],["name/3433",[595,62.777]],["parent/3433",[1425,7.114]],["name/3434",[1246,62.777]],["parent/3434",[1425,7.114]],["name/3435",[1227,54.721]],["parent/3435",[1425,7.114]],["name/3436",[172,34.962]],["parent/3436",[1425,7.114]],["name/3437",[1426,71.25]],["parent/3437",[1077,2.32]],["name/3438",[1427,71.25]],["parent/3438",[1077,2.32]],["name/3439",[1428,73.763]],["parent/3439",[1077,2.32]],["name/3440",[1219,71.25]],["parent/3440",[1077,2.32]],["name/3441",[1220,71.25]],["parent/3441",[1077,2.32]],["name/3442",[1221,71.25]],["parent/3442",[1077,2.32]],["name/3443",[1222,71.25]],["parent/3443",[1077,2.32]],["name/3444",[1225,71.25]],["parent/3444",[1077,2.32]],["name/3445",[1229,71.25]],["parent/3445",[1077,2.32]],["name/3446",[1232,71.25]],["parent/3446",[1077,2.32]],["name/3447",[1235,71.25]],["parent/3447",[1077,2.32]],["name/3448",[1238,71.25]],["parent/3448",[1077,2.32]],["name/3449",[1241,71.25]],["parent/3449",[1077,2.32]],["name/3450",[1244,71.25]],["parent/3450",[1077,2.32]],["name/3451",[1248,71.25]],["parent/3451",[1077,2.32]],["name/3452",[1251,71.25]],["parent/3452",[1077,2.32]],["name/3453",[1254,71.25]],["parent/3453",[1077,2.32]],["name/3454",[1258,71.25]],["parent/3454",[1077,2.32]],["name/3455",[1262,71.25]],["parent/3455",[1077,2.32]],["name/3456",[1265,71.25]],["parent/3456",[1077,2.32]],["name/3457",[1268,71.25]],["parent/3457",[1077,2.32]],["name/3458",[1271,71.25]],["parent/3458",[1077,2.32]],["name/3459",[1274,71.25]],["parent/3459",[1077,2.32]],["name/3460",[1277,71.25]],["parent/3460",[1077,2.32]],["name/3461",[1280,71.25]],["parent/3461",[1077,2.32]],["name/3462",[1283,71.25]],["parent/3462",[1077,2.32]],["name/3463",[1287,71.25]],["parent/3463",[1077,2.32]],["name/3464",[1290,71.25]],["parent/3464",[1077,2.32]],["name/3465",[1293,71.25]],["parent/3465",[1077,2.32]],["name/3466",[1301,71.25]],["parent/3466",[1077,2.32]],["name/3467",[1304,71.25]],["parent/3467",[1077,2.32]],["name/3468",[1307,71.25]],["parent/3468",[1077,2.32]],["name/3469",[1310,71.25]],["parent/3469",[1077,2.32]],["name/3470",[1313,71.25]],["parent/3470",[1077,2.32]],["name/3471",[1316,71.25]],["parent/3471",[1077,2.32]],["name/3472",[1319,71.25]],["parent/3472",[1077,2.32]],["name/3473",[1322,71.25]],["parent/3473",[1077,2.32]],["name/3474",[1325,71.25]],["parent/3474",[1077,2.32]],["name/3475",[1328,71.25]],["parent/3475",[1077,2.32]],["name/3476",[1333,71.25]],["parent/3476",[1077,2.32]],["name/3477",[1336,71.25]],["parent/3477",[1077,2.32]],["name/3478",[1339,71.25]],["parent/3478",[1077,2.32]],["name/3479",[1342,71.25]],["parent/3479",[1077,2.32]],["name/3480",[1345,71.25]],["parent/3480",[1077,2.32]],["name/3481",[1348,71.25]],["parent/3481",[1077,2.32]],["name/3482",[1351,71.25]],["parent/3482",[1077,2.32]],["name/3483",[1354,71.25]],["parent/3483",[1077,2.32]],["name/3484",[1359,71.25]],["parent/3484",[1077,2.32]],["name/3485",[1362,71.25]],["parent/3485",[1077,2.32]],["name/3486",[1365,71.25]],["parent/3486",[1077,2.32]],["name/3487",[1368,71.25]],["parent/3487",[1077,2.32]],["name/3488",[1371,71.25]],["parent/3488",[1077,2.32]],["name/3489",[1374,71.25]],["parent/3489",[1077,2.32]],["name/3490",[1377,71.25]],["parent/3490",[1077,2.32]],["name/3491",[1380,71.25]],["parent/3491",[1077,2.32]],["name/3492",[1383,71.25]],["parent/3492",[1077,2.32]],["name/3493",[350,64.89]],["parent/3493",[1077,2.32]],["name/3494",[352,64.89]],["parent/3494",[1077,2.32]],["name/3495",[1390,71.25]],["parent/3495",[1077,2.32]],["name/3496",[1393,71.25]],["parent/3496",[1077,2.32]],["name/3497",[1396,71.25]],["parent/3497",[1077,2.32]],["name/3498",[1399,71.25]],["parent/3498",[1077,2.32]],["name/3499",[1402,71.25]],["parent/3499",[1077,2.32]],["name/3500",[1405,71.25]],["parent/3500",[1077,2.32]],["name/3501",[1408,71.25]],["parent/3501",[1077,2.32]],["name/3502",[1411,71.25]],["parent/3502",[1077,2.32]],["name/3503",[1414,71.25]],["parent/3503",[1077,2.32]],["name/3504",[1417,71.25]],["parent/3504",[1077,2.32]],["name/3505",[1420,71.25]],["parent/3505",[1077,2.32]],["name/3506",[1423,71.25]],["parent/3506",[1077,2.32]],["name/3507",[1426,71.25]],["parent/3507",[1077,2.32]],["name/3508",[1427,71.25]],["parent/3508",[1077,2.32]],["name/3509",[1428,73.763]],["parent/3509",[1077,2.32]],["name/3510",[1077,23.237]],["parent/3510",[1077,2.32]],["name/3511",[43,47.475]],["parent/3511",[1077,2.32]],["name/3512",[1219,71.25]],["parent/3512",[1077,2.32]],["name/3513",[1220,71.25]],["parent/3513",[1077,2.32]],["name/3514",[1221,71.25]],["parent/3514",[1077,2.32]],["name/3515",[1222,71.25]],["parent/3515",[1077,2.32]],["name/3516",[1225,71.25]],["parent/3516",[1077,2.32]],["name/3517",[1229,71.25]],["parent/3517",[1077,2.32]],["name/3518",[1232,71.25]],["parent/3518",[1077,2.32]],["name/3519",[1235,71.25]],["parent/3519",[1077,2.32]],["name/3520",[1238,71.25]],["parent/3520",[1077,2.32]],["name/3521",[1241,71.25]],["parent/3521",[1077,2.32]],["name/3522",[1244,71.25]],["parent/3522",[1077,2.32]],["name/3523",[1248,71.25]],["parent/3523",[1077,2.32]],["name/3524",[1251,71.25]],["parent/3524",[1077,2.32]],["name/3525",[1254,71.25]],["parent/3525",[1077,2.32]],["name/3526",[1258,71.25]],["parent/3526",[1077,2.32]],["name/3527",[1262,71.25]],["parent/3527",[1077,2.32]],["name/3528",[1265,71.25]],["parent/3528",[1077,2.32]],["name/3529",[1268,71.25]],["parent/3529",[1077,2.32]],["name/3530",[1271,71.25]],["parent/3530",[1077,2.32]],["name/3531",[1274,71.25]],["parent/3531",[1077,2.32]],["name/3532",[1277,71.25]],["parent/3532",[1077,2.32]],["name/3533",[1280,71.25]],["parent/3533",[1077,2.32]],["name/3534",[1283,71.25]],["parent/3534",[1077,2.32]],["name/3535",[1287,71.25]],["parent/3535",[1077,2.32]],["name/3536",[1290,71.25]],["parent/3536",[1077,2.32]],["name/3537",[1293,71.25]],["parent/3537",[1077,2.32]],["name/3538",[1301,71.25]],["parent/3538",[1077,2.32]],["name/3539",[1304,71.25]],["parent/3539",[1077,2.32]],["name/3540",[1307,71.25]],["parent/3540",[1077,2.32]],["name/3541",[1310,71.25]],["parent/3541",[1077,2.32]],["name/3542",[1313,71.25]],["parent/3542",[1077,2.32]],["name/3543",[1316,71.25]],["parent/3543",[1077,2.32]],["name/3544",[1319,71.25]],["parent/3544",[1077,2.32]],["name/3545",[1322,71.25]],["parent/3545",[1077,2.32]],["name/3546",[1325,71.25]],["parent/3546",[1077,2.32]],["name/3547",[1328,71.25]],["parent/3547",[1077,2.32]],["name/3548",[1333,71.25]],["parent/3548",[1077,2.32]],["name/3549",[1336,71.25]],["parent/3549",[1077,2.32]],["name/3550",[1339,71.25]],["parent/3550",[1077,2.32]],["name/3551",[1342,71.25]],["parent/3551",[1077,2.32]],["name/3552",[1345,71.25]],["parent/3552",[1077,2.32]],["name/3553",[1348,71.25]],["parent/3553",[1077,2.32]],["name/3554",[1351,71.25]],["parent/3554",[1077,2.32]],["name/3555",[1354,71.25]],["parent/3555",[1077,2.32]],["name/3556",[1359,71.25]],["parent/3556",[1077,2.32]],["name/3557",[1362,71.25]],["parent/3557",[1077,2.32]],["name/3558",[1365,71.25]],["parent/3558",[1077,2.32]],["name/3559",[1368,71.25]],["parent/3559",[1077,2.32]],["name/3560",[1371,71.25]],["parent/3560",[1077,2.32]],["name/3561",[1374,71.25]],["parent/3561",[1077,2.32]],["name/3562",[1377,71.25]],["parent/3562",[1077,2.32]],["name/3563",[1380,71.25]],["parent/3563",[1077,2.32]],["name/3564",[1383,71.25]],["parent/3564",[1077,2.32]],["name/3565",[350,64.89]],["parent/3565",[1077,2.32]],["name/3566",[352,64.89]],["parent/3566",[1077,2.32]],["name/3567",[1390,71.25]],["parent/3567",[1077,2.32]],["name/3568",[1393,71.25]],["parent/3568",[1077,2.32]],["name/3569",[1396,71.25]],["parent/3569",[1077,2.32]],["name/3570",[1399,71.25]],["parent/3570",[1077,2.32]],["name/3571",[1402,71.25]],["parent/3571",[1077,2.32]],["name/3572",[1405,71.25]],["parent/3572",[1077,2.32]],["name/3573",[1408,71.25]],["parent/3573",[1077,2.32]],["name/3574",[1411,71.25]],["parent/3574",[1077,2.32]],["name/3575",[1414,71.25]],["parent/3575",[1077,2.32]],["name/3576",[1417,71.25]],["parent/3576",[1077,2.32]],["name/3577",[1420,71.25]],["parent/3577",[1077,2.32]],["name/3578",[1423,71.25]],["parent/3578",[1077,2.32]],["name/3579",[1426,71.25]],["parent/3579",[1077,2.32]],["name/3580",[1427,71.25]],["parent/3580",[1077,2.32]],["name/3581",[1428,73.763]],["parent/3581",[1077,2.32]],["name/3582",[1077,23.237]],["parent/3582",[1077,2.32]],["name/3583",[448,58.257]],["parent/3583",[1077,2.32]],["name/3584",[449,58.257]],["parent/3584",[1077,2.32]],["name/3585",[450,58.257]],["parent/3585",[1077,2.32]],["name/3586",[794,61.034]],["parent/3586",[1077,2.32]],["name/3587",[1078,71.25]],["parent/3587",[1077,2.32]],["name/3588",[429,58.257]],["parent/3588",[1077,2.32]],["name/3589",[1099,64.89]],["parent/3589",[1077,2.32]],["name/3590",[439,58.257]],["parent/3590",[1077,2.32]],["name/3591",[440,58.257]],["parent/3591",[1077,2.32]],["name/3592",[1104,71.25]],["parent/3592",[1077,2.32]],["name/3593",[1105,71.25]],["parent/3593",[1077,2.32]],["name/3594",[1103,71.25]],["parent/3594",[1077,2.32]],["name/3595",[1106,71.25]],["parent/3595",[1077,2.32]],["name/3596",[1107,71.25]],["parent/3596",[1077,2.32]],["name/3597",[1108,71.25]],["parent/3597",[1077,2.32]],["name/3598",[441,58.257]],["parent/3598",[1077,2.32]],["name/3599",[1123,71.25]],["parent/3599",[1077,2.32]],["name/3600",[1124,71.25]],["parent/3600",[1077,2.32]],["name/3601",[1102,71.25]],["parent/3601",[1077,2.32]],["name/3602",[1126,71.25]],["parent/3602",[1077,2.32]],["name/3603",[1128,71.25]],["parent/3603",[1077,2.32]],["name/3604",[1127,71.25]],["parent/3604",[1077,2.32]],["name/3605",[1100,71.25]],["parent/3605",[1077,2.32]],["name/3606",[1101,71.25]],["parent/3606",[1077,2.32]],["name/3607",[1134,71.25]],["parent/3607",[1077,2.32]],["name/3608",[1135,71.25]],["parent/3608",[1077,2.32]],["name/3609",[1130,71.25]],["parent/3609",[1077,2.32]],["name/3610",[1131,71.25]],["parent/3610",[1077,2.32]],["name/3611",[1132,71.25]],["parent/3611",[1077,2.32]],["name/3612",[1136,71.25]],["parent/3612",[1077,2.32]],["name/3613",[1137,71.25]],["parent/3613",[1077,2.32]],["name/3614",[430,58.257]],["parent/3614",[1077,2.32]],["name/3615",[431,58.257]],["parent/3615",[1077,2.32]],["name/3616",[455,45.264]],["parent/3616",[1077,2.32]],["name/3617",[793,61.034]],["parent/3617",[1077,2.32]],["name/3618",[424,58.257]],["parent/3618",[1077,2.32]],["name/3619",[795,61.034]],["parent/3619",[1077,2.32]],["name/3620",[1079,61.034]],["parent/3620",[1077,2.32]],["name/3621",[1096,61.034]],["parent/3621",[1077,2.32]],["name/3622",[1097,64.89]],["parent/3622",[1077,2.32]],["name/3623",[1089,64.89]],["parent/3623",[1077,2.32]],["name/3624",[1114,64.89]],["parent/3624",[1077,2.32]],["name/3625",[1109,64.89]],["parent/3625",[1077,2.32]],["name/3626",[1110,64.89]],["parent/3626",[1077,2.32]],["name/3627",[1113,64.89]],["parent/3627",[1077,2.32]],["name/3628",[1112,64.89]],["parent/3628",[1077,2.32]],["name/3629",[1095,64.89]],["parent/3629",[1077,2.32]],["name/3630",[446,58.257]],["parent/3630",[1077,2.32]],["name/3631",[1094,64.89]],["parent/3631",[1077,2.32]],["name/3632",[1115,64.89]],["parent/3632",[1077,2.32]],["name/3633",[1116,64.89]],["parent/3633",[1077,2.32]],["name/3634",[1117,64.89]],["parent/3634",[1077,2.32]],["name/3635",[1118,64.89]],["parent/3635",[1077,2.32]],["name/3636",[1119,64.89]],["parent/3636",[1077,2.32]],["name/3637",[1120,64.89]],["parent/3637",[1077,2.32]],["name/3638",[1121,64.89]],["parent/3638",[1077,2.32]],["name/3639",[1122,64.89]],["parent/3639",[1077,2.32]],["name/3640",[434,58.257]],["parent/3640",[1077,2.32]],["name/3641",[427,58.257]],["parent/3641",[1077,2.32]],["name/3642",[791,61.034]],["parent/3642",[1077,2.32]],["name/3643",[792,61.034]],["parent/3643",[1077,2.32]],["name/3644",[790,61.034]],["parent/3644",[1077,2.32]],["name/3645",[1111,64.89]],["parent/3645",[1077,2.32]],["name/3646",[1091,61.034]],["parent/3646",[1077,2.32]],["name/3647",[1138,58.257]],["parent/3647",[1077,2.32]],["name/3648",[1139,71.25]],["parent/3648",[1077,2.32]],["name/3649",[1125,71.25]],["parent/3649",[1077,2.32]],["name/3650",[426,58.257]],["parent/3650",[1077,2.32]],["name/3651",[432,58.257]],["parent/3651",[1077,2.32]],["name/3652",[1087,61.034]],["parent/3652",[1077,2.32]],["name/3653",[1098,64.89]],["parent/3653",[1077,2.32]],["name/3654",[428,58.257]],["parent/3654",[1077,2.32]],["name/3655",[447,58.257]],["parent/3655",[1077,2.32]],["name/3656",[1092,64.89]],["parent/3656",[1077,2.32]],["name/3657",[1093,64.89]],["parent/3657",[1077,2.32]],["name/3658",[1129,71.25]],["parent/3658",[1077,2.32]],["name/3659",[444,58.257]],["parent/3659",[1077,2.32]],["name/3660",[445,58.257]],["parent/3660",[1077,2.32]],["name/3661",[442,58.257]],["parent/3661",[1077,2.32]],["name/3662",[443,58.257]],["parent/3662",[1077,2.32]],["name/3663",[1140,71.25]],["parent/3663",[1077,2.32]],["name/3664",[1133,71.25]],["parent/3664",[1077,2.32]],["name/3665",[1084,61.034]],["parent/3665",[1077,2.32]],["name/3666",[1088,61.034]],["parent/3666",[1077,2.32]],["name/3667",[1083,61.034]],["parent/3667",[1077,2.32]],["name/3668",[1143,71.25]],["parent/3668",[1077,2.32]],["name/3669",[1144,71.25]],["parent/3669",[1077,2.32]],["name/3670",[1145,71.25]],["parent/3670",[1077,2.32]],["name/3671",[1146,71.25]],["parent/3671",[1077,2.32]],["name/3672",[1141,71.25]],["parent/3672",[1077,2.32]],["name/3673",[1142,71.25]],["parent/3673",[1077,2.32]],["name/3674",[1147,71.25]],["parent/3674",[1077,2.32]],["name/3675",[1148,71.25]],["parent/3675",[1077,2.32]],["name/3676",[1086,64.89]],["parent/3676",[1077,2.32]],["name/3677",[1085,64.89]],["parent/3677",[1077,2.32]],["name/3678",[1149,71.25]],["parent/3678",[1077,2.32]],["name/3679",[1150,71.25]],["parent/3679",[1077,2.32]],["name/3680",[1151,71.25]],["parent/3680",[1077,2.32]],["name/3681",[1152,54.304]],["parent/3681",[1077,2.32]],["name/3682",[437,58.257]],["parent/3682",[1077,2.32]],["name/3683",[438,58.257]],["parent/3683",[1077,2.32]],["name/3684",[433,58.257]],["parent/3684",[1077,2.32]],["name/3685",[436,56.087]],["parent/3685",[1077,2.32]],["name/3686",[435,56.087]],["parent/3686",[1077,2.32]],["name/3687",[425,57.669]],["parent/3687",[1077,2.32]],["name/3688",[1090,61.034]],["parent/3688",[1077,2.32]],["name/3689",[1081,61.034]],["parent/3689",[1077,2.32]],["name/3690",[1080,61.034]],["parent/3690",[1077,2.32]],["name/3691",[1082,61.034]],["parent/3691",[1077,2.32]],["name/3692",[1429,82.236]],["parent/3692",[1077,2.32]],["name/3693",[1426,71.25]],["parent/3693",[1430,3.439]],["name/3694",[1427,71.25]],["parent/3694",[1430,3.439]],["name/3695",[1222,71.25]],["parent/3695",[1430,3.439]],["name/3696",[1225,71.25]],["parent/3696",[1430,3.439]],["name/3697",[1229,71.25]],["parent/3697",[1430,3.439]],["name/3698",[1232,71.25]],["parent/3698",[1430,3.439]],["name/3699",[1235,71.25]],["parent/3699",[1430,3.439]],["name/3700",[1238,71.25]],["parent/3700",[1430,3.439]],["name/3701",[1241,71.25]],["parent/3701",[1430,3.439]],["name/3702",[1244,71.25]],["parent/3702",[1430,3.439]],["name/3703",[1248,71.25]],["parent/3703",[1430,3.439]],["name/3704",[1251,71.25]],["parent/3704",[1430,3.439]],["name/3705",[1254,71.25]],["parent/3705",[1430,3.439]],["name/3706",[1258,71.25]],["parent/3706",[1430,3.439]],["name/3707",[1262,71.25]],["parent/3707",[1430,3.439]],["name/3708",[1265,71.25]],["parent/3708",[1430,3.439]],["name/3709",[1268,71.25]],["parent/3709",[1430,3.439]],["name/3710",[1271,71.25]],["parent/3710",[1430,3.439]],["name/3711",[1219,71.25]],["parent/3711",[1430,3.439]],["name/3712",[1274,71.25]],["parent/3712",[1430,3.439]],["name/3713",[1277,71.25]],["parent/3713",[1430,3.439]],["name/3714",[1280,71.25]],["parent/3714",[1430,3.439]],["name/3715",[1283,71.25]],["parent/3715",[1430,3.439]],["name/3716",[1287,71.25]],["parent/3716",[1430,3.439]],["name/3717",[1290,71.25]],["parent/3717",[1430,3.439]],["name/3718",[1220,71.25]],["parent/3718",[1430,3.439]],["name/3719",[1293,71.25]],["parent/3719",[1430,3.439]],["name/3720",[1301,71.25]],["parent/3720",[1430,3.439]],["name/3721",[1304,71.25]],["parent/3721",[1430,3.439]],["name/3722",[1307,71.25]],["parent/3722",[1430,3.439]],["name/3723",[1310,71.25]],["parent/3723",[1430,3.439]],["name/3724",[1313,71.25]],["parent/3724",[1430,3.439]],["name/3725",[1316,71.25]],["parent/3725",[1430,3.439]],["name/3726",[1319,71.25]],["parent/3726",[1430,3.439]],["name/3727",[1322,71.25]],["parent/3727",[1430,3.439]],["name/3728",[1325,71.25]],["parent/3728",[1430,3.439]],["name/3729",[1328,71.25]],["parent/3729",[1430,3.439]],["name/3730",[1333,71.25]],["parent/3730",[1430,3.439]],["name/3731",[1336,71.25]],["parent/3731",[1430,3.439]],["name/3732",[1339,71.25]],["parent/3732",[1430,3.439]],["name/3733",[1342,71.25]],["parent/3733",[1430,3.439]],["name/3734",[1345,71.25]],["parent/3734",[1430,3.439]],["name/3735",[1221,71.25]],["parent/3735",[1430,3.439]],["name/3736",[1348,71.25]],["parent/3736",[1430,3.439]],["name/3737",[1351,71.25]],["parent/3737",[1430,3.439]],["name/3738",[1354,71.25]],["parent/3738",[1430,3.439]],["name/3739",[1359,71.25]],["parent/3739",[1430,3.439]],["name/3740",[1362,71.25]],["parent/3740",[1430,3.439]],["name/3741",[1365,71.25]],["parent/3741",[1430,3.439]],["name/3742",[1368,71.25]],["parent/3742",[1430,3.439]],["name/3743",[1371,71.25]],["parent/3743",[1430,3.439]],["name/3744",[1374,71.25]],["parent/3744",[1430,3.439]],["name/3745",[1377,71.25]],["parent/3745",[1430,3.439]],["name/3746",[1380,71.25]],["parent/3746",[1430,3.439]],["name/3747",[1383,71.25]],["parent/3747",[1430,3.439]],["name/3748",[350,64.89]],["parent/3748",[1430,3.439]],["name/3749",[352,64.89]],["parent/3749",[1430,3.439]],["name/3750",[1390,71.25]],["parent/3750",[1430,3.439]],["name/3751",[1393,71.25]],["parent/3751",[1430,3.439]],["name/3752",[1396,71.25]],["parent/3752",[1430,3.439]],["name/3753",[1399,71.25]],["parent/3753",[1430,3.439]],["name/3754",[1402,71.25]],["parent/3754",[1430,3.439]],["name/3755",[1405,71.25]],["parent/3755",[1430,3.439]],["name/3756",[1408,71.25]],["parent/3756",[1430,3.439]],["name/3757",[1411,71.25]],["parent/3757",[1430,3.439]],["name/3758",[1414,71.25]],["parent/3758",[1430,3.439]],["name/3759",[1417,71.25]],["parent/3759",[1430,3.439]],["name/3760",[1420,71.25]],["parent/3760",[1430,3.439]],["name/3761",[1423,71.25]],["parent/3761",[1430,3.439]],["name/3762",[448,58.257]],["parent/3762",[1430,3.439]],["name/3763",[449,58.257]],["parent/3763",[1430,3.439]],["name/3764",[450,58.257]],["parent/3764",[1430,3.439]],["name/3765",[794,61.034]],["parent/3765",[1430,3.439]],["name/3766",[1078,71.25]],["parent/3766",[1430,3.439]],["name/3767",[429,58.257]],["parent/3767",[1430,3.439]],["name/3768",[1099,64.89]],["parent/3768",[1430,3.439]],["name/3769",[439,58.257]],["parent/3769",[1430,3.439]],["name/3770",[440,58.257]],["parent/3770",[1430,3.439]],["name/3771",[1104,71.25]],["parent/3771",[1430,3.439]],["name/3772",[1105,71.25]],["parent/3772",[1430,3.439]],["name/3773",[1103,71.25]],["parent/3773",[1430,3.439]],["name/3774",[1106,71.25]],["parent/3774",[1430,3.439]],["name/3775",[1107,71.25]],["parent/3775",[1430,3.439]],["name/3776",[1108,71.25]],["parent/3776",[1430,3.439]],["name/3777",[441,58.257]],["parent/3777",[1430,3.439]],["name/3778",[1123,71.25]],["parent/3778",[1430,3.439]],["name/3779",[1124,71.25]],["parent/3779",[1430,3.439]],["name/3780",[1102,71.25]],["parent/3780",[1430,3.439]],["name/3781",[1126,71.25]],["parent/3781",[1430,3.439]],["name/3782",[1128,71.25]],["parent/3782",[1430,3.439]],["name/3783",[1127,71.25]],["parent/3783",[1430,3.439]],["name/3784",[1100,71.25]],["parent/3784",[1430,3.439]],["name/3785",[1101,71.25]],["parent/3785",[1430,3.439]],["name/3786",[1134,71.25]],["parent/3786",[1430,3.439]],["name/3787",[1135,71.25]],["parent/3787",[1430,3.439]],["name/3788",[1130,71.25]],["parent/3788",[1430,3.439]],["name/3789",[1131,71.25]],["parent/3789",[1430,3.439]],["name/3790",[1132,71.25]],["parent/3790",[1430,3.439]],["name/3791",[1136,71.25]],["parent/3791",[1430,3.439]],["name/3792",[1137,71.25]],["parent/3792",[1430,3.439]],["name/3793",[430,58.257]],["parent/3793",[1430,3.439]],["name/3794",[431,58.257]],["parent/3794",[1430,3.439]],["name/3795",[455,45.264]],["parent/3795",[1430,3.439]],["name/3796",[793,61.034]],["parent/3796",[1430,3.439]],["name/3797",[424,58.257]],["parent/3797",[1430,3.439]],["name/3798",[795,61.034]],["parent/3798",[1430,3.439]],["name/3799",[1079,61.034]],["parent/3799",[1430,3.439]],["name/3800",[1096,61.034]],["parent/3800",[1430,3.439]],["name/3801",[1097,64.89]],["parent/3801",[1430,3.439]],["name/3802",[1089,64.89]],["parent/3802",[1430,3.439]],["name/3803",[1114,64.89]],["parent/3803",[1430,3.439]],["name/3804",[1109,64.89]],["parent/3804",[1430,3.439]],["name/3805",[1110,64.89]],["parent/3805",[1430,3.439]],["name/3806",[1113,64.89]],["parent/3806",[1430,3.439]],["name/3807",[1112,64.89]],["parent/3807",[1430,3.439]],["name/3808",[1095,64.89]],["parent/3808",[1430,3.439]],["name/3809",[446,58.257]],["parent/3809",[1430,3.439]],["name/3810",[1094,64.89]],["parent/3810",[1430,3.439]],["name/3811",[1115,64.89]],["parent/3811",[1430,3.439]],["name/3812",[1116,64.89]],["parent/3812",[1430,3.439]],["name/3813",[1117,64.89]],["parent/3813",[1430,3.439]],["name/3814",[1118,64.89]],["parent/3814",[1430,3.439]],["name/3815",[1119,64.89]],["parent/3815",[1430,3.439]],["name/3816",[1120,64.89]],["parent/3816",[1430,3.439]],["name/3817",[1121,64.89]],["parent/3817",[1430,3.439]],["name/3818",[1122,64.89]],["parent/3818",[1430,3.439]],["name/3819",[434,58.257]],["parent/3819",[1430,3.439]],["name/3820",[427,58.257]],["parent/3820",[1430,3.439]],["name/3821",[791,61.034]],["parent/3821",[1430,3.439]],["name/3822",[792,61.034]],["parent/3822",[1430,3.439]],["name/3823",[790,61.034]],["parent/3823",[1430,3.439]],["name/3824",[1111,64.89]],["parent/3824",[1430,3.439]],["name/3825",[1091,61.034]],["parent/3825",[1430,3.439]],["name/3826",[1138,58.257]],["parent/3826",[1430,3.439]],["name/3827",[1139,71.25]],["parent/3827",[1430,3.439]],["name/3828",[1125,71.25]],["parent/3828",[1430,3.439]],["name/3829",[426,58.257]],["parent/3829",[1430,3.439]],["name/3830",[432,58.257]],["parent/3830",[1430,3.439]],["name/3831",[1087,61.034]],["parent/3831",[1430,3.439]],["name/3832",[1098,64.89]],["parent/3832",[1430,3.439]],["name/3833",[428,58.257]],["parent/3833",[1430,3.439]],["name/3834",[447,58.257]],["parent/3834",[1430,3.439]],["name/3835",[1092,64.89]],["parent/3835",[1430,3.439]],["name/3836",[1093,64.89]],["parent/3836",[1430,3.439]],["name/3837",[1129,71.25]],["parent/3837",[1430,3.439]],["name/3838",[444,58.257]],["parent/3838",[1430,3.439]],["name/3839",[445,58.257]],["parent/3839",[1430,3.439]],["name/3840",[442,58.257]],["parent/3840",[1430,3.439]],["name/3841",[443,58.257]],["parent/3841",[1430,3.439]],["name/3842",[1140,71.25]],["parent/3842",[1430,3.439]],["name/3843",[1133,71.25]],["parent/3843",[1430,3.439]],["name/3844",[1084,61.034]],["parent/3844",[1430,3.439]],["name/3845",[1088,61.034]],["parent/3845",[1430,3.439]],["name/3846",[1083,61.034]],["parent/3846",[1430,3.439]],["name/3847",[1143,71.25]],["parent/3847",[1430,3.439]],["name/3848",[1144,71.25]],["parent/3848",[1430,3.439]],["name/3849",[1145,71.25]],["parent/3849",[1430,3.439]],["name/3850",[1146,71.25]],["parent/3850",[1430,3.439]],["name/3851",[1141,71.25]],["parent/3851",[1430,3.439]],["name/3852",[1142,71.25]],["parent/3852",[1430,3.439]],["name/3853",[1147,71.25]],["parent/3853",[1430,3.439]],["name/3854",[1148,71.25]],["parent/3854",[1430,3.439]],["name/3855",[1086,64.89]],["parent/3855",[1430,3.439]],["name/3856",[1085,64.89]],["parent/3856",[1430,3.439]],["name/3857",[1149,71.25]],["parent/3857",[1430,3.439]],["name/3858",[1150,71.25]],["parent/3858",[1430,3.439]],["name/3859",[1151,71.25]],["parent/3859",[1430,3.439]],["name/3860",[1152,54.304]],["parent/3860",[1430,3.439]],["name/3861",[437,58.257]],["parent/3861",[1430,3.439]],["name/3862",[438,58.257]],["parent/3862",[1430,3.439]],["name/3863",[433,58.257]],["parent/3863",[1430,3.439]],["name/3864",[436,56.087]],["parent/3864",[1430,3.439]],["name/3865",[435,56.087]],["parent/3865",[1430,3.439]],["name/3866",[425,57.669]],["parent/3866",[1430,3.439]],["name/3867",[1090,61.034]],["parent/3867",[1430,3.439]],["name/3868",[1081,61.034]],["parent/3868",[1430,3.439]],["name/3869",[1080,61.034]],["parent/3869",[1430,3.439]],["name/3870",[1082,61.034]],["parent/3870",[1430,3.439]],["name/3871",[1431,39.609]],["parent/3871",[]],["name/3872",[43,47.475]],["parent/3872",[1431,3.955]],["name/3873",[1432,71.25]],["parent/3873",[1431,3.955]],["name/3874",[1433,71.25]],["parent/3874",[1431,3.955]],["name/3875",[1434,71.25]],["parent/3875",[1431,3.955]],["name/3876",[1435,71.25]],["parent/3876",[1431,3.955]],["name/3877",[1436,71.25]],["parent/3877",[1431,3.955]],["name/3878",[1437,71.25]],["parent/3878",[1431,3.955]],["name/3879",[1438,71.25]],["parent/3879",[1431,3.955]],["name/3880",[1439,71.25]],["parent/3880",[1431,3.955]],["name/3881",[1440,71.25]],["parent/3881",[1431,3.955]],["name/3882",[455,45.264]],["parent/3882",[1431,3.955]],["name/3883",[9,48.796]],["parent/3883",[1431,3.955]],["name/3884",[1441,71.25]],["parent/3884",[1431,3.955]],["name/3885",[1442,71.25]],["parent/3885",[1431,3.955]],["name/3886",[1138,58.257]],["parent/3886",[1431,3.955]],["name/3887",[1152,54.304]],["parent/3887",[1431,3.955]],["name/3888",[1433,71.25]],["parent/3888",[1431,3.955]],["name/3889",[1434,71.25]],["parent/3889",[1431,3.955]],["name/3890",[1435,71.25]],["parent/3890",[1431,3.955]],["name/3891",[1436,71.25]],["parent/3891",[1431,3.955]],["name/3892",[1437,71.25]],["parent/3892",[1431,3.955]],["name/3893",[1439,71.25]],["parent/3893",[1431,3.955]],["name/3894",[1438,71.25]],["parent/3894",[1431,3.955]],["name/3895",[1440,71.25]],["parent/3895",[1431,3.955]],["name/3896",[455,45.264]],["parent/3896",[1431,3.955]],["name/3897",[9,48.796]],["parent/3897",[1431,3.955]],["name/3898",[1441,71.25]],["parent/3898",[1431,3.955]],["name/3899",[1442,71.25]],["parent/3899",[1431,3.955]],["name/3900",[1138,58.257]],["parent/3900",[1431,3.955]],["name/3901",[1432,71.25]],["parent/3901",[1431,3.955]],["name/3902",[1152,54.304]],["parent/3902",[1431,3.955]],["name/3903",[1431,39.609]],["parent/3903",[1431,3.955]],["name/3904",[17,54.721]],["parent/3904",[1443,6.094]],["name/3905",[43,47.475]],["parent/3905",[1443,6.094]],["name/3906",[98,58.257]],["parent/3906",[1443,6.094]],["name/3907",[1444,73.763]],["parent/3907",[1445,6.604]],["name/3908",[1446,73.763]],["parent/3908",[1445,6.604]],["name/3909",[1447,73.763]],["parent/3909",[1445,6.604]],["name/3910",[1448,73.763]],["parent/3910",[1445,6.604]],["name/3911",[1449,73.763]],["parent/3911",[1445,6.604]],["name/3912",[1450,73.763]],["parent/3912",[1445,6.604]],["name/3913",[1451,73.763]],["parent/3913",[1445,6.604]],["name/3914",[30,56.587]],["parent/3914",[1443,6.094]],["name/3915",[125,58.257]],["parent/3915",[1443,6.094]],["name/3916",[10,27.115]],["parent/3916",[1452,8.21]],["name/3917",[1444,73.763]],["parent/3917",[1453,5.945]],["name/3918",[1454,82.236]],["parent/3918",[1453,5.945]],["name/3919",[1446,73.763]],["parent/3919",[1453,5.945]],["name/3920",[1455,82.236]],["parent/3920",[1453,5.945]],["name/3921",[1447,73.763]],["parent/3921",[1453,5.945]],["name/3922",[1456,82.236]],["parent/3922",[1453,5.945]],["name/3923",[1448,73.763]],["parent/3923",[1453,5.945]],["name/3924",[1457,82.236]],["parent/3924",[1453,5.945]],["name/3925",[1449,73.763]],["parent/3925",[1453,5.945]],["name/3926",[1458,82.236]],["parent/3926",[1453,5.945]],["name/3927",[1450,73.763]],["parent/3927",[1453,5.945]],["name/3928",[1459,82.236]],["parent/3928",[1453,5.945]],["name/3929",[1451,73.763]],["parent/3929",[1453,5.945]],["name/3930",[1460,82.236]],["parent/3930",[1453,5.945]],["name/3931",[1444,73.763]],["parent/3931",[1443,6.094]],["name/3932",[1446,73.763]],["parent/3932",[1443,6.094]],["name/3933",[1447,73.763]],["parent/3933",[1443,6.094]],["name/3934",[1448,73.763]],["parent/3934",[1443,6.094]],["name/3935",[1449,73.763]],["parent/3935",[1443,6.094]],["name/3936",[1450,73.763]],["parent/3936",[1443,6.094]],["name/3937",[1451,73.763]],["parent/3937",[1443,6.094]],["name/3938",[1461,71.25]],["parent/3938",[1431,3.955]],["name/3939",[10,27.115]],["parent/3939",[1462,8.21]],["name/3940",[547,36.628]],["parent/3940",[1463,7.7]],["name/3941",[205,41.128]],["parent/3941",[1463,7.7]],["name/3942",[1464,71.25]],["parent/3942",[1431,3.955]],["name/3943",[10,27.115]],["parent/3943",[1465,8.21]],["name/3944",[172,34.962]],["parent/3944",[1466,7.7]],["name/3945",[1467,71.25]],["parent/3945",[1466,7.7]],["name/3946",[1468,71.25]],["parent/3946",[1431,3.955]],["name/3947",[10,27.115]],["parent/3947",[1469,8.21]],["name/3948",[1470,71.25]],["parent/3948",[1471,7.364]],["name/3949",[547,36.628]],["parent/3949",[1471,7.364]],["name/3950",[205,41.128]],["parent/3950",[1471,7.364]],["name/3951",[1472,71.25]],["parent/3951",[1431,3.955]],["name/3952",[10,27.115]],["parent/3952",[1473,8.21]],["name/3953",[172,34.962]],["parent/3953",[1474,7.7]],["name/3954",[1467,71.25]],["parent/3954",[1474,7.7]],["name/3955",[1475,71.25]],["parent/3955",[1431,3.955]],["name/3956",[10,27.115]],["parent/3956",[1476,8.21]],["name/3957",[1477,67.573]],["parent/3957",[1478,7.114]],["name/3958",[1470,71.25]],["parent/3958",[1478,7.114]],["name/3959",[547,36.628]],["parent/3959",[1478,7.114]],["name/3960",[205,41.128]],["parent/3960",[1478,7.114]],["name/3961",[1479,71.25]],["parent/3961",[1431,3.955]],["name/3962",[10,27.115]],["parent/3962",[1480,8.21]],["name/3963",[172,34.962]],["parent/3963",[1481,8.21]],["name/3964",[1482,71.25]],["parent/3964",[1431,3.955]],["name/3965",[10,27.115]],["parent/3965",[1483,8.21]],["name/3966",[1477,67.573]],["parent/3966",[1484,7.364]],["name/3967",[547,36.628]],["parent/3967",[1484,7.364]],["name/3968",[205,41.128]],["parent/3968",[1484,7.364]],["name/3969",[1485,71.25]],["parent/3969",[1431,3.955]],["name/3970",[10,27.115]],["parent/3970",[1486,8.21]],["name/3971",[172,34.962]],["parent/3971",[1487,8.21]],["name/3972",[1488,71.25]],["parent/3972",[1431,3.955]],["name/3973",[10,27.115]],["parent/3973",[1489,8.21]],["name/3974",[1490,77.128]],["parent/3974",[1491,7.114]],["name/3975",[23,71.25]],["parent/3975",[1491,7.114]],["name/3976",[547,36.628]],["parent/3976",[1491,7.114]],["name/3977",[205,41.128]],["parent/3977",[1491,7.114]],["name/3978",[1492,71.25]],["parent/3978",[1431,3.955]],["name/3979",[10,27.115]],["parent/3979",[1493,8.21]],["name/3980",[1494,82.236]],["parent/3980",[1495,7.7]],["name/3981",[172,34.962]],["parent/3981",[1495,7.7]],["name/3982",[1496,71.25]],["parent/3982",[1431,3.955]],["name/3983",[10,27.115]],["parent/3983",[1497,8.21]],["name/3984",[1498,82.236]],["parent/3984",[1499,6.604]],["name/3985",[1500,82.236]],["parent/3985",[1499,6.604]],["name/3986",[1501,82.236]],["parent/3986",[1499,6.604]],["name/3987",[1490,77.128]],["parent/3987",[1499,6.604]],["name/3988",[23,71.25]],["parent/3988",[1499,6.604]],["name/3989",[547,36.628]],["parent/3989",[1499,6.604]],["name/3990",[205,41.128]],["parent/3990",[1499,6.604]],["name/3991",[1502,71.25]],["parent/3991",[1431,3.955]],["name/3992",[10,27.115]],["parent/3992",[1503,8.21]],["name/3993",[172,34.962]],["parent/3993",[1504,8.21]],["name/3994",[1505,71.25]],["parent/3994",[1431,3.955]],["name/3995",[10,27.115]],["parent/3995",[1506,8.21]],["name/3996",[1507,73.763]],["parent/3996",[1508,6.604]],["name/3997",[1509,77.128]],["parent/3997",[1508,6.604]],["name/3998",[1510,77.128]],["parent/3998",[1508,6.604]],["name/3999",[547,36.628]],["parent/3999",[1508,6.604]],["name/4000",[205,41.128]],["parent/4000",[1508,6.604]],["name/4001",[1299,69.243]],["parent/4001",[1508,6.604]],["name/4002",[1300,71.25]],["parent/4002",[1508,6.604]],["name/4003",[1511,71.25]],["parent/4003",[1431,3.955]],["name/4004",[10,27.115]],["parent/4004",[1512,8.21]],["name/4005",[172,34.962]],["parent/4005",[1513,8.21]],["name/4006",[1514,71.25]],["parent/4006",[1431,3.955]],["name/4007",[1515,71.25]],["parent/4007",[1431,3.955]],["name/4008",[1516,73.763]],["parent/4008",[1431,3.955]],["name/4009",[1461,71.25]],["parent/4009",[1431,3.955]],["name/4010",[1464,71.25]],["parent/4010",[1431,3.955]],["name/4011",[1468,71.25]],["parent/4011",[1431,3.955]],["name/4012",[1472,71.25]],["parent/4012",[1431,3.955]],["name/4013",[1475,71.25]],["parent/4013",[1431,3.955]],["name/4014",[1479,71.25]],["parent/4014",[1431,3.955]],["name/4015",[1482,71.25]],["parent/4015",[1431,3.955]],["name/4016",[1485,71.25]],["parent/4016",[1431,3.955]],["name/4017",[1488,71.25]],["parent/4017",[1431,3.955]],["name/4018",[1492,71.25]],["parent/4018",[1431,3.955]],["name/4019",[1496,71.25]],["parent/4019",[1431,3.955]],["name/4020",[1502,71.25]],["parent/4020",[1431,3.955]],["name/4021",[1505,71.25]],["parent/4021",[1431,3.955]],["name/4022",[1511,71.25]],["parent/4022",[1431,3.955]],["name/4023",[1514,71.25]],["parent/4023",[1431,3.955]],["name/4024",[1515,71.25]],["parent/4024",[1431,3.955]],["name/4025",[1516,73.763]],["parent/4025",[1431,3.955]],["name/4026",[1431,39.609]],["parent/4026",[1431,3.955]],["name/4027",[43,47.475]],["parent/4027",[1431,3.955]],["name/4028",[1461,71.25]],["parent/4028",[1431,3.955]],["name/4029",[1464,71.25]],["parent/4029",[1431,3.955]],["name/4030",[1468,71.25]],["parent/4030",[1431,3.955]],["name/4031",[1472,71.25]],["parent/4031",[1431,3.955]],["name/4032",[1475,71.25]],["parent/4032",[1431,3.955]],["name/4033",[1479,71.25]],["parent/4033",[1431,3.955]],["name/4034",[1482,71.25]],["parent/4034",[1431,3.955]],["name/4035",[1485,71.25]],["parent/4035",[1431,3.955]],["name/4036",[1488,71.25]],["parent/4036",[1431,3.955]],["name/4037",[1492,71.25]],["parent/4037",[1431,3.955]],["name/4038",[1496,71.25]],["parent/4038",[1431,3.955]],["name/4039",[1502,71.25]],["parent/4039",[1431,3.955]],["name/4040",[1505,71.25]],["parent/4040",[1431,3.955]],["name/4041",[1511,71.25]],["parent/4041",[1431,3.955]],["name/4042",[1514,71.25]],["parent/4042",[1431,3.955]],["name/4043",[1515,71.25]],["parent/4043",[1431,3.955]],["name/4044",[1516,73.763]],["parent/4044",[1431,3.955]],["name/4045",[1431,39.609]],["parent/4045",[1431,3.955]],["name/4046",[1433,71.25]],["parent/4046",[1431,3.955]],["name/4047",[1434,71.25]],["parent/4047",[1431,3.955]],["name/4048",[1435,71.25]],["parent/4048",[1431,3.955]],["name/4049",[1436,71.25]],["parent/4049",[1431,3.955]],["name/4050",[1437,71.25]],["parent/4050",[1431,3.955]],["name/4051",[1439,71.25]],["parent/4051",[1431,3.955]],["name/4052",[1438,71.25]],["parent/4052",[1431,3.955]],["name/4053",[1440,71.25]],["parent/4053",[1431,3.955]],["name/4054",[455,45.264]],["parent/4054",[1431,3.955]],["name/4055",[9,48.796]],["parent/4055",[1431,3.955]],["name/4056",[1441,71.25]],["parent/4056",[1431,3.955]],["name/4057",[1442,71.25]],["parent/4057",[1431,3.955]],["name/4058",[1138,58.257]],["parent/4058",[1431,3.955]],["name/4059",[1432,71.25]],["parent/4059",[1431,3.955]],["name/4060",[1152,54.304]],["parent/4060",[1431,3.955]],["name/4061",[1517,82.236]],["parent/4061",[1431,3.955]],["name/4062",[1514,71.25]],["parent/4062",[1518,5.171]],["name/4063",[1515,71.25]],["parent/4063",[1518,5.171]],["name/4064",[1461,71.25]],["parent/4064",[1518,5.171]],["name/4065",[1464,71.25]],["parent/4065",[1518,5.171]],["name/4066",[1468,71.25]],["parent/4066",[1518,5.171]],["name/4067",[1472,71.25]],["parent/4067",[1518,5.171]],["name/4068",[1475,71.25]],["parent/4068",[1518,5.171]],["name/4069",[1479,71.25]],["parent/4069",[1518,5.171]],["name/4070",[1482,71.25]],["parent/4070",[1518,5.171]],["name/4071",[1485,71.25]],["parent/4071",[1518,5.171]],["name/4072",[1488,71.25]],["parent/4072",[1518,5.171]],["name/4073",[1492,71.25]],["parent/4073",[1518,5.171]],["name/4074",[1496,71.25]],["parent/4074",[1518,5.171]],["name/4075",[1502,71.25]],["parent/4075",[1518,5.171]],["name/4076",[1505,71.25]],["parent/4076",[1518,5.171]],["name/4077",[1511,71.25]],["parent/4077",[1518,5.171]],["name/4078",[1433,71.25]],["parent/4078",[1518,5.171]],["name/4079",[1434,71.25]],["parent/4079",[1518,5.171]],["name/4080",[1435,71.25]],["parent/4080",[1518,5.171]],["name/4081",[1436,71.25]],["parent/4081",[1518,5.171]],["name/4082",[1437,71.25]],["parent/4082",[1518,5.171]],["name/4083",[1439,71.25]],["parent/4083",[1518,5.171]],["name/4084",[1438,71.25]],["parent/4084",[1518,5.171]],["name/4085",[1440,71.25]],["parent/4085",[1518,5.171]],["name/4086",[455,45.264]],["parent/4086",[1518,5.171]],["name/4087",[9,48.796]],["parent/4087",[1518,5.171]],["name/4088",[1441,71.25]],["parent/4088",[1518,5.171]],["name/4089",[1442,71.25]],["parent/4089",[1518,5.171]],["name/4090",[1138,58.257]],["parent/4090",[1518,5.171]],["name/4091",[1432,71.25]],["parent/4091",[1518,5.171]],["name/4092",[1152,54.304]],["parent/4092",[1518,5.171]],["name/4093",[1519,50.048]],["parent/4093",[]],["name/4094",[43,47.475]],["parent/4094",[1519,4.997]],["name/4095",[455,45.264]],["parent/4095",[1519,4.997]],["name/4096",[1520,71.25]],["parent/4096",[1519,4.997]],["name/4097",[1521,71.25]],["parent/4097",[1519,4.997]],["name/4098",[1522,71.25]],["parent/4098",[1519,4.997]],["name/4099",[455,45.264]],["parent/4099",[1519,4.997]],["name/4100",[1520,71.25]],["parent/4100",[1519,4.997]],["name/4101",[1521,71.25]],["parent/4101",[1519,4.997]],["name/4102",[1522,71.25]],["parent/4102",[1519,4.997]],["name/4103",[1519,50.048]],["parent/4103",[1519,4.997]],["name/4104",[17,54.721]],["parent/4104",[1523,6.746]],["name/4105",[43,47.475]],["parent/4105",[1523,6.746]],["name/4106",[98,58.257]],["parent/4106",[1523,6.746]],["name/4107",[1524,73.763]],["parent/4107",[1525,8.21]],["name/4108",[30,56.587]],["parent/4108",[1523,6.746]],["name/4109",[125,58.257]],["parent/4109",[1523,6.746]],["name/4110",[10,27.115]],["parent/4110",[1526,8.21]],["name/4111",[1524,73.763]],["parent/4111",[1527,7.7]],["name/4112",[1528,82.236]],["parent/4112",[1527,7.7]],["name/4113",[1524,73.763]],["parent/4113",[1523,6.746]],["name/4114",[1529,71.25]],["parent/4114",[1519,4.997]],["name/4115",[10,27.115]],["parent/4115",[1530,8.21]],["name/4116",[547,36.628]],["parent/4116",[1531,8.21]],["name/4117",[1532,71.25]],["parent/4117",[1519,4.997]],["name/4118",[10,27.115]],["parent/4118",[1533,8.21]],["name/4119",[172,34.962]],["parent/4119",[1534,8.21]],["name/4120",[1535,71.25]],["parent/4120",[1519,4.997]],["name/4121",[1536,71.25]],["parent/4121",[1519,4.997]],["name/4122",[1537,73.763]],["parent/4122",[1519,4.997]],["name/4123",[1529,71.25]],["parent/4123",[1519,4.997]],["name/4124",[1532,71.25]],["parent/4124",[1519,4.997]],["name/4125",[1535,71.25]],["parent/4125",[1519,4.997]],["name/4126",[1536,71.25]],["parent/4126",[1519,4.997]],["name/4127",[1537,73.763]],["parent/4127",[1519,4.997]],["name/4128",[1519,50.048]],["parent/4128",[1519,4.997]],["name/4129",[43,47.475]],["parent/4129",[1519,4.997]],["name/4130",[1529,71.25]],["parent/4130",[1519,4.997]],["name/4131",[1532,71.25]],["parent/4131",[1519,4.997]],["name/4132",[1535,71.25]],["parent/4132",[1519,4.997]],["name/4133",[1536,71.25]],["parent/4133",[1519,4.997]],["name/4134",[1537,73.763]],["parent/4134",[1519,4.997]],["name/4135",[1519,50.048]],["parent/4135",[1519,4.997]],["name/4136",[455,45.264]],["parent/4136",[1519,4.997]],["name/4137",[1520,71.25]],["parent/4137",[1519,4.997]],["name/4138",[1521,71.25]],["parent/4138",[1519,4.997]],["name/4139",[1522,71.25]],["parent/4139",[1519,4.997]],["name/4140",[1538,82.236]],["parent/4140",[1519,4.997]],["name/4141",[1535,71.25]],["parent/4141",[1539,6.479]],["name/4142",[1536,71.25]],["parent/4142",[1539,6.479]],["name/4143",[1529,71.25]],["parent/4143",[1539,6.479]],["name/4144",[1532,71.25]],["parent/4144",[1539,6.479]],["name/4145",[455,45.264]],["parent/4145",[1539,6.479]],["name/4146",[1520,71.25]],["parent/4146",[1539,6.479]],["name/4147",[1521,71.25]],["parent/4147",[1539,6.479]],["name/4148",[1522,71.25]],["parent/4148",[1539,6.479]],["name/4149",[43,47.475]],["parent/4149",[42,2.768]],["name/4150",[153,71.25]],["parent/4150",[42,2.768]],["name/4151",[154,71.25]],["parent/4151",[42,2.768]],["name/4152",[155,71.25]],["parent/4152",[42,2.768]],["name/4153",[156,71.25]],["parent/4153",[42,2.768]],["name/4154",[157,71.25]],["parent/4154",[42,2.768]],["name/4155",[158,71.25]],["parent/4155",[42,2.768]],["name/4156",[159,71.25]],["parent/4156",[42,2.768]],["name/4157",[160,71.25]],["parent/4157",[42,2.768]],["name/4158",[161,71.25]],["parent/4158",[42,2.768]],["name/4159",[162,71.25]],["parent/4159",[42,2.768]],["name/4160",[163,71.25]],["parent/4160",[42,2.768]],["name/4161",[164,71.25]],["parent/4161",[42,2.768]],["name/4162",[165,71.25]],["parent/4162",[42,2.768]],["name/4163",[166,71.25]],["parent/4163",[42,2.768]],["name/4164",[167,71.25]],["parent/4164",[42,2.768]],["name/4165",[168,71.25]],["parent/4165",[42,2.768]],["name/4166",[170,71.25]],["parent/4166",[42,2.768]],["name/4167",[174,71.25]],["parent/4167",[42,2.768]],["name/4168",[185,71.25]],["parent/4168",[42,2.768]],["name/4169",[190,71.25]],["parent/4169",[42,2.768]],["name/4170",[193,71.25]],["parent/4170",[42,2.768]],["name/4171",[197,71.25]],["parent/4171",[42,2.768]],["name/4172",[200,71.25]],["parent/4172",[42,2.768]],["name/4173",[212,71.25]],["parent/4173",[42,2.768]],["name/4174",[214,71.25]],["parent/4174",[42,2.768]],["name/4175",[217,71.25]],["parent/4175",[42,2.768]],["name/4176",[221,71.25]],["parent/4176",[42,2.768]],["name/4177",[224,71.25]],["parent/4177",[42,2.768]],["name/4178",[229,71.25]],["parent/4178",[42,2.768]],["name/4179",[232,71.25]],["parent/4179",[42,2.768]],["name/4180",[235,71.25]],["parent/4180",[42,2.768]],["name/4181",[237,71.25]],["parent/4181",[42,2.768]],["name/4182",[240,71.25]],["parent/4182",[42,2.768]],["name/4183",[242,71.25]],["parent/4183",[42,2.768]],["name/4184",[245,71.25]],["parent/4184",[42,2.768]],["name/4185",[247,71.25]],["parent/4185",[42,2.768]],["name/4186",[250,71.25]],["parent/4186",[42,2.768]],["name/4187",[258,71.25]],["parent/4187",[42,2.768]],["name/4188",[260,71.25]],["parent/4188",[42,2.768]],["name/4189",[263,71.25]],["parent/4189",[42,2.768]],["name/4190",[266,71.25]],["parent/4190",[42,2.768]],["name/4191",[269,71.25]],["parent/4191",[42,2.768]],["name/4192",[271,71.25]],["parent/4192",[42,2.768]],["name/4193",[274,71.25]],["parent/4193",[42,2.768]],["name/4194",[279,71.25]],["parent/4194",[42,2.768]],["name/4195",[281,71.25]],["parent/4195",[42,2.768]],["name/4196",[284,71.25]],["parent/4196",[42,2.768]],["name/4197",[287,71.25]],["parent/4197",[42,2.768]],["name/4198",[289,71.25]],["parent/4198",[42,2.768]],["name/4199",[292,71.25]],["parent/4199",[42,2.768]],["name/4200",[298,71.25]],["parent/4200",[42,2.768]],["name/4201",[300,71.25]],["parent/4201",[42,2.768]],["name/4202",[303,71.25]],["parent/4202",[42,2.768]],["name/4203",[308,71.25]],["parent/4203",[42,2.768]],["name/4204",[311,71.25]],["parent/4204",[42,2.768]],["name/4205",[314,71.25]],["parent/4205",[42,2.768]],["name/4206",[316,71.25]],["parent/4206",[42,2.768]],["name/4207",[319,71.25]],["parent/4207",[42,2.768]],["name/4208",[323,71.25]],["parent/4208",[42,2.768]],["name/4209",[326,71.25]],["parent/4209",[42,2.768]],["name/4210",[329,71.25]],["parent/4210",[42,2.768]],["name/4211",[331,71.25]],["parent/4211",[42,2.768]],["name/4212",[334,71.25]],["parent/4212",[42,2.768]],["name/4213",[336,71.25]],["parent/4213",[42,2.768]],["name/4214",[339,71.25]],["parent/4214",[42,2.768]],["name/4215",[344,71.25]],["parent/4215",[42,2.768]],["name/4216",[347,71.25]],["parent/4216",[42,2.768]],["name/4217",[350,64.89]],["parent/4217",[42,2.768]],["name/4218",[352,64.89]],["parent/4218",[42,2.768]],["name/4219",[355,71.25]],["parent/4219",[42,2.768]],["name/4220",[360,71.25]],["parent/4220",[42,2.768]],["name/4221",[362,71.25]],["parent/4221",[42,2.768]],["name/4222",[365,71.25]],["parent/4222",[42,2.768]],["name/4223",[368,71.25]],["parent/4223",[42,2.768]],["name/4224",[370,71.25]],["parent/4224",[42,2.768]],["name/4225",[373,71.25]],["parent/4225",[42,2.768]],["name/4226",[377,71.25]],["parent/4226",[42,2.768]],["name/4227",[379,71.25]],["parent/4227",[42,2.768]],["name/4228",[382,71.25]],["parent/4228",[42,2.768]],["name/4229",[387,71.25]],["parent/4229",[42,2.768]],["name/4230",[388,71.25]],["parent/4230",[42,2.768]],["name/4231",[389,73.763]],["parent/4231",[42,2.768]],["name/4232",[390,73.763]],["parent/4232",[42,2.768]],["name/4233",[391,73.763]],["parent/4233",[42,2.768]],["name/4234",[392,73.763]],["parent/4234",[42,2.768]],["name/4235",[42,27.726]],["parent/4235",[42,2.768]],["name/4236",[80,71.25]],["parent/4236",[42,2.768]],["name/4237",[83,71.25]],["parent/4237",[42,2.768]],["name/4238",[76,71.25]],["parent/4238",[42,2.768]],["name/4239",[74,71.25]],["parent/4239",[42,2.768]],["name/4240",[75,71.25]],["parent/4240",[42,2.768]],["name/4241",[72,71.25]],["parent/4241",[42,2.768]],["name/4242",[73,71.25]],["parent/4242",[42,2.768]],["name/4243",[71,71.25]],["parent/4243",[42,2.768]],["name/4244",[70,71.25]],["parent/4244",[42,2.768]],["name/4245",[69,71.25]],["parent/4245",[42,2.768]],["name/4246",[84,71.25]],["parent/4246",[42,2.768]],["name/4247",[85,71.25]],["parent/4247",[42,2.768]],["name/4248",[86,71.25]],["parent/4248",[42,2.768]],["name/4249",[87,71.25]],["parent/4249",[42,2.768]],["name/4250",[88,71.25]],["parent/4250",[42,2.768]],["name/4251",[89,71.25]],["parent/4251",[42,2.768]],["name/4252",[90,71.25]],["parent/4252",[42,2.768]],["name/4253",[78,71.25]],["parent/4253",[42,2.768]],["name/4254",[79,71.25]],["parent/4254",[42,2.768]],["name/4255",[77,71.25]],["parent/4255",[42,2.768]],["name/4256",[91,71.25]],["parent/4256",[42,2.768]],["name/4257",[92,71.25]],["parent/4257",[42,2.768]],["name/4258",[93,71.25]],["parent/4258",[42,2.768]],["name/4259",[94,71.25]],["parent/4259",[42,2.768]],["name/4260",[95,71.25]],["parent/4260",[42,2.768]],["name/4261",[96,71.25]],["parent/4261",[42,2.768]],["name/4262",[82,71.25]],["parent/4262",[42,2.768]],["name/4263",[81,71.25]],["parent/4263",[42,2.768]],["name/4264",[1540,82.236]],["parent/4264",[42,2.768]],["name/4265",[387,71.25]],["parent/4265",[1541,3.927]],["name/4266",[388,71.25]],["parent/4266",[1541,3.927]],["name/4267",[174,71.25]],["parent/4267",[1541,3.927]],["name/4268",[168,71.25]],["parent/4268",[1541,3.927]],["name/4269",[170,71.25]],["parent/4269",[1541,3.927]],["name/4270",[153,71.25]],["parent/4270",[1541,3.927]],["name/4271",[154,71.25]],["parent/4271",[1541,3.927]],["name/4272",[185,71.25]],["parent/4272",[1541,3.927]],["name/4273",[190,71.25]],["parent/4273",[1541,3.927]],["name/4274",[155,71.25]],["parent/4274",[1541,3.927]],["name/4275",[200,71.25]],["parent/4275",[1541,3.927]],["name/4276",[193,71.25]],["parent/4276",[1541,3.927]],["name/4277",[197,71.25]],["parent/4277",[1541,3.927]],["name/4278",[156,71.25]],["parent/4278",[1541,3.927]],["name/4279",[217,71.25]],["parent/4279",[1541,3.927]],["name/4280",[212,71.25]],["parent/4280",[1541,3.927]],["name/4281",[214,71.25]],["parent/4281",[1541,3.927]],["name/4282",[221,71.25]],["parent/4282",[1541,3.927]],["name/4283",[224,71.25]],["parent/4283",[1541,3.927]],["name/4284",[229,71.25]],["parent/4284",[1541,3.927]],["name/4285",[232,71.25]],["parent/4285",[1541,3.927]],["name/4286",[235,71.25]],["parent/4286",[1541,3.927]],["name/4287",[237,71.25]],["parent/4287",[1541,3.927]],["name/4288",[240,71.25]],["parent/4288",[1541,3.927]],["name/4289",[242,71.25]],["parent/4289",[1541,3.927]],["name/4290",[250,71.25]],["parent/4290",[1541,3.927]],["name/4291",[245,71.25]],["parent/4291",[1541,3.927]],["name/4292",[247,71.25]],["parent/4292",[1541,3.927]],["name/4293",[258,71.25]],["parent/4293",[1541,3.927]],["name/4294",[260,71.25]],["parent/4294",[1541,3.927]],["name/4295",[263,71.25]],["parent/4295",[1541,3.927]],["name/4296",[266,71.25]],["parent/4296",[1541,3.927]],["name/4297",[157,71.25]],["parent/4297",[1541,3.927]],["name/4298",[274,71.25]],["parent/4298",[1541,3.927]],["name/4299",[269,71.25]],["parent/4299",[1541,3.927]],["name/4300",[271,71.25]],["parent/4300",[1541,3.927]],["name/4301",[158,71.25]],["parent/4301",[1541,3.927]],["name/4302",[284,71.25]],["parent/4302",[1541,3.927]],["name/4303",[279,71.25]],["parent/4303",[1541,3.927]],["name/4304",[281,71.25]],["parent/4304",[1541,3.927]],["name/4305",[159,71.25]],["parent/4305",[1541,3.927]],["name/4306",[292,71.25]],["parent/4306",[1541,3.927]],["name/4307",[287,71.25]],["parent/4307",[1541,3.927]],["name/4308",[289,71.25]],["parent/4308",[1541,3.927]],["name/4309",[160,71.25]],["parent/4309",[1541,3.927]],["name/4310",[303,71.25]],["parent/4310",[1541,3.927]],["name/4311",[298,71.25]],["parent/4311",[1541,3.927]],["name/4312",[300,71.25]],["parent/4312",[1541,3.927]],["name/4313",[161,71.25]],["parent/4313",[1541,3.927]],["name/4314",[308,71.25]],["parent/4314",[1541,3.927]],["name/4315",[311,71.25]],["parent/4315",[1541,3.927]],["name/4316",[162,71.25]],["parent/4316",[1541,3.927]],["name/4317",[163,71.25]],["parent/4317",[1541,3.927]],["name/4318",[164,71.25]],["parent/4318",[1541,3.927]],["name/4319",[319,71.25]],["parent/4319",[1541,3.927]],["name/4320",[314,71.25]],["parent/4320",[1541,3.927]],["name/4321",[316,71.25]],["parent/4321",[1541,3.927]],["name/4322",[323,71.25]],["parent/4322",[1541,3.927]],["name/4323",[326,71.25]],["parent/4323",[1541,3.927]],["name/4324",[329,71.25]],["parent/4324",[1541,3.927]],["name/4325",[331,71.25]],["parent/4325",[1541,3.927]],["name/4326",[165,71.25]],["parent/4326",[1541,3.927]],["name/4327",[339,71.25]],["parent/4327",[1541,3.927]],["name/4328",[334,71.25]],["parent/4328",[1541,3.927]],["name/4329",[336,71.25]],["parent/4329",[1541,3.927]],["name/4330",[166,71.25]],["parent/4330",[1541,3.927]],["name/4331",[344,71.25]],["parent/4331",[1541,3.927]],["name/4332",[347,71.25]],["parent/4332",[1541,3.927]],["name/4333",[355,71.25]],["parent/4333",[1541,3.927]],["name/4334",[350,64.89]],["parent/4334",[1541,3.927]],["name/4335",[352,64.89]],["parent/4335",[1541,3.927]],["name/4336",[167,71.25]],["parent/4336",[1541,3.927]],["name/4337",[365,71.25]],["parent/4337",[1541,3.927]],["name/4338",[360,71.25]],["parent/4338",[1541,3.927]],["name/4339",[362,71.25]],["parent/4339",[1541,3.927]],["name/4340",[373,71.25]],["parent/4340",[1541,3.927]],["name/4341",[368,71.25]],["parent/4341",[1541,3.927]],["name/4342",[370,71.25]],["parent/4342",[1541,3.927]],["name/4343",[382,71.25]],["parent/4343",[1541,3.927]],["name/4344",[377,71.25]],["parent/4344",[1541,3.927]],["name/4345",[379,71.25]],["parent/4345",[1541,3.927]],["name/4346",[80,71.25]],["parent/4346",[1541,3.927]],["name/4347",[83,71.25]],["parent/4347",[1541,3.927]],["name/4348",[76,71.25]],["parent/4348",[1541,3.927]],["name/4349",[74,71.25]],["parent/4349",[1541,3.927]],["name/4350",[75,71.25]],["parent/4350",[1541,3.927]],["name/4351",[72,71.25]],["parent/4351",[1541,3.927]],["name/4352",[73,71.25]],["parent/4352",[1541,3.927]],["name/4353",[71,71.25]],["parent/4353",[1541,3.927]],["name/4354",[70,71.25]],["parent/4354",[1541,3.927]],["name/4355",[69,71.25]],["parent/4355",[1541,3.927]],["name/4356",[84,71.25]],["parent/4356",[1541,3.927]],["name/4357",[85,71.25]],["parent/4357",[1541,3.927]],["name/4358",[86,71.25]],["parent/4358",[1541,3.927]],["name/4359",[87,71.25]],["parent/4359",[1541,3.927]],["name/4360",[88,71.25]],["parent/4360",[1541,3.927]],["name/4361",[89,71.25]],["parent/4361",[1541,3.927]],["name/4362",[90,71.25]],["parent/4362",[1541,3.927]],["name/4363",[78,71.25]],["parent/4363",[1541,3.927]],["name/4364",[79,71.25]],["parent/4364",[1541,3.927]],["name/4365",[77,71.25]],["parent/4365",[1541,3.927]],["name/4366",[91,71.25]],["parent/4366",[1541,3.927]],["name/4367",[92,71.25]],["parent/4367",[1541,3.927]],["name/4368",[93,71.25]],["parent/4368",[1541,3.927]],["name/4369",[94,71.25]],["parent/4369",[1541,3.927]],["name/4370",[95,71.25]],["parent/4370",[1541,3.927]],["name/4371",[96,71.25]],["parent/4371",[1541,3.927]],["name/4372",[82,71.25]],["parent/4372",[1541,3.927]],["name/4373",[81,71.25]],["parent/4373",[1541,3.927]],["name/4374",[1542,30.362]],["parent/4374",[]],["name/4375",[43,47.475]],["parent/4375",[1542,3.031]],["name/4376",[424,58.257]],["parent/4376",[1542,3.031]],["name/4377",[425,57.669]],["parent/4377",[1542,3.031]],["name/4378",[790,61.034]],["parent/4378",[1542,3.031]],["name/4379",[791,61.034]],["parent/4379",[1542,3.031]],["name/4380",[792,61.034]],["parent/4380",[1542,3.031]],["name/4381",[793,61.034]],["parent/4381",[1542,3.031]],["name/4382",[426,58.257]],["parent/4382",[1542,3.031]],["name/4383",[427,58.257]],["parent/4383",[1542,3.031]],["name/4384",[428,58.257]],["parent/4384",[1542,3.031]],["name/4385",[429,58.257]],["parent/4385",[1542,3.031]],["name/4386",[430,58.257]],["parent/4386",[1542,3.031]],["name/4387",[431,58.257]],["parent/4387",[1542,3.031]],["name/4388",[432,58.257]],["parent/4388",[1542,3.031]],["name/4389",[433,58.257]],["parent/4389",[1542,3.031]],["name/4390",[434,58.257]],["parent/4390",[1542,3.031]],["name/4391",[435,56.087]],["parent/4391",[1542,3.031]],["name/4392",[436,56.087]],["parent/4392",[1542,3.031]],["name/4393",[437,58.257]],["parent/4393",[1542,3.031]],["name/4394",[438,58.257]],["parent/4394",[1542,3.031]],["name/4395",[439,58.257]],["parent/4395",[1542,3.031]],["name/4396",[440,58.257]],["parent/4396",[1542,3.031]],["name/4397",[441,58.257]],["parent/4397",[1542,3.031]],["name/4398",[442,58.257]],["parent/4398",[1542,3.031]],["name/4399",[443,58.257]],["parent/4399",[1542,3.031]],["name/4400",[444,58.257]],["parent/4400",[1542,3.031]],["name/4401",[445,58.257]],["parent/4401",[1542,3.031]],["name/4402",[447,58.257]],["parent/4402",[1542,3.031]],["name/4403",[446,58.257]],["parent/4403",[1542,3.031]],["name/4404",[794,61.034]],["parent/4404",[1542,3.031]],["name/4405",[795,61.034]],["parent/4405",[1542,3.031]],["name/4406",[448,58.257]],["parent/4406",[1542,3.031]],["name/4407",[449,58.257]],["parent/4407",[1542,3.031]],["name/4408",[450,58.257]],["parent/4408",[1542,3.031]],["name/4409",[455,45.264]],["parent/4409",[1542,3.031]],["name/4410",[1543,71.25]],["parent/4410",[1542,3.031]],["name/4411",[1544,71.25]],["parent/4411",[1542,3.031]],["name/4412",[796,64.89]],["parent/4412",[1542,3.031]],["name/4413",[9,48.796]],["parent/4413",[1542,3.031]],["name/4414",[1112,64.89]],["parent/4414",[1542,3.031]],["name/4415",[1113,64.89]],["parent/4415",[1542,3.031]],["name/4416",[1114,64.89]],["parent/4416",[1542,3.031]],["name/4417",[1109,64.89]],["parent/4417",[1542,3.031]],["name/4418",[1110,64.89]],["parent/4418",[1542,3.031]],["name/4419",[1111,64.89]],["parent/4419",[1542,3.031]],["name/4420",[1115,64.89]],["parent/4420",[1542,3.031]],["name/4421",[1116,64.89]],["parent/4421",[1542,3.031]],["name/4422",[1117,64.89]],["parent/4422",[1542,3.031]],["name/4423",[1118,64.89]],["parent/4423",[1542,3.031]],["name/4424",[1119,64.89]],["parent/4424",[1542,3.031]],["name/4425",[1120,64.89]],["parent/4425",[1542,3.031]],["name/4426",[1121,64.89]],["parent/4426",[1542,3.031]],["name/4427",[1122,64.89]],["parent/4427",[1542,3.031]],["name/4428",[1545,71.25]],["parent/4428",[1542,3.031]],["name/4429",[451,61.034]],["parent/4429",[1542,3.031]],["name/4430",[797,64.89]],["parent/4430",[1542,3.031]],["name/4431",[798,64.89]],["parent/4431",[1542,3.031]],["name/4432",[799,64.89]],["parent/4432",[1542,3.031]],["name/4433",[1546,71.25]],["parent/4433",[1542,3.031]],["name/4434",[456,61.034]],["parent/4434",[1542,3.031]],["name/4435",[457,61.034]],["parent/4435",[1542,3.031]],["name/4436",[458,61.034]],["parent/4436",[1542,3.031]],["name/4437",[462,61.034]],["parent/4437",[1542,3.031]],["name/4438",[463,61.034]],["parent/4438",[1542,3.031]],["name/4439",[464,61.034]],["parent/4439",[1542,3.031]],["name/4440",[448,58.257]],["parent/4440",[1542,3.031]],["name/4441",[449,58.257]],["parent/4441",[1542,3.031]],["name/4442",[450,58.257]],["parent/4442",[1542,3.031]],["name/4443",[794,61.034]],["parent/4443",[1542,3.031]],["name/4444",[429,58.257]],["parent/4444",[1542,3.031]],["name/4445",[439,58.257]],["parent/4445",[1542,3.031]],["name/4446",[440,58.257]],["parent/4446",[1542,3.031]],["name/4447",[441,58.257]],["parent/4447",[1542,3.031]],["name/4448",[430,58.257]],["parent/4448",[1542,3.031]],["name/4449",[431,58.257]],["parent/4449",[1542,3.031]],["name/4450",[455,45.264]],["parent/4450",[1542,3.031]],["name/4451",[1543,71.25]],["parent/4451",[1542,3.031]],["name/4452",[1544,71.25]],["parent/4452",[1542,3.031]],["name/4453",[796,64.89]],["parent/4453",[1542,3.031]],["name/4454",[793,61.034]],["parent/4454",[1542,3.031]],["name/4455",[424,58.257]],["parent/4455",[1542,3.031]],["name/4456",[795,61.034]],["parent/4456",[1542,3.031]],["name/4457",[9,48.796]],["parent/4457",[1542,3.031]],["name/4458",[1114,64.89]],["parent/4458",[1542,3.031]],["name/4459",[1109,64.89]],["parent/4459",[1542,3.031]],["name/4460",[1110,64.89]],["parent/4460",[1542,3.031]],["name/4461",[1113,64.89]],["parent/4461",[1542,3.031]],["name/4462",[1112,64.89]],["parent/4462",[1542,3.031]],["name/4463",[446,58.257]],["parent/4463",[1542,3.031]],["name/4464",[1115,64.89]],["parent/4464",[1542,3.031]],["name/4465",[1116,64.89]],["parent/4465",[1542,3.031]],["name/4466",[1117,64.89]],["parent/4466",[1542,3.031]],["name/4467",[1118,64.89]],["parent/4467",[1542,3.031]],["name/4468",[1119,64.89]],["parent/4468",[1542,3.031]],["name/4469",[1120,64.89]],["parent/4469",[1542,3.031]],["name/4470",[1121,64.89]],["parent/4470",[1542,3.031]],["name/4471",[1122,64.89]],["parent/4471",[1542,3.031]],["name/4472",[434,58.257]],["parent/4472",[1542,3.031]],["name/4473",[1545,71.25]],["parent/4473",[1542,3.031]],["name/4474",[451,61.034]],["parent/4474",[1542,3.031]],["name/4475",[427,58.257]],["parent/4475",[1542,3.031]],["name/4476",[791,61.034]],["parent/4476",[1542,3.031]],["name/4477",[792,61.034]],["parent/4477",[1542,3.031]],["name/4478",[790,61.034]],["parent/4478",[1542,3.031]],["name/4479",[1546,71.25]],["parent/4479",[1542,3.031]],["name/4480",[1111,64.89]],["parent/4480",[1542,3.031]],["name/4481",[426,58.257]],["parent/4481",[1542,3.031]],["name/4482",[456,61.034]],["parent/4482",[1542,3.031]],["name/4483",[457,61.034]],["parent/4483",[1542,3.031]],["name/4484",[458,61.034]],["parent/4484",[1542,3.031]],["name/4485",[798,64.89]],["parent/4485",[1542,3.031]],["name/4486",[799,64.89]],["parent/4486",[1542,3.031]],["name/4487",[797,64.89]],["parent/4487",[1542,3.031]],["name/4488",[432,58.257]],["parent/4488",[1542,3.031]],["name/4489",[428,58.257]],["parent/4489",[1542,3.031]],["name/4490",[447,58.257]],["parent/4490",[1542,3.031]],["name/4491",[444,58.257]],["parent/4491",[1542,3.031]],["name/4492",[445,58.257]],["parent/4492",[1542,3.031]],["name/4493",[442,58.257]],["parent/4493",[1542,3.031]],["name/4494",[443,58.257]],["parent/4494",[1542,3.031]],["name/4495",[437,58.257]],["parent/4495",[1542,3.031]],["name/4496",[438,58.257]],["parent/4496",[1542,3.031]],["name/4497",[433,58.257]],["parent/4497",[1542,3.031]],["name/4498",[436,56.087]],["parent/4498",[1542,3.031]],["name/4499",[435,56.087]],["parent/4499",[1542,3.031]],["name/4500",[425,57.669]],["parent/4500",[1542,3.031]],["name/4501",[462,61.034]],["parent/4501",[1542,3.031]],["name/4502",[463,61.034]],["parent/4502",[1542,3.031]],["name/4503",[464,61.034]],["parent/4503",[1542,3.031]],["name/4504",[1542,30.362]],["parent/4504",[1542,3.031]],["name/4505",[17,54.721]],["parent/4505",[1547,5.945]],["name/4506",[43,47.475]],["parent/4506",[1547,5.945]],["name/4507",[98,58.257]],["parent/4507",[1547,5.945]],["name/4508",[1548,73.763]],["parent/4508",[1549,6.368]],["name/4509",[1550,73.763]],["parent/4509",[1549,6.368]],["name/4510",[1551,73.763]],["parent/4510",[1549,6.368]],["name/4511",[1552,73.763]],["parent/4511",[1549,6.368]],["name/4512",[1553,73.763]],["parent/4512",[1549,6.368]],["name/4513",[1554,73.763]],["parent/4513",[1549,6.368]],["name/4514",[1555,73.763]],["parent/4514",[1549,6.368]],["name/4515",[1556,73.763]],["parent/4515",[1549,6.368]],["name/4516",[1557,73.763]],["parent/4516",[1549,6.368]],["name/4517",[30,56.587]],["parent/4517",[1547,5.945]],["name/4518",[125,58.257]],["parent/4518",[1547,5.945]],["name/4519",[10,27.115]],["parent/4519",[1558,8.21]],["name/4520",[1548,73.763]],["parent/4520",[1559,5.702]],["name/4521",[1560,82.236]],["parent/4521",[1559,5.702]],["name/4522",[1550,73.763]],["parent/4522",[1559,5.702]],["name/4523",[1561,82.236]],["parent/4523",[1559,5.702]],["name/4524",[1551,73.763]],["parent/4524",[1559,5.702]],["name/4525",[1562,82.236]],["parent/4525",[1559,5.702]],["name/4526",[1552,73.763]],["parent/4526",[1559,5.702]],["name/4527",[1563,82.236]],["parent/4527",[1559,5.702]],["name/4528",[1553,73.763]],["parent/4528",[1559,5.702]],["name/4529",[1564,82.236]],["parent/4529",[1559,5.702]],["name/4530",[1554,73.763]],["parent/4530",[1559,5.702]],["name/4531",[1565,82.236]],["parent/4531",[1559,5.702]],["name/4532",[1555,73.763]],["parent/4532",[1559,5.702]],["name/4533",[1566,82.236]],["parent/4533",[1559,5.702]],["name/4534",[1556,73.763]],["parent/4534",[1559,5.702]],["name/4535",[1567,82.236]],["parent/4535",[1559,5.702]],["name/4536",[1557,73.763]],["parent/4536",[1559,5.702]],["name/4537",[1568,82.236]],["parent/4537",[1559,5.702]],["name/4538",[1548,73.763]],["parent/4538",[1547,5.945]],["name/4539",[1550,73.763]],["parent/4539",[1547,5.945]],["name/4540",[1551,73.763]],["parent/4540",[1547,5.945]],["name/4541",[1552,73.763]],["parent/4541",[1547,5.945]],["name/4542",[1553,73.763]],["parent/4542",[1547,5.945]],["name/4543",[1554,73.763]],["parent/4543",[1547,5.945]],["name/4544",[1555,73.763]],["parent/4544",[1547,5.945]],["name/4545",[1556,73.763]],["parent/4545",[1547,5.945]],["name/4546",[1557,73.763]],["parent/4546",[1547,5.945]],["name/4547",[1569,71.25]],["parent/4547",[1542,3.031]],["name/4548",[1570,71.25]],["parent/4548",[1542,3.031]],["name/4549",[10,27.115]],["parent/4549",[1571,8.21]],["name/4550",[547,36.628]],["parent/4550",[1572,7.7]],["name/4551",[205,41.128]],["parent/4551",[1572,7.7]],["name/4552",[1573,71.25]],["parent/4552",[1542,3.031]],["name/4553",[10,27.115]],["parent/4553",[1574,8.21]],["name/4554",[172,34.962]],["parent/4554",[1575,8.21]],["name/4555",[1576,71.25]],["parent/4555",[1542,3.031]],["name/4556",[10,27.115]],["parent/4556",[1577,8.21]],["name/4557",[547,36.628]],["parent/4557",[1578,7.7]],["name/4558",[205,41.128]],["parent/4558",[1578,7.7]],["name/4559",[1579,71.25]],["parent/4559",[1542,3.031]],["name/4560",[10,27.115]],["parent/4560",[1580,8.21]],["name/4561",[172,34.962]],["parent/4561",[1581,7.7]],["name/4562",[1582,64.89]],["parent/4562",[1581,7.7]],["name/4563",[1583,71.25]],["parent/4563",[1542,3.031]],["name/4564",[10,27.115]],["parent/4564",[1584,8.21]],["name/4565",[547,36.628]],["parent/4565",[1585,7.364]],["name/4566",[205,41.128]],["parent/4566",[1585,7.364]],["name/4567",[1586,82.236]],["parent/4567",[1585,7.364]],["name/4568",[1587,71.25]],["parent/4568",[1542,3.031]],["name/4569",[10,27.115]],["parent/4569",[1588,8.21]],["name/4570",[172,34.962]],["parent/4570",[1589,7.7]],["name/4571",[1582,64.89]],["parent/4571",[1589,7.7]],["name/4572",[1590,71.25]],["parent/4572",[1542,3.031]],["name/4573",[10,27.115]],["parent/4573",[1591,8.21]],["name/4574",[547,36.628]],["parent/4574",[1592,7.364]],["name/4575",[205,41.128]],["parent/4575",[1592,7.364]],["name/4576",[1008,63.778]],["parent/4576",[1592,7.364]],["name/4577",[1593,71.25]],["parent/4577",[1542,3.031]],["name/4578",[10,27.115]],["parent/4578",[1594,8.21]],["name/4579",[1582,64.89]],["parent/4579",[1595,7.7]],["name/4580",[172,34.962]],["parent/4580",[1595,7.7]],["name/4581",[1596,71.25]],["parent/4581",[1542,3.031]],["name/4582",[10,27.115]],["parent/4582",[1597,8.21]],["name/4583",[547,36.628]],["parent/4583",[1598,7.7]],["name/4584",[205,41.128]],["parent/4584",[1598,7.7]],["name/4585",[1599,71.25]],["parent/4585",[1542,3.031]],["name/4586",[10,27.115]],["parent/4586",[1600,8.21]],["name/4587",[172,34.962]],["parent/4587",[1601,7.7]],["name/4588",[1582,64.89]],["parent/4588",[1601,7.7]],["name/4589",[1602,71.25]],["parent/4589",[1542,3.031]],["name/4590",[10,27.115]],["parent/4590",[1603,8.21]],["name/4591",[547,36.628]],["parent/4591",[1604,8.21]],["name/4592",[1605,71.25]],["parent/4592",[1542,3.031]],["name/4593",[10,27.115]],["parent/4593",[1606,8.21]],["name/4594",[172,34.962]],["parent/4594",[1607,7.7]],["name/4595",[1582,64.89]],["parent/4595",[1607,7.7]],["name/4596",[1608,71.25]],["parent/4596",[1542,3.031]],["name/4597",[10,27.115]],["parent/4597",[1609,8.21]],["name/4598",[547,36.628]],["parent/4598",[1610,7.7]],["name/4599",[205,41.128]],["parent/4599",[1610,7.7]],["name/4600",[1611,71.25]],["parent/4600",[1542,3.031]],["name/4601",[10,27.115]],["parent/4601",[1612,8.21]],["name/4602",[172,34.962]],["parent/4602",[1613,7.7]],["name/4603",[1582,64.89]],["parent/4603",[1613,7.7]],["name/4604",[1614,71.25]],["parent/4604",[1542,3.031]],["name/4605",[10,27.115]],["parent/4605",[1615,8.21]],["name/4606",[547,36.628]],["parent/4606",[1616,7.7]],["name/4607",[205,41.128]],["parent/4607",[1616,7.7]],["name/4608",[1617,71.25]],["parent/4608",[1542,3.031]],["name/4609",[10,27.115]],["parent/4609",[1618,8.21]],["name/4610",[679,63.778]],["parent/4610",[1619,7.364]],["name/4611",[172,34.962]],["parent/4611",[1619,7.364]],["name/4612",[1582,64.89]],["parent/4612",[1619,7.364]],["name/4613",[1620,71.25]],["parent/4613",[1542,3.031]],["name/4614",[10,27.115]],["parent/4614",[1621,8.21]],["name/4615",[547,36.628]],["parent/4615",[1622,7.7]],["name/4616",[205,41.128]],["parent/4616",[1622,7.7]],["name/4617",[1623,71.25]],["parent/4617",[1542,3.031]],["name/4618",[10,27.115]],["parent/4618",[1624,8.21]],["name/4619",[679,63.778]],["parent/4619",[1625,7.364]],["name/4620",[172,34.962]],["parent/4620",[1625,7.364]],["name/4621",[1582,64.89]],["parent/4621",[1625,7.364]],["name/4622",[1626,71.25]],["parent/4622",[1542,3.031]],["name/4623",[1627,71.25]],["parent/4623",[1542,3.031]],["name/4624",[1628,73.763]],["parent/4624",[1542,3.031]],["name/4625",[1569,71.25]],["parent/4625",[1542,3.031]],["name/4626",[1570,71.25]],["parent/4626",[1542,3.031]],["name/4627",[1573,71.25]],["parent/4627",[1542,3.031]],["name/4628",[1576,71.25]],["parent/4628",[1542,3.031]],["name/4629",[1579,71.25]],["parent/4629",[1542,3.031]],["name/4630",[1583,71.25]],["parent/4630",[1542,3.031]],["name/4631",[1587,71.25]],["parent/4631",[1542,3.031]],["name/4632",[1590,71.25]],["parent/4632",[1542,3.031]],["name/4633",[1593,71.25]],["parent/4633",[1542,3.031]],["name/4634",[1596,71.25]],["parent/4634",[1542,3.031]],["name/4635",[1599,71.25]],["parent/4635",[1542,3.031]],["name/4636",[1602,71.25]],["parent/4636",[1542,3.031]],["name/4637",[1605,71.25]],["parent/4637",[1542,3.031]],["name/4638",[1608,71.25]],["parent/4638",[1542,3.031]],["name/4639",[1611,71.25]],["parent/4639",[1542,3.031]],["name/4640",[1614,71.25]],["parent/4640",[1542,3.031]],["name/4641",[1617,71.25]],["parent/4641",[1542,3.031]],["name/4642",[1620,71.25]],["parent/4642",[1542,3.031]],["name/4643",[1623,71.25]],["parent/4643",[1542,3.031]],["name/4644",[1626,71.25]],["parent/4644",[1542,3.031]],["name/4645",[1627,71.25]],["parent/4645",[1542,3.031]],["name/4646",[1628,73.763]],["parent/4646",[1542,3.031]],["name/4647",[1542,30.362]],["parent/4647",[1542,3.031]],["name/4648",[43,47.475]],["parent/4648",[1542,3.031]],["name/4649",[1569,71.25]],["parent/4649",[1542,3.031]],["name/4650",[1570,71.25]],["parent/4650",[1542,3.031]],["name/4651",[1573,71.25]],["parent/4651",[1542,3.031]],["name/4652",[1576,71.25]],["parent/4652",[1542,3.031]],["name/4653",[1579,71.25]],["parent/4653",[1542,3.031]],["name/4654",[1583,71.25]],["parent/4654",[1542,3.031]],["name/4655",[1587,71.25]],["parent/4655",[1542,3.031]],["name/4656",[1590,71.25]],["parent/4656",[1542,3.031]],["name/4657",[1593,71.25]],["parent/4657",[1542,3.031]],["name/4658",[1596,71.25]],["parent/4658",[1542,3.031]],["name/4659",[1599,71.25]],["parent/4659",[1542,3.031]],["name/4660",[1602,71.25]],["parent/4660",[1542,3.031]],["name/4661",[1605,71.25]],["parent/4661",[1542,3.031]],["name/4662",[1608,71.25]],["parent/4662",[1542,3.031]],["name/4663",[1611,71.25]],["parent/4663",[1542,3.031]],["name/4664",[1614,71.25]],["parent/4664",[1542,3.031]],["name/4665",[1617,71.25]],["parent/4665",[1542,3.031]],["name/4666",[1620,71.25]],["parent/4666",[1542,3.031]],["name/4667",[1623,71.25]],["parent/4667",[1542,3.031]],["name/4668",[1626,71.25]],["parent/4668",[1542,3.031]],["name/4669",[1627,71.25]],["parent/4669",[1542,3.031]],["name/4670",[1628,73.763]],["parent/4670",[1542,3.031]],["name/4671",[1542,30.362]],["parent/4671",[1542,3.031]],["name/4672",[448,58.257]],["parent/4672",[1542,3.031]],["name/4673",[449,58.257]],["parent/4673",[1542,3.031]],["name/4674",[450,58.257]],["parent/4674",[1542,3.031]],["name/4675",[794,61.034]],["parent/4675",[1542,3.031]],["name/4676",[429,58.257]],["parent/4676",[1542,3.031]],["name/4677",[439,58.257]],["parent/4677",[1542,3.031]],["name/4678",[440,58.257]],["parent/4678",[1542,3.031]],["name/4679",[441,58.257]],["parent/4679",[1542,3.031]],["name/4680",[430,58.257]],["parent/4680",[1542,3.031]],["name/4681",[431,58.257]],["parent/4681",[1542,3.031]],["name/4682",[455,45.264]],["parent/4682",[1542,3.031]],["name/4683",[1543,71.25]],["parent/4683",[1542,3.031]],["name/4684",[1544,71.25]],["parent/4684",[1542,3.031]],["name/4685",[796,64.89]],["parent/4685",[1542,3.031]],["name/4686",[793,61.034]],["parent/4686",[1542,3.031]],["name/4687",[424,58.257]],["parent/4687",[1542,3.031]],["name/4688",[795,61.034]],["parent/4688",[1542,3.031]],["name/4689",[9,48.796]],["parent/4689",[1542,3.031]],["name/4690",[1114,64.89]],["parent/4690",[1542,3.031]],["name/4691",[1109,64.89]],["parent/4691",[1542,3.031]],["name/4692",[1110,64.89]],["parent/4692",[1542,3.031]],["name/4693",[1113,64.89]],["parent/4693",[1542,3.031]],["name/4694",[1112,64.89]],["parent/4694",[1542,3.031]],["name/4695",[446,58.257]],["parent/4695",[1542,3.031]],["name/4696",[1115,64.89]],["parent/4696",[1542,3.031]],["name/4697",[1116,64.89]],["parent/4697",[1542,3.031]],["name/4698",[1117,64.89]],["parent/4698",[1542,3.031]],["name/4699",[1118,64.89]],["parent/4699",[1542,3.031]],["name/4700",[1119,64.89]],["parent/4700",[1542,3.031]],["name/4701",[1120,64.89]],["parent/4701",[1542,3.031]],["name/4702",[1121,64.89]],["parent/4702",[1542,3.031]],["name/4703",[1122,64.89]],["parent/4703",[1542,3.031]],["name/4704",[434,58.257]],["parent/4704",[1542,3.031]],["name/4705",[1545,71.25]],["parent/4705",[1542,3.031]],["name/4706",[451,61.034]],["parent/4706",[1542,3.031]],["name/4707",[427,58.257]],["parent/4707",[1542,3.031]],["name/4708",[791,61.034]],["parent/4708",[1542,3.031]],["name/4709",[792,61.034]],["parent/4709",[1542,3.031]],["name/4710",[790,61.034]],["parent/4710",[1542,3.031]],["name/4711",[1546,71.25]],["parent/4711",[1542,3.031]],["name/4712",[1111,64.89]],["parent/4712",[1542,3.031]],["name/4713",[426,58.257]],["parent/4713",[1542,3.031]],["name/4714",[456,61.034]],["parent/4714",[1542,3.031]],["name/4715",[457,61.034]],["parent/4715",[1542,3.031]],["name/4716",[458,61.034]],["parent/4716",[1542,3.031]],["name/4717",[798,64.89]],["parent/4717",[1542,3.031]],["name/4718",[799,64.89]],["parent/4718",[1542,3.031]],["name/4719",[797,64.89]],["parent/4719",[1542,3.031]],["name/4720",[432,58.257]],["parent/4720",[1542,3.031]],["name/4721",[428,58.257]],["parent/4721",[1542,3.031]],["name/4722",[447,58.257]],["parent/4722",[1542,3.031]],["name/4723",[444,58.257]],["parent/4723",[1542,3.031]],["name/4724",[445,58.257]],["parent/4724",[1542,3.031]],["name/4725",[442,58.257]],["parent/4725",[1542,3.031]],["name/4726",[443,58.257]],["parent/4726",[1542,3.031]],["name/4727",[437,58.257]],["parent/4727",[1542,3.031]],["name/4728",[438,58.257]],["parent/4728",[1542,3.031]],["name/4729",[433,58.257]],["parent/4729",[1542,3.031]],["name/4730",[436,56.087]],["parent/4730",[1542,3.031]],["name/4731",[435,56.087]],["parent/4731",[1542,3.031]],["name/4732",[425,57.669]],["parent/4732",[1542,3.031]],["name/4733",[462,61.034]],["parent/4733",[1542,3.031]],["name/4734",[463,61.034]],["parent/4734",[1542,3.031]],["name/4735",[464,61.034]],["parent/4735",[1542,3.031]],["name/4736",[1629,82.236]],["parent/4736",[1542,3.031]],["name/4737",[1626,71.25]],["parent/4737",[1630,4.174]],["name/4738",[1627,71.25]],["parent/4738",[1630,4.174]],["name/4739",[1570,71.25]],["parent/4739",[1630,4.174]],["name/4740",[1573,71.25]],["parent/4740",[1630,4.174]],["name/4741",[1576,71.25]],["parent/4741",[1630,4.174]],["name/4742",[1579,71.25]],["parent/4742",[1630,4.174]],["name/4743",[1583,71.25]],["parent/4743",[1630,4.174]],["name/4744",[1587,71.25]],["parent/4744",[1630,4.174]],["name/4745",[1569,71.25]],["parent/4745",[1630,4.174]],["name/4746",[1590,71.25]],["parent/4746",[1630,4.174]],["name/4747",[1593,71.25]],["parent/4747",[1630,4.174]],["name/4748",[1596,71.25]],["parent/4748",[1630,4.174]],["name/4749",[1599,71.25]],["parent/4749",[1630,4.174]],["name/4750",[1602,71.25]],["parent/4750",[1630,4.174]],["name/4751",[1605,71.25]],["parent/4751",[1630,4.174]],["name/4752",[1608,71.25]],["parent/4752",[1630,4.174]],["name/4753",[1611,71.25]],["parent/4753",[1630,4.174]],["name/4754",[1614,71.25]],["parent/4754",[1630,4.174]],["name/4755",[1617,71.25]],["parent/4755",[1630,4.174]],["name/4756",[1620,71.25]],["parent/4756",[1630,4.174]],["name/4757",[1623,71.25]],["parent/4757",[1630,4.174]],["name/4758",[448,58.257]],["parent/4758",[1630,4.174]],["name/4759",[449,58.257]],["parent/4759",[1630,4.174]],["name/4760",[450,58.257]],["parent/4760",[1630,4.174]],["name/4761",[794,61.034]],["parent/4761",[1630,4.174]],["name/4762",[429,58.257]],["parent/4762",[1630,4.174]],["name/4763",[439,58.257]],["parent/4763",[1630,4.174]],["name/4764",[440,58.257]],["parent/4764",[1630,4.174]],["name/4765",[441,58.257]],["parent/4765",[1630,4.174]],["name/4766",[430,58.257]],["parent/4766",[1630,4.174]],["name/4767",[431,58.257]],["parent/4767",[1630,4.174]],["name/4768",[455,45.264]],["parent/4768",[1630,4.174]],["name/4769",[1543,71.25]],["parent/4769",[1630,4.174]],["name/4770",[1544,71.25]],["parent/4770",[1630,4.174]],["name/4771",[796,64.89]],["parent/4771",[1630,4.174]],["name/4772",[793,61.034]],["parent/4772",[1630,4.174]],["name/4773",[424,58.257]],["parent/4773",[1630,4.174]],["name/4774",[795,61.034]],["parent/4774",[1630,4.174]],["name/4775",[9,48.796]],["parent/4775",[1630,4.174]],["name/4776",[1114,64.89]],["parent/4776",[1630,4.174]],["name/4777",[1109,64.89]],["parent/4777",[1630,4.174]],["name/4778",[1110,64.89]],["parent/4778",[1630,4.174]],["name/4779",[1113,64.89]],["parent/4779",[1630,4.174]],["name/4780",[1112,64.89]],["parent/4780",[1630,4.174]],["name/4781",[446,58.257]],["parent/4781",[1630,4.174]],["name/4782",[1115,64.89]],["parent/4782",[1630,4.174]],["name/4783",[1116,64.89]],["parent/4783",[1630,4.174]],["name/4784",[1117,64.89]],["parent/4784",[1630,4.174]],["name/4785",[1118,64.89]],["parent/4785",[1630,4.174]],["name/4786",[1119,64.89]],["parent/4786",[1630,4.174]],["name/4787",[1120,64.89]],["parent/4787",[1630,4.174]],["name/4788",[1121,64.89]],["parent/4788",[1630,4.174]],["name/4789",[1122,64.89]],["parent/4789",[1630,4.174]],["name/4790",[434,58.257]],["parent/4790",[1630,4.174]],["name/4791",[1545,71.25]],["parent/4791",[1630,4.174]],["name/4792",[451,61.034]],["parent/4792",[1630,4.174]],["name/4793",[427,58.257]],["parent/4793",[1630,4.174]],["name/4794",[791,61.034]],["parent/4794",[1630,4.174]],["name/4795",[792,61.034]],["parent/4795",[1630,4.174]],["name/4796",[790,61.034]],["parent/4796",[1630,4.174]],["name/4797",[1546,71.25]],["parent/4797",[1630,4.174]],["name/4798",[1111,64.89]],["parent/4798",[1630,4.174]],["name/4799",[426,58.257]],["parent/4799",[1630,4.174]],["name/4800",[456,61.034]],["parent/4800",[1630,4.174]],["name/4801",[457,61.034]],["parent/4801",[1630,4.174]],["name/4802",[458,61.034]],["parent/4802",[1630,4.174]],["name/4803",[798,64.89]],["parent/4803",[1630,4.174]],["name/4804",[799,64.89]],["parent/4804",[1630,4.174]],["name/4805",[797,64.89]],["parent/4805",[1630,4.174]],["name/4806",[432,58.257]],["parent/4806",[1630,4.174]],["name/4807",[428,58.257]],["parent/4807",[1630,4.174]],["name/4808",[447,58.257]],["parent/4808",[1630,4.174]],["name/4809",[444,58.257]],["parent/4809",[1630,4.174]],["name/4810",[445,58.257]],["parent/4810",[1630,4.174]],["name/4811",[442,58.257]],["parent/4811",[1630,4.174]],["name/4812",[443,58.257]],["parent/4812",[1630,4.174]],["name/4813",[437,58.257]],["parent/4813",[1630,4.174]],["name/4814",[438,58.257]],["parent/4814",[1630,4.174]],["name/4815",[433,58.257]],["parent/4815",[1630,4.174]],["name/4816",[436,56.087]],["parent/4816",[1630,4.174]],["name/4817",[435,56.087]],["parent/4817",[1630,4.174]],["name/4818",[425,57.669]],["parent/4818",[1630,4.174]],["name/4819",[462,61.034]],["parent/4819",[1630,4.174]],["name/4820",[463,61.034]],["parent/4820",[1630,4.174]],["name/4821",[464,61.034]],["parent/4821",[1630,4.174]],["name/4822",[1631,49.278]],["parent/4822",[]],["name/4823",[43,47.475]],["parent/4823",[1631,4.92]],["name/4824",[455,45.264]],["parent/4824",[1631,4.92]],["name/4825",[1632,71.25]],["parent/4825",[1631,4.92]],["name/4826",[1633,71.25]],["parent/4826",[1631,4.92]],["name/4827",[1634,71.25]],["parent/4827",[1631,4.92]],["name/4828",[1635,71.25]],["parent/4828",[1631,4.92]],["name/4829",[455,45.264]],["parent/4829",[1631,4.92]],["name/4830",[1635,71.25]],["parent/4830",[1631,4.92]],["name/4831",[1634,71.25]],["parent/4831",[1631,4.92]],["name/4832",[1633,71.25]],["parent/4832",[1631,4.92]],["name/4833",[1632,71.25]],["parent/4833",[1631,4.92]],["name/4834",[1631,49.278]],["parent/4834",[1631,4.92]],["name/4835",[17,54.721]],["parent/4835",[1636,6.746]],["name/4836",[43,47.475]],["parent/4836",[1636,6.746]],["name/4837",[98,58.257]],["parent/4837",[1636,6.746]],["name/4838",[1637,73.763]],["parent/4838",[1638,8.21]],["name/4839",[30,56.587]],["parent/4839",[1636,6.746]],["name/4840",[125,58.257]],["parent/4840",[1636,6.746]],["name/4841",[10,27.115]],["parent/4841",[1639,8.21]],["name/4842",[1637,73.763]],["parent/4842",[1640,7.7]],["name/4843",[1641,82.236]],["parent/4843",[1640,7.7]],["name/4844",[1637,73.763]],["parent/4844",[1636,6.746]],["name/4845",[1642,71.25]],["parent/4845",[1631,4.92]],["name/4846",[10,27.115]],["parent/4846",[1643,8.21]],["name/4847",[547,36.628]],["parent/4847",[1644,6.913]],["name/4848",[1645,67.573]],["parent/4848",[1644,6.913]],["name/4849",[1646,77.128]],["parent/4849",[1644,6.913]],["name/4850",[1647,82.236]],["parent/4850",[1644,6.913]],["name/4851",[1648,82.236]],["parent/4851",[1644,6.913]],["name/4852",[1649,71.25]],["parent/4852",[1631,4.92]],["name/4853",[10,27.115]],["parent/4853",[1650,8.21]],["name/4854",[172,34.962]],["parent/4854",[1651,8.21]],["name/4855",[1652,71.25]],["parent/4855",[1631,4.92]],["name/4856",[1653,71.25]],["parent/4856",[1631,4.92]],["name/4857",[1654,73.763]],["parent/4857",[1631,4.92]],["name/4858",[1642,71.25]],["parent/4858",[1631,4.92]],["name/4859",[1649,71.25]],["parent/4859",[1631,4.92]],["name/4860",[1652,71.25]],["parent/4860",[1631,4.92]],["name/4861",[1653,71.25]],["parent/4861",[1631,4.92]],["name/4862",[1654,73.763]],["parent/4862",[1631,4.92]],["name/4863",[1631,49.278]],["parent/4863",[1631,4.92]],["name/4864",[43,47.475]],["parent/4864",[1631,4.92]],["name/4865",[1642,71.25]],["parent/4865",[1631,4.92]],["name/4866",[1649,71.25]],["parent/4866",[1631,4.92]],["name/4867",[1652,71.25]],["parent/4867",[1631,4.92]],["name/4868",[1653,71.25]],["parent/4868",[1631,4.92]],["name/4869",[1654,73.763]],["parent/4869",[1631,4.92]],["name/4870",[1631,49.278]],["parent/4870",[1631,4.92]],["name/4871",[455,45.264]],["parent/4871",[1631,4.92]],["name/4872",[1635,71.25]],["parent/4872",[1631,4.92]],["name/4873",[1634,71.25]],["parent/4873",[1631,4.92]],["name/4874",[1633,71.25]],["parent/4874",[1631,4.92]],["name/4875",[1632,71.25]],["parent/4875",[1631,4.92]],["name/4876",[1655,82.236]],["parent/4876",[1631,4.92]],["name/4877",[1652,71.25]],["parent/4877",[1656,6.368]],["name/4878",[1653,71.25]],["parent/4878",[1656,6.368]],["name/4879",[1642,71.25]],["parent/4879",[1656,6.368]],["name/4880",[1649,71.25]],["parent/4880",[1656,6.368]],["name/4881",[455,45.264]],["parent/4881",[1656,6.368]],["name/4882",[1635,71.25]],["parent/4882",[1656,6.368]],["name/4883",[1634,71.25]],["parent/4883",[1656,6.368]],["name/4884",[1633,71.25]],["parent/4884",[1656,6.368]],["name/4885",[1632,71.25]],["parent/4885",[1656,6.368]],["name/4886",[1657,36.489]],["parent/4886",[]],["name/4887",[43,47.475]],["parent/4887",[1657,3.643]],["name/4888",[1079,61.034]],["parent/4888",[1657,3.643]],["name/4889",[1080,61.034]],["parent/4889",[1657,3.643]],["name/4890",[1081,61.034]],["parent/4890",[1657,3.643]],["name/4891",[435,56.087]],["parent/4891",[1657,3.643]],["name/4892",[436,56.087]],["parent/4892",[1657,3.643]],["name/4893",[1082,61.034]],["parent/4893",[1657,3.643]],["name/4894",[1083,61.034]],["parent/4894",[1657,3.643]],["name/4895",[1084,61.034]],["parent/4895",[1657,3.643]],["name/4896",[1085,64.89]],["parent/4896",[1657,3.643]],["name/4897",[1086,64.89]],["parent/4897",[1657,3.643]],["name/4898",[1087,61.034]],["parent/4898",[1657,3.643]],["name/4899",[1088,61.034]],["parent/4899",[1657,3.643]],["name/4900",[1089,64.89]],["parent/4900",[1657,3.643]],["name/4901",[1090,61.034]],["parent/4901",[1657,3.643]],["name/4902",[1091,61.034]],["parent/4902",[1657,3.643]],["name/4903",[1092,64.89]],["parent/4903",[1657,3.643]],["name/4904",[1093,64.89]],["parent/4904",[1657,3.643]],["name/4905",[1094,64.89]],["parent/4905",[1657,3.643]],["name/4906",[1095,64.89]],["parent/4906",[1657,3.643]],["name/4907",[1096,61.034]],["parent/4907",[1657,3.643]],["name/4908",[1097,64.89]],["parent/4908",[1657,3.643]],["name/4909",[1098,64.89]],["parent/4909",[1657,3.643]],["name/4910",[1099,64.89]],["parent/4910",[1657,3.643]],["name/4911",[1658,71.25]],["parent/4911",[1657,3.643]],["name/4912",[1659,71.25]],["parent/4912",[1657,3.643]],["name/4913",[1660,71.25]],["parent/4913",[1657,3.643]],["name/4914",[455,45.264]],["parent/4914",[1657,3.643]],["name/4915",[9,48.796]],["parent/4915",[1657,3.643]],["name/4916",[1661,71.25]],["parent/4916",[1657,3.643]],["name/4917",[1152,54.304]],["parent/4917",[1657,3.643]],["name/4918",[1099,64.89]],["parent/4918",[1657,3.643]],["name/4919",[1659,71.25]],["parent/4919",[1657,3.643]],["name/4920",[1660,71.25]],["parent/4920",[1657,3.643]],["name/4921",[455,45.264]],["parent/4921",[1657,3.643]],["name/4922",[1079,61.034]],["parent/4922",[1657,3.643]],["name/4923",[1096,61.034]],["parent/4923",[1657,3.643]],["name/4924",[1097,64.89]],["parent/4924",[1657,3.643]],["name/4925",[9,48.796]],["parent/4925",[1657,3.643]],["name/4926",[1089,64.89]],["parent/4926",[1657,3.643]],["name/4927",[1095,64.89]],["parent/4927",[1657,3.643]],["name/4928",[1094,64.89]],["parent/4928",[1657,3.643]],["name/4929",[1091,61.034]],["parent/4929",[1657,3.643]],["name/4930",[1658,71.25]],["parent/4930",[1657,3.643]],["name/4931",[1087,61.034]],["parent/4931",[1657,3.643]],["name/4932",[1098,64.89]],["parent/4932",[1657,3.643]],["name/4933",[1092,64.89]],["parent/4933",[1657,3.643]],["name/4934",[1093,64.89]],["parent/4934",[1657,3.643]],["name/4935",[1084,61.034]],["parent/4935",[1657,3.643]],["name/4936",[1088,61.034]],["parent/4936",[1657,3.643]],["name/4937",[1661,71.25]],["parent/4937",[1657,3.643]],["name/4938",[1083,61.034]],["parent/4938",[1657,3.643]],["name/4939",[1086,64.89]],["parent/4939",[1657,3.643]],["name/4940",[1085,64.89]],["parent/4940",[1657,3.643]],["name/4941",[1152,54.304]],["parent/4941",[1657,3.643]],["name/4942",[436,56.087]],["parent/4942",[1657,3.643]],["name/4943",[435,56.087]],["parent/4943",[1657,3.643]],["name/4944",[1090,61.034]],["parent/4944",[1657,3.643]],["name/4945",[1081,61.034]],["parent/4945",[1657,3.643]],["name/4946",[1080,61.034]],["parent/4946",[1657,3.643]],["name/4947",[1082,61.034]],["parent/4947",[1657,3.643]],["name/4948",[1657,36.489]],["parent/4948",[1657,3.643]],["name/4949",[17,54.721]],["parent/4949",[1662,6.368]],["name/4950",[43,47.475]],["parent/4950",[1662,6.368]],["name/4951",[98,58.257]],["parent/4951",[1662,6.368]],["name/4952",[1663,73.763]],["parent/4952",[1664,7.114]],["name/4953",[1665,73.763]],["parent/4953",[1664,7.114]],["name/4954",[1666,73.763]],["parent/4954",[1664,7.114]],["name/4955",[1667,73.763]],["parent/4955",[1664,7.114]],["name/4956",[30,56.587]],["parent/4956",[1662,6.368]],["name/4957",[125,58.257]],["parent/4957",[1662,6.368]],["name/4958",[10,27.115]],["parent/4958",[1668,8.21]],["name/4959",[1663,73.763]],["parent/4959",[1669,6.479]],["name/4960",[1670,82.236]],["parent/4960",[1669,6.479]],["name/4961",[1665,73.763]],["parent/4961",[1669,6.479]],["name/4962",[1671,82.236]],["parent/4962",[1669,6.479]],["name/4963",[1666,73.763]],["parent/4963",[1669,6.479]],["name/4964",[1672,82.236]],["parent/4964",[1669,6.479]],["name/4965",[1667,73.763]],["parent/4965",[1669,6.479]],["name/4966",[1673,82.236]],["parent/4966",[1669,6.479]],["name/4967",[1663,73.763]],["parent/4967",[1662,6.368]],["name/4968",[1665,73.763]],["parent/4968",[1662,6.368]],["name/4969",[1666,73.763]],["parent/4969",[1662,6.368]],["name/4970",[1667,73.763]],["parent/4970",[1662,6.368]],["name/4971",[1674,71.25]],["parent/4971",[1657,3.643]],["name/4972",[1675,71.25]],["parent/4972",[1657,3.643]],["name/4973",[1676,71.25]],["parent/4973",[1657,3.643]],["name/4974",[1677,71.25]],["parent/4974",[1657,3.643]],["name/4975",[1678,71.25]],["parent/4975",[1657,3.643]],["name/4976",[10,27.115]],["parent/4976",[1679,8.21]],["name/4977",[1477,67.573]],["parent/4977",[1680,7.114]],["name/4978",[1470,71.25]],["parent/4978",[1680,7.114]],["name/4979",[205,41.128]],["parent/4979",[1680,7.114]],["name/4980",[547,36.628]],["parent/4980",[1680,7.114]],["name/4981",[1681,71.25]],["parent/4981",[1657,3.643]],["name/4982",[10,27.115]],["parent/4982",[1682,8.21]],["name/4983",[172,34.962]],["parent/4983",[1683,8.21]],["name/4984",[1684,71.25]],["parent/4984",[1657,3.643]],["name/4985",[10,27.115]],["parent/4985",[1685,8.21]],["name/4986",[1470,71.25]],["parent/4986",[1686,7.364]],["name/4987",[205,41.128]],["parent/4987",[1686,7.364]],["name/4988",[547,36.628]],["parent/4988",[1686,7.364]],["name/4989",[1687,71.25]],["parent/4989",[1657,3.643]],["name/4990",[10,27.115]],["parent/4990",[1688,8.21]],["name/4991",[1467,71.25]],["parent/4991",[1689,7.7]],["name/4992",[172,34.962]],["parent/4992",[1689,7.7]],["name/4993",[1690,71.25]],["parent/4993",[1657,3.643]],["name/4994",[10,27.115]],["parent/4994",[1691,8.21]],["name/4995",[1692,77.128]],["parent/4995",[1693,6.479]],["name/4996",[1008,63.778]],["parent/4996",[1693,6.479]],["name/4997",[1694,73.763]],["parent/4997",[1693,6.479]],["name/4998",[1695,73.763]],["parent/4998",[1693,6.479]],["name/4999",[1696,73.763]],["parent/4999",[1693,6.479]],["name/5000",[1645,67.573]],["parent/5000",[1693,6.479]],["name/5001",[205,41.128]],["parent/5001",[1693,6.479]],["name/5002",[547,36.628]],["parent/5002",[1693,6.479]],["name/5003",[1697,71.25]],["parent/5003",[1657,3.643]],["name/5004",[10,27.115]],["parent/5004",[1698,8.21]],["name/5005",[172,34.962]],["parent/5005",[1699,7.7]],["name/5006",[1467,71.25]],["parent/5006",[1699,7.7]],["name/5007",[1700,71.25]],["parent/5007",[1657,3.643]],["name/5008",[10,27.115]],["parent/5008",[1701,8.21]],["name/5009",[1477,67.573]],["parent/5009",[1702,6.368]],["name/5010",[1692,77.128]],["parent/5010",[1702,6.368]],["name/5011",[1008,63.778]],["parent/5011",[1702,6.368]],["name/5012",[1694,73.763]],["parent/5012",[1702,6.368]],["name/5013",[1695,73.763]],["parent/5013",[1702,6.368]],["name/5014",[547,36.628]],["parent/5014",[1702,6.368]],["name/5015",[1696,73.763]],["parent/5015",[1702,6.368]],["name/5016",[205,41.128]],["parent/5016",[1702,6.368]],["name/5017",[1645,67.573]],["parent/5017",[1702,6.368]],["name/5018",[1703,71.25]],["parent/5018",[1657,3.643]],["name/5019",[10,27.115]],["parent/5019",[1704,8.21]],["name/5020",[172,34.962]],["parent/5020",[1705,8.21]],["name/5021",[1706,71.25]],["parent/5021",[1657,3.643]],["name/5022",[1707,71.25]],["parent/5022",[1657,3.643]],["name/5023",[1708,73.763]],["parent/5023",[1657,3.643]],["name/5024",[1674,71.25]],["parent/5024",[1657,3.643]],["name/5025",[1675,71.25]],["parent/5025",[1657,3.643]],["name/5026",[1676,71.25]],["parent/5026",[1657,3.643]],["name/5027",[1677,71.25]],["parent/5027",[1657,3.643]],["name/5028",[1678,71.25]],["parent/5028",[1657,3.643]],["name/5029",[1681,71.25]],["parent/5029",[1657,3.643]],["name/5030",[1684,71.25]],["parent/5030",[1657,3.643]],["name/5031",[1687,71.25]],["parent/5031",[1657,3.643]],["name/5032",[1690,71.25]],["parent/5032",[1657,3.643]],["name/5033",[1697,71.25]],["parent/5033",[1657,3.643]],["name/5034",[1700,71.25]],["parent/5034",[1657,3.643]],["name/5035",[1703,71.25]],["parent/5035",[1657,3.643]],["name/5036",[1706,71.25]],["parent/5036",[1657,3.643]],["name/5037",[1707,71.25]],["parent/5037",[1657,3.643]],["name/5038",[1708,73.763]],["parent/5038",[1657,3.643]],["name/5039",[1657,36.489]],["parent/5039",[1657,3.643]],["name/5040",[43,47.475]],["parent/5040",[1657,3.643]],["name/5041",[1674,71.25]],["parent/5041",[1657,3.643]],["name/5042",[1675,71.25]],["parent/5042",[1657,3.643]],["name/5043",[1676,71.25]],["parent/5043",[1657,3.643]],["name/5044",[1677,71.25]],["parent/5044",[1657,3.643]],["name/5045",[1678,71.25]],["parent/5045",[1657,3.643]],["name/5046",[1681,71.25]],["parent/5046",[1657,3.643]],["name/5047",[1684,71.25]],["parent/5047",[1657,3.643]],["name/5048",[1687,71.25]],["parent/5048",[1657,3.643]],["name/5049",[1690,71.25]],["parent/5049",[1657,3.643]],["name/5050",[1697,71.25]],["parent/5050",[1657,3.643]],["name/5051",[1700,71.25]],["parent/5051",[1657,3.643]],["name/5052",[1703,71.25]],["parent/5052",[1657,3.643]],["name/5053",[1706,71.25]],["parent/5053",[1657,3.643]],["name/5054",[1707,71.25]],["parent/5054",[1657,3.643]],["name/5055",[1708,73.763]],["parent/5055",[1657,3.643]],["name/5056",[1657,36.489]],["parent/5056",[1657,3.643]],["name/5057",[1099,64.89]],["parent/5057",[1657,3.643]],["name/5058",[1659,71.25]],["parent/5058",[1657,3.643]],["name/5059",[1660,71.25]],["parent/5059",[1657,3.643]],["name/5060",[455,45.264]],["parent/5060",[1657,3.643]],["name/5061",[1079,61.034]],["parent/5061",[1657,3.643]],["name/5062",[1096,61.034]],["parent/5062",[1657,3.643]],["name/5063",[1097,64.89]],["parent/5063",[1657,3.643]],["name/5064",[9,48.796]],["parent/5064",[1657,3.643]],["name/5065",[1089,64.89]],["parent/5065",[1657,3.643]],["name/5066",[1095,64.89]],["parent/5066",[1657,3.643]],["name/5067",[1094,64.89]],["parent/5067",[1657,3.643]],["name/5068",[1091,61.034]],["parent/5068",[1657,3.643]],["name/5069",[1658,71.25]],["parent/5069",[1657,3.643]],["name/5070",[1087,61.034]],["parent/5070",[1657,3.643]],["name/5071",[1098,64.89]],["parent/5071",[1657,3.643]],["name/5072",[1092,64.89]],["parent/5072",[1657,3.643]],["name/5073",[1093,64.89]],["parent/5073",[1657,3.643]],["name/5074",[1084,61.034]],["parent/5074",[1657,3.643]],["name/5075",[1088,61.034]],["parent/5075",[1657,3.643]],["name/5076",[1661,71.25]],["parent/5076",[1657,3.643]],["name/5077",[1083,61.034]],["parent/5077",[1657,3.643]],["name/5078",[1086,64.89]],["parent/5078",[1657,3.643]],["name/5079",[1085,64.89]],["parent/5079",[1657,3.643]],["name/5080",[1152,54.304]],["parent/5080",[1657,3.643]],["name/5081",[436,56.087]],["parent/5081",[1657,3.643]],["name/5082",[435,56.087]],["parent/5082",[1657,3.643]],["name/5083",[1090,61.034]],["parent/5083",[1657,3.643]],["name/5084",[1081,61.034]],["parent/5084",[1657,3.643]],["name/5085",[1080,61.034]],["parent/5085",[1657,3.643]],["name/5086",[1082,61.034]],["parent/5086",[1657,3.643]],["name/5087",[1709,82.236]],["parent/5087",[1657,3.643]],["name/5088",[1706,71.25]],["parent/5088",[1710,4.826]],["name/5089",[1707,71.25]],["parent/5089",[1710,4.826]],["name/5090",[1674,71.25]],["parent/5090",[1710,4.826]],["name/5091",[1678,71.25]],["parent/5091",[1710,4.826]],["name/5092",[1681,71.25]],["parent/5092",[1710,4.826]],["name/5093",[1675,71.25]],["parent/5093",[1710,4.826]],["name/5094",[1684,71.25]],["parent/5094",[1710,4.826]],["name/5095",[1687,71.25]],["parent/5095",[1710,4.826]],["name/5096",[1676,71.25]],["parent/5096",[1710,4.826]],["name/5097",[1690,71.25]],["parent/5097",[1710,4.826]],["name/5098",[1697,71.25]],["parent/5098",[1710,4.826]],["name/5099",[1677,71.25]],["parent/5099",[1710,4.826]],["name/5100",[1700,71.25]],["parent/5100",[1710,4.826]],["name/5101",[1703,71.25]],["parent/5101",[1710,4.826]],["name/5102",[1099,64.89]],["parent/5102",[1710,4.826]],["name/5103",[1659,71.25]],["parent/5103",[1710,4.826]],["name/5104",[1660,71.25]],["parent/5104",[1710,4.826]],["name/5105",[455,45.264]],["parent/5105",[1710,4.826]],["name/5106",[1079,61.034]],["parent/5106",[1710,4.826]],["name/5107",[1096,61.034]],["parent/5107",[1710,4.826]],["name/5108",[1097,64.89]],["parent/5108",[1710,4.826]],["name/5109",[9,48.796]],["parent/5109",[1710,4.826]],["name/5110",[1089,64.89]],["parent/5110",[1710,4.826]],["name/5111",[1095,64.89]],["parent/5111",[1710,4.826]],["name/5112",[1094,64.89]],["parent/5112",[1710,4.826]],["name/5113",[1091,61.034]],["parent/5113",[1710,4.826]],["name/5114",[1658,71.25]],["parent/5114",[1710,4.826]],["name/5115",[1087,61.034]],["parent/5115",[1710,4.826]],["name/5116",[1098,64.89]],["parent/5116",[1710,4.826]],["name/5117",[1092,64.89]],["parent/5117",[1710,4.826]],["name/5118",[1093,64.89]],["parent/5118",[1710,4.826]],["name/5119",[1084,61.034]],["parent/5119",[1710,4.826]],["name/5120",[1088,61.034]],["parent/5120",[1710,4.826]],["name/5121",[1661,71.25]],["parent/5121",[1710,4.826]],["name/5122",[1083,61.034]],["parent/5122",[1710,4.826]],["name/5123",[1086,64.89]],["parent/5123",[1710,4.826]],["name/5124",[1085,64.89]],["parent/5124",[1710,4.826]],["name/5125",[1152,54.304]],["parent/5125",[1710,4.826]],["name/5126",[436,56.087]],["parent/5126",[1710,4.826]],["name/5127",[435,56.087]],["parent/5127",[1710,4.826]],["name/5128",[1090,61.034]],["parent/5128",[1710,4.826]],["name/5129",[1081,61.034]],["parent/5129",[1710,4.826]],["name/5130",[1080,61.034]],["parent/5130",[1710,4.826]],["name/5131",[1082,61.034]],["parent/5131",[1710,4.826]],["name/5132",[1711,47.896]],["parent/5132",[]],["name/5133",[43,47.475]],["parent/5133",[1711,4.782]],["name/5134",[455,45.264]],["parent/5134",[1711,4.782]],["name/5135",[9,48.796]],["parent/5135",[1711,4.782]],["name/5136",[1712,71.25]],["parent/5136",[1711,4.782]],["name/5137",[1713,71.25]],["parent/5137",[1711,4.782]],["name/5138",[1152,54.304]],["parent/5138",[1711,4.782]],["name/5139",[455,45.264]],["parent/5139",[1711,4.782]],["name/5140",[9,48.796]],["parent/5140",[1711,4.782]],["name/5141",[1712,71.25]],["parent/5141",[1711,4.782]],["name/5142",[1713,71.25]],["parent/5142",[1711,4.782]],["name/5143",[1152,54.304]],["parent/5143",[1711,4.782]],["name/5144",[1711,47.896]],["parent/5144",[1711,4.782]],["name/5145",[17,54.721]],["parent/5145",[1714,6.604]],["name/5146",[43,47.475]],["parent/5146",[1714,6.604]],["name/5147",[98,58.257]],["parent/5147",[1714,6.604]],["name/5148",[1715,73.763]],["parent/5148",[1716,7.7]],["name/5149",[1717,73.763]],["parent/5149",[1716,7.7]],["name/5150",[30,56.587]],["parent/5150",[1714,6.604]],["name/5151",[125,58.257]],["parent/5151",[1714,6.604]],["name/5152",[10,27.115]],["parent/5152",[1718,8.21]],["name/5153",[1715,73.763]],["parent/5153",[1719,7.114]],["name/5154",[1720,82.236]],["parent/5154",[1719,7.114]],["name/5155",[1717,73.763]],["parent/5155",[1719,7.114]],["name/5156",[1721,82.236]],["parent/5156",[1719,7.114]],["name/5157",[1715,73.763]],["parent/5157",[1714,6.604]],["name/5158",[1717,73.763]],["parent/5158",[1714,6.604]],["name/5159",[1722,71.25]],["parent/5159",[1711,4.782]],["name/5160",[10,27.115]],["parent/5160",[1723,8.21]],["name/5161",[547,36.628]],["parent/5161",[1724,7.364]],["name/5162",[1477,67.573]],["parent/5162",[1724,7.364]],["name/5163",[205,41.128]],["parent/5163",[1724,7.364]],["name/5164",[1725,71.25]],["parent/5164",[1711,4.782]],["name/5165",[10,27.115]],["parent/5165",[1726,8.21]],["name/5166",[172,34.962]],["parent/5166",[1727,8.21]],["name/5167",[1728,71.25]],["parent/5167",[1711,4.782]],["name/5168",[10,27.115]],["parent/5168",[1729,8.21]],["name/5169",[547,36.628]],["parent/5169",[1730,7.114]],["name/5170",[1731,82.236]],["parent/5170",[1730,7.114]],["name/5171",[1732,82.236]],["parent/5171",[1730,7.114]],["name/5172",[1645,67.573]],["parent/5172",[1730,7.114]],["name/5173",[1733,71.25]],["parent/5173",[1711,4.782]],["name/5174",[10,27.115]],["parent/5174",[1734,8.21]],["name/5175",[1735,82.236]],["parent/5175",[1736,7.7]],["name/5176",[172,34.962]],["parent/5176",[1736,7.7]],["name/5177",[1737,71.25]],["parent/5177",[1711,4.782]],["name/5178",[1738,71.25]],["parent/5178",[1711,4.782]],["name/5179",[1739,73.763]],["parent/5179",[1711,4.782]],["name/5180",[1722,71.25]],["parent/5180",[1711,4.782]],["name/5181",[1725,71.25]],["parent/5181",[1711,4.782]],["name/5182",[1728,71.25]],["parent/5182",[1711,4.782]],["name/5183",[1733,71.25]],["parent/5183",[1711,4.782]],["name/5184",[1737,71.25]],["parent/5184",[1711,4.782]],["name/5185",[1738,71.25]],["parent/5185",[1711,4.782]],["name/5186",[1739,73.763]],["parent/5186",[1711,4.782]],["name/5187",[1711,47.896]],["parent/5187",[1711,4.782]],["name/5188",[43,47.475]],["parent/5188",[1711,4.782]],["name/5189",[1722,71.25]],["parent/5189",[1711,4.782]],["name/5190",[1725,71.25]],["parent/5190",[1711,4.782]],["name/5191",[1728,71.25]],["parent/5191",[1711,4.782]],["name/5192",[1733,71.25]],["parent/5192",[1711,4.782]],["name/5193",[1737,71.25]],["parent/5193",[1711,4.782]],["name/5194",[1738,71.25]],["parent/5194",[1711,4.782]],["name/5195",[1739,73.763]],["parent/5195",[1711,4.782]],["name/5196",[1711,47.896]],["parent/5196",[1711,4.782]],["name/5197",[455,45.264]],["parent/5197",[1711,4.782]],["name/5198",[9,48.796]],["parent/5198",[1711,4.782]],["name/5199",[1712,71.25]],["parent/5199",[1711,4.782]],["name/5200",[1713,71.25]],["parent/5200",[1711,4.782]],["name/5201",[1152,54.304]],["parent/5201",[1711,4.782]],["name/5202",[1740,82.236]],["parent/5202",[1711,4.782]],["name/5203",[1737,71.25]],["parent/5203",[1741,6.177]],["name/5204",[1738,71.25]],["parent/5204",[1741,6.177]],["name/5205",[1722,71.25]],["parent/5205",[1741,6.177]],["name/5206",[1725,71.25]],["parent/5206",[1741,6.177]],["name/5207",[1728,71.25]],["parent/5207",[1741,6.177]],["name/5208",[1733,71.25]],["parent/5208",[1741,6.177]],["name/5209",[455,45.264]],["parent/5209",[1741,6.177]],["name/5210",[9,48.796]],["parent/5210",[1741,6.177]],["name/5211",[1712,71.25]],["parent/5211",[1741,6.177]],["name/5212",[1713,71.25]],["parent/5212",[1741,6.177]],["name/5213",[1152,54.304]],["parent/5213",[1741,6.177]],["name/5214",[1742,36.698]],["parent/5214",[]],["name/5215",[43,47.475]],["parent/5215",[1742,3.664]],["name/5216",[1743,71.25]],["parent/5216",[1742,3.664]],["name/5217",[1744,71.25]],["parent/5217",[1742,3.664]],["name/5218",[1745,71.25]],["parent/5218",[1742,3.664]],["name/5219",[1746,71.25]],["parent/5219",[1742,3.664]],["name/5220",[1747,71.25]],["parent/5220",[1742,3.664]],["name/5221",[1748,71.25]],["parent/5221",[1742,3.664]],["name/5222",[1749,71.25]],["parent/5222",[1742,3.664]],["name/5223",[1750,71.25]],["parent/5223",[1742,3.664]],["name/5224",[1751,71.25]],["parent/5224",[1742,3.664]],["name/5225",[455,45.264]],["parent/5225",[1742,3.664]],["name/5226",[1079,61.034]],["parent/5226",[1742,3.664]],["name/5227",[1080,61.034]],["parent/5227",[1742,3.664]],["name/5228",[1081,61.034]],["parent/5228",[1742,3.664]],["name/5229",[1096,61.034]],["parent/5229",[1742,3.664]],["name/5230",[9,48.796]],["parent/5230",[1742,3.664]],["name/5231",[1091,61.034]],["parent/5231",[1742,3.664]],["name/5232",[1138,58.257]],["parent/5232",[1742,3.664]],["name/5233",[1087,61.034]],["parent/5233",[1742,3.664]],["name/5234",[1752,71.25]],["parent/5234",[1742,3.664]],["name/5235",[1084,61.034]],["parent/5235",[1742,3.664]],["name/5236",[1088,61.034]],["parent/5236",[1742,3.664]],["name/5237",[1753,71.25]],["parent/5237",[1742,3.664]],["name/5238",[1090,61.034]],["parent/5238",[1742,3.664]],["name/5239",[1082,61.034]],["parent/5239",[1742,3.664]],["name/5240",[1083,61.034]],["parent/5240",[1742,3.664]],["name/5241",[1754,71.25]],["parent/5241",[1742,3.664]],["name/5242",[1755,71.25]],["parent/5242",[1742,3.664]],["name/5243",[1756,71.25]],["parent/5243",[1742,3.664]],["name/5244",[1757,71.25]],["parent/5244",[1742,3.664]],["name/5245",[1758,71.25]],["parent/5245",[1742,3.664]],["name/5246",[1759,71.25]],["parent/5246",[1742,3.664]],["name/5247",[1760,71.25]],["parent/5247",[1742,3.664]],["name/5248",[1761,71.25]],["parent/5248",[1742,3.664]],["name/5249",[1152,54.304]],["parent/5249",[1742,3.664]],["name/5250",[1762,71.25]],["parent/5250",[1742,3.664]],["name/5251",[1743,71.25]],["parent/5251",[1742,3.664]],["name/5252",[1747,71.25]],["parent/5252",[1742,3.664]],["name/5253",[1749,71.25]],["parent/5253",[1742,3.664]],["name/5254",[1750,71.25]],["parent/5254",[1742,3.664]],["name/5255",[1751,71.25]],["parent/5255",[1742,3.664]],["name/5256",[455,45.264]],["parent/5256",[1742,3.664]],["name/5257",[1079,61.034]],["parent/5257",[1742,3.664]],["name/5258",[1096,61.034]],["parent/5258",[1742,3.664]],["name/5259",[9,48.796]],["parent/5259",[1742,3.664]],["name/5260",[1091,61.034]],["parent/5260",[1742,3.664]],["name/5261",[1138,58.257]],["parent/5261",[1742,3.664]],["name/5262",[1087,61.034]],["parent/5262",[1742,3.664]],["name/5263",[1752,71.25]],["parent/5263",[1742,3.664]],["name/5264",[1084,61.034]],["parent/5264",[1742,3.664]],["name/5265",[1088,61.034]],["parent/5265",[1742,3.664]],["name/5266",[1753,71.25]],["parent/5266",[1742,3.664]],["name/5267",[1754,71.25]],["parent/5267",[1742,3.664]],["name/5268",[1756,71.25]],["parent/5268",[1742,3.664]],["name/5269",[1755,71.25]],["parent/5269",[1742,3.664]],["name/5270",[1759,71.25]],["parent/5270",[1742,3.664]],["name/5271",[1758,71.25]],["parent/5271",[1742,3.664]],["name/5272",[1761,71.25]],["parent/5272",[1742,3.664]],["name/5273",[1083,61.034]],["parent/5273",[1742,3.664]],["name/5274",[1152,54.304]],["parent/5274",[1742,3.664]],["name/5275",[1748,71.25]],["parent/5275",[1742,3.664]],["name/5276",[1746,71.25]],["parent/5276",[1742,3.664]],["name/5277",[1760,71.25]],["parent/5277",[1742,3.664]],["name/5278",[1744,71.25]],["parent/5278",[1742,3.664]],["name/5279",[1745,71.25]],["parent/5279",[1742,3.664]],["name/5280",[1757,71.25]],["parent/5280",[1742,3.664]],["name/5281",[1762,71.25]],["parent/5281",[1742,3.664]],["name/5282",[1090,61.034]],["parent/5282",[1742,3.664]],["name/5283",[1081,61.034]],["parent/5283",[1742,3.664]],["name/5284",[1080,61.034]],["parent/5284",[1742,3.664]],["name/5285",[1082,61.034]],["parent/5285",[1742,3.664]],["name/5286",[1742,36.698]],["parent/5286",[1742,3.664]],["name/5287",[17,54.721]],["parent/5287",[1763,6.604]],["name/5288",[43,47.475]],["parent/5288",[1763,6.604]],["name/5289",[98,58.257]],["parent/5289",[1763,6.604]],["name/5290",[1764,73.763]],["parent/5290",[1765,7.7]],["name/5291",[1766,73.763]],["parent/5291",[1765,7.7]],["name/5292",[30,56.587]],["parent/5292",[1763,6.604]],["name/5293",[125,58.257]],["parent/5293",[1763,6.604]],["name/5294",[10,27.115]],["parent/5294",[1767,8.21]],["name/5295",[1764,73.763]],["parent/5295",[1768,7.114]],["name/5296",[1769,82.236]],["parent/5296",[1768,7.114]],["name/5297",[1766,73.763]],["parent/5297",[1768,7.114]],["name/5298",[1770,82.236]],["parent/5298",[1768,7.114]],["name/5299",[1764,73.763]],["parent/5299",[1763,6.604]],["name/5300",[1766,73.763]],["parent/5300",[1763,6.604]],["name/5301",[1771,71.25]],["parent/5301",[1742,3.664]],["name/5302",[1772,71.25]],["parent/5302",[1742,3.664]],["name/5303",[1773,71.25]],["parent/5303",[1742,3.664]],["name/5304",[10,27.115]],["parent/5304",[1774,8.21]],["name/5305",[547,36.628]],["parent/5305",[1775,6.479]],["name/5306",[1507,73.763]],["parent/5306",[1775,6.479]],["name/5307",[1299,69.243]],["parent/5307",[1775,6.479]],["name/5308",[1645,67.573]],["parent/5308",[1775,6.479]],["name/5309",[205,41.128]],["parent/5309",[1775,6.479]],["name/5310",[1008,63.778]],["parent/5310",[1775,6.479]],["name/5311",[1776,82.236]],["parent/5311",[1775,6.479]],["name/5312",[1777,82.236]],["parent/5312",[1775,6.479]],["name/5313",[1778,71.25]],["parent/5313",[1742,3.664]],["name/5314",[10,27.115]],["parent/5314",[1779,8.21]],["name/5315",[172,34.962]],["parent/5315",[1780,8.21]],["name/5316",[1781,71.25]],["parent/5316",[1742,3.664]],["name/5317",[10,27.115]],["parent/5317",[1782,8.21]],["name/5318",[1696,73.763]],["parent/5318",[1783,5.945]],["name/5319",[547,36.628]],["parent/5319",[1783,5.945]],["name/5320",[1507,73.763]],["parent/5320",[1783,5.945]],["name/5321",[1509,77.128]],["parent/5321",[1783,5.945]],["name/5322",[1510,77.128]],["parent/5322",[1783,5.945]],["name/5323",[1645,67.573]],["parent/5323",[1783,5.945]],["name/5324",[205,41.128]],["parent/5324",[1783,5.945]],["name/5325",[1008,63.778]],["parent/5325",[1783,5.945]],["name/5326",[1694,73.763]],["parent/5326",[1783,5.945]],["name/5327",[1695,73.763]],["parent/5327",[1783,5.945]],["name/5328",[1784,82.236]],["parent/5328",[1783,5.945]],["name/5329",[1785,82.236]],["parent/5329",[1783,5.945]],["name/5330",[1299,69.243]],["parent/5330",[1783,5.945]],["name/5331",[1300,71.25]],["parent/5331",[1783,5.945]],["name/5332",[1786,71.25]],["parent/5332",[1742,3.664]],["name/5333",[10,27.115]],["parent/5333",[1787,8.21]],["name/5334",[172,34.962]],["parent/5334",[1788,8.21]],["name/5335",[1789,71.25]],["parent/5335",[1742,3.664]],["name/5336",[1790,71.25]],["parent/5336",[1742,3.664]],["name/5337",[1791,73.763]],["parent/5337",[1742,3.664]],["name/5338",[1771,71.25]],["parent/5338",[1742,3.664]],["name/5339",[1772,71.25]],["parent/5339",[1742,3.664]],["name/5340",[1773,71.25]],["parent/5340",[1742,3.664]],["name/5341",[1778,71.25]],["parent/5341",[1742,3.664]],["name/5342",[1781,71.25]],["parent/5342",[1742,3.664]],["name/5343",[1786,71.25]],["parent/5343",[1742,3.664]],["name/5344",[1789,71.25]],["parent/5344",[1742,3.664]],["name/5345",[1790,71.25]],["parent/5345",[1742,3.664]],["name/5346",[1791,73.763]],["parent/5346",[1742,3.664]],["name/5347",[1742,36.698]],["parent/5347",[1742,3.664]],["name/5348",[43,47.475]],["parent/5348",[1742,3.664]],["name/5349",[1771,71.25]],["parent/5349",[1742,3.664]],["name/5350",[1772,71.25]],["parent/5350",[1742,3.664]],["name/5351",[1773,71.25]],["parent/5351",[1742,3.664]],["name/5352",[1778,71.25]],["parent/5352",[1742,3.664]],["name/5353",[1781,71.25]],["parent/5353",[1742,3.664]],["name/5354",[1786,71.25]],["parent/5354",[1742,3.664]],["name/5355",[1789,71.25]],["parent/5355",[1742,3.664]],["name/5356",[1790,71.25]],["parent/5356",[1742,3.664]],["name/5357",[1791,73.763]],["parent/5357",[1742,3.664]],["name/5358",[1742,36.698]],["parent/5358",[1742,3.664]],["name/5359",[1743,71.25]],["parent/5359",[1742,3.664]],["name/5360",[1747,71.25]],["parent/5360",[1742,3.664]],["name/5361",[1749,71.25]],["parent/5361",[1742,3.664]],["name/5362",[1750,71.25]],["parent/5362",[1742,3.664]],["name/5363",[1751,71.25]],["parent/5363",[1742,3.664]],["name/5364",[455,45.264]],["parent/5364",[1742,3.664]],["name/5365",[1079,61.034]],["parent/5365",[1742,3.664]],["name/5366",[1096,61.034]],["parent/5366",[1742,3.664]],["name/5367",[9,48.796]],["parent/5367",[1742,3.664]],["name/5368",[1091,61.034]],["parent/5368",[1742,3.664]],["name/5369",[1138,58.257]],["parent/5369",[1742,3.664]],["name/5370",[1087,61.034]],["parent/5370",[1742,3.664]],["name/5371",[1752,71.25]],["parent/5371",[1742,3.664]],["name/5372",[1084,61.034]],["parent/5372",[1742,3.664]],["name/5373",[1088,61.034]],["parent/5373",[1742,3.664]],["name/5374",[1753,71.25]],["parent/5374",[1742,3.664]],["name/5375",[1754,71.25]],["parent/5375",[1742,3.664]],["name/5376",[1756,71.25]],["parent/5376",[1742,3.664]],["name/5377",[1755,71.25]],["parent/5377",[1742,3.664]],["name/5378",[1759,71.25]],["parent/5378",[1742,3.664]],["name/5379",[1758,71.25]],["parent/5379",[1742,3.664]],["name/5380",[1761,71.25]],["parent/5380",[1742,3.664]],["name/5381",[1083,61.034]],["parent/5381",[1742,3.664]],["name/5382",[1152,54.304]],["parent/5382",[1742,3.664]],["name/5383",[1748,71.25]],["parent/5383",[1742,3.664]],["name/5384",[1746,71.25]],["parent/5384",[1742,3.664]],["name/5385",[1760,71.25]],["parent/5385",[1742,3.664]],["name/5386",[1744,71.25]],["parent/5386",[1742,3.664]],["name/5387",[1745,71.25]],["parent/5387",[1742,3.664]],["name/5388",[1757,71.25]],["parent/5388",[1742,3.664]],["name/5389",[1762,71.25]],["parent/5389",[1742,3.664]],["name/5390",[1090,61.034]],["parent/5390",[1742,3.664]],["name/5391",[1081,61.034]],["parent/5391",[1742,3.664]],["name/5392",[1080,61.034]],["parent/5392",[1742,3.664]],["name/5393",[1082,61.034]],["parent/5393",[1742,3.664]],["name/5394",[1792,82.236]],["parent/5394",[1742,3.664]],["name/5395",[1789,71.25]],["parent/5395",[1793,4.848]],["name/5396",[1790,71.25]],["parent/5396",[1793,4.848]],["name/5397",[1771,71.25]],["parent/5397",[1793,4.848]],["name/5398",[1773,71.25]],["parent/5398",[1793,4.848]],["name/5399",[1778,71.25]],["parent/5399",[1793,4.848]],["name/5400",[1772,71.25]],["parent/5400",[1793,4.848]],["name/5401",[1781,71.25]],["parent/5401",[1793,4.848]],["name/5402",[1786,71.25]],["parent/5402",[1793,4.848]],["name/5403",[1743,71.25]],["parent/5403",[1793,4.848]],["name/5404",[1747,71.25]],["parent/5404",[1793,4.848]],["name/5405",[1749,71.25]],["parent/5405",[1793,4.848]],["name/5406",[1750,71.25]],["parent/5406",[1793,4.848]],["name/5407",[1751,71.25]],["parent/5407",[1793,4.848]],["name/5408",[455,45.264]],["parent/5408",[1793,4.848]],["name/5409",[1079,61.034]],["parent/5409",[1793,4.848]],["name/5410",[1096,61.034]],["parent/5410",[1793,4.848]],["name/5411",[9,48.796]],["parent/5411",[1793,4.848]],["name/5412",[1091,61.034]],["parent/5412",[1793,4.848]],["name/5413",[1138,58.257]],["parent/5413",[1793,4.848]],["name/5414",[1087,61.034]],["parent/5414",[1793,4.848]],["name/5415",[1752,71.25]],["parent/5415",[1793,4.848]],["name/5416",[1084,61.034]],["parent/5416",[1793,4.848]],["name/5417",[1088,61.034]],["parent/5417",[1793,4.848]],["name/5418",[1753,71.25]],["parent/5418",[1793,4.848]],["name/5419",[1754,71.25]],["parent/5419",[1793,4.848]],["name/5420",[1756,71.25]],["parent/5420",[1793,4.848]],["name/5421",[1755,71.25]],["parent/5421",[1793,4.848]],["name/5422",[1759,71.25]],["parent/5422",[1793,4.848]],["name/5423",[1758,71.25]],["parent/5423",[1793,4.848]],["name/5424",[1761,71.25]],["parent/5424",[1793,4.848]],["name/5425",[1083,61.034]],["parent/5425",[1793,4.848]],["name/5426",[1152,54.304]],["parent/5426",[1793,4.848]],["name/5427",[1748,71.25]],["parent/5427",[1793,4.848]],["name/5428",[1746,71.25]],["parent/5428",[1793,4.848]],["name/5429",[1760,71.25]],["parent/5429",[1793,4.848]],["name/5430",[1744,71.25]],["parent/5430",[1793,4.848]],["name/5431",[1745,71.25]],["parent/5431",[1793,4.848]],["name/5432",[1757,71.25]],["parent/5432",[1793,4.848]],["name/5433",[1762,71.25]],["parent/5433",[1793,4.848]],["name/5434",[1090,61.034]],["parent/5434",[1793,4.848]],["name/5435",[1081,61.034]],["parent/5435",[1793,4.848]],["name/5436",[1080,61.034]],["parent/5436",[1793,4.848]],["name/5437",[1082,61.034]],["parent/5437",[1793,4.848]],["name/5438",[1794,50.881]],["parent/5438",[]],["name/5439",[43,47.475]],["parent/5439",[1794,5.08]],["name/5440",[455,45.264]],["parent/5440",[1794,5.08]],["name/5441",[9,48.796]],["parent/5441",[1794,5.08]],["name/5442",[1795,71.25]],["parent/5442",[1794,5.08]],["name/5443",[455,45.264]],["parent/5443",[1794,5.08]],["name/5444",[9,48.796]],["parent/5444",[1794,5.08]],["name/5445",[1795,71.25]],["parent/5445",[1794,5.08]],["name/5446",[1794,50.881]],["parent/5446",[1794,5.08]],["name/5447",[17,54.721]],["parent/5447",[1796,6.746]],["name/5448",[43,47.475]],["parent/5448",[1796,6.746]],["name/5449",[98,58.257]],["parent/5449",[1796,6.746]],["name/5450",[1797,73.763]],["parent/5450",[1798,8.21]],["name/5451",[30,56.587]],["parent/5451",[1796,6.746]],["name/5452",[125,58.257]],["parent/5452",[1796,6.746]],["name/5453",[10,27.115]],["parent/5453",[1799,8.21]],["name/5454",[1797,73.763]],["parent/5454",[1800,7.7]],["name/5455",[1801,82.236]],["parent/5455",[1800,7.7]],["name/5456",[1797,73.763]],["parent/5456",[1796,6.746]],["name/5457",[1802,71.25]],["parent/5457",[1794,5.08]],["name/5458",[10,27.115]],["parent/5458",[1803,8.21]],["name/5459",[1804,82.236]],["parent/5459",[1805,7.364]],["name/5460",[547,36.628]],["parent/5460",[1805,7.364]],["name/5461",[205,41.128]],["parent/5461",[1805,7.364]],["name/5462",[1806,71.25]],["parent/5462",[1794,5.08]],["name/5463",[10,27.115]],["parent/5463",[1807,8.21]],["name/5464",[172,34.962]],["parent/5464",[1808,8.21]],["name/5465",[1809,71.25]],["parent/5465",[1794,5.08]],["name/5466",[1810,71.25]],["parent/5466",[1794,5.08]],["name/5467",[1811,73.763]],["parent/5467",[1794,5.08]],["name/5468",[1802,71.25]],["parent/5468",[1794,5.08]],["name/5469",[1806,71.25]],["parent/5469",[1794,5.08]],["name/5470",[1809,71.25]],["parent/5470",[1794,5.08]],["name/5471",[1810,71.25]],["parent/5471",[1794,5.08]],["name/5472",[1811,73.763]],["parent/5472",[1794,5.08]],["name/5473",[1794,50.881]],["parent/5473",[1794,5.08]],["name/5474",[43,47.475]],["parent/5474",[1794,5.08]],["name/5475",[1802,71.25]],["parent/5475",[1794,5.08]],["name/5476",[1806,71.25]],["parent/5476",[1794,5.08]],["name/5477",[1809,71.25]],["parent/5477",[1794,5.08]],["name/5478",[1810,71.25]],["parent/5478",[1794,5.08]],["name/5479",[1811,73.763]],["parent/5479",[1794,5.08]],["name/5480",[1794,50.881]],["parent/5480",[1794,5.08]],["name/5481",[455,45.264]],["parent/5481",[1794,5.08]],["name/5482",[9,48.796]],["parent/5482",[1794,5.08]],["name/5483",[1795,71.25]],["parent/5483",[1794,5.08]],["name/5484",[1812,82.236]],["parent/5484",[1794,5.08]],["name/5485",[1809,71.25]],["parent/5485",[1813,6.604]],["name/5486",[1810,71.25]],["parent/5486",[1813,6.604]],["name/5487",[1802,71.25]],["parent/5487",[1813,6.604]],["name/5488",[1806,71.25]],["parent/5488",[1813,6.604]],["name/5489",[455,45.264]],["parent/5489",[1813,6.604]],["name/5490",[9,48.796]],["parent/5490",[1813,6.604]],["name/5491",[1795,71.25]],["parent/5491",[1813,6.604]],["name/5492",[1814,46.127]],["parent/5492",[]],["name/5493",[43,47.475]],["parent/5493",[1814,4.605]],["name/5494",[1815,69.243]],["parent/5494",[1814,4.605]],["name/5495",[455,45.264]],["parent/5495",[1814,4.605]],["name/5496",[9,48.796]],["parent/5496",[1814,4.605]],["name/5497",[1138,58.257]],["parent/5497",[1814,4.605]],["name/5498",[1152,54.304]],["parent/5498",[1814,4.605]],["name/5499",[1816,71.25]],["parent/5499",[1814,4.605]],["name/5500",[1817,71.25]],["parent/5500",[1814,4.605]],["name/5501",[1818,71.25]],["parent/5501",[1814,4.605]],["name/5502",[1815,69.243]],["parent/5502",[1814,4.605]],["name/5503",[455,45.264]],["parent/5503",[1814,4.605]],["name/5504",[9,48.796]],["parent/5504",[1814,4.605]],["name/5505",[1138,58.257]],["parent/5505",[1814,4.605]],["name/5506",[1152,54.304]],["parent/5506",[1814,4.605]],["name/5507",[1816,71.25]],["parent/5507",[1814,4.605]],["name/5508",[1817,71.25]],["parent/5508",[1814,4.605]],["name/5509",[1818,71.25]],["parent/5509",[1814,4.605]],["name/5510",[1814,46.127]],["parent/5510",[1814,4.605]],["name/5511",[17,54.721]],["parent/5511",[1819,6.604]],["name/5512",[43,47.475]],["parent/5512",[1819,6.604]],["name/5513",[98,58.257]],["parent/5513",[1819,6.604]],["name/5514",[1820,73.763]],["parent/5514",[1821,7.7]],["name/5515",[1822,73.763]],["parent/5515",[1821,7.7]],["name/5516",[30,56.587]],["parent/5516",[1819,6.604]],["name/5517",[125,58.257]],["parent/5517",[1819,6.604]],["name/5518",[10,27.115]],["parent/5518",[1823,8.21]],["name/5519",[1820,73.763]],["parent/5519",[1824,7.114]],["name/5520",[1825,82.236]],["parent/5520",[1824,7.114]],["name/5521",[1822,73.763]],["parent/5521",[1824,7.114]],["name/5522",[1826,82.236]],["parent/5522",[1824,7.114]],["name/5523",[1820,73.763]],["parent/5523",[1819,6.604]],["name/5524",[1822,73.763]],["parent/5524",[1819,6.604]],["name/5525",[1827,71.25]],["parent/5525",[1814,4.605]],["name/5526",[10,27.115]],["parent/5526",[1828,8.21]],["name/5527",[1477,67.573]],["parent/5527",[1829,7.364]],["name/5528",[547,36.628]],["parent/5528",[1829,7.364]],["name/5529",[205,41.128]],["parent/5529",[1829,7.364]],["name/5530",[1830,71.25]],["parent/5530",[1814,4.605]],["name/5531",[10,27.115]],["parent/5531",[1831,8.21]],["name/5532",[172,34.962]],["parent/5532",[1832,8.21]],["name/5533",[1833,71.25]],["parent/5533",[1814,4.605]],["name/5534",[10,27.115]],["parent/5534",[1834,8.21]],["name/5535",[1646,77.128]],["parent/5535",[1835,6.268]],["name/5536",[1815,69.243]],["parent/5536",[1835,6.268]],["name/5537",[1836,82.236]],["parent/5537",[1835,6.268]],["name/5538",[1837,82.236]],["parent/5538",[1835,6.268]],["name/5539",[1838,82.236]],["parent/5539",[1835,6.268]],["name/5540",[1839,82.236]],["parent/5540",[1835,6.268]],["name/5541",[547,36.628]],["parent/5541",[1835,6.268]],["name/5542",[205,41.128]],["parent/5542",[1835,6.268]],["name/5543",[1299,69.243]],["parent/5543",[1835,6.268]],["name/5544",[1300,71.25]],["parent/5544",[1835,6.268]],["name/5545",[1840,71.25]],["parent/5545",[1814,4.605]],["name/5546",[10,27.115]],["parent/5546",[1841,8.21]],["name/5547",[172,34.962]],["parent/5547",[1842,8.21]],["name/5548",[1843,71.25]],["parent/5548",[1814,4.605]],["name/5549",[1844,71.25]],["parent/5549",[1814,4.605]],["name/5550",[1845,73.763]],["parent/5550",[1814,4.605]],["name/5551",[1827,71.25]],["parent/5551",[1814,4.605]],["name/5552",[1830,71.25]],["parent/5552",[1814,4.605]],["name/5553",[1833,71.25]],["parent/5553",[1814,4.605]],["name/5554",[1840,71.25]],["parent/5554",[1814,4.605]],["name/5555",[1843,71.25]],["parent/5555",[1814,4.605]],["name/5556",[1844,71.25]],["parent/5556",[1814,4.605]],["name/5557",[1845,73.763]],["parent/5557",[1814,4.605]],["name/5558",[1814,46.127]],["parent/5558",[1814,4.605]],["name/5559",[43,47.475]],["parent/5559",[1814,4.605]],["name/5560",[1827,71.25]],["parent/5560",[1814,4.605]],["name/5561",[1830,71.25]],["parent/5561",[1814,4.605]],["name/5562",[1833,71.25]],["parent/5562",[1814,4.605]],["name/5563",[1840,71.25]],["parent/5563",[1814,4.605]],["name/5564",[1843,71.25]],["parent/5564",[1814,4.605]],["name/5565",[1844,71.25]],["parent/5565",[1814,4.605]],["name/5566",[1845,73.763]],["parent/5566",[1814,4.605]],["name/5567",[1814,46.127]],["parent/5567",[1814,4.605]],["name/5568",[1815,69.243]],["parent/5568",[1814,4.605]],["name/5569",[455,45.264]],["parent/5569",[1814,4.605]],["name/5570",[9,48.796]],["parent/5570",[1814,4.605]],["name/5571",[1138,58.257]],["parent/5571",[1814,4.605]],["name/5572",[1152,54.304]],["parent/5572",[1814,4.605]],["name/5573",[1816,71.25]],["parent/5573",[1814,4.605]],["name/5574",[1817,71.25]],["parent/5574",[1814,4.605]],["name/5575",[1818,71.25]],["parent/5575",[1814,4.605]],["name/5576",[1846,82.236]],["parent/5576",[1814,4.605]],["name/5577",[1843,71.25]],["parent/5577",[1847,5.945]],["name/5578",[1844,71.25]],["parent/5578",[1847,5.945]],["name/5579",[1827,71.25]],["parent/5579",[1847,5.945]],["name/5580",[1830,71.25]],["parent/5580",[1847,5.945]],["name/5581",[1833,71.25]],["parent/5581",[1847,5.945]],["name/5582",[1840,71.25]],["parent/5582",[1847,5.945]],["name/5583",[1815,69.243]],["parent/5583",[1847,5.945]],["name/5584",[455,45.264]],["parent/5584",[1847,5.945]],["name/5585",[9,48.796]],["parent/5585",[1847,5.945]],["name/5586",[1138,58.257]],["parent/5586",[1847,5.945]],["name/5587",[1152,54.304]],["parent/5587",[1847,5.945]],["name/5588",[1816,71.25]],["parent/5588",[1847,5.945]],["name/5589",[1817,71.25]],["parent/5589",[1847,5.945]],["name/5590",[1818,71.25]],["parent/5590",[1847,5.945]]],"invertedIndex":[["__type",{"_index":10,"name":{"9":{},"12":{},"14":{},"29":{},"41":{},"164":{},"256":{},"258":{},"261":{},"271":{},"283":{},"286":{},"289":{},"292":{},"305":{},"307":{},"310":{},"321":{},"324":{},"329":{},"332":{},"336":{},"338":{},"341":{},"343":{},"346":{},"348":{},"351":{},"362":{},"364":{},"367":{},"370":{},"374":{},"376":{},"379":{},"387":{},"389":{},"392":{},"403":{},"405":{},"408":{},"421":{},"423":{},"426":{},"438":{},"447":{},"450":{},"452":{},"455":{},"466":{},"469":{},"472":{},"474":{},"477":{},"479":{},"482":{},"486":{},"492":{},"495":{},"497":{},"500":{},"509":{},"511":{},"514":{},"518":{},"520":{},"523":{},"529":{},"531":{},"534":{},"827":{},"942":{},"946":{},"950":{},"954":{},"958":{},"962":{},"966":{},"970":{},"974":{},"978":{},"982":{},"985":{},"989":{},"992":{},"996":{},"999":{},"1004":{},"1009":{},"1012":{},"1016":{},"1020":{},"1023":{},"1027":{},"1031":{},"1035":{},"1039":{},"1043":{},"1046":{},"1050":{},"1054":{},"1059":{},"1062":{},"1066":{},"1072":{},"1075":{},"1079":{},"1084":{},"1088":{},"1093":{},"1097":{},"1102":{},"1106":{},"1111":{},"1115":{},"1120":{},"1124":{},"1129":{},"1135":{},"1138":{},"1142":{},"1146":{},"1151":{},"1155":{},"1160":{},"1164":{},"1170":{},"1174":{},"1178":{},"1182":{},"1186":{},"1191":{},"1196":{},"1201":{},"1206":{},"1210":{},"1215":{},"1220":{},"1223":{},"1228":{},"1232":{},"1237":{},"1243":{},"1248":{},"1252":{},"1732":{},"1847":{},"1851":{},"1855":{},"1859":{},"1863":{},"1867":{},"1871":{},"1875":{},"1879":{},"1883":{},"1887":{},"1890":{},"1894":{},"1897":{},"1901":{},"1904":{},"1909":{},"1916":{},"1919":{},"1923":{},"1927":{},"1930":{},"1934":{},"1938":{},"1942":{},"1946":{},"1950":{},"1953":{},"1957":{},"1961":{},"1966":{},"1969":{},"1973":{},"1979":{},"1982":{},"1986":{},"1991":{},"1995":{},"2000":{},"2004":{},"2009":{},"2013":{},"2018":{},"2022":{},"2027":{},"2031":{},"2036":{},"2043":{},"2046":{},"2050":{},"2054":{},"2059":{},"2063":{},"2068":{},"2072":{},"2078":{},"2082":{},"2086":{},"2090":{},"2094":{},"2099":{},"2104":{},"2109":{},"2114":{},"2118":{},"2123":{},"2128":{},"2131":{},"2136":{},"2140":{},"2145":{},"2151":{},"2156":{},"2160":{},"2535":{},"2540":{},"2543":{},"2613":{},"2625":{},"2631":{},"2634":{},"2638":{},"2641":{},"2645":{},"2731":{},"2745":{},"2749":{},"2753":{},"2756":{},"2760":{},"2763":{},"2767":{},"2771":{},"3086":{},"3187":{},"3190":{},"3194":{},"3197":{},"3201":{},"3204":{},"3208":{},"3211":{},"3216":{},"3219":{},"3224":{},"3228":{},"3233":{},"3236":{},"3241":{},"3244":{},"3250":{},"3254":{},"3258":{},"3261":{},"3266":{},"3269":{},"3273":{},"3283":{},"3287":{},"3290":{},"3295":{},"3298":{},"3303":{},"3306":{},"3312":{},"3315":{},"3319":{},"3324":{},"3327":{},"3330":{},"3335":{},"3338":{},"3342":{},"3346":{},"3350":{},"3356":{},"3359":{},"3362":{},"3365":{},"3368":{},"3371":{},"3374":{},"3377":{},"3380":{},"3385":{},"3388":{},"3391":{},"3394":{},"3398":{},"3401":{},"3406":{},"3409":{},"3413":{},"3416":{},"3421":{},"3424":{},"3429":{},"3432":{},"3916":{},"3939":{},"3943":{},"3947":{},"3952":{},"3956":{},"3962":{},"3965":{},"3970":{},"3973":{},"3979":{},"3983":{},"3992":{},"3995":{},"4004":{},"4110":{},"4115":{},"4118":{},"4519":{},"4549":{},"4553":{},"4556":{},"4560":{},"4564":{},"4569":{},"4573":{},"4578":{},"4582":{},"4586":{},"4590":{},"4593":{},"4597":{},"4601":{},"4605":{},"4609":{},"4614":{},"4618":{},"4841":{},"4846":{},"4853":{},"4958":{},"4976":{},"4982":{},"4985":{},"4990":{},"4994":{},"5004":{},"5008":{},"5019":{},"5152":{},"5160":{},"5165":{},"5168":{},"5174":{},"5294":{},"5304":{},"5314":{},"5317":{},"5333":{},"5453":{},"5458":{},"5463":{},"5518":{},"5526":{},"5531":{},"5534":{},"5546":{}},"parent":{}}],["accountid",{"_index":1257,"name":{"3226":{}},"parent":{}}],["addcoupontobasket",{"_index":466,"name":{"788":{},"828":{},"902":{},"1693":{},"1733":{},"1807":{}},"parent":{}}],["addcoupontobasketpathparameters",{"_index":549,"name":{"945":{},"1262":{},"1343":{},"1466":{},"1850":{},"2173":{},"2257":{},"2393":{}},"parent":{}}],["addcoupontobasketqueryparameters",{"_index":545,"name":{"941":{},"1261":{},"1342":{},"1465":{},"1846":{},"2172":{},"2256":{},"2392":{}},"parent":{}}],["addcoupontobasketrequired",{"_index":506,"name":{"829":{},"1734":{}},"parent":{}}],["addgiftcertificateitemtobasket",{"_index":468,"name":{"789":{},"830":{},"903":{},"1694":{},"1735":{},"1808":{}},"parent":{}}],["addgiftcertificateitemtobasketpathparameters",{"_index":556,"name":{"953":{},"1264":{},"1345":{},"1468":{},"1858":{},"2175":{},"2259":{},"2395":{}},"parent":{}}],["addgiftcertificateitemtobasketqueryparameters",{"_index":553,"name":{"949":{},"1263":{},"1344":{},"1467":{},"1854":{},"2174":{},"2258":{},"2394":{}},"parent":{}}],["addgiftcertificateitemtobasketrequired",{"_index":507,"name":{"831":{},"1736":{}},"parent":{}}],["additemtobasket",{"_index":469,"name":{"790":{},"832":{},"904":{},"1695":{},"1737":{},"1809":{}},"parent":{}}],["additemtobasketpathparameters",{"_index":562,"name":{"961":{},"1266":{},"1347":{},"1470":{},"1866":{},"2177":{},"2261":{},"2397":{}},"parent":{}}],["additemtobasketqueryparameters",{"_index":559,"name":{"957":{},"1265":{},"1346":{},"1469":{},"1862":{},"2176":{},"2260":{},"2396":{}},"parent":{}}],["additemtobasketrequired",{"_index":508,"name":{"833":{},"1738":{}},"parent":{}}],["addpaymentinstrumenttobasket",{"_index":470,"name":{"791":{},"834":{},"905":{},"1696":{},"1739":{},"1810":{}},"parent":{}}],["addpaymentinstrumenttobasketpathparameters",{"_index":568,"name":{"969":{},"1268":{},"1349":{},"1472":{},"1874":{},"2179":{},"2263":{},"2399":{}},"parent":{}}],["addpaymentinstrumenttobasketqueryparameters",{"_index":565,"name":{"965":{},"1267":{},"1348":{},"1471":{},"1870":{},"2178":{},"2262":{},"2398":{}},"parent":{}}],["addpaymentinstrumenttobasketrequired",{"_index":509,"name":{"835":{},"1740":{}},"parent":{}}],["addpriceadjustmenttobasket",{"_index":471,"name":{"792":{},"836":{},"906":{},"1697":{},"1741":{},"1811":{}},"parent":{}}],["addpriceadjustmenttobasketpathparameters",{"_index":574,"name":{"977":{},"1270":{},"1351":{},"1474":{},"1882":{},"2181":{},"2265":{},"2401":{}},"parent":{}}],["addpriceadjustmenttobasketqueryparameters",{"_index":571,"name":{"973":{},"1269":{},"1350":{},"1473":{},"1878":{},"2180":{},"2264":{},"2400":{}},"parent":{}}],["addpriceadjustmenttobasketrequired",{"_index":510,"name":{"837":{},"1742":{}},"parent":{}}],["addpricebookstobasket",{"_index":472,"name":{"793":{},"838":{},"907":{},"1698":{},"1743":{},"1812":{}},"parent":{}}],["addpricebookstobasketpathparameters",{"_index":580,"name":{"984":{},"1272":{},"1353":{},"1476":{},"1889":{},"2183":{},"2267":{},"2403":{}},"parent":{}}],["addpricebookstobasketqueryparameters",{"_index":577,"name":{"981":{},"1271":{},"1352":{},"1475":{},"1886":{},"2182":{},"2266":{},"2402":{}},"parent":{}}],["addpricebookstobasketrequired",{"_index":511,"name":{"839":{},"1744":{}},"parent":{}}],["addqueryparams",{"_index":47,"name":{"55":{}},"parent":{}}],["addressname",{"_index":1285,"name":{"3262":{},"3381":{},"3402":{}},"parent":{}}],["addtaxesforbasket",{"_index":473,"name":{"794":{},"840":{},"908":{},"1699":{},"1745":{},"1813":{}},"parent":{}}],["addtaxesforbasketitem",{"_index":474,"name":{"795":{},"842":{},"909":{},"1700":{},"1747":{},"1814":{}},"parent":{}}],["addtaxesforbasketitempathparameters",{"_index":592,"name":{"998":{},"1276":{},"1357":{},"1480":{},"1903":{},"2187":{},"2271":{},"2407":{}},"parent":{}}],["addtaxesforbasketitemqueryparameters",{"_index":589,"name":{"995":{},"1275":{},"1356":{},"1479":{},"1900":{},"2186":{},"2270":{},"2406":{}},"parent":{}}],["addtaxesforbasketitemrequired",{"_index":513,"name":{"843":{},"1748":{}},"parent":{}}],["addtaxesforbasketpathparameters",{"_index":586,"name":{"991":{},"1274":{},"1355":{},"1478":{},"1896":{},"2185":{},"2269":{},"2405":{}},"parent":{}}],["addtaxesforbasketqueryparameters",{"_index":583,"name":{"988":{},"1273":{},"1354":{},"1477":{},"1893":{},"2184":{},"2268":{},"2404":{}},"parent":{}}],["addtaxesforbasketrequired",{"_index":512,"name":{"841":{},"1746":{}},"parent":{}}],["agent_id",{"_index":305,"name":{"427":{}},"parent":{}}],["allimages",{"_index":1694,"name":{"4997":{},"5012":{},"5326":{}},"parent":{}}],["allvariationproperties",{"_index":1784,"name":{"5328":{}},"parent":{}}],["amount",{"_index":1648,"name":{"4851":{}},"parent":{}}],["apiname",{"_index":418,"name":{"691":{}},"parent":{}}],["apipaths",{"_index":98,"name":{"136":{},"787":{},"1692":{},"2531":{},"2607":{},"2724":{},"3051":{},"3906":{},"4106":{},"4507":{},"4837":{},"4951":{},"5147":{},"5289":{},"5449":{},"5513":{}},"parent":{}}],["apiversion",{"_index":420,"name":{"692":{}},"parent":{}}],["appliedprocessor",{"_index":1743,"name":{"5216":{},"5251":{},"5359":{},"5403":{}},"parent":{}}],["aspectattributes",{"_index":1490,"name":{"3974":{},"3987":{}},"parent":{}}],["aspecttypeid",{"_index":1501,"name":{"3986":{}},"parent":{}}],["authenticatecustomer",{"_index":99,"name":{"137":{},"165":{},"215":{}},"parent":{}}],["authenticatecustomerbodytype",{"_index":174,"name":{"260":{},"564":{},"4167":{},"4267":{}},"parent":{}}],["authenticatecustomerpathparameters",{"_index":170,"name":{"257":{},"563":{},"4166":{},"4269":{}},"parent":{}}],["authenticatecustomerqueryparameters",{"_index":168,"name":{"255":{},"562":{},"4165":{},"4268":{}},"parent":{}}],["authenticatecustomerrequired",{"_index":128,"name":{"166":{}},"parent":{}}],["authenticatefinishrequest",{"_index":80,"name":{"88":{},"105":{},"4236":{},"4346":{}},"parent":{}}],["authenticateresult",{"_index":83,"name":{"91":{},"106":{},"4237":{},"4347":{}},"parent":{}}],["authenticationproviderid",{"_index":1332,"name":{"3321":{}},"parent":{}}],["authenticatorassertionresponsejson",{"_index":76,"name":{"84":{},"107":{},"4238":{},"4348":{}},"parent":{}}],["authenticatorassertionresponsejsonauthenticatordatainner",{"_index":74,"name":{"82":{},"108":{},"4239":{},"4349":{}},"parent":{}}],["authenticatorassertionresponsejsonclientdatajsoninner",{"_index":75,"name":{"83":{},"109":{},"4240":{},"4350":{}},"parent":{}}],["authenticatorassertionresponsejsonsignatureinner",{"_index":72,"name":{"80":{},"110":{},"4241":{},"4351":{}},"parent":{}}],["authenticatorassertionresponsejsonuserhandleinner",{"_index":73,"name":{"81":{},"111":{},"4242":{},"4352":{}},"parent":{}}],["authenticatorattestationresponsejson",{"_index":71,"name":{"79":{},"112":{},"4243":{},"4353":{}},"parent":{}}],["authenticatorattestationresponsejsonattestationobjectinner",{"_index":70,"name":{"78":{},"113":{},"4244":{},"4354":{}},"parent":{}}],["authenticatorattestationresponsejsonclientdatajsoninner",{"_index":69,"name":{"77":{},"114":{},"4245":{},"4355":{}},"parent":{}}],["authorize",{"_index":405,"name":{"646":{},"661":{}},"parent":{}}],["authorizecustomer",{"_index":101,"name":{"138":{},"167":{},"216":{}},"parent":{}}],["authorizecustomerpathparameters",{"_index":190,"name":{"282":{},"566":{},"4169":{},"4273":{}},"parent":{}}],["authorizecustomerqueryparameters",{"_index":185,"name":{"270":{},"565":{},"4168":{},"4272":{}},"parent":{}}],["authorizecustomerrequired",{"_index":129,"name":{"168":{}},"parent":{}}],["authorizecustomerresponsetypeenum",{"_index":153,"name":{"240":{},"547":{},"4150":{},"4270":{}},"parent":{}}],["authorizecustomerscopeenum",{"_index":154,"name":{"241":{},"548":{},"4151":{},"4271":{}},"parent":{}}],["authorizeidp",{"_index":406,"name":{"647":{},"662":{}},"parent":{}}],["authorizepasswordless",{"_index":411,"name":{"652":{},"667":{}},"parent":{}}],["authorizepasswordlesscustomer",{"_index":102,"name":{"139":{},"169":{},"217":{}},"parent":{}}],["authorizepasswordlesscustomerbodytype",{"_index":200,"name":{"291":{},"569":{},"4172":{},"4275":{}},"parent":{}}],["authorizepasswordlesscustomermodeenum",{"_index":155,"name":{"242":{},"549":{},"4152":{},"4274":{}},"parent":{}}],["authorizepasswordlesscustomerpathparameters",{"_index":197,"name":{"288":{},"568":{},"4171":{},"4277":{}},"parent":{}}],["authorizepasswordlesscustomerqueryparameters",{"_index":193,"name":{"285":{},"567":{},"4170":{},"4276":{}},"parent":{}}],["authorizepasswordlesscustomerrequired",{"_index":130,"name":{"170":{}},"parent":{}}],["authorizewebauthnregistration",{"_index":103,"name":{"140":{},"171":{},"218":{}},"parent":{}}],["authorizewebauthnregistrationbodytype",{"_index":217,"name":{"309":{},"572":{},"4175":{},"4279":{}},"parent":{}}],["authorizewebauthnregistrationmodeenum",{"_index":156,"name":{"243":{},"550":{},"4153":{},"4278":{}},"parent":{}}],["authorizewebauthnregistrationpathparameters",{"_index":214,"name":{"306":{},"571":{},"4174":{},"4281":{}},"parent":{}}],["authorizewebauthnregistrationqueryparameters",{"_index":212,"name":{"304":{},"570":{},"4173":{},"4280":{}},"parent":{}}],["authorizewebauthnregistrationrequired",{"_index":131,"name":{"172":{}},"parent":{}}],["authparameters",{"_index":392,"name":{"546":{},"631":{},"4234":{}},"parent":{}}],["authpathparameters",{"_index":390,"name":{"544":{},"629":{},"4232":{}},"parent":{}}],["authqueryparameters",{"_index":391,"name":{"545":{},"630":{},"4233":{}},"parent":{}}],["baseuri",{"_index":19,"name":{"17":{},"26":{}},"parent":{}}],["baseuriparameters",{"_index":1,"name":{"1":{},"677":{}},"parent":{}}],["basket",{"_index":448,"name":{"724":{},"742":{},"1420":{},"1541":{},"1615":{},"1637":{},"2337":{},"2468":{},"2860":{},"2939":{},"3583":{},"3762":{},"4406":{},"4440":{},"4672":{},"4758":{}},"parent":{}}],["basketchanneltypeenum",{"_index":449,"name":{"725":{},"743":{},"1421":{},"1542":{},"1616":{},"1638":{},"2338":{},"2469":{},"2861":{},"2940":{},"3584":{},"3763":{},"4407":{},"4441":{},"4673":{},"4759":{}},"parent":{}}],["basketid",{"_index":552,"name":{"948":{},"956":{},"964":{},"972":{},"980":{},"987":{},"994":{},"1002":{},"1018":{},"1025":{},"1033":{},"1041":{},"1048":{},"1057":{},"1064":{},"1081":{},"1090":{},"1100":{},"1109":{},"1118":{},"1127":{},"1144":{},"1153":{},"1162":{},"1172":{},"1180":{},"1188":{},"1199":{},"1208":{},"1218":{},"1226":{},"1235":{},"1246":{},"1255":{},"1853":{},"1861":{},"1869":{},"1877":{},"1885":{},"1892":{},"1899":{},"1907":{},"1925":{},"1932":{},"1940":{},"1948":{},"1955":{},"1964":{},"1971":{},"1988":{},"1997":{},"2007":{},"2016":{},"2025":{},"2034":{},"2052":{},"2061":{},"2070":{},"2080":{},"2088":{},"2096":{},"2107":{},"2116":{},"2126":{},"2134":{},"2143":{},"2154":{},"2163":{}},"parent":{}}],["basketpaymentinstrumentrequest",{"_index":452,"name":{"728":{},"745":{},"1423":{},"1544":{},"1623":{},"1640":{},"2340":{},"2471":{}},"parent":{}}],["basketproductitem",{"_index":794,"name":{"1613":{},"1641":{},"2341":{},"2472":{},"2858":{},"2942":{},"3586":{},"3765":{},"4404":{},"4443":{},"4675":{},"4761":{}},"parent":{}}],["basketsresult",{"_index":1078,"name":{"2863":{},"2943":{},"3587":{},"3766":{}},"parent":{}}],["baskettaxationenum",{"_index":450,"name":{"726":{},"744":{},"1422":{},"1543":{},"1617":{},"1639":{},"2339":{},"2470":{},"2862":{},"2941":{},"3585":{},"3764":{},"4408":{},"4442":{},"4674":{},"4760":{}},"parent":{}}],["bonusdiscountlineitem",{"_index":429,"name":{"705":{},"746":{},"1424":{},"1545":{},"1594":{},"1642":{},"2342":{},"2473":{},"2839":{},"2944":{},"3588":{},"3767":{},"4385":{},"4444":{},"4676":{},"4762":{}},"parent":{}}],["brandsuggestions",{"_index":1747,"name":{"5220":{},"5252":{},"5360":{},"5404":{}},"parent":{}}],["browserrequestinit",{"_index":33,"name":{"38":{}},"parent":{}}],["bundledproduct",{"_index":1099,"name":{"2884":{},"2945":{},"3589":{},"3768":{},"4910":{},"4918":{},"5057":{},"5102":{}},"parent":{}}],["callback_uri",{"_index":206,"name":{"298":{},"317":{},"399":{}},"parent":{}}],["callcustomendpoint",{"_index":415,"name":{"685":{},"697":{}},"parent":{}}],["campaignid",{"_index":1735,"name":{"5175":{}},"parent":{}}],["category",{"_index":1659,"name":{"4912":{},"4919":{},"5058":{},"5103":{}},"parent":{}}],["categoryid",{"_index":1498,"name":{"3984":{}},"parent":{}}],["categoryresult",{"_index":1660,"name":{"4913":{},"4920":{},"5059":{},"5104":{}},"parent":{}}],["categorysuggestions",{"_index":1749,"name":{"5222":{},"5253":{},"5361":{},"5405":{}},"parent":{}}],["channel_id",{"_index":183,"name":{"268":{},"279":{},"297":{},"313":{},"322":{},"330":{},"359":{},"368":{},"395":{},"411":{},"429":{},"440":{},"462":{},"467":{},"489":{},"505":{},"526":{},"538":{}},"parent":{}}],["channeltype",{"_index":980,"name":{"2574":{},"2589":{},"2673":{},"2698":{}},"parent":{}}],["client_id",{"_index":176,"name":{"262":{},"274":{},"315":{},"358":{},"383":{},"397":{},"410":{},"428":{},"439":{},"461":{},"487":{},"501":{},"525":{},"535":{}},"parent":{}}],["clientconfig",{"_index":17,"name":{"15":{},"25":{},"134":{},"785":{},"1690":{},"2529":{},"2605":{},"2722":{},"3049":{},"3904":{},"4104":{},"4505":{},"4835":{},"4949":{},"5145":{},"5287":{},"5447":{},"5511":{}},"parent":{"16":{},"25":{},"38":{},"39":{},"40":{}}}],["clientconfig.clientconfig",{"_index":28,"name":{},"parent":{"26":{},"27":{},"28":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{}}}],["clientconfig.clientconfig.defaults",{"_index":32,"name":{},"parent":{"37":{}}}],["clientconfig.clientconfig.headers",{"_index":29,"name":{},"parent":{"29":{}}}],["clientconfig.clientconfiginit",{"_index":20,"name":{},"parent":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{}}}],["clientconfig.fetchfunction",{"_index":35,"name":{},"parent":{"41":{}}}],["clientconfiginit",{"_index":18,"name":{"16":{}},"parent":{}}],["code",{"_index":254,"name":{"353":{},"409":{}},"parent":{}}],["code_challenge",{"_index":184,"name":{"269":{},"280":{},"316":{},"398":{},"441":{}},"parent":{}}],["code_verifier",{"_index":256,"name":{"357":{},"384":{},"412":{},"430":{},"503":{}},"parent":{}}],["component",{"_index":1433,"name":{"3874":{},"3888":{},"4046":{},"4078":{}},"parent":{}}],["compositeparameters",{"_index":7,"name":{"6":{},"675":{}},"parent":{}}],["config",{"_index":36,"name":{"42":{}},"parent":{"43":{}}}],["consentstatus",{"_index":981,"name":{"2575":{},"2590":{},"2674":{},"2699":{}},"parent":{}}],["consentsubscription",{"_index":983,"name":{"2577":{},"2591":{},"2675":{},"2700":{}},"parent":{}}],["consentsubscriptionbulkrequest",{"_index":987,"name":{"2581":{},"2594":{},"2678":{},"2703":{}},"parent":{}}],["consentsubscriptionbulkresponse",{"_index":990,"name":{"2584":{},"2595":{},"2679":{},"2704":{}},"parent":{}}],["consentsubscriptionconsenttypeenum",{"_index":984,"name":{"2578":{},"2592":{},"2676":{},"2701":{}},"parent":{}}],["consentsubscriptiondefaultstatusenum",{"_index":985,"name":{"2579":{},"2593":{},"2677":{},"2702":{}},"parent":{}}],["consentsubscriptionerror",{"_index":988,"name":{"2582":{},"2596":{},"2680":{},"2705":{}},"parent":{}}],["consentsubscriptionrequest",{"_index":986,"name":{"2580":{},"2597":{},"2681":{},"2706":{}},"parent":{}}],["consentsubscriptionresponse",{"_index":991,"name":{"2585":{},"2598":{},"2682":{},"2707":{}},"parent":{}}],["consentsubscriptionresult",{"_index":989,"name":{"2583":{},"2599":{},"2683":{},"2708":{}},"parent":{}}],["consentsubscriptionupdateresponse",{"_index":992,"name":{"2586":{},"2600":{},"2684":{},"2709":{}},"parent":{}}],["constructor",{"_index":30,"name":{"35":{},"53":{},"162":{},"635":{},"825":{},"1730":{},"2533":{},"2611":{},"2729":{},"3084":{},"3914":{},"4108":{},"4517":{},"4839":{},"4956":{},"5150":{},"5292":{},"5451":{},"5516":{}},"parent":{}}],["content",{"_index":1434,"name":{"3875":{},"3889":{},"4047":{},"4079":{}},"parent":{}}],["contentfolder",{"_index":1435,"name":{"3876":{},"3890":{},"4048":{},"4080":{}},"parent":{}}],["contentfolderresult",{"_index":1436,"name":{"3877":{},"3891":{},"4049":{},"4081":{}},"parent":{}}],["contentresult",{"_index":1437,"name":{"3878":{},"3892":{},"4050":{},"4082":{}},"parent":{}}],["contentsearchrefinement",{"_index":1439,"name":{"3880":{},"3893":{},"4051":{},"4083":{}},"parent":{}}],["contentsearchrefinementvalue",{"_index":1438,"name":{"3879":{},"3894":{},"4052":{},"4084":{}},"parent":{}}],["contentsearchresult",{"_index":1440,"name":{"3881":{},"3895":{},"4053":{},"4085":{}},"parent":{}}],["contenttypeheaderexists",{"_index":422,"name":{"696":{}},"parent":{}}],["countrycode",{"_index":1646,"name":{"4849":{},"5535":{}},"parent":{}}],["couponitem",{"_index":439,"name":{"715":{},"747":{},"1425":{},"1546":{},"1604":{},"1643":{},"2343":{},"2474":{},"2849":{},"2946":{},"3590":{},"3769":{},"4395":{},"4445":{},"4677":{},"4763":{}},"parent":{}}],["couponitemid",{"_index":660,"name":{"1082":{},"1989":{}},"parent":{}}],["couponitemstatuscodeenum",{"_index":440,"name":{"716":{},"748":{},"1426":{},"1547":{},"1605":{},"1644":{},"2344":{},"2475":{},"2850":{},"2947":{},"3591":{},"3770":{},"4396":{},"4446":{},"4678":{},"4764":{}},"parent":{}}],["createbasket",{"_index":475,"name":{"796":{},"844":{},"910":{},"1701":{},"1749":{},"1815":{}},"parent":{}}],["createbasketpathparameters",{"_index":600,"name":{"1008":{},"1278":{},"1359":{},"1483":{},"1915":{},"2189":{},"2273":{},"2410":{}},"parent":{}}],["createbasketqueryparameters",{"_index":596,"name":{"1003":{},"1277":{},"1358":{},"1482":{},"1908":{},"2188":{},"2272":{},"2409":{}},"parent":{}}],["createbasketrequired",{"_index":514,"name":{"845":{},"1750":{}},"parent":{}}],["createbaskettaxmodeenum",{"_index":543,"name":{"939":{},"1259":{},"1340":{},"1481":{},"1844":{},"2170":{},"2254":{},"2408":{}},"parent":{}}],["createcodeverifier",{"_index":403,"name":{"644":{},"673":{}},"parent":{}}],["createcustomeraddress",{"_index":1154,"name":{"3052":{},"3087":{},"3151":{}},"parent":{}}],["createcustomeraddresspathparameters",{"_index":1225,"name":{"3189":{},"3444":{},"3516":{},"3696":{}},"parent":{}}],["createcustomeraddressqueryparameters",{"_index":1222,"name":{"3186":{},"3443":{},"3515":{},"3695":{}},"parent":{}}],["createcustomeraddressrequired",{"_index":1188,"name":{"3088":{}},"parent":{}}],["createcustomerpaymentinstrument",{"_index":1156,"name":{"3053":{},"3089":{},"3152":{}},"parent":{}}],["createcustomerpaymentinstrumentpathparameters",{"_index":1232,"name":{"3196":{},"3446":{},"3518":{},"3698":{}},"parent":{}}],["createcustomerpaymentinstrumentqueryparameters",{"_index":1229,"name":{"3193":{},"3445":{},"3517":{},"3697":{}},"parent":{}}],["createcustomerpaymentinstrumentrequired",{"_index":1189,"name":{"3090":{}},"parent":{}}],["createcustomerproductlist",{"_index":1157,"name":{"3054":{},"3091":{},"3153":{}},"parent":{}}],["createcustomerproductlistitem",{"_index":1158,"name":{"3055":{},"3093":{},"3154":{}},"parent":{}}],["createcustomerproductlistitempathparameters",{"_index":1244,"name":{"3210":{},"3450":{},"3522":{},"3702":{}},"parent":{}}],["createcustomerproductlistitemqueryparameters",{"_index":1241,"name":{"3207":{},"3449":{},"3521":{},"3701":{}},"parent":{}}],["createcustomerproductlistitemrequired",{"_index":1191,"name":{"3094":{}},"parent":{}}],["createcustomerproductlistpathparameters",{"_index":1238,"name":{"3203":{},"3448":{},"3520":{},"3700":{}},"parent":{}}],["createcustomerproductlistqueryparameters",{"_index":1235,"name":{"3200":{},"3447":{},"3519":{},"3699":{}},"parent":{}}],["createcustomerproductlistrequired",{"_index":1190,"name":{"3092":{}},"parent":{}}],["createdestinationbasket",{"_index":649,"name":{"1068":{},"1975":{}},"parent":{}}],["createobjecturl",{"_index":64,"name":{"72":{}},"parent":{}}],["createorder",{"_index":1548,"name":{"4508":{},"4520":{},"4538":{}},"parent":{}}],["createorderpathparameters",{"_index":1573,"name":{"4552":{},"4627":{},"4651":{},"4740":{}},"parent":{}}],["createorderqueryparameters",{"_index":1570,"name":{"4548":{},"4626":{},"4650":{},"4739":{}},"parent":{}}],["createorderrequired",{"_index":1560,"name":{"4521":{}},"parent":{}}],["createpaymentinstrumentfororder",{"_index":1550,"name":{"4509":{},"4522":{},"4539":{}},"parent":{}}],["createpaymentinstrumentfororderpathparameters",{"_index":1579,"name":{"4559":{},"4629":{},"4653":{},"4742":{}},"parent":{}}],["createpaymentinstrumentfororderqueryparameters",{"_index":1576,"name":{"4555":{},"4628":{},"4652":{},"4741":{}},"parent":{}}],["createpaymentinstrumentfororderrequired",{"_index":1561,"name":{"4523":{}},"parent":{}}],["createshipmentforbasket",{"_index":476,"name":{"797":{},"846":{},"911":{},"1702":{},"1751":{},"1816":{}},"parent":{}}],["createshipmentforbasketpathparameters",{"_index":606,"name":{"1015":{},"1280":{},"1361":{},"1485":{},"1922":{},"2191":{},"2275":{},"2412":{}},"parent":{}}],["createshipmentforbasketqueryparameters",{"_index":603,"name":{"1011":{},"1279":{},"1360":{},"1484":{},"1918":{},"2190":{},"2274":{},"2411":{}},"parent":{}}],["createshipmentforbasketrequired",{"_index":515,"name":{"847":{},"1752":{}},"parent":{}}],["createshoppercontext",{"_index":1033,"name":{"2725":{},"2732":{},"2740":{}},"parent":{}}],["createshoppercontextpathparameters",{"_index":1048,"name":{"2748":{},"2781":{},"2797":{},"2818":{}},"parent":{}}],["createshoppercontextqueryparameters",{"_index":1044,"name":{"2744":{},"2780":{},"2796":{},"2817":{}},"parent":{}}],["createshoppercontextrequired",{"_index":1040,"name":{"2733":{}},"parent":{}}],["credentialid",{"_index":228,"name":{"327":{}},"parent":{}}],["crosssites",{"_index":1295,"name":{"3274":{}},"parent":{}}],["currency",{"_index":1645,"name":{"4848":{},"5000":{},"5017":{},"5172":{},"5308":{},"5323":{}},"parent":{}}],["custom_api_default_base_uri",{"_index":37,"name":{"43":{}},"parent":{}}],["customer",{"_index":1104,"name":{"2889":{},"2948":{},"3592":{},"3771":{}},"parent":{}}],["customer_no",{"_index":211,"name":{"303":{}},"parent":{}}],["customeraddress",{"_index":1103,"name":{"2888":{},"2950":{},"3594":{},"3773":{}},"parent":{}}],["customeraddressinfo",{"_index":1106,"name":{"2891":{},"2951":{},"3595":{},"3774":{}},"parent":{}}],["customerauthtypeenum",{"_index":1105,"name":{"2890":{},"2949":{},"3593":{},"3772":{}},"parent":{}}],["customerexternalprofile",{"_index":1108,"name":{"2893":{},"2953":{},"3597":{},"3776":{}},"parent":{}}],["customerextprofilerequest",{"_index":1107,"name":{"2892":{},"2952":{},"3596":{},"3775":{}},"parent":{}}],["customerid",{"_index":1227,"name":{"3191":{},"3198":{},"3205":{},"3213":{},"3221":{},"3230":{},"3238":{},"3247":{},"3255":{},"3263":{},"3270":{},"3284":{},"3292":{},"3300":{},"3309":{},"3316":{},"3382":{},"3395":{},"3403":{},"3410":{},"3418":{},"3426":{},"3435":{}},"parent":{}}],["customerinfo",{"_index":441,"name":{"717":{},"749":{},"1427":{},"1548":{},"1606":{},"1645":{},"2345":{},"2476":{},"2851":{},"2954":{},"3598":{},"3777":{},"4397":{},"4447":{},"4679":{},"4765":{}},"parent":{}}],["customerorderresult",{"_index":1123,"name":{"2908":{},"2955":{},"3599":{},"3778":{}},"parent":{}}],["customerpaymentcardrequest",{"_index":1124,"name":{"2909":{},"2956":{},"3600":{},"3779":{}},"parent":{}}],["customerpaymentinstrument",{"_index":1102,"name":{"2887":{},"2957":{},"3601":{},"3780":{}},"parent":{}}],["customerpaymentinstrumentrequest",{"_index":1126,"name":{"2911":{},"2958":{},"3602":{},"3781":{}},"parent":{}}],["customerpaymentinstrumentupdaterequest",{"_index":1128,"name":{"2913":{},"2959":{},"3603":{},"3782":{}},"parent":{}}],["customerpaymentinstrumentupdaterequestpaymentcard",{"_index":1127,"name":{"2912":{},"2960":{},"3604":{},"3783":{}},"parent":{}}],["customerpaymentmethodreference",{"_index":1100,"name":{"2885":{},"2961":{},"3605":{},"3784":{}},"parent":{}}],["customerpaymentmethodreferencetypeenum",{"_index":1101,"name":{"2886":{},"2962":{},"3606":{},"3785":{}},"parent":{}}],["customerproductlist",{"_index":1134,"name":{"2919":{},"2963":{},"3607":{},"3786":{}},"parent":{}}],["customerproductlistitem",{"_index":1130,"name":{"2915":{},"2965":{},"3609":{},"3788":{}},"parent":{}}],["customerproductlistitemtypeenum",{"_index":1131,"name":{"2916":{},"2966":{},"3610":{},"3789":{}},"parent":{}}],["customerproductlistregistrant",{"_index":1132,"name":{"2917":{},"2967":{},"3611":{},"3790":{}},"parent":{}}],["customerproductlistresult",{"_index":1136,"name":{"2921":{},"2968":{},"3612":{},"3791":{}},"parent":{}}],["customerproductlisttypeenum",{"_index":1135,"name":{"2920":{},"2964":{},"3608":{},"3787":{}},"parent":{}}],["customerregistration",{"_index":1137,"name":{"2922":{},"2969":{},"3613":{},"3792":{}},"parent":{}}],["customparams",{"_index":414,"name":{"684":{},"690":{}},"parent":{}}],["customqueryparameters",{"_index":13,"name":{"11":{},"682":{}},"parent":{}}],["customrequestbody",{"_index":15,"name":{"13":{},"683":{}},"parent":{}}],["customsuggestions",{"_index":1750,"name":{"5223":{},"5254":{},"5362":{},"5406":{}},"parent":{}}],["defaultbaseuri",{"_index":43,"name":{"50":{},"135":{},"699":{},"786":{},"1339":{},"1584":{},"1691":{},"2253":{},"2521":{},"2530":{},"2554":{},"2573":{},"2606":{},"2661":{},"2714":{},"2723":{},"2795":{},"2829":{},"3050":{},"3511":{},"3872":{},"3905":{},"4027":{},"4094":{},"4105":{},"4129":{},"4149":{},"4375":{},"4506":{},"4648":{},"4823":{},"4836":{},"4864":{},"4887":{},"4950":{},"5040":{},"5133":{},"5146":{},"5188":{},"5215":{},"5288":{},"5348":{},"5439":{},"5448":{},"5474":{},"5493":{},"5512":{},"5559":{}},"parent":{}}],["defaults",{"_index":31,"name":{"36":{}},"parent":{}}],["deletebasket",{"_index":477,"name":{"798":{},"848":{},"912":{},"1703":{},"1753":{},"1817":{}},"parent":{}}],["deletebasketpathparameters",{"_index":612,"name":{"1022":{},"1282":{},"1363":{},"1487":{},"1929":{},"2193":{},"2277":{},"2414":{}},"parent":{}}],["deletebasketqueryparameters",{"_index":609,"name":{"1019":{},"1281":{},"1362":{},"1486":{},"1926":{},"2192":{},"2276":{},"2413":{}},"parent":{}}],["deletebasketrequired",{"_index":516,"name":{"849":{},"1754":{}},"parent":{}}],["deletecustomerpaymentinstrument",{"_index":1159,"name":{"3056":{},"3095":{},"3155":{}},"parent":{}}],["deletecustomerpaymentinstrumentpathparameters",{"_index":1251,"name":{"3218":{},"3452":{},"3524":{},"3704":{}},"parent":{}}],["deletecustomerpaymentinstrumentqueryparameters",{"_index":1248,"name":{"3215":{},"3451":{},"3523":{},"3703":{}},"parent":{}}],["deletecustomerpaymentinstrumentrequired",{"_index":1192,"name":{"3096":{}},"parent":{}}],["deletecustomerpaymentmethodreference",{"_index":1160,"name":{"3057":{},"3097":{},"3156":{}},"parent":{}}],["deletecustomerpaymentmethodreferencepathparameters",{"_index":1258,"name":{"3227":{},"3454":{},"3526":{},"3706":{}},"parent":{}}],["deletecustomerpaymentmethodreferencequeryparameters",{"_index":1254,"name":{"3223":{},"3453":{},"3525":{},"3705":{}},"parent":{}}],["deletecustomerpaymentmethodreferencerequired",{"_index":1193,"name":{"3098":{}},"parent":{}}],["deletecustomerproductlist",{"_index":1161,"name":{"3058":{},"3099":{},"3157":{}},"parent":{}}],["deletecustomerproductlistitem",{"_index":1162,"name":{"3059":{},"3101":{},"3158":{}},"parent":{}}],["deletecustomerproductlistitempathparameters",{"_index":1271,"name":{"3243":{},"3458":{},"3530":{},"3710":{}},"parent":{}}],["deletecustomerproductlistitemqueryparameters",{"_index":1268,"name":{"3240":{},"3457":{},"3529":{},"3709":{}},"parent":{}}],["deletecustomerproductlistitemrequired",{"_index":1195,"name":{"3102":{}},"parent":{}}],["deletecustomerproductlistpathparameters",{"_index":1265,"name":{"3235":{},"3456":{},"3528":{},"3708":{}},"parent":{}}],["deletecustomerproductlistqueryparameters",{"_index":1262,"name":{"3232":{},"3455":{},"3527":{},"3707":{}},"parent":{}}],["deletecustomerproductlistrequired",{"_index":1194,"name":{"3100":{}},"parent":{}}],["deletepasskeycredential",{"_index":104,"name":{"141":{},"173":{},"219":{}},"parent":{}}],["deletepasskeycredentialpathparameters",{"_index":224,"name":{"323":{},"574":{},"4177":{},"4283":{}},"parent":{}}],["deletepasskeycredentialqueryparameters",{"_index":221,"name":{"320":{},"573":{},"4176":{},"4282":{}},"parent":{}}],["deletepasskeycredentialrequired",{"_index":132,"name":{"174":{}},"parent":{}}],["deletepasskeyuser",{"_index":105,"name":{"142":{},"175":{},"220":{}},"parent":{}}],["deletepasskeyuserpathparameters",{"_index":232,"name":{"331":{},"576":{},"4179":{},"4285":{}},"parent":{}}],["deletepasskeyuserqueryparameters",{"_index":229,"name":{"328":{},"575":{},"4178":{},"4284":{}},"parent":{}}],["deletepasskeyuserrequired",{"_index":133,"name":{"176":{}},"parent":{}}],["deleteshoppercontext",{"_index":1035,"name":{"2726":{},"2734":{},"2741":{}},"parent":{}}],["deleteshoppercontextpathparameters",{"_index":1054,"name":{"2755":{},"2783":{},"2799":{},"2820":{}},"parent":{}}],["deleteshoppercontextqueryparameters",{"_index":1051,"name":{"2752":{},"2782":{},"2798":{},"2819":{}},"parent":{}}],["deleteshoppercontextrequired",{"_index":1041,"name":{"2735":{}},"parent":{}}],["discount",{"_index":430,"name":{"706":{},"750":{},"1428":{},"1549":{},"1595":{},"1646":{},"2346":{},"2477":{},"2840":{},"2970":{},"3614":{},"3793":{},"4386":{},"4448":{},"4680":{},"4766":{}},"parent":{}}],["discountrequest",{"_index":453,"name":{"729":{},"752":{},"1430":{},"1551":{},"1624":{},"1648":{},"2348":{},"2479":{}},"parent":{}}],["discountrequesttypeenum",{"_index":454,"name":{"730":{},"753":{},"1431":{},"1552":{},"1625":{},"1649":{},"2349":{},"2480":{}},"parent":{}}],["discounttypeenum",{"_index":431,"name":{"707":{},"751":{},"1429":{},"1550":{},"1596":{},"1647":{},"2347":{},"2478":{},"2841":{},"2971":{},"3615":{},"3794":{},"4387":{},"4449":{},"4681":{},"4767":{}},"parent":{}}],["display_name",{"_index":385,"name":{"539":{}},"parent":{}}],["distanceunit",{"_index":1815,"name":{"5494":{},"5502":{},"5536":{},"5568":{},"5583":{}},"parent":{}}],["dnt",{"_index":257,"name":{"360":{},"419":{},"435":{},"464":{}},"parent":{}}],["dofetch",{"_index":416,"name":{"686":{},"688":{}},"parent":{}}],["dwsgst",{"_index":296,"name":{"416":{}},"parent":{}}],["dwsid",{"_index":295,"name":{"413":{}},"parent":{}}],["dwsrst",{"_index":297,"name":{"417":{}},"parent":{}}],["einsteinsuggestedphrases",{"_index":1751,"name":{"5224":{},"5255":{},"5363":{},"5407":{}},"parent":{}}],["email",{"_index":208,"name":{"300":{},"3351":{}},"parent":{}}],["email_id",{"_index":322,"name":{"463":{}},"parent":{}}],["encodescapispecialcharacters",{"_index":417,"name":{"687":{},"689":{}},"parent":{}}],["enddate",{"_index":1732,"name":{"5171":{}},"parent":{}}],["endpointpath",{"_index":421,"name":{"693":{}},"parent":{}}],["error",{"_index":399,"name":{"640":{}},"parent":{}}],["errorresponse",{"_index":455,"name":{"731":{},"754":{},"1432":{},"1553":{},"1626":{},"1650":{},"2350":{},"2481":{},"2522":{},"2525":{},"2561":{},"2569":{},"2587":{},"2601":{},"2685":{},"2710":{},"2715":{},"2718":{},"2811":{},"2825":{},"2923":{},"2972":{},"3616":{},"3795":{},"3882":{},"3896":{},"4054":{},"4086":{},"4095":{},"4099":{},"4136":{},"4145":{},"4409":{},"4450":{},"4682":{},"4768":{},"4824":{},"4829":{},"4871":{},"4881":{},"4914":{},"4921":{},"5060":{},"5105":{},"5134":{},"5139":{},"5197":{},"5209":{},"5225":{},"5256":{},"5364":{},"5408":{},"5440":{},"5443":{},"5481":{},"5489":{},"5495":{},"5503":{},"5569":{},"5584":{}},"parent":{}}],["evaluatecontextwithclientip",{"_index":1047,"name":{"2747":{},"2769":{}},"parent":{}}],["exchange",{"_index":711,"name":{"1148":{},"2056":{}},"parent":{}}],["expand",{"_index":1008,"name":{"2629":{},"3252":{},"3278":{},"3343":{},"4576":{},"4996":{},"5011":{},"5310":{},"5325":{}},"parent":{}}],["externalid",{"_index":1330,"name":{"3320":{}},"parent":{}}],["failorder",{"_index":1551,"name":{"4510":{},"4524":{},"4540":{}},"parent":{}}],["failorderpathparameters",{"_index":1587,"name":{"4568":{},"4631":{},"4655":{},"4744":{}},"parent":{}}],["failorderqueryparameters",{"_index":1583,"name":{"4563":{},"4630":{},"4654":{},"4743":{}},"parent":{}}],["failorderrequest",{"_index":1543,"name":{"4410":{},"4451":{},"4683":{},"4769":{}},"parent":{}}],["failorderrequestreasoncodeenum",{"_index":1544,"name":{"4411":{},"4452":{},"4684":{},"4770":{}},"parent":{}}],["failorderrequired",{"_index":1562,"name":{"4525":{}},"parent":{}}],["fetch",{"_index":25,"name":{"22":{},"32":{},"48":{},"660":{}},"parent":{}}],["fetchfunction",{"_index":34,"name":{"40":{}},"parent":{}}],["fetchoptions",{"_index":24,"name":{"21":{},"31":{},"39":{}},"parent":{}}],["finishwebauthnauthentication",{"_index":106,"name":{"143":{},"177":{},"221":{}},"parent":{}}],["finishwebauthnauthenticationpathparameters",{"_index":237,"name":{"337":{},"578":{},"4181":{},"4287":{}},"parent":{}}],["finishwebauthnauthenticationqueryparameters",{"_index":235,"name":{"335":{},"577":{},"4180":{},"4286":{}},"parent":{}}],["finishwebauthnauthenticationrequired",{"_index":134,"name":{"178":{}},"parent":{}}],["finishwebauthnuserregistration",{"_index":107,"name":{"144":{},"179":{},"222":{}},"parent":{}}],["finishwebauthnuserregistrationpathparameters",{"_index":242,"name":{"342":{},"580":{},"4183":{},"4289":{}},"parent":{}}],["finishwebauthnuserregistrationqueryparameters",{"_index":240,"name":{"340":{},"579":{},"4182":{},"4288":{}},"parent":{}}],["finishwebauthnuserregistrationrequired",{"_index":135,"name":{"180":{}},"parent":{}}],["first_name",{"_index":209,"name":{"301":{}},"parent":{}}],["firstname",{"_index":1357,"name":{"3352":{}},"parent":{}}],["from",{"_index":1297,"name":{"3275":{}},"parent":{}}],["generatecodechallenge",{"_index":404,"name":{"645":{},"674":{}},"parent":{}}],["getaccesstoken",{"_index":108,"name":{"145":{},"181":{},"223":{}},"parent":{}}],["getaccesstokenbodytype",{"_index":250,"name":{"350":{},"583":{},"4186":{},"4290":{}},"parent":{}}],["getaccesstokenpathparameters",{"_index":247,"name":{"347":{},"582":{},"4185":{},"4292":{}},"parent":{}}],["getaccesstokenqueryparameters",{"_index":245,"name":{"345":{},"581":{},"4184":{},"4291":{}},"parent":{}}],["getaccesstokenrequired",{"_index":136,"name":{"182":{}},"parent":{}}],["getbasket",{"_index":478,"name":{"799":{},"850":{},"913":{},"1704":{},"1755":{},"1818":{}},"parent":{}}],["getbasketpathparameters",{"_index":618,"name":{"1030":{},"1284":{},"1365":{},"1489":{},"1937":{},"2195":{},"2279":{},"2416":{}},"parent":{}}],["getbasketqueryparameters",{"_index":615,"name":{"1026":{},"1283":{},"1364":{},"1488":{},"1933":{},"2194":{},"2278":{},"2415":{}},"parent":{}}],["getbasketrequired",{"_index":517,"name":{"851":{},"1756":{}},"parent":{}}],["getcategories",{"_index":1663,"name":{"4952":{},"4959":{},"4967":{}},"parent":{}}],["getcategorieslevelsenum",{"_index":1674,"name":{"4971":{},"5024":{},"5041":{},"5090":{}},"parent":{}}],["getcategoriespathparameters",{"_index":1681,"name":{"4981":{},"5029":{},"5046":{},"5092":{}},"parent":{}}],["getcategoriesqueryparameters",{"_index":1678,"name":{"4975":{},"5028":{},"5045":{},"5091":{}},"parent":{}}],["getcategoriesrequired",{"_index":1670,"name":{"4960":{}},"parent":{}}],["getcategory",{"_index":1665,"name":{"4953":{},"4961":{},"4968":{}},"parent":{}}],["getcategorylevelsenum",{"_index":1675,"name":{"4972":{},"5025":{},"5042":{},"5093":{}},"parent":{}}],["getcategorypathparameters",{"_index":1687,"name":{"4989":{},"5031":{},"5048":{},"5095":{}},"parent":{}}],["getcategoryqueryparameters",{"_index":1684,"name":{"4984":{},"5030":{},"5047":{},"5094":{}},"parent":{}}],["getcategoryrequired",{"_index":1671,"name":{"4962":{}},"parent":{}}],["getcodeandusidfromurl",{"_index":401,"name":{"642":{},"672":{}},"parent":{}}],["getconfigurations",{"_index":963,"name":{"2532":{},"2536":{},"2538":{}},"parent":{}}],["getconfigurationspathparameters",{"_index":971,"name":{"2542":{},"2549":{},"2556":{},"2568":{}},"parent":{}}],["getconfigurationsqueryparameters",{"_index":968,"name":{"2539":{},"2548":{},"2555":{},"2567":{}},"parent":{}}],["getconfigurationsrequired",{"_index":967,"name":{"2537":{}},"parent":{}}],["getcontent",{"_index":1444,"name":{"3907":{},"3917":{},"3931":{}},"parent":{}}],["getcontentfolder",{"_index":1446,"name":{"3908":{},"3919":{},"3932":{}},"parent":{}}],["getcontentfolderpathparameters",{"_index":1472,"name":{"3951":{},"4012":{},"4031":{},"4067":{}},"parent":{}}],["getcontentfolderqueryparameters",{"_index":1468,"name":{"3946":{},"4011":{},"4030":{},"4066":{}},"parent":{}}],["getcontentfolderrequired",{"_index":1455,"name":{"3920":{}},"parent":{}}],["getcontentfolders",{"_index":1447,"name":{"3909":{},"3921":{},"3933":{}},"parent":{}}],["getcontentfolderspathparameters",{"_index":1479,"name":{"3961":{},"4014":{},"4033":{},"4069":{}},"parent":{}}],["getcontentfoldersqueryparameters",{"_index":1475,"name":{"3955":{},"4013":{},"4032":{},"4068":{}},"parent":{}}],["getcontentfoldersrequired",{"_index":1456,"name":{"3922":{}},"parent":{}}],["getcontentpathparameters",{"_index":1464,"name":{"3942":{},"4010":{},"4029":{},"4065":{}},"parent":{}}],["getcontentqueryparameters",{"_index":1461,"name":{"3938":{},"4009":{},"4028":{},"4064":{}},"parent":{}}],["getcontentrequired",{"_index":1454,"name":{"3918":{}},"parent":{}}],["getcustomer",{"_index":1163,"name":{"3060":{},"3103":{},"3159":{}},"parent":{}}],["getcustomeraddress",{"_index":1164,"name":{"3061":{},"3105":{},"3160":{}},"parent":{}}],["getcustomeraddresspathparameters",{"_index":1283,"name":{"3260":{},"3462":{},"3534":{},"3715":{}},"parent":{}}],["getcustomeraddressqueryparameters",{"_index":1280,"name":{"3257":{},"3461":{},"3533":{},"3714":{}},"parent":{}}],["getcustomeraddressrequired",{"_index":1197,"name":{"3106":{}},"parent":{}}],["getcustomerbaskets",{"_index":1165,"name":{"3062":{},"3107":{},"3161":{}},"parent":{}}],["getcustomerbasketspathparameters",{"_index":1290,"name":{"3268":{},"3464":{},"3536":{},"3717":{}},"parent":{}}],["getcustomerbasketsqueryparameters",{"_index":1287,"name":{"3265":{},"3463":{},"3535":{},"3716":{}},"parent":{}}],["getcustomerbasketsrequired",{"_index":1198,"name":{"3108":{}},"parent":{}}],["getcustomerexpandenum",{"_index":1219,"name":{"3183":{},"3440":{},"3512":{},"3711":{}},"parent":{}}],["getcustomerorders",{"_index":1166,"name":{"3063":{},"3109":{},"3162":{}},"parent":{}}],["getcustomerordersexpandenum",{"_index":1220,"name":{"3184":{},"3441":{},"3513":{},"3718":{}},"parent":{}}],["getcustomerorderspathparameters",{"_index":1301,"name":{"3282":{},"3466":{},"3538":{},"3720":{}},"parent":{}}],["getcustomerordersqueryparameters",{"_index":1293,"name":{"3272":{},"3465":{},"3537":{},"3719":{}},"parent":{}}],["getcustomerordersrequired",{"_index":1199,"name":{"3110":{}},"parent":{}}],["getcustomerpathparameters",{"_index":1277,"name":{"3253":{},"3460":{},"3532":{},"3713":{}},"parent":{}}],["getcustomerpaymentinstrument",{"_index":1167,"name":{"3064":{},"3111":{},"3163":{}},"parent":{}}],["getcustomerpaymentinstrumentpathparameters",{"_index":1307,"name":{"3289":{},"3468":{},"3540":{},"3722":{}},"parent":{}}],["getcustomerpaymentinstrumentqueryparameters",{"_index":1304,"name":{"3286":{},"3467":{},"3539":{},"3721":{}},"parent":{}}],["getcustomerpaymentinstrumentrequired",{"_index":1200,"name":{"3112":{}},"parent":{}}],["getcustomerproductlist",{"_index":1168,"name":{"3065":{},"3113":{},"3164":{}},"parent":{}}],["getcustomerproductlistitem",{"_index":1169,"name":{"3066":{},"3115":{},"3165":{}},"parent":{}}],["getcustomerproductlistitempathparameters",{"_index":1319,"name":{"3305":{},"3472":{},"3544":{},"3726":{}},"parent":{}}],["getcustomerproductlistitemqueryparameters",{"_index":1316,"name":{"3302":{},"3471":{},"3543":{},"3725":{}},"parent":{}}],["getcustomerproductlistitemrequired",{"_index":1202,"name":{"3116":{}},"parent":{}}],["getcustomerproductlistpathparameters",{"_index":1313,"name":{"3297":{},"3470":{},"3542":{},"3724":{}},"parent":{}}],["getcustomerproductlistqueryparameters",{"_index":1310,"name":{"3294":{},"3469":{},"3541":{},"3723":{}},"parent":{}}],["getcustomerproductlistrequired",{"_index":1201,"name":{"3114":{}},"parent":{}}],["getcustomerproductlists",{"_index":1170,"name":{"3067":{},"3117":{},"3166":{}},"parent":{}}],["getcustomerproductlistspathparameters",{"_index":1325,"name":{"3314":{},"3474":{},"3546":{},"3728":{}},"parent":{}}],["getcustomerproductlistsqueryparameters",{"_index":1322,"name":{"3311":{},"3473":{},"3545":{},"3727":{}},"parent":{}}],["getcustomerproductlistsrequired",{"_index":1203,"name":{"3118":{}},"parent":{}}],["getcustomerqueryparameters",{"_index":1274,"name":{"3249":{},"3459":{},"3531":{},"3712":{}},"parent":{}}],["getcustomerrequired",{"_index":1196,"name":{"3104":{}},"parent":{}}],["getexternalprofile",{"_index":1171,"name":{"3068":{},"3119":{},"3167":{}},"parent":{}}],["getexternalprofilepathparameters",{"_index":1333,"name":{"3323":{},"3476":{},"3548":{},"3730":{}},"parent":{}}],["getexternalprofilequeryparameters",{"_index":1328,"name":{"3318":{},"3475":{},"3547":{},"3729":{}},"parent":{}}],["getexternalprofilerequired",{"_index":1204,"name":{"3120":{}},"parent":{}}],["getgiftcertificate",{"_index":1524,"name":{"4107":{},"4111":{},"4113":{}},"parent":{}}],["getgiftcertificatepathparameters",{"_index":1532,"name":{"4117":{},"4124":{},"4131":{},"4144":{}},"parent":{}}],["getgiftcertificatequeryparameters",{"_index":1529,"name":{"4114":{},"4123":{},"4130":{},"4143":{}},"parent":{}}],["getgiftcertificaterequired",{"_index":1528,"name":{"4112":{}},"parent":{}}],["getjwksuri",{"_index":109,"name":{"146":{},"183":{},"224":{}},"parent":{}}],["getjwksuripathparameters",{"_index":260,"name":{"363":{},"585":{},"4188":{},"4294":{}},"parent":{}}],["getjwksuriqueryparameters",{"_index":258,"name":{"361":{},"584":{},"4187":{},"4293":{}},"parent":{}}],["getjwksurirequired",{"_index":137,"name":{"184":{}},"parent":{}}],["getmultiplecontent",{"_index":1448,"name":{"3910":{},"3923":{},"3934":{}},"parent":{}}],["getmultiplecontentpathparameters",{"_index":1485,"name":{"3969":{},"4016":{},"4035":{},"4071":{}},"parent":{}}],["getmultiplecontentqueryparameters",{"_index":1482,"name":{"3964":{},"4015":{},"4034":{},"4070":{}},"parent":{}}],["getmultiplecontentrequired",{"_index":1457,"name":{"3924":{}},"parent":{}}],["getorder",{"_index":1552,"name":{"4511":{},"4526":{},"4541":{}},"parent":{}}],["getorderexpandenum",{"_index":1569,"name":{"4547":{},"4625":{},"4649":{},"4745":{}},"parent":{}}],["getorderpathparameters",{"_index":1593,"name":{"4577":{},"4633":{},"4657":{},"4747":{}},"parent":{}}],["getorderqueryparameters",{"_index":1590,"name":{"4572":{},"4632":{},"4656":{},"4746":{}},"parent":{}}],["getorderrequired",{"_index":1563,"name":{"4527":{}},"parent":{}}],["getpage",{"_index":1449,"name":{"3911":{},"3925":{},"3935":{}},"parent":{}}],["getpagepathparameters",{"_index":1492,"name":{"3978":{},"4018":{},"4037":{},"4073":{}},"parent":{}}],["getpagequeryparameters",{"_index":1488,"name":{"3972":{},"4017":{},"4036":{},"4072":{}},"parent":{}}],["getpagerequired",{"_index":1458,"name":{"3926":{}},"parent":{}}],["getpages",{"_index":1450,"name":{"3912":{},"3927":{},"3936":{}},"parent":{}}],["getpagespathparameters",{"_index":1502,"name":{"3991":{},"4020":{},"4039":{},"4075":{}},"parent":{}}],["getpagesqueryparameters",{"_index":1496,"name":{"3982":{},"4019":{},"4038":{},"4074":{}},"parent":{}}],["getpagesrequired",{"_index":1459,"name":{"3928":{}},"parent":{}}],["getpasskeyuserbyloginid",{"_index":110,"name":{"147":{},"185":{},"225":{}},"parent":{}}],["getpasskeyuserbyloginidpathparameters",{"_index":266,"name":{"369":{},"587":{},"4190":{},"4296":{}},"parent":{}}],["getpasskeyuserbyloginidqueryparameters",{"_index":263,"name":{"366":{},"586":{},"4189":{},"4295":{}},"parent":{}}],["getpasskeyuserbyloginidrequired",{"_index":138,"name":{"186":{}},"parent":{}}],["getpasswordlessaccesstoken",{"_index":111,"name":{"148":{},"187":{},"226":{},"653":{},"668":{}},"parent":{}}],["getpasswordlessaccesstokenbodytype",{"_index":274,"name":{"378":{},"590":{},"4193":{},"4298":{}},"parent":{}}],["getpasswordlessaccesstokengranttypeenum",{"_index":157,"name":{"244":{},"551":{},"4154":{},"4297":{}},"parent":{}}],["getpasswordlessaccesstokenpathparameters",{"_index":271,"name":{"375":{},"589":{},"4192":{},"4300":{}},"parent":{}}],["getpasswordlessaccesstokenqueryparameters",{"_index":269,"name":{"373":{},"588":{},"4191":{},"4299":{}},"parent":{}}],["getpasswordlessaccesstokenrequired",{"_index":139,"name":{"188":{}},"parent":{}}],["getpasswordresettoken",{"_index":112,"name":{"149":{},"189":{},"227":{}},"parent":{}}],["getpasswordresettokenbodytype",{"_index":284,"name":{"391":{},"593":{},"4196":{},"4302":{}},"parent":{}}],["getpasswordresettokenmodeenum",{"_index":158,"name":{"245":{},"552":{},"4155":{},"4301":{}},"parent":{}}],["getpasswordresettokenpathparameters",{"_index":281,"name":{"388":{},"592":{},"4195":{},"4304":{}},"parent":{}}],["getpasswordresettokenqueryparameters",{"_index":279,"name":{"386":{},"591":{},"4194":{},"4303":{}},"parent":{}}],["getpasswordresettokenrequired",{"_index":140,"name":{"190":{}},"parent":{}}],["getpaymentconfiguration",{"_index":1637,"name":{"4838":{},"4842":{},"4844":{}},"parent":{}}],["getpaymentconfigurationpathparameters",{"_index":1649,"name":{"4852":{},"4859":{},"4866":{},"4880":{}},"parent":{}}],["getpaymentconfigurationqueryparameters",{"_index":1642,"name":{"4845":{},"4858":{},"4865":{},"4879":{}},"parent":{}}],["getpaymentconfigurationrequired",{"_index":1641,"name":{"4843":{}},"parent":{}}],["getpaymentmethodsforbasket",{"_index":479,"name":{"800":{},"852":{},"914":{},"1705":{},"1757":{},"1819":{}},"parent":{}}],["getpaymentmethodsforbasketpathparameters",{"_index":624,"name":{"1038":{},"1286":{},"1367":{},"1491":{},"1945":{},"2197":{},"2281":{},"2418":{}},"parent":{}}],["getpaymentmethodsforbasketqueryparameters",{"_index":621,"name":{"1034":{},"1285":{},"1366":{},"1490":{},"1941":{},"2196":{},"2280":{},"2417":{}},"parent":{}}],["getpaymentmethodsforbasketrequired",{"_index":518,"name":{"853":{},"1758":{}},"parent":{}}],["getpaymentmethodsfororder",{"_index":1553,"name":{"4512":{},"4528":{},"4542":{}},"parent":{}}],["getpaymentmethodsfororderpathparameters",{"_index":1599,"name":{"4585":{},"4635":{},"4659":{},"4749":{}},"parent":{}}],["getpaymentmethodsfororderqueryparameters",{"_index":1596,"name":{"4581":{},"4634":{},"4658":{},"4748":{}},"parent":{}}],["getpaymentmethodsfororderrequired",{"_index":1564,"name":{"4529":{}},"parent":{}}],["getpricebooksforbasket",{"_index":480,"name":{"801":{},"854":{},"915":{},"1706":{},"1759":{},"1820":{}},"parent":{}}],["getpricebooksforbasketpathparameters",{"_index":630,"name":{"1045":{},"1288":{},"1369":{},"1493":{},"1952":{},"2199":{},"2283":{},"2420":{}},"parent":{}}],["getpricebooksforbasketqueryparameters",{"_index":627,"name":{"1042":{},"1287":{},"1368":{},"1492":{},"1949":{},"2198":{},"2282":{},"2419":{}},"parent":{}}],["getpricebooksforbasketrequired",{"_index":519,"name":{"855":{},"1760":{}},"parent":{}}],["getproduct",{"_index":1666,"name":{"4954":{},"4963":{},"4969":{}},"parent":{}}],["getproductexpandenum",{"_index":1676,"name":{"4973":{},"5026":{},"5043":{},"5096":{}},"parent":{}}],["getproductlistitem",{"_index":1172,"name":{"3069":{},"3121":{},"3168":{}},"parent":{}}],["getproductlistitempathparameters",{"_index":1339,"name":{"3329":{},"3478":{},"3550":{},"3732":{}},"parent":{}}],["getproductlistitemqueryparameters",{"_index":1336,"name":{"3326":{},"3477":{},"3549":{},"3731":{}},"parent":{}}],["getproductlistitemrequired",{"_index":1205,"name":{"3122":{}},"parent":{}}],["getproductpathparameters",{"_index":1697,"name":{"5003":{},"5033":{},"5050":{},"5098":{}},"parent":{}}],["getproductqueryparameters",{"_index":1690,"name":{"4993":{},"5032":{},"5049":{},"5097":{}},"parent":{}}],["getproductrequired",{"_index":1672,"name":{"4964":{}},"parent":{}}],["getproducts",{"_index":1667,"name":{"4955":{},"4965":{},"4970":{}},"parent":{}}],["getproductsexpandenum",{"_index":1677,"name":{"4974":{},"5027":{},"5044":{},"5099":{}},"parent":{}}],["getproductspathparameters",{"_index":1703,"name":{"5018":{},"5035":{},"5052":{},"5101":{}},"parent":{}}],["getproductsqueryparameters",{"_index":1700,"name":{"5007":{},"5034":{},"5051":{},"5100":{}},"parent":{}}],["getproductsrequired",{"_index":1673,"name":{"4966":{}},"parent":{}}],["getpromotions",{"_index":1715,"name":{"5148":{},"5153":{},"5157":{}},"parent":{}}],["getpromotionsforcampaign",{"_index":1717,"name":{"5149":{},"5155":{},"5158":{}},"parent":{}}],["getpromotionsforcampaignpathparameters",{"_index":1733,"name":{"5173":{},"5183":{},"5192":{},"5208":{}},"parent":{}}],["getpromotionsforcampaignqueryparameters",{"_index":1728,"name":{"5167":{},"5182":{},"5191":{},"5207":{}},"parent":{}}],["getpromotionsforcampaignrequired",{"_index":1721,"name":{"5156":{}},"parent":{}}],["getpromotionspathparameters",{"_index":1725,"name":{"5164":{},"5181":{},"5190":{},"5206":{}},"parent":{}}],["getpromotionsqueryparameters",{"_index":1722,"name":{"5159":{},"5180":{},"5189":{},"5205":{}},"parent":{}}],["getpromotionsrequired",{"_index":1720,"name":{"5154":{}},"parent":{}}],["getpublicproductlist",{"_index":1173,"name":{"3070":{},"3123":{},"3169":{}},"parent":{}}],["getpublicproductlistitems",{"_index":1174,"name":{"3071":{},"3125":{},"3170":{}},"parent":{}}],["getpublicproductlistitemsexpandenum",{"_index":1221,"name":{"3185":{},"3442":{},"3514":{},"3735":{}},"parent":{}}],["getpublicproductlistitemspathparameters",{"_index":1351,"name":{"3345":{},"3482":{},"3554":{},"3737":{}},"parent":{}}],["getpublicproductlistitemsqueryparameters",{"_index":1348,"name":{"3341":{},"3481":{},"3553":{},"3736":{}},"parent":{}}],["getpublicproductlistitemsrequired",{"_index":1207,"name":{"3126":{}},"parent":{}}],["getpublicproductlistpathparameters",{"_index":1345,"name":{"3337":{},"3480":{},"3552":{},"3734":{}},"parent":{}}],["getpublicproductlistqueryparameters",{"_index":1342,"name":{"3334":{},"3479":{},"3551":{},"3733":{}},"parent":{}}],["getpublicproductlistrequired",{"_index":1206,"name":{"3124":{}},"parent":{}}],["getpublicproductlistsbysearchterm",{"_index":1175,"name":{"3072":{},"3127":{},"3171":{}},"parent":{}}],["getpublicproductlistsbysearchtermpathparameters",{"_index":1359,"name":{"3355":{},"3484":{},"3556":{},"3739":{}},"parent":{}}],["getpublicproductlistsbysearchtermqueryparameters",{"_index":1354,"name":{"3349":{},"3483":{},"3555":{},"3738":{}},"parent":{}}],["getpublicproductlistsbysearchtermrequired",{"_index":1208,"name":{"3128":{}},"parent":{}}],["getresetpasswordtoken",{"_index":1176,"name":{"3073":{},"3129":{},"3172":{}},"parent":{}}],["getresetpasswordtokenpathparameters",{"_index":1365,"name":{"3361":{},"3486":{},"3558":{},"3741":{}},"parent":{}}],["getresetpasswordtokenqueryparameters",{"_index":1362,"name":{"3358":{},"3485":{},"3557":{},"3740":{}},"parent":{}}],["getresetpasswordtokenrequired",{"_index":1209,"name":{"3130":{}},"parent":{}}],["getsearchsuggestions",{"_index":1764,"name":{"5290":{},"5295":{},"5299":{}},"parent":{}}],["getsearchsuggestionsexpandenum",{"_index":1771,"name":{"5301":{},"5338":{},"5349":{},"5397":{}},"parent":{}}],["getsearchsuggestionspathparameters",{"_index":1778,"name":{"5313":{},"5341":{},"5352":{},"5399":{}},"parent":{}}],["getsearchsuggestionsqueryparameters",{"_index":1773,"name":{"5303":{},"5340":{},"5351":{},"5398":{}},"parent":{}}],["getsearchsuggestionsrequired",{"_index":1769,"name":{"5296":{}},"parent":{}}],["getsessionbridgeaccesstoken",{"_index":113,"name":{"150":{},"191":{},"228":{}},"parent":{}}],["getsessionbridgeaccesstokenbodytype",{"_index":292,"name":{"407":{},"596":{},"4199":{},"4306":{}},"parent":{}}],["getsessionbridgeaccesstokengranttypeenum",{"_index":159,"name":{"246":{},"553":{},"4156":{},"4305":{}},"parent":{}}],["getsessionbridgeaccesstokenpathparameters",{"_index":289,"name":{"404":{},"595":{},"4198":{},"4308":{}},"parent":{}}],["getsessionbridgeaccesstokenqueryparameters",{"_index":287,"name":{"402":{},"594":{},"4197":{},"4307":{}},"parent":{}}],["getsessionbridgeaccesstokenrequired",{"_index":141,"name":{"192":{}},"parent":{}}],["getshippingmethodsforshipment",{"_index":481,"name":{"802":{},"856":{},"916":{},"1707":{},"1761":{},"1821":{}},"parent":{}}],["getshippingmethodsforshipmentpathparameters",{"_index":636,"name":{"1053":{},"1290":{},"1371":{},"1495":{},"1960":{},"2201":{},"2285":{},"2422":{}},"parent":{}}],["getshippingmethodsforshipmentqueryparameters",{"_index":633,"name":{"1049":{},"1289":{},"1370":{},"1494":{},"1956":{},"2200":{},"2284":{},"2421":{}},"parent":{}}],["getshippingmethodsforshipmentrequired",{"_index":520,"name":{"857":{},"1762":{}},"parent":{}}],["getshoppercontext",{"_index":1036,"name":{"2727":{},"2736":{},"2742":{}},"parent":{}}],["getshoppercontextpathparameters",{"_index":1060,"name":{"2762":{},"2785":{},"2801":{},"2822":{}},"parent":{}}],["getshoppercontextqueryparameters",{"_index":1057,"name":{"2759":{},"2784":{},"2800":{},"2821":{}},"parent":{}}],["getshoppercontextrequired",{"_index":1042,"name":{"2737":{}},"parent":{}}],["getstores",{"_index":1820,"name":{"5514":{},"5519":{},"5523":{}},"parent":{}}],["getstorespathparameters",{"_index":1830,"name":{"5530":{},"5552":{},"5561":{},"5580":{}},"parent":{}}],["getstoresqueryparameters",{"_index":1827,"name":{"5525":{},"5551":{},"5560":{},"5579":{}},"parent":{}}],["getstoresrequired",{"_index":1825,"name":{"5520":{}},"parent":{}}],["getsubscriptions",{"_index":994,"name":{"2608":{},"2614":{},"2620":{}},"parent":{}}],["getsubscriptionsexpandenum",{"_index":1003,"name":{"2623":{},"2650":{},"2662":{},"2691":{}},"parent":{}}],["getsubscriptionspathparameters",{"_index":1009,"name":{"2630":{},"2652":{},"2664":{},"2693":{}},"parent":{}}],["getsubscriptionsqueryparameters",{"_index":1004,"name":{"2624":{},"2651":{},"2663":{},"2692":{}},"parent":{}}],["getsubscriptionsrequired",{"_index":1000,"name":{"2615":{}},"parent":{}}],["gettaxesfrombasket",{"_index":482,"name":{"803":{},"858":{},"917":{},"1708":{},"1763":{},"1822":{}},"parent":{}}],["gettaxesfrombasketpathparameters",{"_index":643,"name":{"1061":{},"1292":{},"1373":{},"1497":{},"1968":{},"2203":{},"2287":{},"2424":{}},"parent":{}}],["gettaxesfrombasketqueryparameters",{"_index":640,"name":{"1058":{},"1291":{},"1372":{},"1496":{},"1965":{},"2202":{},"2286":{},"2423":{}},"parent":{}}],["gettaxesfrombasketrequired",{"_index":521,"name":{"859":{},"1764":{}},"parent":{}}],["gettaxesfromorder",{"_index":1554,"name":{"4513":{},"4530":{},"4543":{}},"parent":{}}],["gettaxesfromorderpathparameters",{"_index":1605,"name":{"4592":{},"4637":{},"4661":{},"4751":{}},"parent":{}}],["gettaxesfromorderqueryparameters",{"_index":1602,"name":{"4589":{},"4636":{},"4660":{},"4750":{}},"parent":{}}],["gettaxesfromorderrequired",{"_index":1565,"name":{"4531":{}},"parent":{}}],["gettrustedagentaccesstoken",{"_index":114,"name":{"151":{},"193":{},"229":{}},"parent":{}}],["gettrustedagentaccesstokenbodytype",{"_index":303,"name":{"425":{},"599":{},"4202":{},"4310":{}},"parent":{}}],["gettrustedagentaccesstokengranttypeenum",{"_index":160,"name":{"247":{},"554":{},"4157":{},"4309":{}},"parent":{}}],["gettrustedagentaccesstokenpathparameters",{"_index":300,"name":{"422":{},"598":{},"4201":{},"4312":{}},"parent":{}}],["gettrustedagentaccesstokenqueryparameters",{"_index":298,"name":{"420":{},"597":{},"4200":{},"4311":{}},"parent":{}}],["gettrustedagentaccesstokenrequired",{"_index":142,"name":{"194":{}},"parent":{}}],["gettrustedagentauthorizationtoken",{"_index":115,"name":{"152":{},"195":{},"230":{}},"parent":{}}],["gettrustedagentauthorizationtokenpathparameters",{"_index":311,"name":{"446":{},"601":{},"4204":{},"4315":{}},"parent":{}}],["gettrustedagentauthorizationtokenqueryparameters",{"_index":308,"name":{"437":{},"600":{},"4203":{},"4314":{}},"parent":{}}],["gettrustedagentauthorizationtokenrequired",{"_index":143,"name":{"196":{}},"parent":{}}],["gettrustedagentauthorizationtokenresponsetypeenum",{"_index":161,"name":{"248":{},"555":{},"4158":{},"4313":{}},"parent":{}}],["gettrustedsystemaccesstoken",{"_index":116,"name":{"153":{},"197":{},"231":{}},"parent":{}}],["gettrustedsystemaccesstokenbodytype",{"_index":319,"name":{"454":{},"604":{},"4207":{},"4319":{}},"parent":{}}],["gettrustedsystemaccesstokengranttypeenum",{"_index":162,"name":{"249":{},"556":{},"4159":{},"4316":{}},"parent":{}}],["gettrustedsystemaccesstokenhintenum",{"_index":163,"name":{"250":{},"557":{},"4160":{},"4317":{}},"parent":{}}],["gettrustedsystemaccesstokenidporiginenum",{"_index":164,"name":{"251":{},"558":{},"4161":{},"4318":{}},"parent":{}}],["gettrustedsystemaccesstokenpathparameters",{"_index":316,"name":{"451":{},"603":{},"4206":{},"4321":{}},"parent":{}}],["gettrustedsystemaccesstokenqueryparameters",{"_index":314,"name":{"449":{},"602":{},"4205":{},"4320":{}},"parent":{}}],["gettrustedsystemaccesstokenrequired",{"_index":144,"name":{"198":{}},"parent":{}}],["geturlmapping",{"_index":1797,"name":{"5450":{},"5454":{},"5456":{}},"parent":{}}],["geturlmappingpathparameters",{"_index":1806,"name":{"5462":{},"5469":{},"5476":{},"5488":{}},"parent":{}}],["geturlmappingqueryparameters",{"_index":1802,"name":{"5457":{},"5468":{},"5475":{},"5487":{}},"parent":{}}],["geturlmappingrequired",{"_index":1801,"name":{"5455":{}},"parent":{}}],["getuserinfo",{"_index":117,"name":{"154":{},"199":{},"232":{}},"parent":{}}],["getuserinfopathparameters",{"_index":326,"name":{"468":{},"606":{},"4209":{},"4323":{}},"parent":{}}],["getuserinfoqueryparameters",{"_index":323,"name":{"465":{},"605":{},"4208":{},"4322":{}},"parent":{}}],["getuserinforequired",{"_index":145,"name":{"200":{}},"parent":{}}],["getwellknownopenidconfiguration",{"_index":118,"name":{"155":{},"201":{},"233":{}},"parent":{}}],["getwellknownopenidconfigurationpathparameters",{"_index":331,"name":{"473":{},"608":{},"4211":{},"4325":{}},"parent":{}}],["getwellknownopenidconfigurationqueryparameters",{"_index":329,"name":{"471":{},"607":{},"4210":{},"4324":{}},"parent":{}}],["getwellknownopenidconfigurationrequired",{"_index":146,"name":{"202":{}},"parent":{}}],["giftcardrequest",{"_index":796,"name":{"1619":{},"1651":{},"2351":{},"2482":{},"4412":{},"4453":{},"4685":{},"4771":{}},"parent":{}}],["giftcardresponse",{"_index":793,"name":{"1590":{},"1652":{},"2352":{},"2483":{},"2835":{},"2973":{},"3617":{},"3796":{},"4381":{},"4454":{},"4686":{},"4772":{}},"parent":{}}],["giftcertificate",{"_index":1520,"name":{"4096":{},"4100":{},"4137":{},"4146":{}},"parent":{}}],["giftcertificateitem",{"_index":424,"name":{"700":{},"755":{},"1433":{},"1554":{},"1585":{},"1653":{},"2353":{},"2484":{},"2830":{},"2974":{},"3618":{},"3797":{},"4376":{},"4455":{},"4687":{},"4773":{}},"parent":{}}],["giftcertificateitemid",{"_index":667,"name":{"1091":{},"1189":{},"1998":{},"2097":{}},"parent":{}}],["giftcertificaterequest",{"_index":1522,"name":{"4098":{},"4102":{},"4139":{},"4148":{}},"parent":{}}],["giftcertificatestatusenum",{"_index":1521,"name":{"4097":{},"4101":{},"4138":{},"4147":{}},"parent":{}}],["globalobject",{"_index":40,"name":{"46":{},"658":{}},"parent":{}}],["grant_type",{"_index":255,"name":{"355":{},"380":{},"414":{},"431":{},"457":{}},"parent":{}}],["granttype",{"_index":84,"name":{"92":{},"115":{},"4246":{},"4356":{}},"parent":{}}],["groupedtaxitem",{"_index":795,"name":{"1614":{},"1654":{},"2354":{},"2485":{},"2859":{},"2975":{},"3619":{},"3798":{},"4405":{},"4456":{},"4688":{},"4774":{}},"parent":{}}],["guestorderlookup",{"_index":1555,"name":{"4514":{},"4532":{},"4544":{}},"parent":{}}],["guestorderlookuppathparameters",{"_index":1611,"name":{"4600":{},"4639":{},"4663":{},"4753":{}},"parent":{}}],["guestorderlookupqueryparameters",{"_index":1608,"name":{"4596":{},"4638":{},"4662":{},"4752":{}},"parent":{}}],["guestorderlookuprequired",{"_index":1566,"name":{"4533":{}},"parent":{}}],["hasfetchavailable",{"_index":41,"name":{"47":{},"659":{}},"parent":{}}],["hash",{"_index":49,"name":{"57":{}},"parent":{}}],["headers",{"_index":22,"name":{"19":{},"28":{}},"parent":{}}],["helpers",{"_index":0,"name":{"0":{}},"parent":{"1":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"10":{},"11":{},"13":{},"44":{},"45":{},"46":{},"47":{},"48":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"696":{},"697":{}}}],["helpers.baseuriparameters",{"_index":3,"name":{},"parent":{"2":{}}}],["helpers.customparams",{"_index":419,"name":{},"parent":{"691":{},"692":{},"693":{},"694":{},"695":{}}}],["helpers.customqueryparameters",{"_index":14,"name":{},"parent":{"12":{}}}],["helpers.customrequestbody",{"_index":16,"name":{},"parent":{"14":{}}}],["helpers.localecode",{"_index":11,"name":{},"parent":{"9":{}}}],["hint",{"_index":188,"name":{"278":{},"319":{},"381":{},"401":{},"458":{},"490":{},"506":{}},"parent":{}}],["host",{"_index":50,"name":{"58":{}},"parent":{}}],["hostname",{"_index":51,"name":{"59":{}},"parent":{}}],["href",{"_index":52,"name":{"60":{}},"parent":{}}],["id",{"_index":1467,"name":{"3945":{},"3954":{},"4991":{},"5006":{}},"parent":{}}],["idp_name",{"_index":220,"name":{"318":{},"400":{}},"parent":{}}],["idp_origin",{"_index":307,"name":{"433":{},"443":{},"460":{}},"parent":{}}],["ids",{"_index":1477,"name":{"3957":{},"3966":{},"4977":{},"5009":{},"5162":{},"5527":{}},"parent":{}}],["image",{"_index":1079,"name":{"2864":{},"2976":{},"3620":{},"3799":{},"4888":{},"4922":{},"5061":{},"5106":{},"5226":{},"5257":{},"5365":{},"5409":{}},"parent":{}}],["imagegroup",{"_index":1096,"name":{"2881":{},"2977":{},"3621":{},"3800":{},"4907":{},"4923":{},"5062":{},"5107":{},"5229":{},"5258":{},"5366":{},"5410":{}},"parent":{}}],["includedcustomproductproperties",{"_index":1776,"name":{"5311":{}},"parent":{}}],["includedcustomvariationproperties",{"_index":1785,"name":{"5329":{}},"parent":{}}],["includeeinsteinsuggestedphrases",{"_index":1777,"name":{"5312":{}},"parent":{}}],["introspecttoken",{"_index":119,"name":{"156":{},"203":{},"234":{}},"parent":{}}],["introspecttokenbodytype",{"_index":339,"name":{"481":{},"611":{},"4214":{},"4327":{}},"parent":{}}],["introspecttokenpathparameters",{"_index":336,"name":{"478":{},"610":{},"4213":{},"4329":{}},"parent":{}}],["introspecttokenqueryparameters",{"_index":334,"name":{"476":{},"609":{},"4212":{},"4328":{}},"parent":{}}],["introspecttokenrequired",{"_index":147,"name":{"204":{}},"parent":{}}],["introspecttokentokentypehintenum",{"_index":165,"name":{"252":{},"559":{},"4162":{},"4326":{}},"parent":{}}],["inventory",{"_index":1097,"name":{"2882":{},"2978":{},"3622":{},"3801":{},"4908":{},"4924":{},"5063":{},"5108":{}},"parent":{}}],["inventoryids",{"_index":1692,"name":{"4995":{},"5010":{}},"parent":{}}],["isbrowser",{"_index":38,"name":{"44":{},"656":{}},"parent":{}}],["isnode",{"_index":39,"name":{"45":{},"657":{}},"parent":{}}],["itemid",{"_index":595,"name":{"1001":{},"1098":{},"1197":{},"1906":{},"2005":{},"2105":{},"3245":{},"3307":{},"3331":{},"3433":{}},"parent":{}}],["last_name",{"_index":207,"name":{"299":{}},"parent":{}}],["lastname",{"_index":1358,"name":{"3353":{}},"parent":{}}],["latitude",{"_index":1836,"name":{"5537":{}},"parent":{}}],["levels",{"_index":1470,"name":{"3948":{},"3958":{},"4978":{},"4986":{}},"parent":{}}],["limit",{"_index":1299,"name":{"3280":{},"4001":{},"5307":{},"5330":{},"5543":{}},"parent":{}}],["listid",{"_index":1246,"name":{"3212":{},"3237":{},"3246":{},"3299":{},"3308":{},"3332":{},"3339":{},"3347":{},"3425":{},"3434":{}},"parent":{}}],["locale",{"_index":205,"name":{"295":{},"314":{},"396":{},"944":{},"952":{},"960":{},"968":{},"976":{},"1007":{},"1014":{},"1029":{},"1037":{},"1052":{},"1070":{},"1077":{},"1086":{},"1095":{},"1104":{},"1113":{},"1122":{},"1133":{},"1140":{},"1149":{},"1158":{},"1166":{},"1176":{},"1184":{},"1194":{},"1204":{},"1213":{},"1230":{},"1241":{},"1250":{},"1849":{},"1857":{},"1865":{},"1873":{},"1881":{},"1914":{},"1921":{},"1936":{},"1944":{},"1959":{},"1977":{},"1984":{},"1993":{},"2002":{},"2011":{},"2020":{},"2029":{},"2041":{},"2048":{},"2057":{},"2066":{},"2074":{},"2084":{},"2092":{},"2102":{},"2112":{},"2121":{},"2138":{},"2149":{},"2158":{},"2627":{},"2636":{},"2643":{},"3941":{},"3950":{},"3960":{},"3968":{},"3977":{},"3990":{},"4000":{},"4551":{},"4558":{},"4566":{},"4575":{},"4584":{},"4599":{},"4607":{},"4616":{},"4979":{},"4987":{},"5001":{},"5016":{},"5163":{},"5309":{},"5324":{},"5461":{},"5529":{},"5542":{}},"parent":{}}],["localecode",{"_index":9,"name":{"8":{},"678":{},"732":{},"756":{},"1434":{},"1555":{},"1627":{},"1655":{},"2355":{},"2486":{},"2588":{},"2602":{},"2686":{},"2711":{},"3883":{},"3897":{},"4055":{},"4087":{},"4413":{},"4457":{},"4689":{},"4775":{},"4915":{},"4925":{},"5064":{},"5109":{},"5135":{},"5140":{},"5198":{},"5210":{},"5230":{},"5259":{},"5367":{},"5411":{},"5441":{},"5444":{},"5482":{},"5490":{},"5496":{},"5504":{},"5570":{},"5585":{}},"parent":{}}],["login_id",{"_index":278,"name":{"385":{},"415":{},"432":{},"442":{},"459":{}},"parent":{}}],["loginguestuser",{"_index":409,"name":{"650":{},"665":{}},"parent":{}}],["loginguestuserprivate",{"_index":408,"name":{"649":{},"664":{}},"parent":{}}],["loginid",{"_index":227,"name":{"326":{},"334":{},"372":{}},"parent":{}}],["loginidpuser",{"_index":407,"name":{"648":{},"663":{}},"parent":{}}],["loginregistereduserb2c",{"_index":410,"name":{"651":{},"666":{}},"parent":{}}],["logout",{"_index":413,"name":{"655":{},"670":{}},"parent":{}}],["logoutcustomer",{"_index":120,"name":{"157":{},"205":{},"235":{}},"parent":{}}],["logoutcustomerhintenum",{"_index":166,"name":{"253":{},"560":{},"4163":{},"4330":{}},"parent":{}}],["logoutcustomerpathparameters",{"_index":347,"name":{"491":{},"613":{},"4216":{},"4332":{}},"parent":{}}],["logoutcustomerqueryparameters",{"_index":344,"name":{"485":{},"612":{},"4215":{},"4331":{}},"parent":{}}],["logoutcustomerrequired",{"_index":148,"name":{"206":{}},"parent":{}}],["longitude",{"_index":1837,"name":{"5538":{}},"parent":{}}],["master",{"_index":1089,"name":{"2874":{},"2979":{},"3623":{},"3802":{},"4900":{},"4926":{},"5065":{},"5110":{}},"parent":{}}],["maxdistance",{"_index":1838,"name":{"5539":{}},"parent":{}}],["merge",{"_index":698,"name":{"1132":{},"2039":{}},"parent":{}}],["mergebasket",{"_index":483,"name":{"804":{},"860":{},"918":{},"1709":{},"1765":{},"1823":{}},"parent":{}}],["mergebasketpathparameters",{"_index":651,"name":{"1071":{},"1294":{},"1375":{},"1500":{},"1978":{},"2205":{},"2289":{},"2427":{}},"parent":{}}],["mergebasketproductitemmergemodeenum",{"_index":544,"name":{"940":{},"1260":{},"1341":{},"1498":{},"1845":{},"2171":{},"2255":{},"2425":{}},"parent":{}}],["mergebasketqueryparameters",{"_index":646,"name":{"1065":{},"1293":{},"1374":{},"1499":{},"1972":{},"2204":{},"2288":{},"2426":{}},"parent":{}}],["mergebasketrequired",{"_index":522,"name":{"861":{},"1766":{}},"parent":{}}],["message",{"_index":397,"name":{"638":{}},"parent":{}}],["mode",{"_index":204,"name":{"294":{},"312":{},"394":{}},"parent":{}}],["modelconfiguration",{"_index":960,"name":{"2523":{},"2526":{},"2562":{},"2570":{}},"parent":{}}],["name",{"_index":396,"name":{"637":{}},"parent":{}}],["nanoid",{"_index":402,"name":{"643":{}},"parent":{}}],["new_password",{"_index":359,"name":{"504":{}},"parent":{}}],["nick_name",{"_index":386,"name":{"540":{}},"parent":{}}],["oauth2errorresponse",{"_index":85,"name":{"93":{},"116":{},"4247":{},"4357":{}},"parent":{}}],["offset",{"_index":1300,"name":{"3281":{},"4002":{},"5331":{},"5544":{}},"parent":{}}],["omsdata",{"_index":1114,"name":{"2899":{},"2980":{},"3624":{},"3803":{},"4416":{},"4458":{},"4690":{},"4776":{}},"parent":{}}],["omsproductdata",{"_index":1109,"name":{"2894":{},"2981":{},"3625":{},"3804":{},"4417":{},"4459":{},"4691":{},"4777":{}},"parent":{}}],["omsproductdatastatusenum",{"_index":1110,"name":{"2895":{},"2982":{},"3626":{},"3805":{},"4418":{},"4460":{},"4692":{},"4778":{}},"parent":{}}],["omsshipment",{"_index":1113,"name":{"2898":{},"2983":{},"3627":{},"3806":{},"4415":{},"4461":{},"4693":{},"4779":{}},"parent":{}}],["omsshipmentitem",{"_index":1112,"name":{"2897":{},"2984":{},"3628":{},"3807":{},"4414":{},"4462":{},"4694":{},"4780":{}},"parent":{}}],["option",{"_index":1095,"name":{"2880":{},"2985":{},"3629":{},"3808":{},"4906":{},"4927":{},"5066":{},"5111":{}},"parent":{}}],["optionitem",{"_index":446,"name":{"722":{},"757":{},"1435":{},"1556":{},"1612":{},"1656":{},"2356":{},"2487":{},"2857":{},"2986":{},"3630":{},"3809":{},"4403":{},"4463":{},"4695":{},"4781":{}},"parent":{}}],["optionvalue",{"_index":1094,"name":{"2879":{},"2987":{},"3631":{},"3810":{},"4905":{},"4928":{},"5067":{},"5112":{}},"parent":{}}],["order",{"_index":1115,"name":{"2900":{},"2988":{},"3632":{},"3811":{},"4420":{},"4464":{},"4696":{},"4782":{}},"parent":{}}],["orderaddress",{"_index":434,"name":{"710":{},"758":{},"1436":{},"1557":{},"1599":{},"1657":{},"2357":{},"2488":{},"2844":{},"2996":{},"3640":{},"3819":{},"4390":{},"4472":{},"4704":{},"4790":{}},"parent":{}}],["orderchanneltypeenum",{"_index":1116,"name":{"2901":{},"2989":{},"3633":{},"3812":{},"4421":{},"4465":{},"4697":{},"4783":{}},"parent":{}}],["orderconfirmationstatusenum",{"_index":1117,"name":{"2902":{},"2990":{},"3634":{},"3813":{},"4422":{},"4466":{},"4698":{},"4784":{}},"parent":{}}],["orderexportstatusenum",{"_index":1118,"name":{"2903":{},"2991":{},"3635":{},"3814":{},"4423":{},"4467":{},"4699":{},"4785":{}},"parent":{}}],["orderlookuprequest",{"_index":1545,"name":{"4428":{},"4473":{},"4705":{},"4791":{}},"parent":{}}],["orderno",{"_index":1582,"name":{"4562":{},"4571":{},"4579":{},"4588":{},"4595":{},"4603":{},"4612":{},"4621":{}},"parent":{}}],["orderpaymentcardrequest",{"_index":451,"name":{"727":{},"759":{},"1437":{},"1558":{},"1618":{},"1658":{},"2358":{},"2489":{},"4429":{},"4474":{},"4706":{},"4792":{}},"parent":{}}],["orderpaymentinstrument",{"_index":427,"name":{"703":{},"760":{},"1438":{},"1559":{},"1592":{},"1659":{},"2359":{},"2490":{},"2837":{},"2997":{},"3641":{},"3820":{},"4383":{},"4475":{},"4707":{},"4793":{}},"parent":{}}],["orderpaymentinstrumentpaymentreference",{"_index":791,"name":{"1588":{},"1660":{},"2360":{},"2491":{},"2833":{},"2998":{},"3642":{},"3821":{},"4379":{},"4476":{},"4708":{},"4794":{}},"parent":{}}],["orderpaymentinstrumentpaymentreferencegatewayenum",{"_index":792,"name":{"1589":{},"1661":{},"2361":{},"2492":{},"2834":{},"2999":{},"3643":{},"3822":{},"4380":{},"4477":{},"4709":{},"4795":{}},"parent":{}}],["orderpaymentinstrumentpaymentreferencegatewayproperties",{"_index":790,"name":{"1587":{},"1662":{},"2362":{},"2493":{},"2832":{},"3000":{},"3644":{},"3823":{},"4378":{},"4478":{},"4710":{},"4796":{}},"parent":{}}],["orderpaymentinstrumentrequest",{"_index":1546,"name":{"4433":{},"4479":{},"4711":{},"4797":{}},"parent":{}}],["orderpaymentstatusenum",{"_index":1119,"name":{"2904":{},"2992":{},"3636":{},"3815":{},"4424":{},"4468":{},"4700":{},"4786":{}},"parent":{}}],["orderproductitem",{"_index":1111,"name":{"2896":{},"3001":{},"3645":{},"3824":{},"4419":{},"4480":{},"4712":{},"4798":{}},"parent":{}}],["ordershippingstatusenum",{"_index":1120,"name":{"2905":{},"2993":{},"3637":{},"3816":{},"4425":{},"4469":{},"4701":{},"4787":{}},"parent":{}}],["orderstatusenum",{"_index":1121,"name":{"2906":{},"2994":{},"3638":{},"3817":{},"4426":{},"4470":{},"4702":{},"4788":{}},"parent":{}}],["ordertaxationenum",{"_index":1122,"name":{"2907":{},"2995":{},"3639":{},"3818":{},"4427":{},"4471":{},"4703":{},"4789":{}},"parent":{}}],["organizationid",{"_index":172,"name":{"259":{},"284":{},"290":{},"308":{},"325":{},"333":{},"339":{},"344":{},"349":{},"365":{},"371":{},"377":{},"390":{},"406":{},"424":{},"448":{},"453":{},"470":{},"475":{},"480":{},"493":{},"498":{},"512":{},"521":{},"532":{},"694":{},"947":{},"955":{},"963":{},"971":{},"979":{},"986":{},"993":{},"1000":{},"1010":{},"1017":{},"1024":{},"1032":{},"1040":{},"1047":{},"1055":{},"1063":{},"1073":{},"1080":{},"1089":{},"1099":{},"1108":{},"1117":{},"1126":{},"1136":{},"1143":{},"1152":{},"1161":{},"1171":{},"1179":{},"1187":{},"1198":{},"1207":{},"1217":{},"1225":{},"1234":{},"1244":{},"1253":{},"1852":{},"1860":{},"1868":{},"1876":{},"1884":{},"1891":{},"1898":{},"1905":{},"1917":{},"1924":{},"1931":{},"1939":{},"1947":{},"1954":{},"1962":{},"1970":{},"1980":{},"1987":{},"1996":{},"2006":{},"2015":{},"2024":{},"2033":{},"2044":{},"2051":{},"2060":{},"2069":{},"2079":{},"2087":{},"2095":{},"2106":{},"2115":{},"2125":{},"2133":{},"2142":{},"2152":{},"2161":{},"2544":{},"2632":{},"2639":{},"2646":{},"2751":{},"2758":{},"2765":{},"2773":{},"3192":{},"3199":{},"3206":{},"3214":{},"3222":{},"3231":{},"3239":{},"3248":{},"3256":{},"3264":{},"3271":{},"3285":{},"3293":{},"3301":{},"3310":{},"3317":{},"3325":{},"3333":{},"3340":{},"3348":{},"3357":{},"3363":{},"3369":{},"3375":{},"3383":{},"3389":{},"3396":{},"3404":{},"3411":{},"3419":{},"3427":{},"3436":{},"3944":{},"3953":{},"3963":{},"3971":{},"3981":{},"3993":{},"4005":{},"4119":{},"4554":{},"4561":{},"4570":{},"4580":{},"4587":{},"4594":{},"4602":{},"4611":{},"4620":{},"4854":{},"4983":{},"4992":{},"5005":{},"5020":{},"5166":{},"5176":{},"5315":{},"5334":{},"5464":{},"5532":{},"5547":{}},"parent":{}}],["origin",{"_index":54,"name":{"62":{}},"parent":{}}],["overrideexisting",{"_index":697,"name":{"1131":{},"2038":{}},"parent":{}}],["page",{"_index":1441,"name":{"3884":{},"3898":{},"4056":{},"4088":{}},"parent":{}}],["pageid",{"_index":1494,"name":{"3980":{}},"parent":{}}],["pagemetatag",{"_index":1091,"name":{"2876":{},"3002":{},"3646":{},"3825":{},"4902":{},"4929":{},"5068":{},"5113":{},"5231":{},"5260":{},"5368":{},"5412":{}},"parent":{}}],["pageresult",{"_index":1442,"name":{"3885":{},"3899":{},"4057":{},"4089":{}},"parent":{}}],["paginatedresultbase",{"_index":1138,"name":{"2924":{},"3003":{},"3647":{},"3826":{},"3886":{},"3900":{},"4058":{},"4090":{},"5232":{},"5261":{},"5369":{},"5413":{},"5497":{},"5505":{},"5571":{},"5586":{}},"parent":{}}],["parameters",{"_index":23,"name":{"20":{},"30":{},"3975":{},"3988":{}},"parent":{}}],["paramkeys",{"_index":125,"name":{"163":{},"826":{},"1731":{},"2534":{},"2612":{},"2730":{},"3085":{},"3915":{},"4109":{},"4518":{},"4840":{},"4957":{},"5151":{},"5293":{},"5452":{},"5517":{}},"parent":{}}],["passkeycredential",{"_index":86,"name":{"94":{},"117":{},"4248":{},"4358":{}},"parent":{}}],["passkeyuser",{"_index":87,"name":{"95":{},"118":{},"4249":{},"4359":{}},"parent":{}}],["password",{"_index":55,"name":{"63":{}},"parent":{}}],["passwordchangerequest",{"_index":1139,"name":{"2925":{},"3004":{},"3648":{},"3827":{}},"parent":{}}],["pathname",{"_index":56,"name":{"64":{}},"parent":{}}],["pathparameters",{"_index":4,"name":{"3":{},"679":{}},"parent":{}}],["pathrecord",{"_index":1658,"name":{"4911":{},"4930":{},"5069":{},"5114":{}},"parent":{}}],["paymentbankaccountrequest",{"_index":1125,"name":{"2910":{},"3005":{},"3649":{},"3828":{}},"parent":{}}],["paymentcard",{"_index":426,"name":{"702":{},"761":{},"1439":{},"1560":{},"1591":{},"1663":{},"2363":{},"2494":{},"2836":{},"3006":{},"3650":{},"3829":{},"4382":{},"4481":{},"4713":{},"4799":{}},"parent":{}}],["paymentcardspec",{"_index":456,"name":{"733":{},"762":{},"1440":{},"1561":{},"1628":{},"1664":{},"2364":{},"2495":{},"4434":{},"4482":{},"4714":{},"4800":{}},"parent":{}}],["paymentconfiguration",{"_index":1635,"name":{"4828":{},"4830":{},"4872":{},"4882":{}},"parent":{}}],["paymentconfigurationpaymentmethodsetaccountsinner",{"_index":1634,"name":{"4827":{},"4831":{},"4873":{},"4883":{}},"parent":{}}],["paymentconfigurationpaymentmethodsetaccountsinnerconfig",{"_index":1633,"name":{"4826":{},"4832":{},"4874":{},"4884":{}},"parent":{}}],["paymentconfigurationpaymentmethodsinner",{"_index":1632,"name":{"4825":{},"4833":{},"4875":{},"4885":{}},"parent":{}}],["paymentinstrumentid",{"_index":679,"name":{"1107":{},"1216":{},"2014":{},"2124":{},"3220":{},"3291":{},"3417":{},"4610":{},"4619":{}},"parent":{}}],["paymentmethod",{"_index":457,"name":{"734":{},"763":{},"1441":{},"1562":{},"1629":{},"1665":{},"2365":{},"2496":{},"4435":{},"4483":{},"4715":{},"4801":{}},"parent":{}}],["paymentmethodreferenceid",{"_index":1260,"name":{"3229":{}},"parent":{}}],["paymentmethodresult",{"_index":458,"name":{"735":{},"764":{},"1442":{},"1563":{},"1630":{},"1666":{},"2366":{},"2497":{},"4436":{},"4484":{},"4716":{},"4802":{}},"parent":{}}],["paymentreferencerequest",{"_index":798,"name":{"1621":{},"1667":{},"2367":{},"2498":{},"4431":{},"4485":{},"4717":{},"4803":{}},"parent":{}}],["paymentreferencerequestgatewayenum",{"_index":799,"name":{"1622":{},"1668":{},"2368":{},"2499":{},"4432":{},"4486":{},"4718":{},"4804":{}},"parent":{}}],["paymentreferencerequestgatewayproperties",{"_index":797,"name":{"1620":{},"1669":{},"2369":{},"2500":{},"4430":{},"4487":{},"4719":{},"4805":{}},"parent":{}}],["perpricebook",{"_index":1695,"name":{"4998":{},"5013":{},"5327":{}},"parent":{}}],["phone_number",{"_index":210,"name":{"302":{}},"parent":{}}],["populatecustomerdetails",{"_index":839,"name":{"1913":{},"2040":{}},"parent":{}}],["port",{"_index":57,"name":{"65":{}},"parent":{}}],["postalcode",{"_index":1839,"name":{"5540":{}},"parent":{}}],["prettify",{"_index":6,"name":{"5":{}},"parent":{}}],["priceadjustment",{"_index":432,"name":{"708":{},"765":{},"1443":{},"1564":{},"1597":{},"1670":{},"2370":{},"2501":{},"2842":{},"3007":{},"3651":{},"3830":{},"4388":{},"4488":{},"4720":{},"4806":{}},"parent":{}}],["priceadjustmentid",{"_index":686,"name":{"1116":{},"1224":{},"2023":{},"2132":{}},"parent":{}}],["priceadjustmentrequest",{"_index":459,"name":{"736":{},"766":{},"1444":{},"1565":{},"1631":{},"1671":{},"2371":{},"2502":{}},"parent":{}}],["priceadjustmentrequestlevelenum",{"_index":460,"name":{"737":{},"767":{},"1445":{},"1566":{},"1632":{},"1672":{},"2372":{},"2503":{}},"parent":{}}],["pricerange",{"_index":1087,"name":{"2872":{},"3008":{},"3652":{},"3831":{},"4898":{},"4931":{},"5070":{},"5115":{},"5233":{},"5262":{},"5370":{},"5414":{}},"parent":{}}],["processedquery",{"_index":1752,"name":{"5234":{},"5263":{},"5371":{},"5415":{}},"parent":{}}],["product",{"_index":1098,"name":{"2883":{},"3009":{},"3653":{},"3832":{},"4909":{},"4932":{},"5071":{},"5116":{}},"parent":{}}],["productdetailslink",{"_index":428,"name":{"704":{},"768":{},"1446":{},"1567":{},"1593":{},"1673":{},"2373":{},"2504":{},"2838":{},"3010":{},"3654":{},"3833":{},"4384":{},"4489":{},"4721":{},"4807":{}},"parent":{}}],["productid",{"_index":1500,"name":{"3985":{}},"parent":{}}],["productitem",{"_index":447,"name":{"723":{},"769":{},"1447":{},"1568":{},"1611":{},"1674":{},"2374":{},"2505":{},"2856":{},"3011":{},"3655":{},"3834":{},"4402":{},"4490":{},"4722":{},"4808":{}},"parent":{}}],["productitemmergemode",{"_index":650,"name":{"1069":{},"1976":{}},"parent":{}}],["productlink",{"_index":1092,"name":{"2877":{},"3012":{},"3656":{},"3835":{},"4903":{},"4933":{},"5072":{},"5117":{}},"parent":{}}],["productlinktypeenum",{"_index":1093,"name":{"2878":{},"3013":{},"3657":{},"3836":{},"4904":{},"4934":{},"5073":{},"5118":{}},"parent":{}}],["productlistevent",{"_index":1129,"name":{"2914":{},"3014":{},"3658":{},"3837":{}},"parent":{}}],["productlistitemreference",{"_index":444,"name":{"720":{},"770":{},"1448":{},"1569":{},"1609":{},"1675":{},"2375":{},"2506":{},"2854":{},"3015":{},"3659":{},"3838":{},"4400":{},"4491":{},"4723":{},"4809":{}},"parent":{}}],["productlistitemreferencetypeenum",{"_index":445,"name":{"721":{},"771":{},"1449":{},"1570":{},"1610":{},"1676":{},"2376":{},"2507":{},"2855":{},"3016":{},"3660":{},"3839":{},"4401":{},"4492":{},"4724":{},"4810":{}},"parent":{}}],["productlistlink",{"_index":442,"name":{"718":{},"772":{},"1450":{},"1571":{},"1607":{},"1677":{},"2377":{},"2508":{},"2852":{},"3017":{},"3661":{},"3840":{},"4398":{},"4493":{},"4725":{},"4811":{}},"parent":{}}],["productlistlinktypeenum",{"_index":443,"name":{"719":{},"773":{},"1451":{},"1572":{},"1608":{},"1678":{},"2378":{},"2509":{},"2853":{},"3018":{},"3662":{},"3841":{},"4399":{},"4494":{},"4726":{},"4812":{}},"parent":{}}],["productlistregistrant",{"_index":1140,"name":{"2926":{},"3019":{},"3663":{},"3842":{}},"parent":{}}],["productlistshippingaddress",{"_index":1133,"name":{"2918":{},"3020":{},"3664":{},"3843":{}},"parent":{}}],["productpricetable",{"_index":1084,"name":{"2869":{},"3021":{},"3665":{},"3844":{},"4895":{},"4935":{},"5074":{},"5119":{},"5235":{},"5264":{},"5372":{},"5416":{}},"parent":{}}],["productpromotion",{"_index":1088,"name":{"2873":{},"3022":{},"3666":{},"3845":{},"4899":{},"4936":{},"5075":{},"5120":{},"5236":{},"5265":{},"5373":{},"5417":{}},"parent":{}}],["productref",{"_index":1753,"name":{"5237":{},"5266":{},"5374":{},"5418":{}},"parent":{}}],["productresult",{"_index":1661,"name":{"4916":{},"4937":{},"5076":{},"5121":{}},"parent":{}}],["productsearch",{"_index":1766,"name":{"5291":{},"5297":{},"5300":{}},"parent":{}}],["productsearchexpandenum",{"_index":1772,"name":{"5302":{},"5339":{},"5350":{},"5400":{}},"parent":{}}],["productsearchhit",{"_index":1754,"name":{"5241":{},"5267":{},"5375":{},"5419":{}},"parent":{}}],["productsearchpathparameters",{"_index":1786,"name":{"5332":{},"5343":{},"5354":{},"5402":{}},"parent":{}}],["productsearchqueryparameters",{"_index":1781,"name":{"5316":{},"5342":{},"5353":{},"5401":{}},"parent":{}}],["productsearchrefinement",{"_index":1756,"name":{"5243":{},"5268":{},"5376":{},"5420":{}},"parent":{}}],["productsearchrefinementvalue",{"_index":1755,"name":{"5242":{},"5269":{},"5377":{},"5421":{}},"parent":{}}],["productsearchrequired",{"_index":1770,"name":{"5298":{}},"parent":{}}],["productsearchresult",{"_index":1759,"name":{"5246":{},"5270":{},"5378":{},"5422":{}},"parent":{}}],["productsearchsortingoption",{"_index":1758,"name":{"5245":{},"5271":{},"5379":{},"5423":{}},"parent":{}}],["productsuggestions",{"_index":1761,"name":{"5248":{},"5272":{},"5380":{},"5424":{}},"parent":{}}],["producttype",{"_index":1083,"name":{"2868":{},"3023":{},"3667":{},"3846":{},"4894":{},"4938":{},"5077":{},"5122":{},"5240":{},"5273":{},"5381":{},"5425":{}},"parent":{}}],["promotion",{"_index":1712,"name":{"5136":{},"5141":{},"5199":{},"5211":{}},"parent":{}}],["promotionresult",{"_index":1713,"name":{"5137":{},"5142":{},"5200":{},"5212":{}},"parent":{}}],["protocol",{"_index":58,"name":{"66":{}},"parent":{}}],["proxy",{"_index":21,"name":{"18":{},"27":{}},"parent":{}}],["publickeycredentialdescriptor",{"_index":88,"name":{"96":{},"119":{},"4250":{},"4360":{}},"parent":{}}],["publickeycredentialdescriptortransportsenum",{"_index":90,"name":{"98":{},"121":{},"4252":{},"4362":{}},"parent":{}}],["publickeycredentialdescriptortypeenum",{"_index":89,"name":{"97":{},"120":{},"4251":{},"4361":{}},"parent":{}}],["publickeycredentialjson",{"_index":78,"name":{"86":{},"122":{},"4253":{},"4363":{}},"parent":{}}],["publickeycredentialjsonresponse",{"_index":77,"name":{"85":{},"124":{},"4255":{},"4365":{}},"parent":{}}],["publickeycredentialjsontypeenum",{"_index":79,"name":{"87":{},"123":{},"4254":{},"4364":{}},"parent":{}}],["publickeycredentialrequestoptions",{"_index":91,"name":{"99":{},"125":{},"4256":{},"4366":{}},"parent":{}}],["publickeycredentialrequestoptionsuserverificationenum",{"_index":92,"name":{"100":{},"126":{},"4257":{},"4367":{}},"parent":{}}],["publicproductlist",{"_index":1143,"name":{"2929":{},"3024":{},"3668":{},"3847":{}},"parent":{}}],["publicproductlistinfo",{"_index":1145,"name":{"2931":{},"3026":{},"3670":{},"3849":{}},"parent":{}}],["publicproductlistinfotypeenum",{"_index":1146,"name":{"2932":{},"3027":{},"3671":{},"3850":{}},"parent":{}}],["publicproductlistitem",{"_index":1141,"name":{"2927":{},"3028":{},"3672":{},"3851":{}},"parent":{}}],["publicproductlistitemresult",{"_index":1147,"name":{"2933":{},"3030":{},"3674":{},"3853":{}},"parent":{}}],["publicproductlistitemtypeenum",{"_index":1142,"name":{"2928":{},"3029":{},"3673":{},"3852":{}},"parent":{}}],["publicproductlistresult",{"_index":1148,"name":{"2934":{},"3031":{},"3675":{},"3854":{}},"parent":{}}],["publicproductlisttypeenum",{"_index":1144,"name":{"2930":{},"3025":{},"3669":{},"3848":{}},"parent":{}}],["pwd_action_token",{"_index":358,"name":{"502":{},"536":{}},"parent":{}}],["pwdless_login_token",{"_index":277,"name":{"382":{}},"parent":{}}],["q",{"_index":1507,"name":{"3996":{},"5306":{},"5320":{}},"parent":{}}],["queryparameters",{"_index":5,"name":{"4":{},"680":{}},"parent":{}}],["recommendation",{"_index":1086,"name":{"2871":{},"3032":{},"3676":{},"3855":{},"4897":{},"4939":{},"5078":{},"5123":{}},"parent":{}}],["recommendationtype",{"_index":1085,"name":{"2870":{},"3033":{},"3677":{},"3856":{},"4896":{},"4940":{},"5079":{},"5124":{}},"parent":{}}],["redirect_uri",{"_index":179,"name":{"264":{},"272":{},"356":{},"444":{}},"parent":{}}],["refine",{"_index":1509,"name":{"3997":{},"5321":{}},"parent":{}}],["refresh_token",{"_index":252,"name":{"352":{},"488":{}},"parent":{}}],["refreshaccesstoken",{"_index":412,"name":{"654":{},"669":{}},"parent":{}}],["region",{"_index":1432,"name":{"3873":{},"3901":{},"4059":{},"4091":{}},"parent":{}}],["register_customer",{"_index":195,"name":{"287":{}},"parent":{}}],["registercustomer",{"_index":1177,"name":{"3074":{},"3131":{},"3173":{}},"parent":{}}],["registercustomerpathparameters",{"_index":1371,"name":{"3367":{},"3488":{},"3560":{},"3743":{}},"parent":{}}],["registercustomerqueryparameters",{"_index":1368,"name":{"3364":{},"3487":{},"3559":{},"3742":{}},"parent":{}}],["registercustomerrequired",{"_index":1210,"name":{"3132":{}},"parent":{}}],["registerexternalprofile",{"_index":1178,"name":{"3075":{},"3133":{},"3174":{}},"parent":{}}],["registerexternalprofilepathparameters",{"_index":1377,"name":{"3373":{},"3490":{},"3562":{},"3745":{}},"parent":{}}],["registerexternalprofilequeryparameters",{"_index":1374,"name":{"3370":{},"3489":{},"3561":{},"3744":{}},"parent":{}}],["registerexternalprofilerequired",{"_index":1211,"name":{"3134":{}},"parent":{}}],["registrationfinishrequest",{"_index":93,"name":{"101":{},"127":{},"4258":{},"4368":{}},"parent":{}}],["removecouponfrombasket",{"_index":484,"name":{"805":{},"862":{},"919":{},"1710":{},"1767":{},"1824":{}},"parent":{}}],["removecouponfrombasketpathparameters",{"_index":657,"name":{"1078":{},"1296":{},"1377":{},"1502":{},"1985":{},"2207":{},"2291":{},"2429":{}},"parent":{}}],["removecouponfrombasketqueryparameters",{"_index":654,"name":{"1074":{},"1295":{},"1376":{},"1501":{},"1981":{},"2206":{},"2290":{},"2428":{}},"parent":{}}],["removecouponfrombasketrequired",{"_index":523,"name":{"863":{},"1768":{}},"parent":{}}],["removecustomeraddress",{"_index":1179,"name":{"3076":{},"3135":{},"3175":{}},"parent":{}}],["removecustomeraddresspathparameters",{"_index":1383,"name":{"3379":{},"3492":{},"3564":{},"3747":{}},"parent":{}}],["removecustomeraddressqueryparameters",{"_index":1380,"name":{"3376":{},"3491":{},"3563":{},"3746":{}},"parent":{}}],["removecustomeraddressrequired",{"_index":1212,"name":{"3136":{}},"parent":{}}],["removeexternaltax",{"_index":718,"name":{"1157":{},"1168":{},"1192":{},"1203":{},"1211":{},"1239":{},"2065":{},"2076":{},"2100":{},"2111":{},"2119":{},"2147":{}},"parent":{}}],["removegiftcertificateitemfrombasket",{"_index":485,"name":{"806":{},"864":{},"920":{},"1711":{},"1769":{},"1825":{}},"parent":{}}],["removegiftcertificateitemfrombasketpathparameters",{"_index":664,"name":{"1087":{},"1298":{},"1379":{},"1504":{},"1994":{},"2209":{},"2293":{},"2431":{}},"parent":{}}],["removegiftcertificateitemfrombasketqueryparameters",{"_index":661,"name":{"1083":{},"1297":{},"1378":{},"1503":{},"1990":{},"2208":{},"2292":{},"2430":{}},"parent":{}}],["removegiftcertificateitemfrombasketrequired",{"_index":524,"name":{"865":{},"1770":{}},"parent":{}}],["removeitemfrombasket",{"_index":486,"name":{"807":{},"866":{},"921":{},"1712":{},"1771":{},"1826":{}},"parent":{}}],["removeitemfrombasketpathparameters",{"_index":671,"name":{"1096":{},"1300":{},"1381":{},"1506":{},"2003":{},"2211":{},"2295":{},"2433":{}},"parent":{}}],["removeitemfrombasketqueryparameters",{"_index":668,"name":{"1092":{},"1299":{},"1380":{},"1505":{},"1999":{},"2210":{},"2294":{},"2432":{}},"parent":{}}],["removeitemfrombasketrequired",{"_index":525,"name":{"867":{},"1772":{}},"parent":{}}],["removepaymentinstrumentfrombasket",{"_index":487,"name":{"808":{},"868":{},"922":{},"1713":{},"1773":{},"1827":{}},"parent":{}}],["removepaymentinstrumentfrombasketpathparameters",{"_index":677,"name":{"1105":{},"1302":{},"1383":{},"1508":{},"2012":{},"2213":{},"2297":{},"2435":{}},"parent":{}}],["removepaymentinstrumentfrombasketqueryparameters",{"_index":674,"name":{"1101":{},"1301":{},"1382":{},"1507":{},"2008":{},"2212":{},"2296":{},"2434":{}},"parent":{}}],["removepaymentinstrumentfrombasketrequired",{"_index":526,"name":{"869":{},"1774":{}},"parent":{}}],["removepaymentinstrumentfromorder",{"_index":1556,"name":{"4515":{},"4534":{},"4545":{}},"parent":{}}],["removepaymentinstrumentfromorderpathparameters",{"_index":1617,"name":{"4608":{},"4641":{},"4665":{},"4755":{}},"parent":{}}],["removepaymentinstrumentfromorderqueryparameters",{"_index":1614,"name":{"4604":{},"4640":{},"4664":{},"4754":{}},"parent":{}}],["removepaymentinstrumentfromorderrequired",{"_index":1567,"name":{"4535":{}},"parent":{}}],["removepriceadjustmentfrombasket",{"_index":488,"name":{"809":{},"870":{},"923":{},"1714":{},"1775":{},"1828":{}},"parent":{}}],["removepriceadjustmentfrombasketpathparameters",{"_index":684,"name":{"1114":{},"1304":{},"1385":{},"1510":{},"2021":{},"2215":{},"2299":{},"2437":{}},"parent":{}}],["removepriceadjustmentfrombasketqueryparameters",{"_index":681,"name":{"1110":{},"1303":{},"1384":{},"1509":{},"2017":{},"2214":{},"2298":{},"2436":{}},"parent":{}}],["removepriceadjustmentfrombasketrequired",{"_index":527,"name":{"871":{},"1776":{}},"parent":{}}],["removeshipmentfrombasket",{"_index":489,"name":{"810":{},"872":{},"924":{},"1715":{},"1777":{},"1829":{}},"parent":{}}],["removeshipmentfrombasketpathparameters",{"_index":691,"name":{"1123":{},"1306":{},"1387":{},"1512":{},"2030":{},"2217":{},"2301":{},"2439":{}},"parent":{}}],["removeshipmentfrombasketqueryparameters",{"_index":688,"name":{"1119":{},"1305":{},"1386":{},"1511":{},"2026":{},"2216":{},"2300":{},"2438":{}},"parent":{}}],["removeshipmentfrombasketrequired",{"_index":528,"name":{"873":{},"1778":{}},"parent":{}}],["rendertemplateuri",{"_index":48,"name":{"56":{}},"parent":{}}],["reopenbasket",{"_index":1586,"name":{"4567":{}},"parent":{}}],["replaceorigin",{"_index":46,"name":{"54":{}},"parent":{}}],["requireparametersunlessallareoptional",{"_index":8,"name":{"7":{},"676":{}},"parent":{}}],["resetpassword",{"_index":121,"name":{"158":{},"207":{},"236":{},"3077":{},"3137":{},"3176":{}},"parent":{}}],["resetpasswordbodytype",{"_index":355,"name":{"499":{},"616":{},"4219":{},"4333":{}},"parent":{}}],["resetpasswordpathparameters",{"_index":352,"name":{"496":{},"615":{},"3387":{},"3494":{},"3566":{},"3749":{},"4218":{},"4335":{}},"parent":{}}],["resetpasswordqueryparameters",{"_index":350,"name":{"494":{},"614":{},"3384":{},"3493":{},"3565":{},"3748":{},"4217":{},"4334":{}},"parent":{}}],["resetpasswordrequest",{"_index":1149,"name":{"2935":{},"3034":{},"3678":{},"3857":{}},"parent":{}}],["resetpasswordrequired",{"_index":149,"name":{"208":{},"3138":{}},"parent":{}}],["resetpasswordtoken",{"_index":1150,"name":{"2936":{},"3035":{},"3679":{},"3858":{}},"parent":{}}],["resetpasswordtokenrequest",{"_index":1151,"name":{"2937":{},"3036":{},"3680":{},"3859":{}},"parent":{}}],["response",{"_index":395,"name":{"636":{}},"parent":{}}],["response_type",{"_index":178,"name":{"263":{},"273":{},"445":{}},"parent":{}}],["responseerror",{"_index":393,"name":{"633":{},"634":{}},"parent":{"634":{}}}],["responseerror.responseerror",{"_index":394,"name":{},"parent":{"635":{},"636":{},"637":{},"638":{},"639":{},"640":{}}}],["responsetype",{"_index":94,"name":{"102":{},"128":{},"4259":{},"4369":{}},"parent":{}}],["resultbase",{"_index":1152,"name":{"2938":{},"3037":{},"3681":{},"3860":{},"3887":{},"3902":{},"4060":{},"4092":{},"4917":{},"4941":{},"5080":{},"5125":{},"5138":{},"5143":{},"5201":{},"5213":{},"5249":{},"5274":{},"5382":{},"5426":{},"5498":{},"5506":{},"5572":{},"5587":{}},"parent":{}}],["revokeobjecturl",{"_index":65,"name":{"73":{}},"parent":{}}],["revoketoken",{"_index":122,"name":{"159":{},"209":{},"237":{}},"parent":{}}],["revoketokenbodytype",{"_index":365,"name":{"513":{},"619":{},"4222":{},"4337":{}},"parent":{}}],["revoketokenpathparameters",{"_index":362,"name":{"510":{},"618":{},"4221":{},"4339":{}},"parent":{}}],["revoketokenqueryparameters",{"_index":360,"name":{"508":{},"617":{},"4220":{},"4338":{}},"parent":{}}],["revoketokenrequired",{"_index":150,"name":{"210":{}},"parent":{}}],["revoketokentokentypehintenum",{"_index":167,"name":{"254":{},"561":{},"4164":{},"4336":{}},"parent":{}}],["scope",{"_index":181,"name":{"266":{},"275":{}},"parent":{}}],["search",{"_index":59,"name":{"67":{}},"parent":{}}],["searchcontent",{"_index":1451,"name":{"3913":{},"3929":{},"3937":{}},"parent":{}}],["searchcontentpathparameters",{"_index":1511,"name":{"4003":{},"4022":{},"4041":{},"4077":{}},"parent":{}}],["searchcontentqueryparameters",{"_index":1505,"name":{"3994":{},"4021":{},"4040":{},"4076":{}},"parent":{}}],["searchcontentrequired",{"_index":1460,"name":{"3930":{}},"parent":{}}],["searchparams",{"_index":60,"name":{"68":{}},"parent":{}}],["searchstores",{"_index":1822,"name":{"5515":{},"5521":{},"5524":{}},"parent":{}}],["searchstorespathparameters",{"_index":1840,"name":{"5545":{},"5554":{},"5563":{},"5582":{}},"parent":{}}],["searchstoresqueryparameters",{"_index":1833,"name":{"5533":{},"5553":{},"5562":{},"5581":{}},"parent":{}}],["searchstoresrequired",{"_index":1826,"name":{"5522":{}},"parent":{}}],["select",{"_index":1696,"name":{"4999":{},"5015":{},"5318":{}},"parent":{}}],["shipment",{"_index":437,"name":{"713":{},"774":{},"1452":{},"1573":{},"1602":{},"1679":{},"2379":{},"2510":{},"2847":{},"3038":{},"3682":{},"3861":{},"4393":{},"4495":{},"4727":{},"4813":{}},"parent":{}}],["shipmentid",{"_index":639,"name":{"1056":{},"1125":{},"1233":{},"1245":{},"1254":{},"1963":{},"2032":{},"2141":{},"2153":{},"2162":{}},"parent":{}}],["shipmentshippingstatusenum",{"_index":438,"name":{"714":{},"775":{},"1453":{},"1574":{},"1603":{},"1680":{},"2380":{},"2511":{},"2848":{},"3039":{},"3683":{},"3862":{},"4394":{},"4496":{},"4728":{},"4814":{}},"parent":{}}],["shippingitem",{"_index":433,"name":{"709":{},"776":{},"1454":{},"1575":{},"1598":{},"1681":{},"2381":{},"2512":{},"2843":{},"3040":{},"3684":{},"3863":{},"4389":{},"4497":{},"4729":{},"4815":{}},"parent":{}}],["shippingmethod",{"_index":436,"name":{"712":{},"777":{},"1455":{},"1576":{},"1601":{},"1682":{},"2382":{},"2513":{},"2846":{},"3041":{},"3685":{},"3864":{},"4392":{},"4498":{},"4730":{},"4816":{},"4892":{},"4942":{},"5081":{},"5126":{}},"parent":{}}],["shippingmethodresult",{"_index":461,"name":{"738":{},"778":{},"1456":{},"1577":{},"1633":{},"1683":{},"2383":{},"2514":{}},"parent":{}}],["shippingpromotion",{"_index":435,"name":{"711":{},"779":{},"1457":{},"1578":{},"1600":{},"1684":{},"2384":{},"2515":{},"2845":{},"3042":{},"3686":{},"3865":{},"4391":{},"4499":{},"4731":{},"4817":{},"4891":{},"4943":{},"5082":{},"5127":{}},"parent":{}}],["shopperbaskets",{"_index":423,"name":{"698":{},"784":{},"1338":{},"1419":{}},"parent":{"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"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":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"939":{},"940":{},"941":{},"945":{},"949":{},"953":{},"957":{},"961":{},"965":{},"969":{},"973":{},"977":{},"981":{},"984":{},"988":{},"991":{},"995":{},"998":{},"1003":{},"1008":{},"1011":{},"1015":{},"1019":{},"1022":{},"1026":{},"1030":{},"1034":{},"1038":{},"1042":{},"1045":{},"1049":{},"1053":{},"1058":{},"1061":{},"1065":{},"1071":{},"1074":{},"1078":{},"1083":{},"1087":{},"1092":{},"1096":{},"1101":{},"1105":{},"1110":{},"1114":{},"1119":{},"1123":{},"1128":{},"1134":{},"1137":{},"1141":{},"1145":{},"1150":{},"1154":{},"1159":{},"1163":{},"1169":{},"1173":{},"1177":{},"1181":{},"1185":{},"1190":{},"1195":{},"1200":{},"1205":{},"1209":{},"1214":{},"1219":{},"1222":{},"1227":{},"1231":{},"1236":{},"1242":{},"1247":{},"1251":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1264":{},"1265":{},"1266":{},"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{},"1336":{},"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{},"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{}}}],["shopperbaskets.addcoupontobasketpathparameters",{"_index":550,"name":{},"parent":{"946":{}}}],["shopperbaskets.addcoupontobasketpathparameters.__type",{"_index":551,"name":{},"parent":{"947":{},"948":{}}}],["shopperbaskets.addcoupontobasketqueryparameters",{"_index":546,"name":{},"parent":{"942":{}}}],["shopperbaskets.addcoupontobasketqueryparameters.__type",{"_index":548,"name":{},"parent":{"943":{},"944":{}}}],["shopperbaskets.addgiftcertificateitemtobasketpathparameters",{"_index":557,"name":{},"parent":{"954":{}}}],["shopperbaskets.addgiftcertificateitemtobasketpathparameters.__type",{"_index":558,"name":{},"parent":{"955":{},"956":{}}}],["shopperbaskets.addgiftcertificateitemtobasketqueryparameters",{"_index":554,"name":{},"parent":{"950":{}}}],["shopperbaskets.addgiftcertificateitemtobasketqueryparameters.__type",{"_index":555,"name":{},"parent":{"951":{},"952":{}}}],["shopperbaskets.additemtobasketpathparameters",{"_index":563,"name":{},"parent":{"962":{}}}],["shopperbaskets.additemtobasketpathparameters.__type",{"_index":564,"name":{},"parent":{"963":{},"964":{}}}],["shopperbaskets.additemtobasketqueryparameters",{"_index":560,"name":{},"parent":{"958":{}}}],["shopperbaskets.additemtobasketqueryparameters.__type",{"_index":561,"name":{},"parent":{"959":{},"960":{}}}],["shopperbaskets.addpaymentinstrumenttobasketpathparameters",{"_index":569,"name":{},"parent":{"970":{}}}],["shopperbaskets.addpaymentinstrumenttobasketpathparameters.__type",{"_index":570,"name":{},"parent":{"971":{},"972":{}}}],["shopperbaskets.addpaymentinstrumenttobasketqueryparameters",{"_index":566,"name":{},"parent":{"966":{}}}],["shopperbaskets.addpaymentinstrumenttobasketqueryparameters.__type",{"_index":567,"name":{},"parent":{"967":{},"968":{}}}],["shopperbaskets.addpriceadjustmenttobasketpathparameters",{"_index":575,"name":{},"parent":{"978":{}}}],["shopperbaskets.addpriceadjustmenttobasketpathparameters.__type",{"_index":576,"name":{},"parent":{"979":{},"980":{}}}],["shopperbaskets.addpriceadjustmenttobasketqueryparameters",{"_index":572,"name":{},"parent":{"974":{}}}],["shopperbaskets.addpriceadjustmenttobasketqueryparameters.__type",{"_index":573,"name":{},"parent":{"975":{},"976":{}}}],["shopperbaskets.addpricebookstobasketpathparameters",{"_index":581,"name":{},"parent":{"985":{}}}],["shopperbaskets.addpricebookstobasketpathparameters.__type",{"_index":582,"name":{},"parent":{"986":{},"987":{}}}],["shopperbaskets.addpricebookstobasketqueryparameters",{"_index":578,"name":{},"parent":{"982":{}}}],["shopperbaskets.addpricebookstobasketqueryparameters.__type",{"_index":579,"name":{},"parent":{"983":{}}}],["shopperbaskets.addtaxesforbasketitempathparameters",{"_index":593,"name":{},"parent":{"999":{}}}],["shopperbaskets.addtaxesforbasketitempathparameters.__type",{"_index":594,"name":{},"parent":{"1000":{},"1001":{},"1002":{}}}],["shopperbaskets.addtaxesforbasketitemqueryparameters",{"_index":590,"name":{},"parent":{"996":{}}}],["shopperbaskets.addtaxesforbasketitemqueryparameters.__type",{"_index":591,"name":{},"parent":{"997":{}}}],["shopperbaskets.addtaxesforbasketpathparameters",{"_index":587,"name":{},"parent":{"992":{}}}],["shopperbaskets.addtaxesforbasketpathparameters.__type",{"_index":588,"name":{},"parent":{"993":{},"994":{}}}],["shopperbaskets.addtaxesforbasketqueryparameters",{"_index":584,"name":{},"parent":{"989":{}}}],["shopperbaskets.addtaxesforbasketqueryparameters.__type",{"_index":585,"name":{},"parent":{"990":{}}}],["shopperbaskets.createbasketpathparameters",{"_index":601,"name":{},"parent":{"1009":{}}}],["shopperbaskets.createbasketpathparameters.__type",{"_index":602,"name":{},"parent":{"1010":{}}}],["shopperbaskets.createbasketqueryparameters",{"_index":597,"name":{},"parent":{"1004":{}}}],["shopperbaskets.createbasketqueryparameters.__type",{"_index":598,"name":{},"parent":{"1005":{},"1006":{},"1007":{}}}],["shopperbaskets.createshipmentforbasketpathparameters",{"_index":607,"name":{},"parent":{"1016":{}}}],["shopperbaskets.createshipmentforbasketpathparameters.__type",{"_index":608,"name":{},"parent":{"1017":{},"1018":{}}}],["shopperbaskets.createshipmentforbasketqueryparameters",{"_index":604,"name":{},"parent":{"1012":{}}}],["shopperbaskets.createshipmentforbasketqueryparameters.__type",{"_index":605,"name":{},"parent":{"1013":{},"1014":{}}}],["shopperbaskets.deletebasketpathparameters",{"_index":613,"name":{},"parent":{"1023":{}}}],["shopperbaskets.deletebasketpathparameters.__type",{"_index":614,"name":{},"parent":{"1024":{},"1025":{}}}],["shopperbaskets.deletebasketqueryparameters",{"_index":610,"name":{},"parent":{"1020":{}}}],["shopperbaskets.deletebasketqueryparameters.__type",{"_index":611,"name":{},"parent":{"1021":{}}}],["shopperbaskets.getbasketpathparameters",{"_index":619,"name":{},"parent":{"1031":{}}}],["shopperbaskets.getbasketpathparameters.__type",{"_index":620,"name":{},"parent":{"1032":{},"1033":{}}}],["shopperbaskets.getbasketqueryparameters",{"_index":616,"name":{},"parent":{"1027":{}}}],["shopperbaskets.getbasketqueryparameters.__type",{"_index":617,"name":{},"parent":{"1028":{},"1029":{}}}],["shopperbaskets.getpaymentmethodsforbasketpathparameters",{"_index":625,"name":{},"parent":{"1039":{}}}],["shopperbaskets.getpaymentmethodsforbasketpathparameters.__type",{"_index":626,"name":{},"parent":{"1040":{},"1041":{}}}],["shopperbaskets.getpaymentmethodsforbasketqueryparameters",{"_index":622,"name":{},"parent":{"1035":{}}}],["shopperbaskets.getpaymentmethodsforbasketqueryparameters.__type",{"_index":623,"name":{},"parent":{"1036":{},"1037":{}}}],["shopperbaskets.getpricebooksforbasketpathparameters",{"_index":631,"name":{},"parent":{"1046":{}}}],["shopperbaskets.getpricebooksforbasketpathparameters.__type",{"_index":632,"name":{},"parent":{"1047":{},"1048":{}}}],["shopperbaskets.getpricebooksforbasketqueryparameters",{"_index":628,"name":{},"parent":{"1043":{}}}],["shopperbaskets.getpricebooksforbasketqueryparameters.__type",{"_index":629,"name":{},"parent":{"1044":{}}}],["shopperbaskets.getshippingmethodsforshipmentpathparameters",{"_index":637,"name":{},"parent":{"1054":{}}}],["shopperbaskets.getshippingmethodsforshipmentpathparameters.__type",{"_index":638,"name":{},"parent":{"1055":{},"1056":{},"1057":{}}}],["shopperbaskets.getshippingmethodsforshipmentqueryparameters",{"_index":634,"name":{},"parent":{"1050":{}}}],["shopperbaskets.getshippingmethodsforshipmentqueryparameters.__type",{"_index":635,"name":{},"parent":{"1051":{},"1052":{}}}],["shopperbaskets.gettaxesfrombasketpathparameters",{"_index":644,"name":{},"parent":{"1062":{}}}],["shopperbaskets.gettaxesfrombasketpathparameters.__type",{"_index":645,"name":{},"parent":{"1063":{},"1064":{}}}],["shopperbaskets.gettaxesfrombasketqueryparameters",{"_index":641,"name":{},"parent":{"1059":{}}}],["shopperbaskets.gettaxesfrombasketqueryparameters.__type",{"_index":642,"name":{},"parent":{"1060":{}}}],["shopperbaskets.mergebasketpathparameters",{"_index":652,"name":{},"parent":{"1072":{}}}],["shopperbaskets.mergebasketpathparameters.__type",{"_index":653,"name":{},"parent":{"1073":{}}}],["shopperbaskets.mergebasketqueryparameters",{"_index":647,"name":{},"parent":{"1066":{}}}],["shopperbaskets.mergebasketqueryparameters.__type",{"_index":648,"name":{},"parent":{"1067":{},"1068":{},"1069":{},"1070":{}}}],["shopperbaskets.removecouponfrombasketpathparameters",{"_index":658,"name":{},"parent":{"1079":{}}}],["shopperbaskets.removecouponfrombasketpathparameters.__type",{"_index":659,"name":{},"parent":{"1080":{},"1081":{},"1082":{}}}],["shopperbaskets.removecouponfrombasketqueryparameters",{"_index":655,"name":{},"parent":{"1075":{}}}],["shopperbaskets.removecouponfrombasketqueryparameters.__type",{"_index":656,"name":{},"parent":{"1076":{},"1077":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketpathparameters",{"_index":665,"name":{},"parent":{"1088":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketpathparameters.__type",{"_index":666,"name":{},"parent":{"1089":{},"1090":{},"1091":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketqueryparameters",{"_index":662,"name":{},"parent":{"1084":{}}}],["shopperbaskets.removegiftcertificateitemfrombasketqueryparameters.__type",{"_index":663,"name":{},"parent":{"1085":{},"1086":{}}}],["shopperbaskets.removeitemfrombasketpathparameters",{"_index":672,"name":{},"parent":{"1097":{}}}],["shopperbaskets.removeitemfrombasketpathparameters.__type",{"_index":673,"name":{},"parent":{"1098":{},"1099":{},"1100":{}}}],["shopperbaskets.removeitemfrombasketqueryparameters",{"_index":669,"name":{},"parent":{"1093":{}}}],["shopperbaskets.removeitemfrombasketqueryparameters.__type",{"_index":670,"name":{},"parent":{"1094":{},"1095":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketpathparameters",{"_index":678,"name":{},"parent":{"1106":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketpathparameters.__type",{"_index":680,"name":{},"parent":{"1107":{},"1108":{},"1109":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketqueryparameters",{"_index":675,"name":{},"parent":{"1102":{}}}],["shopperbaskets.removepaymentinstrumentfrombasketqueryparameters.__type",{"_index":676,"name":{},"parent":{"1103":{},"1104":{}}}],["shopperbaskets.removepriceadjustmentfrombasketpathparameters",{"_index":685,"name":{},"parent":{"1115":{}}}],["shopperbaskets.removepriceadjustmentfrombasketpathparameters.__type",{"_index":687,"name":{},"parent":{"1116":{},"1117":{},"1118":{}}}],["shopperbaskets.removepriceadjustmentfrombasketqueryparameters",{"_index":682,"name":{},"parent":{"1111":{}}}],["shopperbaskets.removepriceadjustmentfrombasketqueryparameters.__type",{"_index":683,"name":{},"parent":{"1112":{},"1113":{}}}],["shopperbaskets.removeshipmentfrombasketpathparameters",{"_index":692,"name":{},"parent":{"1124":{}}}],["shopperbaskets.removeshipmentfrombasketpathparameters.__type",{"_index":693,"name":{},"parent":{"1125":{},"1126":{},"1127":{}}}],["shopperbaskets.removeshipmentfrombasketqueryparameters",{"_index":689,"name":{},"parent":{"1120":{}}}],["shopperbaskets.removeshipmentfrombasketqueryparameters.__type",{"_index":690,"name":{},"parent":{"1121":{},"1122":{}}}],["shopperbaskets.shopperbaskets",{"_index":465,"name":{},"parent":{"785":{},"786":{},"787":{},"825":{},"826":{},"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":{}}}],["shopperbaskets.shopperbaskets.apipaths",{"_index":467,"name":{},"parent":{"788":{},"789":{},"790":{},"791":{},"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{}}}],["shopperbaskets.shopperbaskets.paramkeys",{"_index":504,"name":{},"parent":{"827":{}}}],["shopperbaskets.shopperbaskets.paramkeys.__type",{"_index":505,"name":{},"parent":{"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":{},"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":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{}}}],["shopperbaskets.shopperbasketstypes",{"_index":788,"name":{},"parent":{"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{},"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{}}}],["shopperbaskets.transferbasketpathparameters",{"_index":700,"name":{},"parent":{"1135":{}}}],["shopperbaskets.transferbasketpathparameters.__type",{"_index":701,"name":{},"parent":{"1136":{}}}],["shopperbaskets.transferbasketqueryparameters",{"_index":695,"name":{},"parent":{"1129":{}}}],["shopperbaskets.transferbasketqueryparameters.__type",{"_index":696,"name":{},"parent":{"1130":{},"1131":{},"1132":{},"1133":{}}}],["shopperbaskets.updateasagentbasketpathparameters",{"_index":706,"name":{},"parent":{"1142":{}}}],["shopperbaskets.updateasagentbasketpathparameters.__type",{"_index":707,"name":{},"parent":{"1143":{},"1144":{}}}],["shopperbaskets.updateasagentbasketqueryparameters",{"_index":703,"name":{},"parent":{"1138":{}}}],["shopperbaskets.updateasagentbasketqueryparameters.__type",{"_index":704,"name":{},"parent":{"1139":{},"1140":{}}}],["shopperbaskets.updateasstorefrontbasketpathparameters",{"_index":713,"name":{},"parent":{"1151":{}}}],["shopperbaskets.updateasstorefrontbasketpathparameters.__type",{"_index":714,"name":{},"parent":{"1152":{},"1153":{}}}],["shopperbaskets.updateasstorefrontbasketqueryparameters",{"_index":709,"name":{},"parent":{"1146":{}}}],["shopperbaskets.updateasstorefrontbasketqueryparameters.__type",{"_index":710,"name":{},"parent":{"1147":{},"1148":{},"1149":{}}}],["shopperbaskets.updatebasketpathparameters",{"_index":720,"name":{},"parent":{"1160":{}}}],["shopperbaskets.updatebasketpathparameters.__type",{"_index":721,"name":{},"parent":{"1161":{},"1162":{}}}],["shopperbaskets.updatebasketqueryparameters",{"_index":716,"name":{},"parent":{"1155":{}}}],["shopperbaskets.updatebasketqueryparameters.__type",{"_index":717,"name":{},"parent":{"1156":{},"1157":{},"1158":{}}}],["shopperbaskets.updatebillingaddressforbasketpathparameters",{"_index":727,"name":{},"parent":{"1170":{}}}],["shopperbaskets.updatebillingaddressforbasketpathparameters.__type",{"_index":728,"name":{},"parent":{"1171":{},"1172":{}}}],["shopperbaskets.updatebillingaddressforbasketqueryparameters",{"_index":723,"name":{},"parent":{"1164":{}}}],["shopperbaskets.updatebillingaddressforbasketqueryparameters.__type",{"_index":724,"name":{},"parent":{"1165":{},"1166":{},"1167":{},"1168":{}}}],["shopperbaskets.updatecustomerforbasketpathparameters",{"_index":733,"name":{},"parent":{"1178":{}}}],["shopperbaskets.updatecustomerforbasketpathparameters.__type",{"_index":734,"name":{},"parent":{"1179":{},"1180":{}}}],["shopperbaskets.updatecustomerforbasketqueryparameters",{"_index":730,"name":{},"parent":{"1174":{}}}],["shopperbaskets.updatecustomerforbasketqueryparameters.__type",{"_index":731,"name":{},"parent":{"1175":{},"1176":{}}}],["shopperbaskets.updategiftcertificateiteminbasketpathparameters",{"_index":739,"name":{},"parent":{"1186":{}}}],["shopperbaskets.updategiftcertificateiteminbasketpathparameters.__type",{"_index":740,"name":{},"parent":{"1187":{},"1188":{},"1189":{}}}],["shopperbaskets.updategiftcertificateiteminbasketqueryparameters",{"_index":736,"name":{},"parent":{"1182":{}}}],["shopperbaskets.updategiftcertificateiteminbasketqueryparameters.__type",{"_index":737,"name":{},"parent":{"1183":{},"1184":{}}}],["shopperbaskets.updateiteminbasketpathparameters",{"_index":745,"name":{},"parent":{"1196":{}}}],["shopperbaskets.updateiteminbasketpathparameters.__type",{"_index":746,"name":{},"parent":{"1197":{},"1198":{},"1199":{}}}],["shopperbaskets.updateiteminbasketqueryparameters",{"_index":742,"name":{},"parent":{"1191":{}}}],["shopperbaskets.updateiteminbasketqueryparameters.__type",{"_index":743,"name":{},"parent":{"1192":{},"1193":{},"1194":{}}}],["shopperbaskets.updateitemsinbasketpathparameters",{"_index":751,"name":{},"parent":{"1206":{}}}],["shopperbaskets.updateitemsinbasketpathparameters.__type",{"_index":752,"name":{},"parent":{"1207":{},"1208":{}}}],["shopperbaskets.updateitemsinbasketqueryparameters",{"_index":748,"name":{},"parent":{"1201":{}}}],["shopperbaskets.updateitemsinbasketqueryparameters.__type",{"_index":749,"name":{},"parent":{"1202":{},"1203":{},"1204":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketpathparameters",{"_index":757,"name":{},"parent":{"1215":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketpathparameters.__type",{"_index":758,"name":{},"parent":{"1216":{},"1217":{},"1218":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketqueryparameters",{"_index":754,"name":{},"parent":{"1210":{}}}],["shopperbaskets.updatepaymentinstrumentinbasketqueryparameters.__type",{"_index":755,"name":{},"parent":{"1211":{},"1212":{},"1213":{}}}],["shopperbaskets.updatepriceadjustmentinbasketpathparameters",{"_index":763,"name":{},"parent":{"1223":{}}}],["shopperbaskets.updatepriceadjustmentinbasketpathparameters.__type",{"_index":764,"name":{},"parent":{"1224":{},"1225":{},"1226":{}}}],["shopperbaskets.updatepriceadjustmentinbasketqueryparameters",{"_index":760,"name":{},"parent":{"1220":{}}}],["shopperbaskets.updatepriceadjustmentinbasketqueryparameters.__type",{"_index":761,"name":{},"parent":{"1221":{}}}],["shopperbaskets.updateshipmentforbasketpathparameters",{"_index":769,"name":{},"parent":{"1232":{}}}],["shopperbaskets.updateshipmentforbasketpathparameters.__type",{"_index":770,"name":{},"parent":{"1233":{},"1234":{},"1235":{}}}],["shopperbaskets.updateshipmentforbasketqueryparameters",{"_index":766,"name":{},"parent":{"1228":{}}}],["shopperbaskets.updateshipmentforbasketqueryparameters.__type",{"_index":767,"name":{},"parent":{"1229":{},"1230":{}}}],["shopperbaskets.updateshippingaddressforshipmentpathparameters",{"_index":776,"name":{},"parent":{"1243":{}}}],["shopperbaskets.updateshippingaddressforshipmentpathparameters.__type",{"_index":777,"name":{},"parent":{"1244":{},"1245":{},"1246":{}}}],["shopperbaskets.updateshippingaddressforshipmentqueryparameters",{"_index":772,"name":{},"parent":{"1237":{}}}],["shopperbaskets.updateshippingaddressforshipmentqueryparameters.__type",{"_index":774,"name":{},"parent":{"1238":{},"1239":{},"1240":{},"1241":{}}}],["shopperbaskets.updateshippingmethodforshipmentpathparameters",{"_index":782,"name":{},"parent":{"1252":{}}}],["shopperbaskets.updateshippingmethodforshipmentpathparameters.__type",{"_index":783,"name":{},"parent":{"1253":{},"1254":{},"1255":{}}}],["shopperbaskets.updateshippingmethodforshipmentqueryparameters",{"_index":779,"name":{},"parent":{"1248":{}}}],["shopperbaskets.updateshippingmethodforshipmentqueryparameters.__type",{"_index":780,"name":{},"parent":{"1249":{},"1250":{}}}],["shopperbasketsparameters",{"_index":786,"name":{"1258":{},"1337":{},"1418":{},"2169":{},"2251":{},"2335":{}},"parent":{}}],["shopperbasketspathparameters",{"_index":784,"name":{"1256":{},"1335":{},"1416":{},"1463":{},"2167":{},"2249":{},"2333":{}},"parent":{}}],["shopperbasketsqueryparameters",{"_index":785,"name":{"1257":{},"1336":{},"1417":{},"1464":{},"2168":{},"2250":{},"2334":{}},"parent":{}}],["shopperbasketstypes",{"_index":787,"name":{"1462":{}},"parent":{}}],["shopperbasketsv2",{"_index":789,"name":{"1583":{},"1689":{},"2252":{},"2336":{}},"parent":{"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{},"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{},"1612":{},"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"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":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1674":{},"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1844":{},"1845":{},"1846":{},"1850":{},"1854":{},"1858":{},"1862":{},"1866":{},"1870":{},"1874":{},"1878":{},"1882":{},"1886":{},"1889":{},"1893":{},"1896":{},"1900":{},"1903":{},"1908":{},"1915":{},"1918":{},"1922":{},"1926":{},"1929":{},"1933":{},"1937":{},"1941":{},"1945":{},"1949":{},"1952":{},"1956":{},"1960":{},"1965":{},"1968":{},"1972":{},"1978":{},"1981":{},"1985":{},"1990":{},"1994":{},"1999":{},"2003":{},"2008":{},"2012":{},"2017":{},"2021":{},"2026":{},"2030":{},"2035":{},"2042":{},"2045":{},"2049":{},"2053":{},"2058":{},"2062":{},"2067":{},"2071":{},"2077":{},"2081":{},"2085":{},"2089":{},"2093":{},"2098":{},"2103":{},"2108":{},"2113":{},"2117":{},"2122":{},"2127":{},"2130":{},"2135":{},"2139":{},"2144":{},"2150":{},"2155":{},"2159":{},"2164":{},"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{},"2245":{},"2246":{},"2247":{},"2248":{},"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{},"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":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{},"2306":{},"2307":{},"2308":{},"2309":{},"2310":{},"2311":{},"2312":{},"2313":{},"2314":{},"2315":{},"2316":{},"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2341":{},"2342":{},"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{}}}],["shopperbasketsv2.addcoupontobasketpathparameters",{"_index":806,"name":{},"parent":{"1851":{}}}],["shopperbasketsv2.addcoupontobasketpathparameters.__type",{"_index":807,"name":{},"parent":{"1852":{},"1853":{}}}],["shopperbasketsv2.addcoupontobasketqueryparameters",{"_index":804,"name":{},"parent":{"1847":{}}}],["shopperbasketsv2.addcoupontobasketqueryparameters.__type",{"_index":805,"name":{},"parent":{"1848":{},"1849":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketpathparameters",{"_index":810,"name":{},"parent":{"1859":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketpathparameters.__type",{"_index":811,"name":{},"parent":{"1860":{},"1861":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketqueryparameters",{"_index":808,"name":{},"parent":{"1855":{}}}],["shopperbasketsv2.addgiftcertificateitemtobasketqueryparameters.__type",{"_index":809,"name":{},"parent":{"1856":{},"1857":{}}}],["shopperbasketsv2.additemtobasketpathparameters",{"_index":814,"name":{},"parent":{"1867":{}}}],["shopperbasketsv2.additemtobasketpathparameters.__type",{"_index":815,"name":{},"parent":{"1868":{},"1869":{}}}],["shopperbasketsv2.additemtobasketqueryparameters",{"_index":812,"name":{},"parent":{"1863":{}}}],["shopperbasketsv2.additemtobasketqueryparameters.__type",{"_index":813,"name":{},"parent":{"1864":{},"1865":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketpathparameters",{"_index":818,"name":{},"parent":{"1875":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketpathparameters.__type",{"_index":819,"name":{},"parent":{"1876":{},"1877":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketqueryparameters",{"_index":816,"name":{},"parent":{"1871":{}}}],["shopperbasketsv2.addpaymentinstrumenttobasketqueryparameters.__type",{"_index":817,"name":{},"parent":{"1872":{},"1873":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketpathparameters",{"_index":822,"name":{},"parent":{"1883":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketpathparameters.__type",{"_index":823,"name":{},"parent":{"1884":{},"1885":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketqueryparameters",{"_index":820,"name":{},"parent":{"1879":{}}}],["shopperbasketsv2.addpriceadjustmenttobasketqueryparameters.__type",{"_index":821,"name":{},"parent":{"1880":{},"1881":{}}}],["shopperbasketsv2.addpricebookstobasketpathparameters",{"_index":826,"name":{},"parent":{"1890":{}}}],["shopperbasketsv2.addpricebookstobasketpathparameters.__type",{"_index":827,"name":{},"parent":{"1891":{},"1892":{}}}],["shopperbasketsv2.addpricebookstobasketqueryparameters",{"_index":824,"name":{},"parent":{"1887":{}}}],["shopperbasketsv2.addpricebookstobasketqueryparameters.__type",{"_index":825,"name":{},"parent":{"1888":{}}}],["shopperbasketsv2.addtaxesforbasketitempathparameters",{"_index":834,"name":{},"parent":{"1904":{}}}],["shopperbasketsv2.addtaxesforbasketitempathparameters.__type",{"_index":835,"name":{},"parent":{"1905":{},"1906":{},"1907":{}}}],["shopperbasketsv2.addtaxesforbasketitemqueryparameters",{"_index":832,"name":{},"parent":{"1901":{}}}],["shopperbasketsv2.addtaxesforbasketitemqueryparameters.__type",{"_index":833,"name":{},"parent":{"1902":{}}}],["shopperbasketsv2.addtaxesforbasketpathparameters",{"_index":830,"name":{},"parent":{"1897":{}}}],["shopperbasketsv2.addtaxesforbasketpathparameters.__type",{"_index":831,"name":{},"parent":{"1898":{},"1899":{}}}],["shopperbasketsv2.addtaxesforbasketqueryparameters",{"_index":828,"name":{},"parent":{"1894":{}}}],["shopperbasketsv2.addtaxesforbasketqueryparameters.__type",{"_index":829,"name":{},"parent":{"1895":{}}}],["shopperbasketsv2.createbasketpathparameters",{"_index":840,"name":{},"parent":{"1916":{}}}],["shopperbasketsv2.createbasketpathparameters.__type",{"_index":841,"name":{},"parent":{"1917":{}}}],["shopperbasketsv2.createbasketqueryparameters",{"_index":836,"name":{},"parent":{"1909":{}}}],["shopperbasketsv2.createbasketqueryparameters.__type",{"_index":837,"name":{},"parent":{"1910":{},"1911":{},"1912":{},"1913":{},"1914":{}}}],["shopperbasketsv2.createshipmentforbasketpathparameters",{"_index":844,"name":{},"parent":{"1923":{}}}],["shopperbasketsv2.createshipmentforbasketpathparameters.__type",{"_index":845,"name":{},"parent":{"1924":{},"1925":{}}}],["shopperbasketsv2.createshipmentforbasketqueryparameters",{"_index":842,"name":{},"parent":{"1919":{}}}],["shopperbasketsv2.createshipmentforbasketqueryparameters.__type",{"_index":843,"name":{},"parent":{"1920":{},"1921":{}}}],["shopperbasketsv2.deletebasketpathparameters",{"_index":848,"name":{},"parent":{"1930":{}}}],["shopperbasketsv2.deletebasketpathparameters.__type",{"_index":849,"name":{},"parent":{"1931":{},"1932":{}}}],["shopperbasketsv2.deletebasketqueryparameters",{"_index":846,"name":{},"parent":{"1927":{}}}],["shopperbasketsv2.deletebasketqueryparameters.__type",{"_index":847,"name":{},"parent":{"1928":{}}}],["shopperbasketsv2.getbasketpathparameters",{"_index":852,"name":{},"parent":{"1938":{}}}],["shopperbasketsv2.getbasketpathparameters.__type",{"_index":853,"name":{},"parent":{"1939":{},"1940":{}}}],["shopperbasketsv2.getbasketqueryparameters",{"_index":850,"name":{},"parent":{"1934":{}}}],["shopperbasketsv2.getbasketqueryparameters.__type",{"_index":851,"name":{},"parent":{"1935":{},"1936":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketpathparameters",{"_index":856,"name":{},"parent":{"1946":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketpathparameters.__type",{"_index":857,"name":{},"parent":{"1947":{},"1948":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketqueryparameters",{"_index":854,"name":{},"parent":{"1942":{}}}],["shopperbasketsv2.getpaymentmethodsforbasketqueryparameters.__type",{"_index":855,"name":{},"parent":{"1943":{},"1944":{}}}],["shopperbasketsv2.getpricebooksforbasketpathparameters",{"_index":860,"name":{},"parent":{"1953":{}}}],["shopperbasketsv2.getpricebooksforbasketpathparameters.__type",{"_index":861,"name":{},"parent":{"1954":{},"1955":{}}}],["shopperbasketsv2.getpricebooksforbasketqueryparameters",{"_index":858,"name":{},"parent":{"1950":{}}}],["shopperbasketsv2.getpricebooksforbasketqueryparameters.__type",{"_index":859,"name":{},"parent":{"1951":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentpathparameters",{"_index":864,"name":{},"parent":{"1961":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentpathparameters.__type",{"_index":865,"name":{},"parent":{"1962":{},"1963":{},"1964":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentqueryparameters",{"_index":862,"name":{},"parent":{"1957":{}}}],["shopperbasketsv2.getshippingmethodsforshipmentqueryparameters.__type",{"_index":863,"name":{},"parent":{"1958":{},"1959":{}}}],["shopperbasketsv2.gettaxesfrombasketpathparameters",{"_index":868,"name":{},"parent":{"1969":{}}}],["shopperbasketsv2.gettaxesfrombasketpathparameters.__type",{"_index":869,"name":{},"parent":{"1970":{},"1971":{}}}],["shopperbasketsv2.gettaxesfrombasketqueryparameters",{"_index":866,"name":{},"parent":{"1966":{}}}],["shopperbasketsv2.gettaxesfrombasketqueryparameters.__type",{"_index":867,"name":{},"parent":{"1967":{}}}],["shopperbasketsv2.mergebasketpathparameters",{"_index":872,"name":{},"parent":{"1979":{}}}],["shopperbasketsv2.mergebasketpathparameters.__type",{"_index":873,"name":{},"parent":{"1980":{}}}],["shopperbasketsv2.mergebasketqueryparameters",{"_index":870,"name":{},"parent":{"1973":{}}}],["shopperbasketsv2.mergebasketqueryparameters.__type",{"_index":871,"name":{},"parent":{"1974":{},"1975":{},"1976":{},"1977":{}}}],["shopperbasketsv2.removecouponfrombasketpathparameters",{"_index":876,"name":{},"parent":{"1986":{}}}],["shopperbasketsv2.removecouponfrombasketpathparameters.__type",{"_index":877,"name":{},"parent":{"1987":{},"1988":{},"1989":{}}}],["shopperbasketsv2.removecouponfrombasketqueryparameters",{"_index":874,"name":{},"parent":{"1982":{}}}],["shopperbasketsv2.removecouponfrombasketqueryparameters.__type",{"_index":875,"name":{},"parent":{"1983":{},"1984":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketpathparameters",{"_index":880,"name":{},"parent":{"1995":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketpathparameters.__type",{"_index":881,"name":{},"parent":{"1996":{},"1997":{},"1998":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketqueryparameters",{"_index":878,"name":{},"parent":{"1991":{}}}],["shopperbasketsv2.removegiftcertificateitemfrombasketqueryparameters.__type",{"_index":879,"name":{},"parent":{"1992":{},"1993":{}}}],["shopperbasketsv2.removeitemfrombasketpathparameters",{"_index":884,"name":{},"parent":{"2004":{}}}],["shopperbasketsv2.removeitemfrombasketpathparameters.__type",{"_index":885,"name":{},"parent":{"2005":{},"2006":{},"2007":{}}}],["shopperbasketsv2.removeitemfrombasketqueryparameters",{"_index":882,"name":{},"parent":{"2000":{}}}],["shopperbasketsv2.removeitemfrombasketqueryparameters.__type",{"_index":883,"name":{},"parent":{"2001":{},"2002":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketpathparameters",{"_index":888,"name":{},"parent":{"2013":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketpathparameters.__type",{"_index":889,"name":{},"parent":{"2014":{},"2015":{},"2016":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketqueryparameters",{"_index":886,"name":{},"parent":{"2009":{}}}],["shopperbasketsv2.removepaymentinstrumentfrombasketqueryparameters.__type",{"_index":887,"name":{},"parent":{"2010":{},"2011":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketpathparameters",{"_index":892,"name":{},"parent":{"2022":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketpathparameters.__type",{"_index":893,"name":{},"parent":{"2023":{},"2024":{},"2025":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketqueryparameters",{"_index":890,"name":{},"parent":{"2018":{}}}],["shopperbasketsv2.removepriceadjustmentfrombasketqueryparameters.__type",{"_index":891,"name":{},"parent":{"2019":{},"2020":{}}}],["shopperbasketsv2.removeshipmentfrombasketpathparameters",{"_index":896,"name":{},"parent":{"2031":{}}}],["shopperbasketsv2.removeshipmentfrombasketpathparameters.__type",{"_index":897,"name":{},"parent":{"2032":{},"2033":{},"2034":{}}}],["shopperbasketsv2.removeshipmentfrombasketqueryparameters",{"_index":894,"name":{},"parent":{"2027":{}}}],["shopperbasketsv2.removeshipmentfrombasketqueryparameters.__type",{"_index":895,"name":{},"parent":{"2028":{},"2029":{}}}],["shopperbasketsv2.shopperbasketsv2",{"_index":800,"name":{},"parent":{"1690":{},"1691":{},"1692":{},"1730":{},"1731":{},"1807":{},"1808":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{},"1818":{},"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{},"1841":{},"1842":{},"1843":{}}}],["shopperbasketsv2.shopperbasketsv2.apipaths",{"_index":801,"name":{},"parent":{"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{}}}],["shopperbasketsv2.shopperbasketsv2.paramkeys",{"_index":802,"name":{},"parent":{"1732":{}}}],["shopperbasketsv2.shopperbasketsv2.paramkeys.__type",{"_index":803,"name":{},"parent":{"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{},"1773":{},"1774":{},"1775":{},"1776":{},"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{},"1791":{},"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{},"1798":{},"1799":{},"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{}}}],["shopperbasketsv2.shopperbasketsv2types",{"_index":958,"name":{},"parent":{"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{},"2401":{},"2402":{},"2403":{},"2404":{},"2405":{},"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2450":{},"2451":{},"2452":{},"2453":{},"2454":{},"2455":{},"2456":{},"2457":{},"2458":{},"2459":{},"2460":{},"2461":{},"2462":{},"2463":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{},"2473":{},"2474":{},"2475":{},"2476":{},"2477":{},"2478":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{},"2505":{},"2506":{},"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{}}}],["shopperbasketsv2.transferbasketpathparameters",{"_index":900,"name":{},"parent":{"2043":{}}}],["shopperbasketsv2.transferbasketpathparameters.__type",{"_index":901,"name":{},"parent":{"2044":{}}}],["shopperbasketsv2.transferbasketqueryparameters",{"_index":898,"name":{},"parent":{"2036":{}}}],["shopperbasketsv2.transferbasketqueryparameters.__type",{"_index":899,"name":{},"parent":{"2037":{},"2038":{},"2039":{},"2040":{},"2041":{}}}],["shopperbasketsv2.updateasagentbasketpathparameters",{"_index":904,"name":{},"parent":{"2050":{}}}],["shopperbasketsv2.updateasagentbasketpathparameters.__type",{"_index":905,"name":{},"parent":{"2051":{},"2052":{}}}],["shopperbasketsv2.updateasagentbasketqueryparameters",{"_index":902,"name":{},"parent":{"2046":{}}}],["shopperbasketsv2.updateasagentbasketqueryparameters.__type",{"_index":903,"name":{},"parent":{"2047":{},"2048":{}}}],["shopperbasketsv2.updateasstorefrontbasketpathparameters",{"_index":908,"name":{},"parent":{"2059":{}}}],["shopperbasketsv2.updateasstorefrontbasketpathparameters.__type",{"_index":909,"name":{},"parent":{"2060":{},"2061":{}}}],["shopperbasketsv2.updateasstorefrontbasketqueryparameters",{"_index":906,"name":{},"parent":{"2054":{}}}],["shopperbasketsv2.updateasstorefrontbasketqueryparameters.__type",{"_index":907,"name":{},"parent":{"2055":{},"2056":{},"2057":{}}}],["shopperbasketsv2.updatebasketpathparameters",{"_index":912,"name":{},"parent":{"2068":{}}}],["shopperbasketsv2.updatebasketpathparameters.__type",{"_index":913,"name":{},"parent":{"2069":{},"2070":{}}}],["shopperbasketsv2.updatebasketqueryparameters",{"_index":910,"name":{},"parent":{"2063":{}}}],["shopperbasketsv2.updatebasketqueryparameters.__type",{"_index":911,"name":{},"parent":{"2064":{},"2065":{},"2066":{}}}],["shopperbasketsv2.updatebillingaddressforbasketpathparameters",{"_index":916,"name":{},"parent":{"2078":{}}}],["shopperbasketsv2.updatebillingaddressforbasketpathparameters.__type",{"_index":917,"name":{},"parent":{"2079":{},"2080":{}}}],["shopperbasketsv2.updatebillingaddressforbasketqueryparameters",{"_index":914,"name":{},"parent":{"2072":{}}}],["shopperbasketsv2.updatebillingaddressforbasketqueryparameters.__type",{"_index":915,"name":{},"parent":{"2073":{},"2074":{},"2075":{},"2076":{}}}],["shopperbasketsv2.updatecustomerforbasketpathparameters",{"_index":920,"name":{},"parent":{"2086":{}}}],["shopperbasketsv2.updatecustomerforbasketpathparameters.__type",{"_index":921,"name":{},"parent":{"2087":{},"2088":{}}}],["shopperbasketsv2.updatecustomerforbasketqueryparameters",{"_index":918,"name":{},"parent":{"2082":{}}}],["shopperbasketsv2.updatecustomerforbasketqueryparameters.__type",{"_index":919,"name":{},"parent":{"2083":{},"2084":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketpathparameters",{"_index":924,"name":{},"parent":{"2094":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketpathparameters.__type",{"_index":925,"name":{},"parent":{"2095":{},"2096":{},"2097":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketqueryparameters",{"_index":922,"name":{},"parent":{"2090":{}}}],["shopperbasketsv2.updategiftcertificateiteminbasketqueryparameters.__type",{"_index":923,"name":{},"parent":{"2091":{},"2092":{}}}],["shopperbasketsv2.updateiteminbasketpathparameters",{"_index":928,"name":{},"parent":{"2104":{}}}],["shopperbasketsv2.updateiteminbasketpathparameters.__type",{"_index":929,"name":{},"parent":{"2105":{},"2106":{},"2107":{}}}],["shopperbasketsv2.updateiteminbasketqueryparameters",{"_index":926,"name":{},"parent":{"2099":{}}}],["shopperbasketsv2.updateiteminbasketqueryparameters.__type",{"_index":927,"name":{},"parent":{"2100":{},"2101":{},"2102":{}}}],["shopperbasketsv2.updateitemsinbasketpathparameters",{"_index":932,"name":{},"parent":{"2114":{}}}],["shopperbasketsv2.updateitemsinbasketpathparameters.__type",{"_index":933,"name":{},"parent":{"2115":{},"2116":{}}}],["shopperbasketsv2.updateitemsinbasketqueryparameters",{"_index":930,"name":{},"parent":{"2109":{}}}],["shopperbasketsv2.updateitemsinbasketqueryparameters.__type",{"_index":931,"name":{},"parent":{"2110":{},"2111":{},"2112":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketpathparameters",{"_index":936,"name":{},"parent":{"2123":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketpathparameters.__type",{"_index":937,"name":{},"parent":{"2124":{},"2125":{},"2126":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketqueryparameters",{"_index":934,"name":{},"parent":{"2118":{}}}],["shopperbasketsv2.updatepaymentinstrumentinbasketqueryparameters.__type",{"_index":935,"name":{},"parent":{"2119":{},"2120":{},"2121":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketpathparameters",{"_index":940,"name":{},"parent":{"2131":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketpathparameters.__type",{"_index":941,"name":{},"parent":{"2132":{},"2133":{},"2134":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketqueryparameters",{"_index":938,"name":{},"parent":{"2128":{}}}],["shopperbasketsv2.updatepriceadjustmentinbasketqueryparameters.__type",{"_index":939,"name":{},"parent":{"2129":{}}}],["shopperbasketsv2.updateshipmentforbasketpathparameters",{"_index":944,"name":{},"parent":{"2140":{}}}],["shopperbasketsv2.updateshipmentforbasketpathparameters.__type",{"_index":945,"name":{},"parent":{"2141":{},"2142":{},"2143":{}}}],["shopperbasketsv2.updateshipmentforbasketqueryparameters",{"_index":942,"name":{},"parent":{"2136":{}}}],["shopperbasketsv2.updateshipmentforbasketqueryparameters.__type",{"_index":943,"name":{},"parent":{"2137":{},"2138":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentpathparameters",{"_index":948,"name":{},"parent":{"2151":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentpathparameters.__type",{"_index":949,"name":{},"parent":{"2152":{},"2153":{},"2154":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentqueryparameters",{"_index":946,"name":{},"parent":{"2145":{}}}],["shopperbasketsv2.updateshippingaddressforshipmentqueryparameters.__type",{"_index":947,"name":{},"parent":{"2146":{},"2147":{},"2148":{},"2149":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentpathparameters",{"_index":952,"name":{},"parent":{"2160":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentpathparameters.__type",{"_index":953,"name":{},"parent":{"2161":{},"2162":{},"2163":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentqueryparameters",{"_index":950,"name":{},"parent":{"2156":{}}}],["shopperbasketsv2.updateshippingmethodforshipmentqueryparameters.__type",{"_index":951,"name":{},"parent":{"2157":{},"2158":{}}}],["shopperbasketsv2parameters",{"_index":956,"name":{"2166":{},"2248":{},"2332":{}},"parent":{}}],["shopperbasketsv2pathparameters",{"_index":954,"name":{"2164":{},"2246":{},"2330":{},"2390":{}},"parent":{}}],["shopperbasketsv2queryparameters",{"_index":955,"name":{"2165":{},"2247":{},"2331":{},"2391":{}},"parent":{}}],["shopperbasketsv2types",{"_index":957,"name":{"2389":{}},"parent":{}}],["shopperconfigurations",{"_index":959,"name":{"2520":{},"2528":{},"2553":{},"2560":{}},"parent":{"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{},"2528":{},"2539":{},"2542":{},"2545":{},"2546":{},"2547":{},"2548":{},"2549":{},"2550":{},"2551":{},"2552":{},"2553":{},"2554":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{},"2560":{},"2561":{},"2562":{},"2563":{},"2564":{}}}],["shopperconfigurations.getconfigurationspathparameters",{"_index":972,"name":{},"parent":{"2543":{}}}],["shopperconfigurations.getconfigurationspathparameters.__type",{"_index":973,"name":{},"parent":{"2544":{}}}],["shopperconfigurations.getconfigurationsqueryparameters",{"_index":969,"name":{},"parent":{"2540":{}}}],["shopperconfigurations.getconfigurationsqueryparameters.__type",{"_index":970,"name":{},"parent":{"2541":{}}}],["shopperconfigurations.shopperconfigurations",{"_index":962,"name":{},"parent":{"2529":{},"2530":{},"2531":{},"2533":{},"2534":{},"2538":{}}}],["shopperconfigurations.shopperconfigurations.apipaths",{"_index":964,"name":{},"parent":{"2532":{}}}],["shopperconfigurations.shopperconfigurations.paramkeys",{"_index":965,"name":{},"parent":{"2535":{}}}],["shopperconfigurations.shopperconfigurations.paramkeys.__type",{"_index":966,"name":{},"parent":{"2536":{},"2537":{}}}],["shopperconfigurations.shopperconfigurationstypes",{"_index":978,"name":{},"parent":{"2565":{},"2566":{},"2567":{},"2568":{},"2569":{},"2570":{},"2571":{}}}],["shopperconfigurationsparameters",{"_index":976,"name":{"2547":{},"2552":{},"2559":{}},"parent":{}}],["shopperconfigurationspathparameters",{"_index":974,"name":{"2545":{},"2550":{},"2557":{},"2565":{}},"parent":{}}],["shopperconfigurationsqueryparameters",{"_index":975,"name":{"2546":{},"2551":{},"2558":{},"2566":{}},"parent":{}}],["shopperconfigurationstypes",{"_index":977,"name":{"2564":{}},"parent":{}}],["shopperconsents",{"_index":979,"name":{"2572":{},"2604":{},"2660":{},"2672":{}},"parent":{"2573":{},"2574":{},"2575":{},"2576":{},"2577":{},"2578":{},"2579":{},"2580":{},"2581":{},"2582":{},"2583":{},"2584":{},"2585":{},"2586":{},"2587":{},"2588":{},"2589":{},"2590":{},"2591":{},"2592":{},"2593":{},"2594":{},"2595":{},"2596":{},"2597":{},"2598":{},"2599":{},"2600":{},"2601":{},"2602":{},"2603":{},"2604":{},"2623":{},"2624":{},"2630":{},"2633":{},"2637":{},"2640":{},"2644":{},"2647":{},"2648":{},"2649":{},"2650":{},"2651":{},"2652":{},"2653":{},"2654":{},"2655":{},"2656":{},"2657":{},"2658":{},"2659":{},"2660":{},"2661":{},"2662":{},"2663":{},"2664":{},"2665":{},"2666":{},"2667":{},"2668":{},"2669":{},"2670":{},"2671":{},"2672":{},"2673":{},"2674":{},"2675":{},"2676":{},"2677":{},"2678":{},"2679":{},"2680":{},"2681":{},"2682":{},"2683":{},"2684":{},"2685":{},"2686":{},"2687":{},"2688":{}}}],["shopperconsents.getsubscriptionspathparameters",{"_index":1010,"name":{},"parent":{"2631":{}}}],["shopperconsents.getsubscriptionspathparameters.__type",{"_index":1011,"name":{},"parent":{"2632":{}}}],["shopperconsents.getsubscriptionsqueryparameters",{"_index":1005,"name":{},"parent":{"2625":{}}}],["shopperconsents.getsubscriptionsqueryparameters.__type",{"_index":1006,"name":{},"parent":{"2626":{},"2627":{},"2628":{},"2629":{}}}],["shopperconsents.shopperconsents",{"_index":993,"name":{},"parent":{"2605":{},"2606":{},"2607":{},"2611":{},"2612":{},"2620":{},"2621":{},"2622":{}}}],["shopperconsents.shopperconsents.apipaths",{"_index":995,"name":{},"parent":{"2608":{},"2609":{},"2610":{}}}],["shopperconsents.shopperconsents.paramkeys",{"_index":998,"name":{},"parent":{"2613":{}}}],["shopperconsents.shopperconsents.paramkeys.__type",{"_index":999,"name":{},"parent":{"2614":{},"2615":{},"2616":{},"2617":{},"2618":{},"2619":{}}}],["shopperconsents.shopperconsentstypes",{"_index":1028,"name":{},"parent":{"2689":{},"2690":{},"2691":{},"2692":{},"2693":{},"2694":{},"2695":{},"2696":{},"2697":{},"2698":{},"2699":{},"2700":{},"2701":{},"2702":{},"2703":{},"2704":{},"2705":{},"2706":{},"2707":{},"2708":{},"2709":{},"2710":{},"2711":{},"2712":{}}}],["shopperconsents.updatesubscriptionpathparameters",{"_index":1016,"name":{},"parent":{"2638":{}}}],["shopperconsents.updatesubscriptionpathparameters.__type",{"_index":1017,"name":{},"parent":{"2639":{}}}],["shopperconsents.updatesubscriptionqueryparameters",{"_index":1013,"name":{},"parent":{"2634":{}}}],["shopperconsents.updatesubscriptionqueryparameters.__type",{"_index":1014,"name":{},"parent":{"2635":{},"2636":{}}}],["shopperconsents.updatesubscriptionspathparameters",{"_index":1022,"name":{},"parent":{"2645":{}}}],["shopperconsents.updatesubscriptionspathparameters.__type",{"_index":1023,"name":{},"parent":{"2646":{}}}],["shopperconsents.updatesubscriptionsqueryparameters",{"_index":1019,"name":{},"parent":{"2641":{}}}],["shopperconsents.updatesubscriptionsqueryparameters.__type",{"_index":1020,"name":{},"parent":{"2642":{},"2643":{}}}],["shopperconsentsparameters",{"_index":1026,"name":{"2649":{},"2659":{},"2671":{}},"parent":{}}],["shopperconsentspathparameters",{"_index":1024,"name":{"2647":{},"2657":{},"2669":{},"2689":{}},"parent":{}}],["shopperconsentsqueryparameters",{"_index":1025,"name":{"2648":{},"2658":{},"2670":{},"2690":{}},"parent":{}}],["shopperconsentstypes",{"_index":1027,"name":{"2688":{}},"parent":{}}],["shoppercontext",{"_index":1029,"name":{"2713":{},"2717":{},"2719":{},"2812":{},"2826":{}},"parent":{"2714":{},"2715":{},"2716":{},"2717":{},"2718":{},"2719":{},"2720":{},"2721":{},"2744":{},"2748":{},"2752":{},"2755":{},"2759":{},"2762":{},"2766":{},"2770":{},"2774":{},"2775":{},"2776":{},"2777":{},"2778":{},"2779":{},"2780":{},"2781":{},"2782":{},"2783":{},"2784":{},"2785":{},"2786":{},"2787":{},"2788":{},"2789":{},"2790":{},"2791":{},"2792":{},"2793":{},"2794":{},"2795":{},"2796":{},"2797":{},"2798":{},"2799":{},"2800":{},"2801":{},"2802":{},"2803":{},"2804":{},"2805":{},"2806":{},"2807":{},"2808":{},"2809":{},"2810":{},"2811":{},"2812":{},"2813":{},"2814":{}}}],["shoppercontext.createshoppercontextpathparameters",{"_index":1049,"name":{},"parent":{"2749":{}}}],["shoppercontext.createshoppercontextpathparameters.__type",{"_index":1050,"name":{},"parent":{"2750":{},"2751":{}}}],["shoppercontext.createshoppercontextqueryparameters",{"_index":1045,"name":{},"parent":{"2745":{}}}],["shoppercontext.createshoppercontextqueryparameters.__type",{"_index":1046,"name":{},"parent":{"2746":{},"2747":{}}}],["shoppercontext.deleteshoppercontextpathparameters",{"_index":1055,"name":{},"parent":{"2756":{}}}],["shoppercontext.deleteshoppercontextpathparameters.__type",{"_index":1056,"name":{},"parent":{"2757":{},"2758":{}}}],["shoppercontext.deleteshoppercontextqueryparameters",{"_index":1052,"name":{},"parent":{"2753":{}}}],["shoppercontext.deleteshoppercontextqueryparameters.__type",{"_index":1053,"name":{},"parent":{"2754":{}}}],["shoppercontext.getshoppercontextpathparameters",{"_index":1061,"name":{},"parent":{"2763":{}}}],["shoppercontext.getshoppercontextpathparameters.__type",{"_index":1062,"name":{},"parent":{"2764":{},"2765":{}}}],["shoppercontext.getshoppercontextqueryparameters",{"_index":1058,"name":{},"parent":{"2760":{}}}],["shoppercontext.getshoppercontextqueryparameters.__type",{"_index":1059,"name":{},"parent":{"2761":{}}}],["shoppercontext.shoppercontexts",{"_index":1032,"name":{},"parent":{"2722":{},"2723":{},"2724":{},"2729":{},"2730":{},"2740":{},"2741":{},"2742":{},"2743":{}}}],["shoppercontext.shoppercontexts.apipaths",{"_index":1034,"name":{},"parent":{"2725":{},"2726":{},"2727":{},"2728":{}}}],["shoppercontext.shoppercontexts.paramkeys",{"_index":1038,"name":{},"parent":{"2731":{}}}],["shoppercontext.shoppercontexts.paramkeys.__type",{"_index":1039,"name":{},"parent":{"2732":{},"2733":{},"2734":{},"2735":{},"2736":{},"2737":{},"2738":{},"2739":{}}}],["shoppercontext.shoppercontextstypes",{"_index":1076,"name":{},"parent":{"2815":{},"2816":{},"2817":{},"2818":{},"2819":{},"2820":{},"2821":{},"2822":{},"2823":{},"2824":{},"2825":{},"2826":{},"2827":{}}}],["shoppercontext.updateshoppercontextpathparameters",{"_index":1067,"name":{},"parent":{"2771":{}}}],["shoppercontext.updateshoppercontextpathparameters.__type",{"_index":1068,"name":{},"parent":{"2772":{},"2773":{}}}],["shoppercontext.updateshoppercontextqueryparameters",{"_index":1064,"name":{},"parent":{"2767":{}}}],["shoppercontext.updateshoppercontextqueryparameters.__type",{"_index":1065,"name":{},"parent":{"2768":{},"2769":{}}}],["shoppercontextgeolocation",{"_index":1030,"name":{"2716":{},"2720":{},"2813":{},"2827":{}},"parent":{}}],["shoppercontextparameters",{"_index":1074,"name":{"2779":{},"2793":{},"2809":{}},"parent":{}}],["shoppercontextpathparameters",{"_index":1072,"name":{"2777":{},"2791":{},"2807":{}},"parent":{}}],["shoppercontextqueryparameters",{"_index":1073,"name":{"2778":{},"2792":{},"2808":{}},"parent":{}}],["shoppercontexts",{"_index":1031,"name":{"2721":{},"2794":{},"2810":{}},"parent":{}}],["shoppercontextsparameters",{"_index":1071,"name":{"2776":{},"2790":{},"2806":{}},"parent":{}}],["shoppercontextspathparameters",{"_index":1069,"name":{"2774":{},"2788":{},"2804":{},"2815":{}},"parent":{}}],["shoppercontextsqueryparameters",{"_index":1070,"name":{"2775":{},"2789":{},"2805":{},"2816":{}},"parent":{}}],["shoppercontextstypes",{"_index":1075,"name":{"2814":{}},"parent":{}}],["shoppercustomers",{"_index":1077,"name":{"2828":{},"3048":{},"3510":{},"3582":{}},"parent":{"2829":{},"2830":{},"2831":{},"2832":{},"2833":{},"2834":{},"2835":{},"2836":{},"2837":{},"2838":{},"2839":{},"2840":{},"2841":{},"2842":{},"2843":{},"2844":{},"2845":{},"2846":{},"2847":{},"2848":{},"2849":{},"2850":{},"2851":{},"2852":{},"2853":{},"2854":{},"2855":{},"2856":{},"2857":{},"2858":{},"2859":{},"2860":{},"2861":{},"2862":{},"2863":{},"2864":{},"2865":{},"2866":{},"2867":{},"2868":{},"2869":{},"2870":{},"2871":{},"2872":{},"2873":{},"2874":{},"2875":{},"2876":{},"2877":{},"2878":{},"2879":{},"2880":{},"2881":{},"2882":{},"2883":{},"2884":{},"2885":{},"2886":{},"2887":{},"2888":{},"2889":{},"2890":{},"2891":{},"2892":{},"2893":{},"2894":{},"2895":{},"2896":{},"2897":{},"2898":{},"2899":{},"2900":{},"2901":{},"2902":{},"2903":{},"2904":{},"2905":{},"2906":{},"2907":{},"2908":{},"2909":{},"2910":{},"2911":{},"2912":{},"2913":{},"2914":{},"2915":{},"2916":{},"2917":{},"2918":{},"2919":{},"2920":{},"2921":{},"2922":{},"2923":{},"2924":{},"2925":{},"2926":{},"2927":{},"2928":{},"2929":{},"2930":{},"2931":{},"2932":{},"2933":{},"2934":{},"2935":{},"2936":{},"2937":{},"2938":{},"2939":{},"2940":{},"2941":{},"2942":{},"2943":{},"2944":{},"2945":{},"2946":{},"2947":{},"2948":{},"2949":{},"2950":{},"2951":{},"2952":{},"2953":{},"2954":{},"2955":{},"2956":{},"2957":{},"2958":{},"2959":{},"2960":{},"2961":{},"2962":{},"2963":{},"2964":{},"2965":{},"2966":{},"2967":{},"2968":{},"2969":{},"2970":{},"2971":{},"2972":{},"2973":{},"2974":{},"2975":{},"2976":{},"2977":{},"2978":{},"2979":{},"2980":{},"2981":{},"2982":{},"2983":{},"2984":{},"2985":{},"2986":{},"2987":{},"2988":{},"2989":{},"2990":{},"2991":{},"2992":{},"2993":{},"2994":{},"2995":{},"2996":{},"2997":{},"2998":{},"2999":{},"3000":{},"3001":{},"3002":{},"3003":{},"3004":{},"3005":{},"3006":{},"3007":{},"3008":{},"3009":{},"3010":{},"3011":{},"3012":{},"3013":{},"3014":{},"3015":{},"3016":{},"3017":{},"3018":{},"3019":{},"3020":{},"3021":{},"3022":{},"3023":{},"3024":{},"3025":{},"3026":{},"3027":{},"3028":{},"3029":{},"3030":{},"3031":{},"3032":{},"3033":{},"3034":{},"3035":{},"3036":{},"3037":{},"3038":{},"3039":{},"3040":{},"3041":{},"3042":{},"3043":{},"3044":{},"3045":{},"3046":{},"3047":{},"3048":{},"3183":{},"3184":{},"3185":{},"3186":{},"3189":{},"3193":{},"3196":{},"3200":{},"3203":{},"3207":{},"3210":{},"3215":{},"3218":{},"3223":{},"3227":{},"3232":{},"3235":{},"3240":{},"3243":{},"3249":{},"3253":{},"3257":{},"3260":{},"3265":{},"3268":{},"3272":{},"3282":{},"3286":{},"3289":{},"3294":{},"3297":{},"3302":{},"3305":{},"3311":{},"3314":{},"3318":{},"3323":{},"3326":{},"3329":{},"3334":{},"3337":{},"3341":{},"3345":{},"3349":{},"3355":{},"3358":{},"3361":{},"3364":{},"3367":{},"3370":{},"3373":{},"3376":{},"3379":{},"3384":{},"3387":{},"3390":{},"3393":{},"3397":{},"3400":{},"3405":{},"3408":{},"3412":{},"3415":{},"3420":{},"3423":{},"3428":{},"3431":{},"3437":{},"3438":{},"3439":{},"3440":{},"3441":{},"3442":{},"3443":{},"3444":{},"3445":{},"3446":{},"3447":{},"3448":{},"3449":{},"3450":{},"3451":{},"3452":{},"3453":{},"3454":{},"3455":{},"3456":{},"3457":{},"3458":{},"3459":{},"3460":{},"3461":{},"3462":{},"3463":{},"3464":{},"3465":{},"3466":{},"3467":{},"3468":{},"3469":{},"3470":{},"3471":{},"3472":{},"3473":{},"3474":{},"3475":{},"3476":{},"3477":{},"3478":{},"3479":{},"3480":{},"3481":{},"3482":{},"3483":{},"3484":{},"3485":{},"3486":{},"3487":{},"3488":{},"3489":{},"3490":{},"3491":{},"3492":{},"3493":{},"3494":{},"3495":{},"3496":{},"3497":{},"3498":{},"3499":{},"3500":{},"3501":{},"3502":{},"3503":{},"3504":{},"3505":{},"3506":{},"3507":{},"3508":{},"3509":{},"3510":{},"3511":{},"3512":{},"3513":{},"3514":{},"3515":{},"3516":{},"3517":{},"3518":{},"3519":{},"3520":{},"3521":{},"3522":{},"3523":{},"3524":{},"3525":{},"3526":{},"3527":{},"3528":{},"3529":{},"3530":{},"3531":{},"3532":{},"3533":{},"3534":{},"3535":{},"3536":{},"3537":{},"3538":{},"3539":{},"3540":{},"3541":{},"3542":{},"3543":{},"3544":{},"3545":{},"3546":{},"3547":{},"3548":{},"3549":{},"3550":{},"3551":{},"3552":{},"3553":{},"3554":{},"3555":{},"3556":{},"3557":{},"3558":{},"3559":{},"3560":{},"3561":{},"3562":{},"3563":{},"3564":{},"3565":{},"3566":{},"3567":{},"3568":{},"3569":{},"3570":{},"3571":{},"3572":{},"3573":{},"3574":{},"3575":{},"3576":{},"3577":{},"3578":{},"3579":{},"3580":{},"3581":{},"3582":{},"3583":{},"3584":{},"3585":{},"3586":{},"3587":{},"3588":{},"3589":{},"3590":{},"3591":{},"3592":{},"3593":{},"3594":{},"3595":{},"3596":{},"3597":{},"3598":{},"3599":{},"3600":{},"3601":{},"3602":{},"3603":{},"3604":{},"3605":{},"3606":{},"3607":{},"3608":{},"3609":{},"3610":{},"3611":{},"3612":{},"3613":{},"3614":{},"3615":{},"3616":{},"3617":{},"3618":{},"3619":{},"3620":{},"3621":{},"3622":{},"3623":{},"3624":{},"3625":{},"3626":{},"3627":{},"3628":{},"3629":{},"3630":{},"3631":{},"3632":{},"3633":{},"3634":{},"3635":{},"3636":{},"3637":{},"3638":{},"3639":{},"3640":{},"3641":{},"3642":{},"3643":{},"3644":{},"3645":{},"3646":{},"3647":{},"3648":{},"3649":{},"3650":{},"3651":{},"3652":{},"3653":{},"3654":{},"3655":{},"3656":{},"3657":{},"3658":{},"3659":{},"3660":{},"3661":{},"3662":{},"3663":{},"3664":{},"3665":{},"3666":{},"3667":{},"3668":{},"3669":{},"3670":{},"3671":{},"3672":{},"3673":{},"3674":{},"3675":{},"3676":{},"3677":{},"3678":{},"3679":{},"3680":{},"3681":{},"3682":{},"3683":{},"3684":{},"3685":{},"3686":{},"3687":{},"3688":{},"3689":{},"3690":{},"3691":{},"3692":{}}}],["shoppercustomers.createcustomeraddresspathparameters",{"_index":1226,"name":{},"parent":{"3190":{}}}],["shoppercustomers.createcustomeraddresspathparameters.__type",{"_index":1228,"name":{},"parent":{"3191":{},"3192":{}}}],["shoppercustomers.createcustomeraddressqueryparameters",{"_index":1223,"name":{},"parent":{"3187":{}}}],["shoppercustomers.createcustomeraddressqueryparameters.__type",{"_index":1224,"name":{},"parent":{"3188":{}}}],["shoppercustomers.createcustomerpaymentinstrumentpathparameters",{"_index":1233,"name":{},"parent":{"3197":{}}}],["shoppercustomers.createcustomerpaymentinstrumentpathparameters.__type",{"_index":1234,"name":{},"parent":{"3198":{},"3199":{}}}],["shoppercustomers.createcustomerpaymentinstrumentqueryparameters",{"_index":1230,"name":{},"parent":{"3194":{}}}],["shoppercustomers.createcustomerpaymentinstrumentqueryparameters.__type",{"_index":1231,"name":{},"parent":{"3195":{}}}],["shoppercustomers.createcustomerproductlistitempathparameters",{"_index":1245,"name":{},"parent":{"3211":{}}}],["shoppercustomers.createcustomerproductlistitempathparameters.__type",{"_index":1247,"name":{},"parent":{"3212":{},"3213":{},"3214":{}}}],["shoppercustomers.createcustomerproductlistitemqueryparameters",{"_index":1242,"name":{},"parent":{"3208":{}}}],["shoppercustomers.createcustomerproductlistitemqueryparameters.__type",{"_index":1243,"name":{},"parent":{"3209":{}}}],["shoppercustomers.createcustomerproductlistpathparameters",{"_index":1239,"name":{},"parent":{"3204":{}}}],["shoppercustomers.createcustomerproductlistpathparameters.__type",{"_index":1240,"name":{},"parent":{"3205":{},"3206":{}}}],["shoppercustomers.createcustomerproductlistqueryparameters",{"_index":1236,"name":{},"parent":{"3201":{}}}],["shoppercustomers.createcustomerproductlistqueryparameters.__type",{"_index":1237,"name":{},"parent":{"3202":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentpathparameters",{"_index":1252,"name":{},"parent":{"3219":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentpathparameters.__type",{"_index":1253,"name":{},"parent":{"3220":{},"3221":{},"3222":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentqueryparameters",{"_index":1249,"name":{},"parent":{"3216":{}}}],["shoppercustomers.deletecustomerpaymentinstrumentqueryparameters.__type",{"_index":1250,"name":{},"parent":{"3217":{}}}],["shoppercustomers.deletecustomerpaymentmethodreferencepathparameters",{"_index":1259,"name":{},"parent":{"3228":{}}}],["shoppercustomers.deletecustomerpaymentmethodreferencepathparameters.__type",{"_index":1261,"name":{},"parent":{"3229":{},"3230":{},"3231":{}}}],["shoppercustomers.deletecustomerpaymentmethodreferencequeryparameters",{"_index":1255,"name":{},"parent":{"3224":{}}}],["shoppercustomers.deletecustomerpaymentmethodreferencequeryparameters.__type",{"_index":1256,"name":{},"parent":{"3225":{},"3226":{}}}],["shoppercustomers.deletecustomerproductlistitempathparameters",{"_index":1272,"name":{},"parent":{"3244":{}}}],["shoppercustomers.deletecustomerproductlistitempathparameters.__type",{"_index":1273,"name":{},"parent":{"3245":{},"3246":{},"3247":{},"3248":{}}}],["shoppercustomers.deletecustomerproductlistitemqueryparameters",{"_index":1269,"name":{},"parent":{"3241":{}}}],["shoppercustomers.deletecustomerproductlistitemqueryparameters.__type",{"_index":1270,"name":{},"parent":{"3242":{}}}],["shoppercustomers.deletecustomerproductlistpathparameters",{"_index":1266,"name":{},"parent":{"3236":{}}}],["shoppercustomers.deletecustomerproductlistpathparameters.__type",{"_index":1267,"name":{},"parent":{"3237":{},"3238":{},"3239":{}}}],["shoppercustomers.deletecustomerproductlistqueryparameters",{"_index":1263,"name":{},"parent":{"3233":{}}}],["shoppercustomers.deletecustomerproductlistqueryparameters.__type",{"_index":1264,"name":{},"parent":{"3234":{}}}],["shoppercustomers.getcustomeraddresspathparameters",{"_index":1284,"name":{},"parent":{"3261":{}}}],["shoppercustomers.getcustomeraddresspathparameters.__type",{"_index":1286,"name":{},"parent":{"3262":{},"3263":{},"3264":{}}}],["shoppercustomers.getcustomeraddressqueryparameters",{"_index":1281,"name":{},"parent":{"3258":{}}}],["shoppercustomers.getcustomeraddressqueryparameters.__type",{"_index":1282,"name":{},"parent":{"3259":{}}}],["shoppercustomers.getcustomerbasketspathparameters",{"_index":1291,"name":{},"parent":{"3269":{}}}],["shoppercustomers.getcustomerbasketspathparameters.__type",{"_index":1292,"name":{},"parent":{"3270":{},"3271":{}}}],["shoppercustomers.getcustomerbasketsqueryparameters",{"_index":1288,"name":{},"parent":{"3266":{}}}],["shoppercustomers.getcustomerbasketsqueryparameters.__type",{"_index":1289,"name":{},"parent":{"3267":{}}}],["shoppercustomers.getcustomerorderspathparameters",{"_index":1302,"name":{},"parent":{"3283":{}}}],["shoppercustomers.getcustomerorderspathparameters.__type",{"_index":1303,"name":{},"parent":{"3284":{},"3285":{}}}],["shoppercustomers.getcustomerordersqueryparameters",{"_index":1294,"name":{},"parent":{"3273":{}}}],["shoppercustomers.getcustomerordersqueryparameters.__type",{"_index":1296,"name":{},"parent":{"3274":{},"3275":{},"3276":{},"3277":{},"3278":{},"3279":{},"3280":{},"3281":{}}}],["shoppercustomers.getcustomerpathparameters",{"_index":1278,"name":{},"parent":{"3254":{}}}],["shoppercustomers.getcustomerpathparameters.__type",{"_index":1279,"name":{},"parent":{"3255":{},"3256":{}}}],["shoppercustomers.getcustomerpaymentinstrumentpathparameters",{"_index":1308,"name":{},"parent":{"3290":{}}}],["shoppercustomers.getcustomerpaymentinstrumentpathparameters.__type",{"_index":1309,"name":{},"parent":{"3291":{},"3292":{},"3293":{}}}],["shoppercustomers.getcustomerpaymentinstrumentqueryparameters",{"_index":1305,"name":{},"parent":{"3287":{}}}],["shoppercustomers.getcustomerpaymentinstrumentqueryparameters.__type",{"_index":1306,"name":{},"parent":{"3288":{}}}],["shoppercustomers.getcustomerproductlistitempathparameters",{"_index":1320,"name":{},"parent":{"3306":{}}}],["shoppercustomers.getcustomerproductlistitempathparameters.__type",{"_index":1321,"name":{},"parent":{"3307":{},"3308":{},"3309":{},"3310":{}}}],["shoppercustomers.getcustomerproductlistitemqueryparameters",{"_index":1317,"name":{},"parent":{"3303":{}}}],["shoppercustomers.getcustomerproductlistitemqueryparameters.__type",{"_index":1318,"name":{},"parent":{"3304":{}}}],["shoppercustomers.getcustomerproductlistpathparameters",{"_index":1314,"name":{},"parent":{"3298":{}}}],["shoppercustomers.getcustomerproductlistpathparameters.__type",{"_index":1315,"name":{},"parent":{"3299":{},"3300":{},"3301":{}}}],["shoppercustomers.getcustomerproductlistqueryparameters",{"_index":1311,"name":{},"parent":{"3295":{}}}],["shoppercustomers.getcustomerproductlistqueryparameters.__type",{"_index":1312,"name":{},"parent":{"3296":{}}}],["shoppercustomers.getcustomerproductlistspathparameters",{"_index":1326,"name":{},"parent":{"3315":{}}}],["shoppercustomers.getcustomerproductlistspathparameters.__type",{"_index":1327,"name":{},"parent":{"3316":{},"3317":{}}}],["shoppercustomers.getcustomerproductlistsqueryparameters",{"_index":1323,"name":{},"parent":{"3312":{}}}],["shoppercustomers.getcustomerproductlistsqueryparameters.__type",{"_index":1324,"name":{},"parent":{"3313":{}}}],["shoppercustomers.getcustomerqueryparameters",{"_index":1275,"name":{},"parent":{"3250":{}}}],["shoppercustomers.getcustomerqueryparameters.__type",{"_index":1276,"name":{},"parent":{"3251":{},"3252":{}}}],["shoppercustomers.getexternalprofilepathparameters",{"_index":1334,"name":{},"parent":{"3324":{}}}],["shoppercustomers.getexternalprofilepathparameters.__type",{"_index":1335,"name":{},"parent":{"3325":{}}}],["shoppercustomers.getexternalprofilequeryparameters",{"_index":1329,"name":{},"parent":{"3319":{}}}],["shoppercustomers.getexternalprofilequeryparameters.__type",{"_index":1331,"name":{},"parent":{"3320":{},"3321":{},"3322":{}}}],["shoppercustomers.getproductlistitempathparameters",{"_index":1340,"name":{},"parent":{"3330":{}}}],["shoppercustomers.getproductlistitempathparameters.__type",{"_index":1341,"name":{},"parent":{"3331":{},"3332":{},"3333":{}}}],["shoppercustomers.getproductlistitemqueryparameters",{"_index":1337,"name":{},"parent":{"3327":{}}}],["shoppercustomers.getproductlistitemqueryparameters.__type",{"_index":1338,"name":{},"parent":{"3328":{}}}],["shoppercustomers.getpublicproductlistitemspathparameters",{"_index":1352,"name":{},"parent":{"3346":{}}}],["shoppercustomers.getpublicproductlistitemspathparameters.__type",{"_index":1353,"name":{},"parent":{"3347":{},"3348":{}}}],["shoppercustomers.getpublicproductlistitemsqueryparameters",{"_index":1349,"name":{},"parent":{"3342":{}}}],["shoppercustomers.getpublicproductlistitemsqueryparameters.__type",{"_index":1350,"name":{},"parent":{"3343":{},"3344":{}}}],["shoppercustomers.getpublicproductlistpathparameters",{"_index":1346,"name":{},"parent":{"3338":{}}}],["shoppercustomers.getpublicproductlistpathparameters.__type",{"_index":1347,"name":{},"parent":{"3339":{},"3340":{}}}],["shoppercustomers.getpublicproductlistqueryparameters",{"_index":1343,"name":{},"parent":{"3335":{}}}],["shoppercustomers.getpublicproductlistqueryparameters.__type",{"_index":1344,"name":{},"parent":{"3336":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermpathparameters",{"_index":1360,"name":{},"parent":{"3356":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermpathparameters.__type",{"_index":1361,"name":{},"parent":{"3357":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermqueryparameters",{"_index":1355,"name":{},"parent":{"3350":{}}}],["shoppercustomers.getpublicproductlistsbysearchtermqueryparameters.__type",{"_index":1356,"name":{},"parent":{"3351":{},"3352":{},"3353":{},"3354":{}}}],["shoppercustomers.getresetpasswordtokenpathparameters",{"_index":1366,"name":{},"parent":{"3362":{}}}],["shoppercustomers.getresetpasswordtokenpathparameters.__type",{"_index":1367,"name":{},"parent":{"3363":{}}}],["shoppercustomers.getresetpasswordtokenqueryparameters",{"_index":1363,"name":{},"parent":{"3359":{}}}],["shoppercustomers.getresetpasswordtokenqueryparameters.__type",{"_index":1364,"name":{},"parent":{"3360":{}}}],["shoppercustomers.registercustomerpathparameters",{"_index":1372,"name":{},"parent":{"3368":{}}}],["shoppercustomers.registercustomerpathparameters.__type",{"_index":1373,"name":{},"parent":{"3369":{}}}],["shoppercustomers.registercustomerqueryparameters",{"_index":1369,"name":{},"parent":{"3365":{}}}],["shoppercustomers.registercustomerqueryparameters.__type",{"_index":1370,"name":{},"parent":{"3366":{}}}],["shoppercustomers.registerexternalprofilepathparameters",{"_index":1378,"name":{},"parent":{"3374":{}}}],["shoppercustomers.registerexternalprofilepathparameters.__type",{"_index":1379,"name":{},"parent":{"3375":{}}}],["shoppercustomers.registerexternalprofilequeryparameters",{"_index":1375,"name":{},"parent":{"3371":{}}}],["shoppercustomers.registerexternalprofilequeryparameters.__type",{"_index":1376,"name":{},"parent":{"3372":{}}}],["shoppercustomers.removecustomeraddresspathparameters",{"_index":1384,"name":{},"parent":{"3380":{}}}],["shoppercustomers.removecustomeraddresspathparameters.__type",{"_index":1385,"name":{},"parent":{"3381":{},"3382":{},"3383":{}}}],["shoppercustomers.removecustomeraddressqueryparameters",{"_index":1381,"name":{},"parent":{"3377":{}}}],["shoppercustomers.removecustomeraddressqueryparameters.__type",{"_index":1382,"name":{},"parent":{"3378":{}}}],["shoppercustomers.resetpasswordpathparameters",{"_index":1388,"name":{},"parent":{"3388":{}}}],["shoppercustomers.resetpasswordpathparameters.__type",{"_index":1389,"name":{},"parent":{"3389":{}}}],["shoppercustomers.resetpasswordqueryparameters",{"_index":1386,"name":{},"parent":{"3385":{}}}],["shoppercustomers.resetpasswordqueryparameters.__type",{"_index":1387,"name":{},"parent":{"3386":{}}}],["shoppercustomers.shoppercustomers",{"_index":1153,"name":{},"parent":{"3049":{},"3050":{},"3051":{},"3084":{},"3085":{},"3151":{},"3152":{},"3153":{},"3154":{},"3155":{},"3156":{},"3157":{},"3158":{},"3159":{},"3160":{},"3161":{},"3162":{},"3163":{},"3164":{},"3165":{},"3166":{},"3167":{},"3168":{},"3169":{},"3170":{},"3171":{},"3172":{},"3173":{},"3174":{},"3175":{},"3176":{},"3177":{},"3178":{},"3179":{},"3180":{},"3181":{},"3182":{}}}],["shoppercustomers.shoppercustomers.apipaths",{"_index":1155,"name":{},"parent":{"3052":{},"3053":{},"3054":{},"3055":{},"3056":{},"3057":{},"3058":{},"3059":{},"3060":{},"3061":{},"3062":{},"3063":{},"3064":{},"3065":{},"3066":{},"3067":{},"3068":{},"3069":{},"3070":{},"3071":{},"3072":{},"3073":{},"3074":{},"3075":{},"3076":{},"3077":{},"3078":{},"3079":{},"3080":{},"3081":{},"3082":{},"3083":{}}}],["shoppercustomers.shoppercustomers.paramkeys",{"_index":1186,"name":{},"parent":{"3086":{}}}],["shoppercustomers.shoppercustomers.paramkeys.__type",{"_index":1187,"name":{},"parent":{"3087":{},"3088":{},"3089":{},"3090":{},"3091":{},"3092":{},"3093":{},"3094":{},"3095":{},"3096":{},"3097":{},"3098":{},"3099":{},"3100":{},"3101":{},"3102":{},"3103":{},"3104":{},"3105":{},"3106":{},"3107":{},"3108":{},"3109":{},"3110":{},"3111":{},"3112":{},"3113":{},"3114":{},"3115":{},"3116":{},"3117":{},"3118":{},"3119":{},"3120":{},"3121":{},"3122":{},"3123":{},"3124":{},"3125":{},"3126":{},"3127":{},"3128":{},"3129":{},"3130":{},"3131":{},"3132":{},"3133":{},"3134":{},"3135":{},"3136":{},"3137":{},"3138":{},"3139":{},"3140":{},"3141":{},"3142":{},"3143":{},"3144":{},"3145":{},"3146":{},"3147":{},"3148":{},"3149":{},"3150":{}}}],["shoppercustomers.shoppercustomerstypes",{"_index":1430,"name":{},"parent":{"3693":{},"3694":{},"3695":{},"3696":{},"3697":{},"3698":{},"3699":{},"3700":{},"3701":{},"3702":{},"3703":{},"3704":{},"3705":{},"3706":{},"3707":{},"3708":{},"3709":{},"3710":{},"3711":{},"3712":{},"3713":{},"3714":{},"3715":{},"3716":{},"3717":{},"3718":{},"3719":{},"3720":{},"3721":{},"3722":{},"3723":{},"3724":{},"3725":{},"3726":{},"3727":{},"3728":{},"3729":{},"3730":{},"3731":{},"3732":{},"3733":{},"3734":{},"3735":{},"3736":{},"3737":{},"3738":{},"3739":{},"3740":{},"3741":{},"3742":{},"3743":{},"3744":{},"3745":{},"3746":{},"3747":{},"3748":{},"3749":{},"3750":{},"3751":{},"3752":{},"3753":{},"3754":{},"3755":{},"3756":{},"3757":{},"3758":{},"3759":{},"3760":{},"3761":{},"3762":{},"3763":{},"3764":{},"3765":{},"3766":{},"3767":{},"3768":{},"3769":{},"3770":{},"3771":{},"3772":{},"3773":{},"3774":{},"3775":{},"3776":{},"3777":{},"3778":{},"3779":{},"3780":{},"3781":{},"3782":{},"3783":{},"3784":{},"3785":{},"3786":{},"3787":{},"3788":{},"3789":{},"3790":{},"3791":{},"3792":{},"3793":{},"3794":{},"3795":{},"3796":{},"3797":{},"3798":{},"3799":{},"3800":{},"3801":{},"3802":{},"3803":{},"3804":{},"3805":{},"3806":{},"3807":{},"3808":{},"3809":{},"3810":{},"3811":{},"3812":{},"3813":{},"3814":{},"3815":{},"3816":{},"3817":{},"3818":{},"3819":{},"3820":{},"3821":{},"3822":{},"3823":{},"3824":{},"3825":{},"3826":{},"3827":{},"3828":{},"3829":{},"3830":{},"3831":{},"3832":{},"3833":{},"3834":{},"3835":{},"3836":{},"3837":{},"3838":{},"3839":{},"3840":{},"3841":{},"3842":{},"3843":{},"3844":{},"3845":{},"3846":{},"3847":{},"3848":{},"3849":{},"3850":{},"3851":{},"3852":{},"3853":{},"3854":{},"3855":{},"3856":{},"3857":{},"3858":{},"3859":{},"3860":{},"3861":{},"3862":{},"3863":{},"3864":{},"3865":{},"3866":{},"3867":{},"3868":{},"3869":{},"3870":{}}}],["shoppercustomers.updatecustomeraddresspathparameters",{"_index":1400,"name":{},"parent":{"3401":{}}}],["shoppercustomers.updatecustomeraddresspathparameters.__type",{"_index":1401,"name":{},"parent":{"3402":{},"3403":{},"3404":{}}}],["shoppercustomers.updatecustomeraddressqueryparameters",{"_index":1397,"name":{},"parent":{"3398":{}}}],["shoppercustomers.updatecustomeraddressqueryparameters.__type",{"_index":1398,"name":{},"parent":{"3399":{}}}],["shoppercustomers.updatecustomerpasswordpathparameters",{"_index":1406,"name":{},"parent":{"3409":{}}}],["shoppercustomers.updatecustomerpasswordpathparameters.__type",{"_index":1407,"name":{},"parent":{"3410":{},"3411":{}}}],["shoppercustomers.updatecustomerpasswordqueryparameters",{"_index":1403,"name":{},"parent":{"3406":{}}}],["shoppercustomers.updatecustomerpasswordqueryparameters.__type",{"_index":1404,"name":{},"parent":{"3407":{}}}],["shoppercustomers.updatecustomerpathparameters",{"_index":1394,"name":{},"parent":{"3394":{}}}],["shoppercustomers.updatecustomerpathparameters.__type",{"_index":1395,"name":{},"parent":{"3395":{},"3396":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentpathparameters",{"_index":1412,"name":{},"parent":{"3416":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentpathparameters.__type",{"_index":1413,"name":{},"parent":{"3417":{},"3418":{},"3419":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentqueryparameters",{"_index":1409,"name":{},"parent":{"3413":{}}}],["shoppercustomers.updatecustomerpaymentinstrumentqueryparameters.__type",{"_index":1410,"name":{},"parent":{"3414":{}}}],["shoppercustomers.updatecustomerproductlistitempathparameters",{"_index":1424,"name":{},"parent":{"3432":{}}}],["shoppercustomers.updatecustomerproductlistitempathparameters.__type",{"_index":1425,"name":{},"parent":{"3433":{},"3434":{},"3435":{},"3436":{}}}],["shoppercustomers.updatecustomerproductlistitemqueryparameters",{"_index":1421,"name":{},"parent":{"3429":{}}}],["shoppercustomers.updatecustomerproductlistitemqueryparameters.__type",{"_index":1422,"name":{},"parent":{"3430":{}}}],["shoppercustomers.updatecustomerproductlistpathparameters",{"_index":1418,"name":{},"parent":{"3424":{}}}],["shoppercustomers.updatecustomerproductlistpathparameters.__type",{"_index":1419,"name":{},"parent":{"3425":{},"3426":{},"3427":{}}}],["shoppercustomers.updatecustomerproductlistqueryparameters",{"_index":1415,"name":{},"parent":{"3421":{}}}],["shoppercustomers.updatecustomerproductlistqueryparameters.__type",{"_index":1416,"name":{},"parent":{"3422":{}}}],["shoppercustomers.updatecustomerqueryparameters",{"_index":1391,"name":{},"parent":{"3391":{}}}],["shoppercustomers.updatecustomerqueryparameters.__type",{"_index":1392,"name":{},"parent":{"3392":{}}}],["shoppercustomersparameters",{"_index":1428,"name":{"3439":{},"3509":{},"3581":{}},"parent":{}}],["shoppercustomerspathparameters",{"_index":1426,"name":{"3437":{},"3507":{},"3579":{},"3693":{}},"parent":{}}],["shoppercustomersqueryparameters",{"_index":1427,"name":{"3438":{},"3508":{},"3580":{},"3694":{}},"parent":{}}],["shoppercustomerstypes",{"_index":1429,"name":{"3692":{}},"parent":{}}],["shopperexperience",{"_index":1431,"name":{"3871":{},"3903":{},"4026":{},"4045":{}},"parent":{"3872":{},"3873":{},"3874":{},"3875":{},"3876":{},"3877":{},"3878":{},"3879":{},"3880":{},"3881":{},"3882":{},"3883":{},"3884":{},"3885":{},"3886":{},"3887":{},"3888":{},"3889":{},"3890":{},"3891":{},"3892":{},"3893":{},"3894":{},"3895":{},"3896":{},"3897":{},"3898":{},"3899":{},"3900":{},"3901":{},"3902":{},"3903":{},"3938":{},"3942":{},"3946":{},"3951":{},"3955":{},"3961":{},"3964":{},"3969":{},"3972":{},"3978":{},"3982":{},"3991":{},"3994":{},"4003":{},"4006":{},"4007":{},"4008":{},"4009":{},"4010":{},"4011":{},"4012":{},"4013":{},"4014":{},"4015":{},"4016":{},"4017":{},"4018":{},"4019":{},"4020":{},"4021":{},"4022":{},"4023":{},"4024":{},"4025":{},"4026":{},"4027":{},"4028":{},"4029":{},"4030":{},"4031":{},"4032":{},"4033":{},"4034":{},"4035":{},"4036":{},"4037":{},"4038":{},"4039":{},"4040":{},"4041":{},"4042":{},"4043":{},"4044":{},"4045":{},"4046":{},"4047":{},"4048":{},"4049":{},"4050":{},"4051":{},"4052":{},"4053":{},"4054":{},"4055":{},"4056":{},"4057":{},"4058":{},"4059":{},"4060":{},"4061":{}}}],["shopperexperience.getcontentfolderpathparameters",{"_index":1473,"name":{},"parent":{"3952":{}}}],["shopperexperience.getcontentfolderpathparameters.__type",{"_index":1474,"name":{},"parent":{"3953":{},"3954":{}}}],["shopperexperience.getcontentfolderqueryparameters",{"_index":1469,"name":{},"parent":{"3947":{}}}],["shopperexperience.getcontentfolderqueryparameters.__type",{"_index":1471,"name":{},"parent":{"3948":{},"3949":{},"3950":{}}}],["shopperexperience.getcontentfolderspathparameters",{"_index":1480,"name":{},"parent":{"3962":{}}}],["shopperexperience.getcontentfolderspathparameters.__type",{"_index":1481,"name":{},"parent":{"3963":{}}}],["shopperexperience.getcontentfoldersqueryparameters",{"_index":1476,"name":{},"parent":{"3956":{}}}],["shopperexperience.getcontentfoldersqueryparameters.__type",{"_index":1478,"name":{},"parent":{"3957":{},"3958":{},"3959":{},"3960":{}}}],["shopperexperience.getcontentpathparameters",{"_index":1465,"name":{},"parent":{"3943":{}}}],["shopperexperience.getcontentpathparameters.__type",{"_index":1466,"name":{},"parent":{"3944":{},"3945":{}}}],["shopperexperience.getcontentqueryparameters",{"_index":1462,"name":{},"parent":{"3939":{}}}],["shopperexperience.getcontentqueryparameters.__type",{"_index":1463,"name":{},"parent":{"3940":{},"3941":{}}}],["shopperexperience.getmultiplecontentpathparameters",{"_index":1486,"name":{},"parent":{"3970":{}}}],["shopperexperience.getmultiplecontentpathparameters.__type",{"_index":1487,"name":{},"parent":{"3971":{}}}],["shopperexperience.getmultiplecontentqueryparameters",{"_index":1483,"name":{},"parent":{"3965":{}}}],["shopperexperience.getmultiplecontentqueryparameters.__type",{"_index":1484,"name":{},"parent":{"3966":{},"3967":{},"3968":{}}}],["shopperexperience.getpagepathparameters",{"_index":1493,"name":{},"parent":{"3979":{}}}],["shopperexperience.getpagepathparameters.__type",{"_index":1495,"name":{},"parent":{"3980":{},"3981":{}}}],["shopperexperience.getpagequeryparameters",{"_index":1489,"name":{},"parent":{"3973":{}}}],["shopperexperience.getpagequeryparameters.__type",{"_index":1491,"name":{},"parent":{"3974":{},"3975":{},"3976":{},"3977":{}}}],["shopperexperience.getpagespathparameters",{"_index":1503,"name":{},"parent":{"3992":{}}}],["shopperexperience.getpagespathparameters.__type",{"_index":1504,"name":{},"parent":{"3993":{}}}],["shopperexperience.getpagesqueryparameters",{"_index":1497,"name":{},"parent":{"3983":{}}}],["shopperexperience.getpagesqueryparameters.__type",{"_index":1499,"name":{},"parent":{"3984":{},"3985":{},"3986":{},"3987":{},"3988":{},"3989":{},"3990":{}}}],["shopperexperience.searchcontentpathparameters",{"_index":1512,"name":{},"parent":{"4004":{}}}],["shopperexperience.searchcontentpathparameters.__type",{"_index":1513,"name":{},"parent":{"4005":{}}}],["shopperexperience.searchcontentqueryparameters",{"_index":1506,"name":{},"parent":{"3995":{}}}],["shopperexperience.searchcontentqueryparameters.__type",{"_index":1508,"name":{},"parent":{"3996":{},"3997":{},"3998":{},"3999":{},"4000":{},"4001":{},"4002":{}}}],["shopperexperience.shopperexperience",{"_index":1443,"name":{},"parent":{"3904":{},"3905":{},"3906":{},"3914":{},"3915":{},"3931":{},"3932":{},"3933":{},"3934":{},"3935":{},"3936":{},"3937":{}}}],["shopperexperience.shopperexperience.apipaths",{"_index":1445,"name":{},"parent":{"3907":{},"3908":{},"3909":{},"3910":{},"3911":{},"3912":{},"3913":{}}}],["shopperexperience.shopperexperience.paramkeys",{"_index":1452,"name":{},"parent":{"3916":{}}}],["shopperexperience.shopperexperience.paramkeys.__type",{"_index":1453,"name":{},"parent":{"3917":{},"3918":{},"3919":{},"3920":{},"3921":{},"3922":{},"3923":{},"3924":{},"3925":{},"3926":{},"3927":{},"3928":{},"3929":{},"3930":{}}}],["shopperexperience.shopperexperiencetypes",{"_index":1518,"name":{},"parent":{"4062":{},"4063":{},"4064":{},"4065":{},"4066":{},"4067":{},"4068":{},"4069":{},"4070":{},"4071":{},"4072":{},"4073":{},"4074":{},"4075":{},"4076":{},"4077":{},"4078":{},"4079":{},"4080":{},"4081":{},"4082":{},"4083":{},"4084":{},"4085":{},"4086":{},"4087":{},"4088":{},"4089":{},"4090":{},"4091":{},"4092":{}}}],["shopperexperienceparameters",{"_index":1516,"name":{"4008":{},"4025":{},"4044":{}},"parent":{}}],["shopperexperiencepathparameters",{"_index":1514,"name":{"4006":{},"4023":{},"4042":{},"4062":{}},"parent":{}}],["shopperexperiencequeryparameters",{"_index":1515,"name":{"4007":{},"4024":{},"4043":{},"4063":{}},"parent":{}}],["shopperexperiencetypes",{"_index":1517,"name":{"4061":{}},"parent":{}}],["shoppergiftcertificates",{"_index":1519,"name":{"4093":{},"4103":{},"4128":{},"4135":{}},"parent":{"4094":{},"4095":{},"4096":{},"4097":{},"4098":{},"4099":{},"4100":{},"4101":{},"4102":{},"4103":{},"4114":{},"4117":{},"4120":{},"4121":{},"4122":{},"4123":{},"4124":{},"4125":{},"4126":{},"4127":{},"4128":{},"4129":{},"4130":{},"4131":{},"4132":{},"4133":{},"4134":{},"4135":{},"4136":{},"4137":{},"4138":{},"4139":{},"4140":{}}}],["shoppergiftcertificates.getgiftcertificatepathparameters",{"_index":1533,"name":{},"parent":{"4118":{}}}],["shoppergiftcertificates.getgiftcertificatepathparameters.__type",{"_index":1534,"name":{},"parent":{"4119":{}}}],["shoppergiftcertificates.getgiftcertificatequeryparameters",{"_index":1530,"name":{},"parent":{"4115":{}}}],["shoppergiftcertificates.getgiftcertificatequeryparameters.__type",{"_index":1531,"name":{},"parent":{"4116":{}}}],["shoppergiftcertificates.shoppergiftcertificates",{"_index":1523,"name":{},"parent":{"4104":{},"4105":{},"4106":{},"4108":{},"4109":{},"4113":{}}}],["shoppergiftcertificates.shoppergiftcertificates.apipaths",{"_index":1525,"name":{},"parent":{"4107":{}}}],["shoppergiftcertificates.shoppergiftcertificates.paramkeys",{"_index":1526,"name":{},"parent":{"4110":{}}}],["shoppergiftcertificates.shoppergiftcertificates.paramkeys.__type",{"_index":1527,"name":{},"parent":{"4111":{},"4112":{}}}],["shoppergiftcertificates.shoppergiftcertificatestypes",{"_index":1539,"name":{},"parent":{"4141":{},"4142":{},"4143":{},"4144":{},"4145":{},"4146":{},"4147":{},"4148":{}}}],["shoppergiftcertificatesparameters",{"_index":1537,"name":{"4122":{},"4127":{},"4134":{}},"parent":{}}],["shoppergiftcertificatespathparameters",{"_index":1535,"name":{"4120":{},"4125":{},"4132":{},"4141":{}},"parent":{}}],["shoppergiftcertificatesqueryparameters",{"_index":1536,"name":{"4121":{},"4126":{},"4133":{},"4142":{}},"parent":{}}],["shoppergiftcertificatestypes",{"_index":1538,"name":{"4140":{}},"parent":{}}],["shopperlogin",{"_index":42,"name":{"49":{},"133":{},"632":{},"4235":{}},"parent":{"50":{},"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":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"257":{},"260":{},"270":{},"282":{},"285":{},"288":{},"291":{},"304":{},"306":{},"309":{},"320":{},"323":{},"328":{},"331":{},"335":{},"337":{},"340":{},"342":{},"345":{},"347":{},"350":{},"361":{},"363":{},"366":{},"369":{},"373":{},"375":{},"378":{},"386":{},"388":{},"391":{},"402":{},"404":{},"407":{},"420":{},"422":{},"425":{},"437":{},"446":{},"449":{},"451":{},"454":{},"465":{},"468":{},"471":{},"473":{},"476":{},"478":{},"481":{},"485":{},"491":{},"494":{},"496":{},"499":{},"508":{},"510":{},"513":{},"517":{},"519":{},"522":{},"528":{},"530":{},"533":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"4149":{},"4150":{},"4151":{},"4152":{},"4153":{},"4154":{},"4155":{},"4156":{},"4157":{},"4158":{},"4159":{},"4160":{},"4161":{},"4162":{},"4163":{},"4164":{},"4165":{},"4166":{},"4167":{},"4168":{},"4169":{},"4170":{},"4171":{},"4172":{},"4173":{},"4174":{},"4175":{},"4176":{},"4177":{},"4178":{},"4179":{},"4180":{},"4181":{},"4182":{},"4183":{},"4184":{},"4185":{},"4186":{},"4187":{},"4188":{},"4189":{},"4190":{},"4191":{},"4192":{},"4193":{},"4194":{},"4195":{},"4196":{},"4197":{},"4198":{},"4199":{},"4200":{},"4201":{},"4202":{},"4203":{},"4204":{},"4205":{},"4206":{},"4207":{},"4208":{},"4209":{},"4210":{},"4211":{},"4212":{},"4213":{},"4214":{},"4215":{},"4216":{},"4217":{},"4218":{},"4219":{},"4220":{},"4221":{},"4222":{},"4223":{},"4224":{},"4225":{},"4226":{},"4227":{},"4228":{},"4229":{},"4230":{},"4231":{},"4232":{},"4233":{},"4234":{},"4235":{},"4236":{},"4237":{},"4238":{},"4239":{},"4240":{},"4241":{},"4242":{},"4243":{},"4244":{},"4245":{},"4246":{},"4247":{},"4248":{},"4249":{},"4250":{},"4251":{},"4252":{},"4253":{},"4254":{},"4255":{},"4256":{},"4257":{},"4258":{},"4259":{},"4260":{},"4261":{},"4262":{},"4263":{},"4264":{}}}],["shopperlogin.authenticatecustomerbodytype",{"_index":175,"name":{},"parent":{"261":{}}}],["shopperlogin.authenticatecustomerbodytype.__type",{"_index":177,"name":{},"parent":{"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{}}}],["shopperlogin.authenticatecustomerpathparameters",{"_index":171,"name":{},"parent":{"258":{}}}],["shopperlogin.authenticatecustomerpathparameters.__type",{"_index":173,"name":{},"parent":{"259":{}}}],["shopperlogin.authenticatecustomerqueryparameters",{"_index":169,"name":{},"parent":{"256":{}}}],["shopperlogin.authorizecustomerpathparameters",{"_index":191,"name":{},"parent":{"283":{}}}],["shopperlogin.authorizecustomerpathparameters.__type",{"_index":192,"name":{},"parent":{"284":{}}}],["shopperlogin.authorizecustomerqueryparameters",{"_index":186,"name":{},"parent":{"271":{}}}],["shopperlogin.authorizecustomerqueryparameters.__type",{"_index":187,"name":{},"parent":{"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype",{"_index":201,"name":{},"parent":{"292":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype.__type",{"_index":203,"name":{},"parent":{"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{}}}],["shopperlogin.authorizepasswordlesscustomerpathparameters",{"_index":198,"name":{},"parent":{"289":{}}}],["shopperlogin.authorizepasswordlesscustomerpathparameters.__type",{"_index":199,"name":{},"parent":{"290":{}}}],["shopperlogin.authorizepasswordlesscustomerqueryparameters",{"_index":194,"name":{},"parent":{"286":{}}}],["shopperlogin.authorizepasswordlesscustomerqueryparameters.__type",{"_index":196,"name":{},"parent":{"287":{}}}],["shopperlogin.authorizewebauthnregistrationbodytype",{"_index":218,"name":{},"parent":{"310":{}}}],["shopperlogin.authorizewebauthnregistrationbodytype.__type",{"_index":219,"name":{},"parent":{"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{}}}],["shopperlogin.authorizewebauthnregistrationpathparameters",{"_index":215,"name":{},"parent":{"307":{}}}],["shopperlogin.authorizewebauthnregistrationpathparameters.__type",{"_index":216,"name":{},"parent":{"308":{}}}],["shopperlogin.authorizewebauthnregistrationqueryparameters",{"_index":213,"name":{},"parent":{"305":{}}}],["shopperlogin.deletepasskeycredentialpathparameters",{"_index":225,"name":{},"parent":{"324":{}}}],["shopperlogin.deletepasskeycredentialpathparameters.__type",{"_index":226,"name":{},"parent":{"325":{},"326":{},"327":{}}}],["shopperlogin.deletepasskeycredentialqueryparameters",{"_index":222,"name":{},"parent":{"321":{}}}],["shopperlogin.deletepasskeycredentialqueryparameters.__type",{"_index":223,"name":{},"parent":{"322":{}}}],["shopperlogin.deletepasskeyuserpathparameters",{"_index":233,"name":{},"parent":{"332":{}}}],["shopperlogin.deletepasskeyuserpathparameters.__type",{"_index":234,"name":{},"parent":{"333":{},"334":{}}}],["shopperlogin.deletepasskeyuserqueryparameters",{"_index":230,"name":{},"parent":{"329":{}}}],["shopperlogin.deletepasskeyuserqueryparameters.__type",{"_index":231,"name":{},"parent":{"330":{}}}],["shopperlogin.finishwebauthnauthenticationpathparameters",{"_index":238,"name":{},"parent":{"338":{}}}],["shopperlogin.finishwebauthnauthenticationpathparameters.__type",{"_index":239,"name":{},"parent":{"339":{}}}],["shopperlogin.finishwebauthnauthenticationqueryparameters",{"_index":236,"name":{},"parent":{"336":{}}}],["shopperlogin.finishwebauthnuserregistrationpathparameters",{"_index":243,"name":{},"parent":{"343":{}}}],["shopperlogin.finishwebauthnuserregistrationpathparameters.__type",{"_index":244,"name":{},"parent":{"344":{}}}],["shopperlogin.finishwebauthnuserregistrationqueryparameters",{"_index":241,"name":{},"parent":{"341":{}}}],["shopperlogin.getaccesstokenbodytype",{"_index":251,"name":{},"parent":{"351":{}}}],["shopperlogin.getaccesstokenbodytype.__type",{"_index":253,"name":{},"parent":{"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{}}}],["shopperlogin.getaccesstokenpathparameters",{"_index":248,"name":{},"parent":{"348":{}}}],["shopperlogin.getaccesstokenpathparameters.__type",{"_index":249,"name":{},"parent":{"349":{}}}],["shopperlogin.getaccesstokenqueryparameters",{"_index":246,"name":{},"parent":{"346":{}}}],["shopperlogin.getjwksuripathparameters",{"_index":261,"name":{},"parent":{"364":{}}}],["shopperlogin.getjwksuripathparameters.__type",{"_index":262,"name":{},"parent":{"365":{}}}],["shopperlogin.getjwksuriqueryparameters",{"_index":259,"name":{},"parent":{"362":{}}}],["shopperlogin.getpasskeyuserbyloginidpathparameters",{"_index":267,"name":{},"parent":{"370":{}}}],["shopperlogin.getpasskeyuserbyloginidpathparameters.__type",{"_index":268,"name":{},"parent":{"371":{},"372":{}}}],["shopperlogin.getpasskeyuserbyloginidqueryparameters",{"_index":264,"name":{},"parent":{"367":{}}}],["shopperlogin.getpasskeyuserbyloginidqueryparameters.__type",{"_index":265,"name":{},"parent":{"368":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype",{"_index":275,"name":{},"parent":{"379":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype.__type",{"_index":276,"name":{},"parent":{"380":{},"381":{},"382":{},"383":{},"384":{},"385":{}}}],["shopperlogin.getpasswordlessaccesstokenpathparameters",{"_index":272,"name":{},"parent":{"376":{}}}],["shopperlogin.getpasswordlessaccesstokenpathparameters.__type",{"_index":273,"name":{},"parent":{"377":{}}}],["shopperlogin.getpasswordlessaccesstokenqueryparameters",{"_index":270,"name":{},"parent":{"374":{}}}],["shopperlogin.getpasswordresettokenbodytype",{"_index":285,"name":{},"parent":{"392":{}}}],["shopperlogin.getpasswordresettokenbodytype.__type",{"_index":286,"name":{},"parent":{"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{}}}],["shopperlogin.getpasswordresettokenpathparameters",{"_index":282,"name":{},"parent":{"389":{}}}],["shopperlogin.getpasswordresettokenpathparameters.__type",{"_index":283,"name":{},"parent":{"390":{}}}],["shopperlogin.getpasswordresettokenqueryparameters",{"_index":280,"name":{},"parent":{"387":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype",{"_index":293,"name":{},"parent":{"408":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype.__type",{"_index":294,"name":{},"parent":{"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{}}}],["shopperlogin.getsessionbridgeaccesstokenpathparameters",{"_index":290,"name":{},"parent":{"405":{}}}],["shopperlogin.getsessionbridgeaccesstokenpathparameters.__type",{"_index":291,"name":{},"parent":{"406":{}}}],["shopperlogin.getsessionbridgeaccesstokenqueryparameters",{"_index":288,"name":{},"parent":{"403":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype",{"_index":304,"name":{},"parent":{"426":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype.__type",{"_index":306,"name":{},"parent":{"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{}}}],["shopperlogin.gettrustedagentaccesstokenpathparameters",{"_index":301,"name":{},"parent":{"423":{}}}],["shopperlogin.gettrustedagentaccesstokenpathparameters.__type",{"_index":302,"name":{},"parent":{"424":{}}}],["shopperlogin.gettrustedagentaccesstokenqueryparameters",{"_index":299,"name":{},"parent":{"421":{}}}],["shopperlogin.gettrustedagentauthorizationtokenpathparameters",{"_index":312,"name":{},"parent":{"447":{}}}],["shopperlogin.gettrustedagentauthorizationtokenpathparameters.__type",{"_index":313,"name":{},"parent":{"448":{}}}],["shopperlogin.gettrustedagentauthorizationtokenqueryparameters",{"_index":309,"name":{},"parent":{"438":{}}}],["shopperlogin.gettrustedagentauthorizationtokenqueryparameters.__type",{"_index":310,"name":{},"parent":{"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype",{"_index":320,"name":{},"parent":{"455":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype.__type",{"_index":321,"name":{},"parent":{"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{}}}],["shopperlogin.gettrustedsystemaccesstokenpathparameters",{"_index":317,"name":{},"parent":{"452":{}}}],["shopperlogin.gettrustedsystemaccesstokenpathparameters.__type",{"_index":318,"name":{},"parent":{"453":{}}}],["shopperlogin.gettrustedsystemaccesstokenqueryparameters",{"_index":315,"name":{},"parent":{"450":{}}}],["shopperlogin.getuserinfopathparameters",{"_index":327,"name":{},"parent":{"469":{}}}],["shopperlogin.getuserinfopathparameters.__type",{"_index":328,"name":{},"parent":{"470":{}}}],["shopperlogin.getuserinfoqueryparameters",{"_index":324,"name":{},"parent":{"466":{}}}],["shopperlogin.getuserinfoqueryparameters.__type",{"_index":325,"name":{},"parent":{"467":{}}}],["shopperlogin.getwellknownopenidconfigurationpathparameters",{"_index":332,"name":{},"parent":{"474":{}}}],["shopperlogin.getwellknownopenidconfigurationpathparameters.__type",{"_index":333,"name":{},"parent":{"475":{}}}],["shopperlogin.getwellknownopenidconfigurationqueryparameters",{"_index":330,"name":{},"parent":{"472":{}}}],["shopperlogin.introspecttokenbodytype",{"_index":340,"name":{},"parent":{"482":{}}}],["shopperlogin.introspecttokenbodytype.__type",{"_index":342,"name":{},"parent":{"483":{},"484":{}}}],["shopperlogin.introspecttokenpathparameters",{"_index":337,"name":{},"parent":{"479":{}}}],["shopperlogin.introspecttokenpathparameters.__type",{"_index":338,"name":{},"parent":{"480":{}}}],["shopperlogin.introspecttokenqueryparameters",{"_index":335,"name":{},"parent":{"477":{}}}],["shopperlogin.logoutcustomerpathparameters",{"_index":348,"name":{},"parent":{"492":{}}}],["shopperlogin.logoutcustomerpathparameters.__type",{"_index":349,"name":{},"parent":{"493":{}}}],["shopperlogin.logoutcustomerqueryparameters",{"_index":345,"name":{},"parent":{"486":{}}}],["shopperlogin.logoutcustomerqueryparameters.__type",{"_index":346,"name":{},"parent":{"487":{},"488":{},"489":{},"490":{}}}],["shopperlogin.resetpasswordbodytype",{"_index":356,"name":{},"parent":{"500":{}}}],["shopperlogin.resetpasswordbodytype.__type",{"_index":357,"name":{},"parent":{"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{}}}],["shopperlogin.resetpasswordpathparameters",{"_index":353,"name":{},"parent":{"497":{}}}],["shopperlogin.resetpasswordpathparameters.__type",{"_index":354,"name":{},"parent":{"498":{}}}],["shopperlogin.resetpasswordqueryparameters",{"_index":351,"name":{},"parent":{"495":{}}}],["shopperlogin.revoketokenbodytype",{"_index":366,"name":{},"parent":{"514":{}}}],["shopperlogin.revoketokenbodytype.__type",{"_index":367,"name":{},"parent":{"515":{},"516":{}}}],["shopperlogin.revoketokenpathparameters",{"_index":363,"name":{},"parent":{"511":{}}}],["shopperlogin.revoketokenpathparameters.__type",{"_index":364,"name":{},"parent":{"512":{}}}],["shopperlogin.revoketokenqueryparameters",{"_index":361,"name":{},"parent":{"509":{}}}],["shopperlogin.shopperlogin",{"_index":97,"name":{},"parent":{"134":{},"135":{},"136":{},"162":{},"163":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{}}}],["shopperlogin.shopperlogin.apipaths",{"_index":100,"name":{},"parent":{"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{}}}],["shopperlogin.shopperlogin.paramkeys",{"_index":126,"name":{},"parent":{"164":{}}}],["shopperlogin.shopperlogin.paramkeys.__type",{"_index":127,"name":{},"parent":{"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{}}}],["shopperlogin.shopperlogintypes",{"_index":1541,"name":{},"parent":{"4265":{},"4266":{},"4267":{},"4268":{},"4269":{},"4270":{},"4271":{},"4272":{},"4273":{},"4274":{},"4275":{},"4276":{},"4277":{},"4278":{},"4279":{},"4280":{},"4281":{},"4282":{},"4283":{},"4284":{},"4285":{},"4286":{},"4287":{},"4288":{},"4289":{},"4290":{},"4291":{},"4292":{},"4293":{},"4294":{},"4295":{},"4296":{},"4297":{},"4298":{},"4299":{},"4300":{},"4301":{},"4302":{},"4303":{},"4304":{},"4305":{},"4306":{},"4307":{},"4308":{},"4309":{},"4310":{},"4311":{},"4312":{},"4313":{},"4314":{},"4315":{},"4316":{},"4317":{},"4318":{},"4319":{},"4320":{},"4321":{},"4322":{},"4323":{},"4324":{},"4325":{},"4326":{},"4327":{},"4328":{},"4329":{},"4330":{},"4331":{},"4332":{},"4333":{},"4334":{},"4335":{},"4336":{},"4337":{},"4338":{},"4339":{},"4340":{},"4341":{},"4342":{},"4343":{},"4344":{},"4345":{},"4346":{},"4347":{},"4348":{},"4349":{},"4350":{},"4351":{},"4352":{},"4353":{},"4354":{},"4355":{},"4356":{},"4357":{},"4358":{},"4359":{},"4360":{},"4361":{},"4362":{},"4363":{},"4364":{},"4365":{},"4366":{},"4367":{},"4368":{},"4369":{},"4370":{},"4371":{},"4372":{},"4373":{}}}],["shopperlogin.startwebauthnauthenticationbodytype",{"_index":374,"name":{},"parent":{"523":{}}}],["shopperlogin.startwebauthnauthenticationbodytype.__type",{"_index":376,"name":{},"parent":{"524":{},"525":{},"526":{},"527":{}}}],["shopperlogin.startwebauthnauthenticationpathparameters",{"_index":371,"name":{},"parent":{"520":{}}}],["shopperlogin.startwebauthnauthenticationpathparameters.__type",{"_index":372,"name":{},"parent":{"521":{}}}],["shopperlogin.startwebauthnauthenticationqueryparameters",{"_index":369,"name":{},"parent":{"518":{}}}],["shopperlogin.startwebauthnuserregistrationbodytype",{"_index":383,"name":{},"parent":{"534":{}}}],["shopperlogin.startwebauthnuserregistrationbodytype.__type",{"_index":384,"name":{},"parent":{"535":{},"536":{},"537":{},"538":{},"539":{},"540":{}}}],["shopperlogin.startwebauthnuserregistrationpathparameters",{"_index":380,"name":{},"parent":{"531":{}}}],["shopperlogin.startwebauthnuserregistrationpathparameters.__type",{"_index":381,"name":{},"parent":{"532":{}}}],["shopperlogin.startwebauthnuserregistrationqueryparameters",{"_index":378,"name":{},"parent":{"529":{}}}],["shopperloginparameters",{"_index":389,"name":{"543":{},"628":{},"4231":{}},"parent":{}}],["shopperloginpathparameters",{"_index":387,"name":{"541":{},"626":{},"4229":{},"4265":{}},"parent":{}}],["shopperloginqueryparameters",{"_index":388,"name":{"542":{},"627":{},"4230":{},"4266":{}},"parent":{}}],["shopperlogintypes",{"_index":1540,"name":{"4264":{}},"parent":{}}],["shopperorders",{"_index":1542,"name":{"4374":{},"4504":{},"4647":{},"4671":{}},"parent":{"4375":{},"4376":{},"4377":{},"4378":{},"4379":{},"4380":{},"4381":{},"4382":{},"4383":{},"4384":{},"4385":{},"4386":{},"4387":{},"4388":{},"4389":{},"4390":{},"4391":{},"4392":{},"4393":{},"4394":{},"4395":{},"4396":{},"4397":{},"4398":{},"4399":{},"4400":{},"4401":{},"4402":{},"4403":{},"4404":{},"4405":{},"4406":{},"4407":{},"4408":{},"4409":{},"4410":{},"4411":{},"4412":{},"4413":{},"4414":{},"4415":{},"4416":{},"4417":{},"4418":{},"4419":{},"4420":{},"4421":{},"4422":{},"4423":{},"4424":{},"4425":{},"4426":{},"4427":{},"4428":{},"4429":{},"4430":{},"4431":{},"4432":{},"4433":{},"4434":{},"4435":{},"4436":{},"4437":{},"4438":{},"4439":{},"4440":{},"4441":{},"4442":{},"4443":{},"4444":{},"4445":{},"4446":{},"4447":{},"4448":{},"4449":{},"4450":{},"4451":{},"4452":{},"4453":{},"4454":{},"4455":{},"4456":{},"4457":{},"4458":{},"4459":{},"4460":{},"4461":{},"4462":{},"4463":{},"4464":{},"4465":{},"4466":{},"4467":{},"4468":{},"4469":{},"4470":{},"4471":{},"4472":{},"4473":{},"4474":{},"4475":{},"4476":{},"4477":{},"4478":{},"4479":{},"4480":{},"4481":{},"4482":{},"4483":{},"4484":{},"4485":{},"4486":{},"4487":{},"4488":{},"4489":{},"4490":{},"4491":{},"4492":{},"4493":{},"4494":{},"4495":{},"4496":{},"4497":{},"4498":{},"4499":{},"4500":{},"4501":{},"4502":{},"4503":{},"4504":{},"4547":{},"4548":{},"4552":{},"4555":{},"4559":{},"4563":{},"4568":{},"4572":{},"4577":{},"4581":{},"4585":{},"4589":{},"4592":{},"4596":{},"4600":{},"4604":{},"4608":{},"4613":{},"4617":{},"4622":{},"4623":{},"4624":{},"4625":{},"4626":{},"4627":{},"4628":{},"4629":{},"4630":{},"4631":{},"4632":{},"4633":{},"4634":{},"4635":{},"4636":{},"4637":{},"4638":{},"4639":{},"4640":{},"4641":{},"4642":{},"4643":{},"4644":{},"4645":{},"4646":{},"4647":{},"4648":{},"4649":{},"4650":{},"4651":{},"4652":{},"4653":{},"4654":{},"4655":{},"4656":{},"4657":{},"4658":{},"4659":{},"4660":{},"4661":{},"4662":{},"4663":{},"4664":{},"4665":{},"4666":{},"4667":{},"4668":{},"4669":{},"4670":{},"4671":{},"4672":{},"4673":{},"4674":{},"4675":{},"4676":{},"4677":{},"4678":{},"4679":{},"4680":{},"4681":{},"4682":{},"4683":{},"4684":{},"4685":{},"4686":{},"4687":{},"4688":{},"4689":{},"4690":{},"4691":{},"4692":{},"4693":{},"4694":{},"4695":{},"4696":{},"4697":{},"4698":{},"4699":{},"4700":{},"4701":{},"4702":{},"4703":{},"4704":{},"4705":{},"4706":{},"4707":{},"4708":{},"4709":{},"4710":{},"4711":{},"4712":{},"4713":{},"4714":{},"4715":{},"4716":{},"4717":{},"4718":{},"4719":{},"4720":{},"4721":{},"4722":{},"4723":{},"4724":{},"4725":{},"4726":{},"4727":{},"4728":{},"4729":{},"4730":{},"4731":{},"4732":{},"4733":{},"4734":{},"4735":{},"4736":{}}}],["shopperorders.createorderpathparameters",{"_index":1574,"name":{},"parent":{"4553":{}}}],["shopperorders.createorderpathparameters.__type",{"_index":1575,"name":{},"parent":{"4554":{}}}],["shopperorders.createorderqueryparameters",{"_index":1571,"name":{},"parent":{"4549":{}}}],["shopperorders.createorderqueryparameters.__type",{"_index":1572,"name":{},"parent":{"4550":{},"4551":{}}}],["shopperorders.createpaymentinstrumentfororderpathparameters",{"_index":1580,"name":{},"parent":{"4560":{}}}],["shopperorders.createpaymentinstrumentfororderpathparameters.__type",{"_index":1581,"name":{},"parent":{"4561":{},"4562":{}}}],["shopperorders.createpaymentinstrumentfororderqueryparameters",{"_index":1577,"name":{},"parent":{"4556":{}}}],["shopperorders.createpaymentinstrumentfororderqueryparameters.__type",{"_index":1578,"name":{},"parent":{"4557":{},"4558":{}}}],["shopperorders.failorderpathparameters",{"_index":1588,"name":{},"parent":{"4569":{}}}],["shopperorders.failorderpathparameters.__type",{"_index":1589,"name":{},"parent":{"4570":{},"4571":{}}}],["shopperorders.failorderqueryparameters",{"_index":1584,"name":{},"parent":{"4564":{}}}],["shopperorders.failorderqueryparameters.__type",{"_index":1585,"name":{},"parent":{"4565":{},"4566":{},"4567":{}}}],["shopperorders.getorderpathparameters",{"_index":1594,"name":{},"parent":{"4578":{}}}],["shopperorders.getorderpathparameters.__type",{"_index":1595,"name":{},"parent":{"4579":{},"4580":{}}}],["shopperorders.getorderqueryparameters",{"_index":1591,"name":{},"parent":{"4573":{}}}],["shopperorders.getorderqueryparameters.__type",{"_index":1592,"name":{},"parent":{"4574":{},"4575":{},"4576":{}}}],["shopperorders.getpaymentmethodsfororderpathparameters",{"_index":1600,"name":{},"parent":{"4586":{}}}],["shopperorders.getpaymentmethodsfororderpathparameters.__type",{"_index":1601,"name":{},"parent":{"4587":{},"4588":{}}}],["shopperorders.getpaymentmethodsfororderqueryparameters",{"_index":1597,"name":{},"parent":{"4582":{}}}],["shopperorders.getpaymentmethodsfororderqueryparameters.__type",{"_index":1598,"name":{},"parent":{"4583":{},"4584":{}}}],["shopperorders.gettaxesfromorderpathparameters",{"_index":1606,"name":{},"parent":{"4593":{}}}],["shopperorders.gettaxesfromorderpathparameters.__type",{"_index":1607,"name":{},"parent":{"4594":{},"4595":{}}}],["shopperorders.gettaxesfromorderqueryparameters",{"_index":1603,"name":{},"parent":{"4590":{}}}],["shopperorders.gettaxesfromorderqueryparameters.__type",{"_index":1604,"name":{},"parent":{"4591":{}}}],["shopperorders.guestorderlookuppathparameters",{"_index":1612,"name":{},"parent":{"4601":{}}}],["shopperorders.guestorderlookuppathparameters.__type",{"_index":1613,"name":{},"parent":{"4602":{},"4603":{}}}],["shopperorders.guestorderlookupqueryparameters",{"_index":1609,"name":{},"parent":{"4597":{}}}],["shopperorders.guestorderlookupqueryparameters.__type",{"_index":1610,"name":{},"parent":{"4598":{},"4599":{}}}],["shopperorders.removepaymentinstrumentfromorderpathparameters",{"_index":1618,"name":{},"parent":{"4609":{}}}],["shopperorders.removepaymentinstrumentfromorderpathparameters.__type",{"_index":1619,"name":{},"parent":{"4610":{},"4611":{},"4612":{}}}],["shopperorders.removepaymentinstrumentfromorderqueryparameters",{"_index":1615,"name":{},"parent":{"4605":{}}}],["shopperorders.removepaymentinstrumentfromorderqueryparameters.__type",{"_index":1616,"name":{},"parent":{"4606":{},"4607":{}}}],["shopperorders.shopperorders",{"_index":1547,"name":{},"parent":{"4505":{},"4506":{},"4507":{},"4517":{},"4518":{},"4538":{},"4539":{},"4540":{},"4541":{},"4542":{},"4543":{},"4544":{},"4545":{},"4546":{}}}],["shopperorders.shopperorders.apipaths",{"_index":1549,"name":{},"parent":{"4508":{},"4509":{},"4510":{},"4511":{},"4512":{},"4513":{},"4514":{},"4515":{},"4516":{}}}],["shopperorders.shopperorders.paramkeys",{"_index":1558,"name":{},"parent":{"4519":{}}}],["shopperorders.shopperorders.paramkeys.__type",{"_index":1559,"name":{},"parent":{"4520":{},"4521":{},"4522":{},"4523":{},"4524":{},"4525":{},"4526":{},"4527":{},"4528":{},"4529":{},"4530":{},"4531":{},"4532":{},"4533":{},"4534":{},"4535":{},"4536":{},"4537":{}}}],["shopperorders.shopperorderstypes",{"_index":1630,"name":{},"parent":{"4737":{},"4738":{},"4739":{},"4740":{},"4741":{},"4742":{},"4743":{},"4744":{},"4745":{},"4746":{},"4747":{},"4748":{},"4749":{},"4750":{},"4751":{},"4752":{},"4753":{},"4754":{},"4755":{},"4756":{},"4757":{},"4758":{},"4759":{},"4760":{},"4761":{},"4762":{},"4763":{},"4764":{},"4765":{},"4766":{},"4767":{},"4768":{},"4769":{},"4770":{},"4771":{},"4772":{},"4773":{},"4774":{},"4775":{},"4776":{},"4777":{},"4778":{},"4779":{},"4780":{},"4781":{},"4782":{},"4783":{},"4784":{},"4785":{},"4786":{},"4787":{},"4788":{},"4789":{},"4790":{},"4791":{},"4792":{},"4793":{},"4794":{},"4795":{},"4796":{},"4797":{},"4798":{},"4799":{},"4800":{},"4801":{},"4802":{},"4803":{},"4804":{},"4805":{},"4806":{},"4807":{},"4808":{},"4809":{},"4810":{},"4811":{},"4812":{},"4813":{},"4814":{},"4815":{},"4816":{},"4817":{},"4818":{},"4819":{},"4820":{},"4821":{}}}],["shopperorders.updatepaymentinstrumentfororderpathparameters",{"_index":1624,"name":{},"parent":{"4618":{}}}],["shopperorders.updatepaymentinstrumentfororderpathparameters.__type",{"_index":1625,"name":{},"parent":{"4619":{},"4620":{},"4621":{}}}],["shopperorders.updatepaymentinstrumentfororderqueryparameters",{"_index":1621,"name":{},"parent":{"4614":{}}}],["shopperorders.updatepaymentinstrumentfororderqueryparameters.__type",{"_index":1622,"name":{},"parent":{"4615":{},"4616":{}}}],["shopperordersparameters",{"_index":1628,"name":{"4624":{},"4646":{},"4670":{}},"parent":{}}],["shopperorderspathparameters",{"_index":1626,"name":{"4622":{},"4644":{},"4668":{},"4737":{}},"parent":{}}],["shopperordersqueryparameters",{"_index":1627,"name":{"4623":{},"4645":{},"4669":{},"4738":{}},"parent":{}}],["shopperorderstypes",{"_index":1629,"name":{"4736":{}},"parent":{}}],["shopperpayments",{"_index":1631,"name":{"4822":{},"4834":{},"4863":{},"4870":{}},"parent":{"4823":{},"4824":{},"4825":{},"4826":{},"4827":{},"4828":{},"4829":{},"4830":{},"4831":{},"4832":{},"4833":{},"4834":{},"4845":{},"4852":{},"4855":{},"4856":{},"4857":{},"4858":{},"4859":{},"4860":{},"4861":{},"4862":{},"4863":{},"4864":{},"4865":{},"4866":{},"4867":{},"4868":{},"4869":{},"4870":{},"4871":{},"4872":{},"4873":{},"4874":{},"4875":{},"4876":{}}}],["shopperpayments.getpaymentconfigurationpathparameters",{"_index":1650,"name":{},"parent":{"4853":{}}}],["shopperpayments.getpaymentconfigurationpathparameters.__type",{"_index":1651,"name":{},"parent":{"4854":{}}}],["shopperpayments.getpaymentconfigurationqueryparameters",{"_index":1643,"name":{},"parent":{"4846":{}}}],["shopperpayments.getpaymentconfigurationqueryparameters.__type",{"_index":1644,"name":{},"parent":{"4847":{},"4848":{},"4849":{},"4850":{},"4851":{}}}],["shopperpayments.shopperpayments",{"_index":1636,"name":{},"parent":{"4835":{},"4836":{},"4837":{},"4839":{},"4840":{},"4844":{}}}],["shopperpayments.shopperpayments.apipaths",{"_index":1638,"name":{},"parent":{"4838":{}}}],["shopperpayments.shopperpayments.paramkeys",{"_index":1639,"name":{},"parent":{"4841":{}}}],["shopperpayments.shopperpayments.paramkeys.__type",{"_index":1640,"name":{},"parent":{"4842":{},"4843":{}}}],["shopperpayments.shopperpaymentstypes",{"_index":1656,"name":{},"parent":{"4877":{},"4878":{},"4879":{},"4880":{},"4881":{},"4882":{},"4883":{},"4884":{},"4885":{}}}],["shopperpaymentsparameters",{"_index":1654,"name":{"4857":{},"4862":{},"4869":{}},"parent":{}}],["shopperpaymentspathparameters",{"_index":1652,"name":{"4855":{},"4860":{},"4867":{},"4877":{}},"parent":{}}],["shopperpaymentsqueryparameters",{"_index":1653,"name":{"4856":{},"4861":{},"4868":{},"4878":{}},"parent":{}}],["shopperpaymentstypes",{"_index":1655,"name":{"4876":{}},"parent":{}}],["shopperproducts",{"_index":1657,"name":{"4886":{},"4948":{},"5039":{},"5056":{}},"parent":{"4887":{},"4888":{},"4889":{},"4890":{},"4891":{},"4892":{},"4893":{},"4894":{},"4895":{},"4896":{},"4897":{},"4898":{},"4899":{},"4900":{},"4901":{},"4902":{},"4903":{},"4904":{},"4905":{},"4906":{},"4907":{},"4908":{},"4909":{},"4910":{},"4911":{},"4912":{},"4913":{},"4914":{},"4915":{},"4916":{},"4917":{},"4918":{},"4919":{},"4920":{},"4921":{},"4922":{},"4923":{},"4924":{},"4925":{},"4926":{},"4927":{},"4928":{},"4929":{},"4930":{},"4931":{},"4932":{},"4933":{},"4934":{},"4935":{},"4936":{},"4937":{},"4938":{},"4939":{},"4940":{},"4941":{},"4942":{},"4943":{},"4944":{},"4945":{},"4946":{},"4947":{},"4948":{},"4971":{},"4972":{},"4973":{},"4974":{},"4975":{},"4981":{},"4984":{},"4989":{},"4993":{},"5003":{},"5007":{},"5018":{},"5021":{},"5022":{},"5023":{},"5024":{},"5025":{},"5026":{},"5027":{},"5028":{},"5029":{},"5030":{},"5031":{},"5032":{},"5033":{},"5034":{},"5035":{},"5036":{},"5037":{},"5038":{},"5039":{},"5040":{},"5041":{},"5042":{},"5043":{},"5044":{},"5045":{},"5046":{},"5047":{},"5048":{},"5049":{},"5050":{},"5051":{},"5052":{},"5053":{},"5054":{},"5055":{},"5056":{},"5057":{},"5058":{},"5059":{},"5060":{},"5061":{},"5062":{},"5063":{},"5064":{},"5065":{},"5066":{},"5067":{},"5068":{},"5069":{},"5070":{},"5071":{},"5072":{},"5073":{},"5074":{},"5075":{},"5076":{},"5077":{},"5078":{},"5079":{},"5080":{},"5081":{},"5082":{},"5083":{},"5084":{},"5085":{},"5086":{},"5087":{}}}],["shopperproducts.getcategoriespathparameters",{"_index":1682,"name":{},"parent":{"4982":{}}}],["shopperproducts.getcategoriespathparameters.__type",{"_index":1683,"name":{},"parent":{"4983":{}}}],["shopperproducts.getcategoriesqueryparameters",{"_index":1679,"name":{},"parent":{"4976":{}}}],["shopperproducts.getcategoriesqueryparameters.__type",{"_index":1680,"name":{},"parent":{"4977":{},"4978":{},"4979":{},"4980":{}}}],["shopperproducts.getcategorypathparameters",{"_index":1688,"name":{},"parent":{"4990":{}}}],["shopperproducts.getcategorypathparameters.__type",{"_index":1689,"name":{},"parent":{"4991":{},"4992":{}}}],["shopperproducts.getcategoryqueryparameters",{"_index":1685,"name":{},"parent":{"4985":{}}}],["shopperproducts.getcategoryqueryparameters.__type",{"_index":1686,"name":{},"parent":{"4986":{},"4987":{},"4988":{}}}],["shopperproducts.getproductpathparameters",{"_index":1698,"name":{},"parent":{"5004":{}}}],["shopperproducts.getproductpathparameters.__type",{"_index":1699,"name":{},"parent":{"5005":{},"5006":{}}}],["shopperproducts.getproductqueryparameters",{"_index":1691,"name":{},"parent":{"4994":{}}}],["shopperproducts.getproductqueryparameters.__type",{"_index":1693,"name":{},"parent":{"4995":{},"4996":{},"4997":{},"4998":{},"4999":{},"5000":{},"5001":{},"5002":{}}}],["shopperproducts.getproductspathparameters",{"_index":1704,"name":{},"parent":{"5019":{}}}],["shopperproducts.getproductspathparameters.__type",{"_index":1705,"name":{},"parent":{"5020":{}}}],["shopperproducts.getproductsqueryparameters",{"_index":1701,"name":{},"parent":{"5008":{}}}],["shopperproducts.getproductsqueryparameters.__type",{"_index":1702,"name":{},"parent":{"5009":{},"5010":{},"5011":{},"5012":{},"5013":{},"5014":{},"5015":{},"5016":{},"5017":{}}}],["shopperproducts.shopperproducts",{"_index":1662,"name":{},"parent":{"4949":{},"4950":{},"4951":{},"4956":{},"4957":{},"4967":{},"4968":{},"4969":{},"4970":{}}}],["shopperproducts.shopperproducts.apipaths",{"_index":1664,"name":{},"parent":{"4952":{},"4953":{},"4954":{},"4955":{}}}],["shopperproducts.shopperproducts.paramkeys",{"_index":1668,"name":{},"parent":{"4958":{}}}],["shopperproducts.shopperproducts.paramkeys.__type",{"_index":1669,"name":{},"parent":{"4959":{},"4960":{},"4961":{},"4962":{},"4963":{},"4964":{},"4965":{},"4966":{}}}],["shopperproducts.shopperproductstypes",{"_index":1710,"name":{},"parent":{"5088":{},"5089":{},"5090":{},"5091":{},"5092":{},"5093":{},"5094":{},"5095":{},"5096":{},"5097":{},"5098":{},"5099":{},"5100":{},"5101":{},"5102":{},"5103":{},"5104":{},"5105":{},"5106":{},"5107":{},"5108":{},"5109":{},"5110":{},"5111":{},"5112":{},"5113":{},"5114":{},"5115":{},"5116":{},"5117":{},"5118":{},"5119":{},"5120":{},"5121":{},"5122":{},"5123":{},"5124":{},"5125":{},"5126":{},"5127":{},"5128":{},"5129":{},"5130":{},"5131":{}}}],["shopperproductsparameters",{"_index":1708,"name":{"5023":{},"5038":{},"5055":{}},"parent":{}}],["shopperproductspathparameters",{"_index":1706,"name":{"5021":{},"5036":{},"5053":{},"5088":{}},"parent":{}}],["shopperproductsqueryparameters",{"_index":1707,"name":{"5022":{},"5037":{},"5054":{},"5089":{}},"parent":{}}],["shopperproductstypes",{"_index":1709,"name":{"5087":{}},"parent":{}}],["shopperpromotions",{"_index":1711,"name":{"5132":{},"5144":{},"5187":{},"5196":{}},"parent":{"5133":{},"5134":{},"5135":{},"5136":{},"5137":{},"5138":{},"5139":{},"5140":{},"5141":{},"5142":{},"5143":{},"5144":{},"5159":{},"5164":{},"5167":{},"5173":{},"5177":{},"5178":{},"5179":{},"5180":{},"5181":{},"5182":{},"5183":{},"5184":{},"5185":{},"5186":{},"5187":{},"5188":{},"5189":{},"5190":{},"5191":{},"5192":{},"5193":{},"5194":{},"5195":{},"5196":{},"5197":{},"5198":{},"5199":{},"5200":{},"5201":{},"5202":{}}}],["shopperpromotions.getpromotionsforcampaignpathparameters",{"_index":1734,"name":{},"parent":{"5174":{}}}],["shopperpromotions.getpromotionsforcampaignpathparameters.__type",{"_index":1736,"name":{},"parent":{"5175":{},"5176":{}}}],["shopperpromotions.getpromotionsforcampaignqueryparameters",{"_index":1729,"name":{},"parent":{"5168":{}}}],["shopperpromotions.getpromotionsforcampaignqueryparameters.__type",{"_index":1730,"name":{},"parent":{"5169":{},"5170":{},"5171":{},"5172":{}}}],["shopperpromotions.getpromotionspathparameters",{"_index":1726,"name":{},"parent":{"5165":{}}}],["shopperpromotions.getpromotionspathparameters.__type",{"_index":1727,"name":{},"parent":{"5166":{}}}],["shopperpromotions.getpromotionsqueryparameters",{"_index":1723,"name":{},"parent":{"5160":{}}}],["shopperpromotions.getpromotionsqueryparameters.__type",{"_index":1724,"name":{},"parent":{"5161":{},"5162":{},"5163":{}}}],["shopperpromotions.shopperpromotions",{"_index":1714,"name":{},"parent":{"5145":{},"5146":{},"5147":{},"5150":{},"5151":{},"5157":{},"5158":{}}}],["shopperpromotions.shopperpromotions.apipaths",{"_index":1716,"name":{},"parent":{"5148":{},"5149":{}}}],["shopperpromotions.shopperpromotions.paramkeys",{"_index":1718,"name":{},"parent":{"5152":{}}}],["shopperpromotions.shopperpromotions.paramkeys.__type",{"_index":1719,"name":{},"parent":{"5153":{},"5154":{},"5155":{},"5156":{}}}],["shopperpromotions.shopperpromotionstypes",{"_index":1741,"name":{},"parent":{"5203":{},"5204":{},"5205":{},"5206":{},"5207":{},"5208":{},"5209":{},"5210":{},"5211":{},"5212":{},"5213":{}}}],["shopperpromotionsparameters",{"_index":1739,"name":{"5179":{},"5186":{},"5195":{}},"parent":{}}],["shopperpromotionspathparameters",{"_index":1737,"name":{"5177":{},"5184":{},"5193":{},"5203":{}},"parent":{}}],["shopperpromotionsqueryparameters",{"_index":1738,"name":{"5178":{},"5185":{},"5194":{},"5204":{}},"parent":{}}],["shopperpromotionstypes",{"_index":1740,"name":{"5202":{}},"parent":{}}],["shoppersearch",{"_index":1742,"name":{"5214":{},"5286":{},"5347":{},"5358":{}},"parent":{"5215":{},"5216":{},"5217":{},"5218":{},"5219":{},"5220":{},"5221":{},"5222":{},"5223":{},"5224":{},"5225":{},"5226":{},"5227":{},"5228":{},"5229":{},"5230":{},"5231":{},"5232":{},"5233":{},"5234":{},"5235":{},"5236":{},"5237":{},"5238":{},"5239":{},"5240":{},"5241":{},"5242":{},"5243":{},"5244":{},"5245":{},"5246":{},"5247":{},"5248":{},"5249":{},"5250":{},"5251":{},"5252":{},"5253":{},"5254":{},"5255":{},"5256":{},"5257":{},"5258":{},"5259":{},"5260":{},"5261":{},"5262":{},"5263":{},"5264":{},"5265":{},"5266":{},"5267":{},"5268":{},"5269":{},"5270":{},"5271":{},"5272":{},"5273":{},"5274":{},"5275":{},"5276":{},"5277":{},"5278":{},"5279":{},"5280":{},"5281":{},"5282":{},"5283":{},"5284":{},"5285":{},"5286":{},"5301":{},"5302":{},"5303":{},"5313":{},"5316":{},"5332":{},"5335":{},"5336":{},"5337":{},"5338":{},"5339":{},"5340":{},"5341":{},"5342":{},"5343":{},"5344":{},"5345":{},"5346":{},"5347":{},"5348":{},"5349":{},"5350":{},"5351":{},"5352":{},"5353":{},"5354":{},"5355":{},"5356":{},"5357":{},"5358":{},"5359":{},"5360":{},"5361":{},"5362":{},"5363":{},"5364":{},"5365":{},"5366":{},"5367":{},"5368":{},"5369":{},"5370":{},"5371":{},"5372":{},"5373":{},"5374":{},"5375":{},"5376":{},"5377":{},"5378":{},"5379":{},"5380":{},"5381":{},"5382":{},"5383":{},"5384":{},"5385":{},"5386":{},"5387":{},"5388":{},"5389":{},"5390":{},"5391":{},"5392":{},"5393":{},"5394":{}}}],["shoppersearch.getsearchsuggestionspathparameters",{"_index":1779,"name":{},"parent":{"5314":{}}}],["shoppersearch.getsearchsuggestionspathparameters.__type",{"_index":1780,"name":{},"parent":{"5315":{}}}],["shoppersearch.getsearchsuggestionsqueryparameters",{"_index":1774,"name":{},"parent":{"5304":{}}}],["shoppersearch.getsearchsuggestionsqueryparameters.__type",{"_index":1775,"name":{},"parent":{"5305":{},"5306":{},"5307":{},"5308":{},"5309":{},"5310":{},"5311":{},"5312":{}}}],["shoppersearch.productsearchpathparameters",{"_index":1787,"name":{},"parent":{"5333":{}}}],["shoppersearch.productsearchpathparameters.__type",{"_index":1788,"name":{},"parent":{"5334":{}}}],["shoppersearch.productsearchqueryparameters",{"_index":1782,"name":{},"parent":{"5317":{}}}],["shoppersearch.productsearchqueryparameters.__type",{"_index":1783,"name":{},"parent":{"5318":{},"5319":{},"5320":{},"5321":{},"5322":{},"5323":{},"5324":{},"5325":{},"5326":{},"5327":{},"5328":{},"5329":{},"5330":{},"5331":{}}}],["shoppersearch.shoppersearch",{"_index":1763,"name":{},"parent":{"5287":{},"5288":{},"5289":{},"5292":{},"5293":{},"5299":{},"5300":{}}}],["shoppersearch.shoppersearch.apipaths",{"_index":1765,"name":{},"parent":{"5290":{},"5291":{}}}],["shoppersearch.shoppersearch.paramkeys",{"_index":1767,"name":{},"parent":{"5294":{}}}],["shoppersearch.shoppersearch.paramkeys.__type",{"_index":1768,"name":{},"parent":{"5295":{},"5296":{},"5297":{},"5298":{}}}],["shoppersearch.shoppersearchtypes",{"_index":1793,"name":{},"parent":{"5395":{},"5396":{},"5397":{},"5398":{},"5399":{},"5400":{},"5401":{},"5402":{},"5403":{},"5404":{},"5405":{},"5406":{},"5407":{},"5408":{},"5409":{},"5410":{},"5411":{},"5412":{},"5413":{},"5414":{},"5415":{},"5416":{},"5417":{},"5418":{},"5419":{},"5420":{},"5421":{},"5422":{},"5423":{},"5424":{},"5425":{},"5426":{},"5427":{},"5428":{},"5429":{},"5430":{},"5431":{},"5432":{},"5433":{},"5434":{},"5435":{},"5436":{},"5437":{}}}],["shoppersearchparameters",{"_index":1791,"name":{"5337":{},"5346":{},"5357":{}},"parent":{}}],["shoppersearchpathparameters",{"_index":1789,"name":{"5335":{},"5344":{},"5355":{},"5395":{}},"parent":{}}],["shoppersearchqueryparameters",{"_index":1790,"name":{"5336":{},"5345":{},"5356":{},"5396":{}},"parent":{}}],["shoppersearchtypes",{"_index":1792,"name":{"5394":{}},"parent":{}}],["shopperseo",{"_index":1794,"name":{"5438":{},"5446":{},"5473":{},"5480":{}},"parent":{"5439":{},"5440":{},"5441":{},"5442":{},"5443":{},"5444":{},"5445":{},"5446":{},"5457":{},"5462":{},"5465":{},"5466":{},"5467":{},"5468":{},"5469":{},"5470":{},"5471":{},"5472":{},"5473":{},"5474":{},"5475":{},"5476":{},"5477":{},"5478":{},"5479":{},"5480":{},"5481":{},"5482":{},"5483":{},"5484":{}}}],["shopperseo.geturlmappingpathparameters",{"_index":1807,"name":{},"parent":{"5463":{}}}],["shopperseo.geturlmappingpathparameters.__type",{"_index":1808,"name":{},"parent":{"5464":{}}}],["shopperseo.geturlmappingqueryparameters",{"_index":1803,"name":{},"parent":{"5458":{}}}],["shopperseo.geturlmappingqueryparameters.__type",{"_index":1805,"name":{},"parent":{"5459":{},"5460":{},"5461":{}}}],["shopperseo.shopperseo",{"_index":1796,"name":{},"parent":{"5447":{},"5448":{},"5449":{},"5451":{},"5452":{},"5456":{}}}],["shopperseo.shopperseo.apipaths",{"_index":1798,"name":{},"parent":{"5450":{}}}],["shopperseo.shopperseo.paramkeys",{"_index":1799,"name":{},"parent":{"5453":{}}}],["shopperseo.shopperseo.paramkeys.__type",{"_index":1800,"name":{},"parent":{"5454":{},"5455":{}}}],["shopperseo.shopperseotypes",{"_index":1813,"name":{},"parent":{"5485":{},"5486":{},"5487":{},"5488":{},"5489":{},"5490":{},"5491":{}}}],["shopperseoparameters",{"_index":1811,"name":{"5467":{},"5472":{},"5479":{}},"parent":{}}],["shopperseopathparameters",{"_index":1809,"name":{"5465":{},"5470":{},"5477":{},"5485":{}},"parent":{}}],["shopperseoqueryparameters",{"_index":1810,"name":{"5466":{},"5471":{},"5478":{},"5486":{}},"parent":{}}],["shopperseotypes",{"_index":1812,"name":{"5484":{}},"parent":{}}],["shopperstores",{"_index":1814,"name":{"5492":{},"5510":{},"5558":{},"5567":{}},"parent":{"5493":{},"5494":{},"5495":{},"5496":{},"5497":{},"5498":{},"5499":{},"5500":{},"5501":{},"5502":{},"5503":{},"5504":{},"5505":{},"5506":{},"5507":{},"5508":{},"5509":{},"5510":{},"5525":{},"5530":{},"5533":{},"5545":{},"5548":{},"5549":{},"5550":{},"5551":{},"5552":{},"5553":{},"5554":{},"5555":{},"5556":{},"5557":{},"5558":{},"5559":{},"5560":{},"5561":{},"5562":{},"5563":{},"5564":{},"5565":{},"5566":{},"5567":{},"5568":{},"5569":{},"5570":{},"5571":{},"5572":{},"5573":{},"5574":{},"5575":{},"5576":{}}}],["shopperstores.getstorespathparameters",{"_index":1831,"name":{},"parent":{"5531":{}}}],["shopperstores.getstorespathparameters.__type",{"_index":1832,"name":{},"parent":{"5532":{}}}],["shopperstores.getstoresqueryparameters",{"_index":1828,"name":{},"parent":{"5526":{}}}],["shopperstores.getstoresqueryparameters.__type",{"_index":1829,"name":{},"parent":{"5527":{},"5528":{},"5529":{}}}],["shopperstores.searchstorespathparameters",{"_index":1841,"name":{},"parent":{"5546":{}}}],["shopperstores.searchstorespathparameters.__type",{"_index":1842,"name":{},"parent":{"5547":{}}}],["shopperstores.searchstoresqueryparameters",{"_index":1834,"name":{},"parent":{"5534":{}}}],["shopperstores.searchstoresqueryparameters.__type",{"_index":1835,"name":{},"parent":{"5535":{},"5536":{},"5537":{},"5538":{},"5539":{},"5540":{},"5541":{},"5542":{},"5543":{},"5544":{}}}],["shopperstores.shopperstores",{"_index":1819,"name":{},"parent":{"5511":{},"5512":{},"5513":{},"5516":{},"5517":{},"5523":{},"5524":{}}}],["shopperstores.shopperstores.apipaths",{"_index":1821,"name":{},"parent":{"5514":{},"5515":{}}}],["shopperstores.shopperstores.paramkeys",{"_index":1823,"name":{},"parent":{"5518":{}}}],["shopperstores.shopperstores.paramkeys.__type",{"_index":1824,"name":{},"parent":{"5519":{},"5520":{},"5521":{},"5522":{}}}],["shopperstores.shopperstorestypes",{"_index":1847,"name":{},"parent":{"5577":{},"5578":{},"5579":{},"5580":{},"5581":{},"5582":{},"5583":{},"5584":{},"5585":{},"5586":{},"5587":{},"5588":{},"5589":{},"5590":{}}}],["shopperstoresparameters",{"_index":1845,"name":{"5550":{},"5557":{},"5566":{}},"parent":{}}],["shopperstorespathparameters",{"_index":1843,"name":{"5548":{},"5555":{},"5564":{},"5577":{}},"parent":{}}],["shopperstoresqueryparameters",{"_index":1844,"name":{"5549":{},"5556":{},"5565":{},"5578":{}},"parent":{}}],["shopperstorestypes",{"_index":1846,"name":{"5576":{}},"parent":{}}],["shortcode",{"_index":2,"name":{"2":{},"695":{}},"parent":{}}],["siteconfiguration",{"_index":961,"name":{"2524":{},"2527":{},"2563":{},"2571":{}},"parent":{}}],["siteid",{"_index":547,"name":{"943":{},"951":{},"959":{},"967":{},"975":{},"983":{},"990":{},"997":{},"1005":{},"1013":{},"1021":{},"1028":{},"1036":{},"1044":{},"1051":{},"1060":{},"1067":{},"1076":{},"1085":{},"1094":{},"1103":{},"1112":{},"1121":{},"1130":{},"1139":{},"1147":{},"1156":{},"1165":{},"1175":{},"1183":{},"1193":{},"1202":{},"1212":{},"1221":{},"1229":{},"1240":{},"1249":{},"1848":{},"1856":{},"1864":{},"1872":{},"1880":{},"1888":{},"1895":{},"1902":{},"1910":{},"1920":{},"1928":{},"1935":{},"1943":{},"1951":{},"1958":{},"1967":{},"1974":{},"1983":{},"1992":{},"2001":{},"2010":{},"2019":{},"2028":{},"2037":{},"2047":{},"2055":{},"2064":{},"2073":{},"2083":{},"2091":{},"2101":{},"2110":{},"2120":{},"2129":{},"2137":{},"2148":{},"2157":{},"2541":{},"2626":{},"2635":{},"2642":{},"2746":{},"2754":{},"2761":{},"2768":{},"3188":{},"3195":{},"3202":{},"3209":{},"3217":{},"3225":{},"3234":{},"3242":{},"3251":{},"3259":{},"3267":{},"3279":{},"3288":{},"3296":{},"3304":{},"3313":{},"3322":{},"3328":{},"3336":{},"3344":{},"3354":{},"3360":{},"3366":{},"3372":{},"3378":{},"3386":{},"3392":{},"3399":{},"3407":{},"3414":{},"3422":{},"3430":{},"3940":{},"3949":{},"3959":{},"3967":{},"3976":{},"3989":{},"3999":{},"4116":{},"4550":{},"4557":{},"4565":{},"4574":{},"4583":{},"4591":{},"4598":{},"4606":{},"4615":{},"4847":{},"4980":{},"4988":{},"5002":{},"5014":{},"5161":{},"5169":{},"5305":{},"5319":{},"5460":{},"5528":{},"5541":{}},"parent":{}}],["sort",{"_index":1510,"name":{"3998":{},"5322":{}},"parent":{}}],["stack",{"_index":398,"name":{"639":{}},"parent":{}}],["startdate",{"_index":1731,"name":{"5170":{}},"parent":{}}],["startwebauthnauthentication",{"_index":123,"name":{"160":{},"211":{},"238":{}},"parent":{}}],["startwebauthnauthenticationbodytype",{"_index":373,"name":{"522":{},"622":{},"4225":{},"4340":{}},"parent":{}}],["startwebauthnauthenticationpathparameters",{"_index":370,"name":{"519":{},"621":{},"4224":{},"4342":{}},"parent":{}}],["startwebauthnauthenticationqueryparameters",{"_index":368,"name":{"517":{},"620":{},"4223":{},"4341":{}},"parent":{}}],["startwebauthnauthenticationrequired",{"_index":151,"name":{"212":{}},"parent":{}}],["startwebauthnuserregistration",{"_index":124,"name":{"161":{},"213":{},"239":{}},"parent":{}}],["startwebauthnuserregistrationbodytype",{"_index":382,"name":{"533":{},"625":{},"4228":{},"4343":{}},"parent":{}}],["startwebauthnuserregistrationpathparameters",{"_index":379,"name":{"530":{},"624":{},"4227":{},"4345":{}},"parent":{}}],["startwebauthnuserregistrationqueryparameters",{"_index":377,"name":{"528":{},"623":{},"4226":{},"4344":{}},"parent":{}}],["startwebauthnuserregistrationrequired",{"_index":152,"name":{"214":{}},"parent":{}}],["state",{"_index":180,"name":{"265":{},"276":{},"436":{}},"parent":{}}],["status",{"_index":425,"name":{"701":{},"780":{},"1458":{},"1579":{},"1586":{},"1685":{},"2385":{},"2516":{},"2831":{},"3043":{},"3277":{},"3687":{},"3866":{},"4377":{},"4500":{},"4732":{},"4818":{}},"parent":{}}],["store",{"_index":1816,"name":{"5499":{},"5507":{},"5573":{},"5588":{}},"parent":{}}],["storeresult",{"_index":1817,"name":{"5500":{},"5508":{},"5574":{},"5589":{}},"parent":{}}],["stores",{"_index":1818,"name":{"5501":{},"5509":{},"5575":{},"5590":{}},"parent":{}}],["stringtobase64",{"_index":400,"name":{"641":{},"671":{}},"parent":{}}],["subscriptionstatusentry",{"_index":982,"name":{"2576":{},"2603":{},"2687":{},"2712":{}},"parent":{}}],["suggestedcategory",{"_index":1748,"name":{"5221":{},"5275":{},"5383":{},"5427":{}},"parent":{}}],["suggestedphrase",{"_index":1746,"name":{"5219":{},"5276":{},"5384":{},"5428":{}},"parent":{}}],["suggestedproduct",{"_index":1760,"name":{"5247":{},"5277":{},"5385":{},"5429":{}},"parent":{}}],["suggestedterm",{"_index":1744,"name":{"5217":{},"5278":{},"5386":{},"5430":{}},"parent":{}}],["suggestedterms",{"_index":1745,"name":{"5218":{},"5279":{},"5387":{},"5431":{}},"parent":{}}],["suggestion",{"_index":1757,"name":{"5244":{},"5280":{},"5388":{},"5432":{}},"parent":{}}],["suggestionresult",{"_index":1762,"name":{"5250":{},"5281":{},"5389":{},"5433":{}},"parent":{}}],["tags",{"_index":1007,"name":{"2628":{}},"parent":{}}],["taxes",{"_index":464,"name":{"741":{},"783":{},"1461":{},"1582":{},"1636":{},"1688":{},"2388":{},"2519":{},"4439":{},"4503":{},"4735":{},"4821":{}},"parent":{}}],["taxitem",{"_index":462,"name":{"739":{},"781":{},"1459":{},"1580":{},"1634":{},"1686":{},"2386":{},"2517":{},"4437":{},"4501":{},"4733":{},"4819":{}},"parent":{}}],["taxitems",{"_index":463,"name":{"740":{},"782":{},"1460":{},"1581":{},"1635":{},"1687":{},"2387":{},"2518":{},"4438":{},"4502":{},"4734":{},"4820":{}},"parent":{}}],["taxmode",{"_index":599,"name":{"1006":{},"1911":{}},"parent":{}}],["templateurl",{"_index":44,"name":{"51":{},"52":{}},"parent":{"52":{}}}],["templateurl.templateurl",{"_index":45,"name":{},"parent":{"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{}}}],["temporary",{"_index":838,"name":{"1912":{}},"parent":{}}],["tenant_id",{"_index":375,"name":{"524":{}},"parent":{}}],["throwonbadresponse",{"_index":27,"name":{"24":{},"34":{}},"parent":{}}],["tojson",{"_index":62,"name":{"70":{}},"parent":{}}],["token",{"_index":341,"name":{"483":{},"515":{}},"parent":{}}],["token_type_hint",{"_index":343,"name":{"484":{},"516":{}},"parent":{}}],["tokenactionrequest",{"_index":95,"name":{"103":{},"129":{},"4260":{},"4370":{}},"parent":{}}],["tokenactionrequesttokentypehintenum",{"_index":96,"name":{"104":{},"130":{},"4261":{},"4371":{}},"parent":{}}],["tokenresponse",{"_index":82,"name":{"90":{},"131":{},"4262":{},"4372":{}},"parent":{}}],["tokentype",{"_index":81,"name":{"89":{},"132":{},"4263":{},"4373":{}},"parent":{}}],["tostring",{"_index":53,"name":{"61":{}},"parent":{}}],["transferbasket",{"_index":490,"name":{"811":{},"874":{},"925":{},"1716":{},"1779":{},"1830":{}},"parent":{}}],["transferbasketpathparameters",{"_index":699,"name":{"1134":{},"1308":{},"1389":{},"1514":{},"2042":{},"2219":{},"2303":{},"2441":{}},"parent":{}}],["transferbasketqueryparameters",{"_index":694,"name":{"1128":{},"1307":{},"1388":{},"1513":{},"2035":{},"2218":{},"2302":{},"2440":{}},"parent":{}}],["transferbasketrequired",{"_index":529,"name":{"875":{},"1780":{}},"parent":{}}],["transformrequest",{"_index":26,"name":{"23":{},"33":{},"37":{}},"parent":{}}],["ui_locales",{"_index":189,"name":{"281":{}},"parent":{}}],["until",{"_index":1298,"name":{"3276":{}},"parent":{}}],["updateasagentbasket",{"_index":491,"name":{"812":{},"876":{},"926":{},"1717":{},"1781":{},"1831":{}},"parent":{}}],["updateasagentbasketpathparameters",{"_index":705,"name":{"1141":{},"1310":{},"1391":{},"1516":{},"2049":{},"2221":{},"2305":{},"2443":{}},"parent":{}}],["updateasagentbasketqueryparameters",{"_index":702,"name":{"1137":{},"1309":{},"1390":{},"1515":{},"2045":{},"2220":{},"2304":{},"2442":{}},"parent":{}}],["updateasagentbasketrequired",{"_index":530,"name":{"877":{},"1782":{}},"parent":{}}],["updateasstorefrontbasket",{"_index":492,"name":{"813":{},"878":{},"927":{},"1718":{},"1783":{},"1832":{}},"parent":{}}],["updateasstorefrontbasketpathparameters",{"_index":712,"name":{"1150":{},"1312":{},"1393":{},"1518":{},"2058":{},"2223":{},"2307":{},"2445":{}},"parent":{}}],["updateasstorefrontbasketqueryparameters",{"_index":708,"name":{"1145":{},"1311":{},"1392":{},"1517":{},"2053":{},"2222":{},"2306":{},"2444":{}},"parent":{}}],["updateasstorefrontbasketrequired",{"_index":531,"name":{"879":{},"1784":{}},"parent":{}}],["updatebasket",{"_index":493,"name":{"814":{},"880":{},"928":{},"1719":{},"1785":{},"1833":{}},"parent":{}}],["updatebasketpathparameters",{"_index":719,"name":{"1159":{},"1314":{},"1395":{},"1520":{},"2067":{},"2225":{},"2309":{},"2447":{}},"parent":{}}],["updatebasketqueryparameters",{"_index":715,"name":{"1154":{},"1313":{},"1394":{},"1519":{},"2062":{},"2224":{},"2308":{},"2446":{}},"parent":{}}],["updatebasketrequired",{"_index":532,"name":{"881":{},"1786":{}},"parent":{}}],["updatebillingaddressforbasket",{"_index":494,"name":{"815":{},"882":{},"929":{},"1720":{},"1787":{},"1834":{}},"parent":{}}],["updatebillingaddressforbasketpathparameters",{"_index":726,"name":{"1169":{},"1316":{},"1397":{},"1522":{},"2077":{},"2227":{},"2311":{},"2449":{}},"parent":{}}],["updatebillingaddressforbasketqueryparameters",{"_index":722,"name":{"1163":{},"1315":{},"1396":{},"1521":{},"2071":{},"2226":{},"2310":{},"2448":{}},"parent":{}}],["updatebillingaddressforbasketrequired",{"_index":533,"name":{"883":{},"1788":{}},"parent":{}}],["updatecustomer",{"_index":1180,"name":{"3078":{},"3139":{},"3177":{}},"parent":{}}],["updatecustomeraddress",{"_index":1181,"name":{"3079":{},"3141":{},"3178":{}},"parent":{}}],["updatecustomeraddresspathparameters",{"_index":1399,"name":{"3400":{},"3498":{},"3570":{},"3753":{}},"parent":{}}],["updatecustomeraddressqueryparameters",{"_index":1396,"name":{"3397":{},"3497":{},"3569":{},"3752":{}},"parent":{}}],["updatecustomeraddressrequired",{"_index":1214,"name":{"3142":{}},"parent":{}}],["updatecustomerforbasket",{"_index":495,"name":{"816":{},"884":{},"930":{},"1721":{},"1789":{},"1835":{}},"parent":{}}],["updatecustomerforbasketpathparameters",{"_index":732,"name":{"1177":{},"1318":{},"1399":{},"1524":{},"2085":{},"2229":{},"2313":{},"2451":{}},"parent":{}}],["updatecustomerforbasketqueryparameters",{"_index":729,"name":{"1173":{},"1317":{},"1398":{},"1523":{},"2081":{},"2228":{},"2312":{},"2450":{}},"parent":{}}],["updatecustomerforbasketrequired",{"_index":534,"name":{"885":{},"1790":{}},"parent":{}}],["updatecustomerpassword",{"_index":1182,"name":{"3080":{},"3143":{},"3179":{}},"parent":{}}],["updatecustomerpasswordpathparameters",{"_index":1405,"name":{"3408":{},"3500":{},"3572":{},"3755":{}},"parent":{}}],["updatecustomerpasswordqueryparameters",{"_index":1402,"name":{"3405":{},"3499":{},"3571":{},"3754":{}},"parent":{}}],["updatecustomerpasswordrequired",{"_index":1215,"name":{"3144":{}},"parent":{}}],["updatecustomerpathparameters",{"_index":1393,"name":{"3393":{},"3496":{},"3568":{},"3751":{}},"parent":{}}],["updatecustomerpaymentinstrument",{"_index":1183,"name":{"3081":{},"3145":{},"3180":{}},"parent":{}}],["updatecustomerpaymentinstrumentpathparameters",{"_index":1411,"name":{"3415":{},"3502":{},"3574":{},"3757":{}},"parent":{}}],["updatecustomerpaymentinstrumentqueryparameters",{"_index":1408,"name":{"3412":{},"3501":{},"3573":{},"3756":{}},"parent":{}}],["updatecustomerpaymentinstrumentrequired",{"_index":1216,"name":{"3146":{}},"parent":{}}],["updatecustomerproductlist",{"_index":1184,"name":{"3082":{},"3147":{},"3181":{}},"parent":{}}],["updatecustomerproductlistitem",{"_index":1185,"name":{"3083":{},"3149":{},"3182":{}},"parent":{}}],["updatecustomerproductlistitempathparameters",{"_index":1423,"name":{"3431":{},"3506":{},"3578":{},"3761":{}},"parent":{}}],["updatecustomerproductlistitemqueryparameters",{"_index":1420,"name":{"3428":{},"3505":{},"3577":{},"3760":{}},"parent":{}}],["updatecustomerproductlistitemrequired",{"_index":1218,"name":{"3150":{}},"parent":{}}],["updatecustomerproductlistpathparameters",{"_index":1417,"name":{"3423":{},"3504":{},"3576":{},"3759":{}},"parent":{}}],["updatecustomerproductlistqueryparameters",{"_index":1414,"name":{"3420":{},"3503":{},"3575":{},"3758":{}},"parent":{}}],["updatecustomerproductlistrequired",{"_index":1217,"name":{"3148":{}},"parent":{}}],["updatecustomerqueryparameters",{"_index":1390,"name":{"3390":{},"3495":{},"3567":{},"3750":{}},"parent":{}}],["updatecustomerrequired",{"_index":1213,"name":{"3140":{}},"parent":{}}],["updategiftcertificateiteminbasket",{"_index":496,"name":{"817":{},"886":{},"931":{},"1722":{},"1791":{},"1836":{}},"parent":{}}],["updategiftcertificateiteminbasketpathparameters",{"_index":738,"name":{"1185":{},"1320":{},"1401":{},"1526":{},"2093":{},"2231":{},"2315":{},"2453":{}},"parent":{}}],["updategiftcertificateiteminbasketqueryparameters",{"_index":735,"name":{"1181":{},"1319":{},"1400":{},"1525":{},"2089":{},"2230":{},"2314":{},"2452":{}},"parent":{}}],["updategiftcertificateiteminbasketrequired",{"_index":535,"name":{"887":{},"1792":{}},"parent":{}}],["updateiteminbasket",{"_index":497,"name":{"818":{},"888":{},"932":{},"1723":{},"1793":{},"1837":{}},"parent":{}}],["updateiteminbasketpathparameters",{"_index":744,"name":{"1195":{},"1322":{},"1403":{},"1528":{},"2103":{},"2233":{},"2317":{},"2455":{}},"parent":{}}],["updateiteminbasketqueryparameters",{"_index":741,"name":{"1190":{},"1321":{},"1402":{},"1527":{},"2098":{},"2232":{},"2316":{},"2454":{}},"parent":{}}],["updateiteminbasketrequired",{"_index":536,"name":{"889":{},"1794":{}},"parent":{}}],["updateitemsinbasket",{"_index":498,"name":{"819":{},"890":{},"933":{},"1724":{},"1795":{},"1838":{}},"parent":{}}],["updateitemsinbasketpathparameters",{"_index":750,"name":{"1205":{},"1324":{},"1405":{},"1530":{},"2113":{},"2235":{},"2319":{},"2457":{}},"parent":{}}],["updateitemsinbasketqueryparameters",{"_index":747,"name":{"1200":{},"1323":{},"1404":{},"1529":{},"2108":{},"2234":{},"2318":{},"2456":{}},"parent":{}}],["updateitemsinbasketrequired",{"_index":537,"name":{"891":{},"1796":{}},"parent":{}}],["updatepaymentinstrumentfororder",{"_index":1557,"name":{"4516":{},"4536":{},"4546":{}},"parent":{}}],["updatepaymentinstrumentfororderpathparameters",{"_index":1623,"name":{"4617":{},"4643":{},"4667":{},"4757":{}},"parent":{}}],["updatepaymentinstrumentfororderqueryparameters",{"_index":1620,"name":{"4613":{},"4642":{},"4666":{},"4756":{}},"parent":{}}],["updatepaymentinstrumentfororderrequired",{"_index":1568,"name":{"4537":{}},"parent":{}}],["updatepaymentinstrumentinbasket",{"_index":499,"name":{"820":{},"892":{},"934":{},"1725":{},"1797":{},"1839":{}},"parent":{}}],["updatepaymentinstrumentinbasketpathparameters",{"_index":756,"name":{"1214":{},"1326":{},"1407":{},"1532":{},"2122":{},"2237":{},"2321":{},"2459":{}},"parent":{}}],["updatepaymentinstrumentinbasketqueryparameters",{"_index":753,"name":{"1209":{},"1325":{},"1406":{},"1531":{},"2117":{},"2236":{},"2320":{},"2458":{}},"parent":{}}],["updatepaymentinstrumentinbasketrequired",{"_index":538,"name":{"893":{},"1798":{}},"parent":{}}],["updatepriceadjustmentinbasket",{"_index":500,"name":{"821":{},"894":{},"935":{},"1726":{},"1799":{},"1840":{}},"parent":{}}],["updatepriceadjustmentinbasketpathparameters",{"_index":762,"name":{"1222":{},"1328":{},"1409":{},"1534":{},"2130":{},"2239":{},"2323":{},"2461":{}},"parent":{}}],["updatepriceadjustmentinbasketqueryparameters",{"_index":759,"name":{"1219":{},"1327":{},"1408":{},"1533":{},"2127":{},"2238":{},"2322":{},"2460":{}},"parent":{}}],["updatepriceadjustmentinbasketrequired",{"_index":539,"name":{"895":{},"1800":{}},"parent":{}}],["updateshipmentforbasket",{"_index":501,"name":{"822":{},"896":{},"936":{},"1727":{},"1801":{},"1841":{}},"parent":{}}],["updateshipmentforbasketpathparameters",{"_index":768,"name":{"1231":{},"1330":{},"1411":{},"1536":{},"2139":{},"2241":{},"2325":{},"2463":{}},"parent":{}}],["updateshipmentforbasketqueryparameters",{"_index":765,"name":{"1227":{},"1329":{},"1410":{},"1535":{},"2135":{},"2240":{},"2324":{},"2462":{}},"parent":{}}],["updateshipmentforbasketrequired",{"_index":540,"name":{"897":{},"1802":{}},"parent":{}}],["updateshippingaddressforshipment",{"_index":502,"name":{"823":{},"898":{},"937":{},"1728":{},"1803":{},"1842":{}},"parent":{}}],["updateshippingaddressforshipmentpathparameters",{"_index":775,"name":{"1242":{},"1332":{},"1413":{},"1538":{},"2150":{},"2243":{},"2327":{},"2465":{}},"parent":{}}],["updateshippingaddressforshipmentqueryparameters",{"_index":771,"name":{"1236":{},"1331":{},"1412":{},"1537":{},"2144":{},"2242":{},"2326":{},"2464":{}},"parent":{}}],["updateshippingaddressforshipmentrequired",{"_index":541,"name":{"899":{},"1804":{}},"parent":{}}],["updateshippingmethodforshipment",{"_index":503,"name":{"824":{},"900":{},"938":{},"1729":{},"1805":{},"1843":{}},"parent":{}}],["updateshippingmethodforshipmentpathparameters",{"_index":781,"name":{"1251":{},"1334":{},"1415":{},"1540":{},"2159":{},"2245":{},"2329":{},"2467":{}},"parent":{}}],["updateshippingmethodforshipmentqueryparameters",{"_index":778,"name":{"1247":{},"1333":{},"1414":{},"1539":{},"2155":{},"2244":{},"2328":{},"2466":{}},"parent":{}}],["updateshippingmethodforshipmentrequired",{"_index":542,"name":{"901":{},"1806":{}},"parent":{}}],["updateshoppercontext",{"_index":1037,"name":{"2728":{},"2738":{},"2743":{}},"parent":{}}],["updateshoppercontextpathparameters",{"_index":1066,"name":{"2770":{},"2787":{},"2803":{},"2824":{}},"parent":{}}],["updateshoppercontextqueryparameters",{"_index":1063,"name":{"2766":{},"2786":{},"2802":{},"2823":{}},"parent":{}}],["updateshoppercontextrequired",{"_index":1043,"name":{"2739":{}},"parent":{}}],["updatesubscription",{"_index":996,"name":{"2609":{},"2616":{},"2621":{}},"parent":{}}],["updatesubscriptionpathparameters",{"_index":1015,"name":{"2637":{},"2654":{},"2666":{},"2695":{}},"parent":{}}],["updatesubscriptionqueryparameters",{"_index":1012,"name":{"2633":{},"2653":{},"2665":{},"2694":{}},"parent":{}}],["updatesubscriptionrequired",{"_index":1001,"name":{"2617":{}},"parent":{}}],["updatesubscriptions",{"_index":997,"name":{"2610":{},"2618":{},"2622":{}},"parent":{}}],["updatesubscriptionspathparameters",{"_index":1021,"name":{"2644":{},"2656":{},"2668":{},"2697":{}},"parent":{}}],["updatesubscriptionsqueryparameters",{"_index":1018,"name":{"2640":{},"2655":{},"2667":{},"2696":{}},"parent":{}}],["updatesubscriptionsrequired",{"_index":1002,"name":{"2619":{}},"parent":{}}],["url",{"_index":63,"name":{"71":{}},"parent":{}}],["urlmapping",{"_index":1795,"name":{"5442":{},"5445":{},"5483":{},"5491":{}},"parent":{}}],["urlparameters",{"_index":12,"name":{"10":{},"681":{}},"parent":{}}],["urlsegment",{"_index":1804,"name":{"5459":{}},"parent":{}}],["useasbilling",{"_index":773,"name":{"1238":{},"2146":{}},"parent":{}}],["useasshipping",{"_index":725,"name":{"1167":{},"2075":{}},"parent":{}}],["user_agent_header",{"_index":67,"name":{"75":{}},"parent":{}}],["user_agent_value",{"_index":68,"name":{"76":{}},"parent":{}}],["user_id",{"_index":202,"name":{"293":{},"311":{},"393":{},"507":{},"527":{},"537":{}},"parent":{}}],["username",{"_index":61,"name":{"69":{}},"parent":{}}],["usid",{"_index":182,"name":{"267":{},"277":{},"296":{},"354":{},"418":{},"434":{},"456":{},"2750":{},"2757":{},"2764":{},"2772":{}},"parent":{}}],["variant",{"_index":1090,"name":{"2875":{},"3044":{},"3688":{},"3867":{},"4901":{},"4944":{},"5083":{},"5128":{},"5238":{},"5282":{},"5390":{},"5434":{}},"parent":{}}],["variationattribute",{"_index":1081,"name":{"2866":{},"3045":{},"3689":{},"3868":{},"4890":{},"4945":{},"5084":{},"5129":{},"5228":{},"5283":{},"5391":{},"5435":{}},"parent":{}}],["variationattributevalue",{"_index":1080,"name":{"2865":{},"3046":{},"3690":{},"3869":{},"4889":{},"4946":{},"5085":{},"5130":{},"5227":{},"5284":{},"5392":{},"5436":{}},"parent":{}}],["variationgroup",{"_index":1082,"name":{"2867":{},"3047":{},"3691":{},"3870":{},"4893":{},"4947":{},"5086":{},"5131":{},"5239":{},"5285":{},"5393":{},"5437":{}},"parent":{}}],["version",{"_index":66,"name":{"74":{}},"parent":{"75":{},"76":{}}}],["zoneid",{"_index":1647,"name":{"4850":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/clientconfig.clientconfig-1.html b/docs/classes/clientconfig.clientconfig-1.html index adacebb9..685e7ad4 100644 --- a/docs/classes/clientconfig.clientconfig-1.html +++ b/docs/classes/clientconfig.clientconfig-1.html @@ -112,6 +112,7 @@

Constructors

Properties

property
-

redirectUrl: Redirect URL for payment methods that require user redirection to complete payment.

- -
-
property

gateway: The payment gateway used to process the payment.

property
@@ -2156,7 +2457,7 @@

OrderPaymentInstrumentPaymentReferenceGatewayE
OrderPaymentInstrumentPaymentReferenceGatewayEnum: "stripe" | "paypal" | "adyen"
@@ -2178,7 +2479,7 @@

OrderPaymentInstrumentPaymentReferenceGatewayP

paypal: # PayPal specific properties.

property
-

adyen: # Adyen specific properties.

+

adyen: # Adyen specific properties. - adyenError: Error information returned by Adyen if the payment fails. Null on success. - adyenPaymentIntent: The Adyen payment intent object containing payment details and required actions. - resultCode: The result of the payment request (for example, "REDIRECT_SHOPPER", "AUTHORISED", "PENDING", "REFUSED"). - accountID: The Adyen merchant account ID. - adyenPaymentIntentAction: The action object for payment methods requiring additional shopper interaction. - url: The URL for completing the payment (redirect or 3DS authentication). - type: The action type (for example, "redirect", "threeDS2", "voucher"). - method: The HTTP method for the action (for example, "GET", "POST"). - successful: A boolean indicating whether the Adyen operation is successful.

@@ -2186,10 +2487,10 @@

OrderPaymentInstrumentPaymentReferenceGatewayP

OrderPaymentInstrumentRequest

-
OrderPaymentInstrumentRequest: { amount?: undefined | number; bankRoutingNumber?: undefined | string; giftCertificateCode?: undefined | string; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: undefined | string; paymentReferenceRequest?: PaymentReferenceRequest } & {}
+
OrderPaymentInstrumentRequest: { amount?: undefined | number; bankRoutingNumber?: undefined | string; giftCardRequest?: GiftCardRequest; giftCertificateCode?: undefined | string; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: undefined | string; paymentReferenceRequest?: PaymentReferenceRequest } & {}
@@ -2213,6 +2514,9 @@

OrderPaymentInstrumentRequest

paymentCard: The payment card.

property
+

giftCardRequest: The gift card request.

+
+
property

paymentMethodId: The payment method ID.

  • Max Length: 256
  • @@ -2234,6 +2538,110 @@

    OrderPaymentStatusEnum

+
+ +

OrderProductItem

+
OrderProductItem: { 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; omsData?: OmsProductData; optionItems?: Array<OptionItem>; price?: undefined | number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: undefined | number; priceAfterOrderDiscount?: undefined | number; productId?: undefined | string; productListItem?: ProductListItemReference; productName?: undefined | string; qualifyingProductItemId?: undefined | string; quantity?: undefined | number; shipmentId?: undefined | string; shippingItemId?: undefined | string; tax?: undefined | number; taxBasis?: undefined | number; taxClassId?: undefined | string; taxRate?: undefined | number } & {}
+ +
+
+
property
+

omsData: Product information retrieved from Order Management (OMS). Only available in the context of an order.

+
+
property
+

adjustedTax: The tax on the line item, including any adjustments. It is read only.

+
+
property
+

basePrice: The base price of the line item, which is the unit price not including adjustments. If the taxation policy is net, it doesn't include tax. If the taxation policy is gross, it includes tax. It is read only.

+
+
property
+

bonusDiscountLineItemId: The ID of the bonus discount line item this bonus product relates to. It is read only.

+
+
property
+

bonusProductLineItem: A flag indicating whether the product item is a bonus.

+
+
property
+

bundledProductItems: The bundled product items.

+
+
property
+

gift: Returns true if the item is a gift. It is read only.

+
+
property
+

giftMessage: The gift message.

+
+
property
+

inventoryId: The inventory list ID associated with this item.

+
    +
  • Max Length: 256
  • +
+
+
property
+

itemId: The product item ID. Use it to identify this item when updating its quantity or creating a custom price adjustment for it. It is read only.

+
+
property
+

itemText: The text describing the item.

+
+
property
+

optionItems: The option items.

+
+
property
+

price: The price of the line item before applying any adjustments. If the line item is based on net pricing then the net price is returned. If the line item is based on gross pricing then the gross price is returned. It is read only.

+
+
property
+

priceAdjustments: The price adjustments.

+
+
property
+

priceAfterItemDiscount: The price of the product line item including item-level adjustments, but not including order-level adjustments or shipping charges. If the taxation policy is net, it doesn't include tax. If the taxation policy is gross, it includes tax. It is read only.

+
+
property
+

priceAfterOrderDiscount: The price of the product line item including item-level adjustments and prorated order-level adjustments, but not including shipping charges. If the taxation policy is net, it doesn't include tax. If the taxation policy is gross, it includes tax. It is read only.

+
+
property
+

productId: The ID of the product.

+
    +
  • Max Length: 100
  • +
+
+
property
+

productListItem: If this product line item was added from a product list, this value is a reference to the corresponding product list item.

+
+
property
+

productName: The name of the product.

+
+
property
+

qualifyingProductItemId: Returns the id of the ProductLineItem that qualified the basket for this bonus product. This method is only applicable if the product line item is a bonus product line item, and if the promotion is a product promotion with number of qualifying products granting a bonus-product discount. If these conditions aren't met, the method returns null. If there are multiple product line items that triggered this bonus product, this method returns the last one by position within the order.

+
    +
  • Max Length: 28
  • +
+
+
property
+

quantity: The quantity of the products represented by this item.

+
+
property
+

shipmentId: The ID of the shipment this item belongs to.

+
+
property
+

shippingItemId: If the product line item has a related shipping item, this value is its ID. A related shipping item represents a surcharge applied to individual products using a particular shipping method. It is read only.

+
+
property
+

tax: The tax for the product item, not including price adjustments. It is read only.

+
+
property
+

taxBasis: The price used to calculate the tax for this product item. It is read only.

+
+
property
+

taxClassId: The tax class ID for the product item, or null if no tax class ID is associated with the product item. It is read only.

+
+
property
+

taxRate: The tax rate, which is the decimal tax rate to be applied to the product represented by this item. It is read only.

+
+
+
+

OrderShippingStatusEnum

@@ -2566,10 +2974,10 @@

ProductDetailsLink

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; omsData?: OmsData; optionItems?: Array<OptionItem>; price?: undefined | number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: undefined | number; priceAfterOrderDiscount?: undefined | number; productId?: undefined | string; productListItem?: ProductListItemReference; productName?: undefined | string; qualifyingProductItemId?: undefined | string; quantity?: undefined | number; shipmentId?: undefined | string; shippingItemId?: undefined | string; tax?: undefined | number; taxBasis?: undefined | number; taxClassId?: undefined | string; taxRate?: undefined | number } & {}
+
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; qualifyingProductItemId?: undefined | string; quantity?: undefined | number; shipmentId?: undefined | string; shippingItemId?: undefined | string; tax?: undefined | number; taxBasis?: undefined | number; taxClassId?: undefined | string; taxRate?: undefined | number } & {}
@@ -2650,9 +3058,6 @@

ProductItem

shippingItemId: If the product line item has a related shipping item, this value is its ID. A related shipping item represents a surcharge applied to individual products using a particular shipping method. It is read only.

property
-

omsData:

-
-
property

tax: The tax for the product item, not including price adjustments. It is read only.

property
@@ -2754,64 +3159,6 @@

ProductListLinkTypeEnum

-
- -

SchemasOmsData

-
SchemasOmsData: { shipments?: Array<SchemasShipment>; status?: undefined | string } & {}
- -
-
-
property
-

status: Current status of the order

-
-
property
-

shipments: List of shipments associated with the order

-
-
-
-
-
- -

SchemasShipment

-
SchemasShipment: { actualDeliveryDate?: undefined | string; expectedDeliveryDate?: undefined | string; id?: undefined | string; provider?: undefined | string; shipmentItems?: Array<ShipmentItem>; status?: undefined | string; trackingNumber?: undefined | string; trackingUrl?: undefined | string } & {}
- -
-
-
property
-

id: Unique identifier for the shipment

-
-
property
-

status: Current status of the shipment

-
-
property
-

provider: Shipping provider name

-
-
property
-

trackingNumber: Tracking number for the shipment

-
-
property
-

trackingUrl: URL to track the shipment

-
-
property
-

expectedDeliveryDate: Expected delivery date and time

-
-
property
-

actualDeliveryDate: Actual delivery date and time (null if not yet delivered)

-
-
property
-

shipmentItems: Items included in this shipment

-
-
-
-

Shipment

@@ -2880,29 +3227,6 @@

Shipment

-
- -

ShipmentItem

-
ShipmentItem: { id?: undefined | string; productItemId?: undefined | string; quantity?: undefined | number } & {}
- -
-
-
property
-

id: Unique identifier for the shipment item

-
-
property
-

productItemId: Reference to the product item in the order

-
-
property
-

quantity: Quantity of product items with the referenced productItemId in this shipment

-
-
-
-

ShipmentShippingStatusEnum

@@ -3641,6 +3965,12 @@

Const defaultBaseUri BasketChannelTypeEnum +
  • + BasketProductItem +
  • +
  • + BasketProductItem +
  • BasketTaxationEnum
  • @@ -3707,6 +4037,18 @@

    Const defaultBaseUri GetOrderExpandEnum +
  • + GiftCardRequest +
  • +
  • + GiftCardRequest +
  • +
  • + GiftCardResponse +
  • +
  • + GiftCardResponse +
  • GiftCertificateItem
  • @@ -3732,10 +4074,28 @@

    Const defaultBaseUriOmsData
  • - OmsDataStatusEnum + OmsProductData +
  • +
  • + OmsProductData
  • - OmsDataStatusEnum + OmsProductDataStatusEnum +
  • +
  • + OmsProductDataStatusEnum +
  • +
  • + OmsShipment +
  • +
  • + OmsShipment +
  • +
  • + OmsShipmentItem +
  • +
  • + OmsShipmentItem
  • OptionItem @@ -3821,6 +4181,12 @@

    Const defaultBaseUri OrderPaymentStatusEnum

  • +
  • + OrderProductItem +
  • +
  • + OrderProductItem +
  • OrderShippingStatusEnum
  • @@ -3923,30 +4289,12 @@

    Const defaultBaseUri ProductListLinkTypeEnum -
  • - SchemasOmsData -
  • -
  • - SchemasOmsData -
  • -
  • - SchemasShipment -
  • -
  • - SchemasShipment -
  • Shipment
  • Shipment
  • -
  • - ShipmentItem -
  • -
  • - ShipmentItem -
  • ShipmentShippingStatusEnum
  • @@ -4139,6 +4487,9 @@

    Const defaultBaseUri BasketChannelTypeEnum +
  • + BasketProductItem +
  • BasketTaxationEnum
  • @@ -4172,6 +4523,12 @@

    Const defaultBaseUri GetOrderExpandEnum +
  • + GiftCardRequest +
  • +
  • + GiftCardResponse +
  • GiftCertificateItem
  • @@ -4185,7 +4542,16 @@

    Const defaultBaseUriOmsData
  • - OmsDataStatusEnum + OmsProductData +
  • +
  • + OmsProductDataStatusEnum +
  • +
  • + OmsShipment +
  • +
  • + OmsShipmentItem
  • OptionItem @@ -4229,6 +4595,9 @@

    Const defaultBaseUri OrderPaymentStatusEnum

  • +
  • + OrderProductItem +
  • OrderShippingStatusEnum
  • @@ -4280,18 +4649,9 @@

    Const defaultBaseUri ProductListLinkTypeEnum -
  • - SchemasOmsData -
  • -
  • - SchemasShipment -
  • Shipment
  • -
  • - ShipmentItem -
  • ShipmentShippingStatusEnum
  • diff --git a/docs/modules/shopperorders.shopperorderstypes.html b/docs/modules/shopperorders.shopperorderstypes.html index ee5b0101..bee275f4 100644 --- a/docs/modules/shopperorders.shopperorderstypes.html +++ b/docs/modules/shopperorders.shopperorderstypes.html @@ -78,6 +78,7 @@

    Type aliases

    +
    + +

    BasketProductItem

    +
    BasketProductItem: ShopperOrdersModelTypes.BasketProductItem
    + +

    BasketTaxationEnum

    @@ -200,7 +214,7 @@

    BonusDiscountLineItem

    BonusDiscountLineItem: ShopperOrdersModelTypes.BonusDiscountLineItem
    @@ -210,7 +224,7 @@

    CouponItem

    CouponItem: ShopperOrdersModelTypes.CouponItem
    @@ -220,7 +234,7 @@

    CouponItemStatusCodeEnum

    CouponItemStatusCodeEnum: ShopperOrdersModelTypes.CouponItemStatusCodeEnum
    @@ -230,7 +244,7 @@

    CustomerInfo

    CustomerInfo: ShopperOrdersModelTypes.CustomerInfo
    @@ -240,7 +254,7 @@

    Discount

    Discount: ShopperOrdersModelTypes.Discount
    @@ -250,7 +264,7 @@

    DiscountTypeEnum

    DiscountTypeEnum: ShopperOrdersModelTypes.DiscountTypeEnum
    @@ -260,7 +274,7 @@

    ErrorResponse

    ErrorResponse: ShopperOrdersModelTypes.ErrorResponse
    @@ -270,7 +284,7 @@

    FailOrderRequest

    FailOrderRequest: ShopperOrdersModelTypes.FailOrderRequest
    @@ -280,7 +294,7 @@

    FailOrderRequestReasonCodeEnum

    FailOrderRequestReasonCodeEnum: ShopperOrdersModelTypes.FailOrderRequestReasonCodeEnum
    @@ -294,13 +308,33 @@

    GetOrderExpandEnum

    +
    + +

    GiftCardRequest

    +
    GiftCardRequest: ShopperOrdersModelTypes.GiftCardRequest
    + +
    +
    + +

    GiftCardResponse

    +
    GiftCardResponse: ShopperOrdersModelTypes.GiftCardResponse
    + +

    GiftCertificateItem

    GiftCertificateItem: ShopperOrdersModelTypes.GiftCertificateItem
    @@ -310,7 +344,7 @@

    GroupedTaxItem

    GroupedTaxItem: ShopperOrdersModelTypes.GroupedTaxItem
    @@ -320,7 +354,7 @@

    LocaleCode

    LocaleCode: ShopperOrdersModelTypes.LocaleCode
    @@ -330,17 +364,47 @@

    OmsData

    OmsData: ShopperOrdersModelTypes.OmsData
    - -

    OmsDataStatusEnum

    -
    OmsDataStatusEnum: ShopperOrdersModelTypes.OmsDataStatusEnum
    + +

    OmsProductData

    +
    OmsProductData: ShopperOrdersModelTypes.OmsProductData
    +
    +
    + +

    OmsProductDataStatusEnum

    +
    OmsProductDataStatusEnum: ShopperOrdersModelTypes.OmsProductDataStatusEnum
    + +
    +
    + +

    OmsShipment

    +
    OmsShipment: ShopperOrdersModelTypes.OmsShipment
    + +
    +
    + +

    OmsShipmentItem

    +
    OmsShipmentItem: ShopperOrdersModelTypes.OmsShipmentItem
    +
    @@ -350,7 +414,7 @@

    OptionItem

    OptionItem: ShopperOrdersModelTypes.OptionItem
    @@ -360,7 +424,7 @@

    Order

    Order: ShopperOrdersModelTypes.Order
    @@ -370,7 +434,7 @@

    OrderAddress

    OrderAddress: ShopperOrdersModelTypes.OrderAddress
    @@ -380,7 +444,7 @@

    OrderChannelTypeEnum

    OrderChannelTypeEnum: ShopperOrdersModelTypes.OrderChannelTypeEnum
    @@ -390,7 +454,7 @@

    OrderConfirmationStatusEnum

    OrderConfirmationStatusEnum: ShopperOrdersModelTypes.OrderConfirmationStatusEnum
    @@ -400,7 +464,7 @@

    OrderExportStatusEnum

    OrderExportStatusEnum: ShopperOrdersModelTypes.OrderExportStatusEnum
    @@ -410,7 +474,7 @@

    OrderLookupRequest

    OrderLookupRequest: ShopperOrdersModelTypes.OrderLookupRequest
    @@ -420,7 +484,7 @@

    OrderPaymentCardRequest

    OrderPaymentCardRequest: ShopperOrdersModelTypes.OrderPaymentCardRequest
    @@ -430,7 +494,7 @@

    OrderPaymentInstrument

    OrderPaymentInstrument: ShopperOrdersModelTypes.OrderPaymentInstrument
    @@ -440,7 +504,7 @@

    OrderPaymentInstrumentPaymentReference

    OrderPaymentInstrumentPaymentReference: ShopperOrdersModelTypes.OrderPaymentInstrumentPaymentReference
    @@ -450,7 +514,7 @@

    OrderPaymentInstrumentPaymentReferenceGatewayE
    OrderPaymentInstrumentPaymentReferenceGatewayEnum: ShopperOrdersModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayEnum
    @@ -460,7 +524,7 @@

    OrderPaymentInstrumentPaymentReferenceGatewayP
    OrderPaymentInstrumentPaymentReferenceGatewayProperties: ShopperOrdersModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayProperties
    @@ -470,7 +534,7 @@

    OrderPaymentInstrumentRequest

    OrderPaymentInstrumentRequest: ShopperOrdersModelTypes.OrderPaymentInstrumentRequest
    @@ -480,7 +544,17 @@

    OrderPaymentStatusEnum

    OrderPaymentStatusEnum: ShopperOrdersModelTypes.OrderPaymentStatusEnum
    + +
    + +

    OrderProductItem

    +
    OrderProductItem: ShopperOrdersModelTypes.OrderProductItem
    +
    @@ -490,7 +564,7 @@

    OrderShippingStatusEnum

    OrderShippingStatusEnum: ShopperOrdersModelTypes.OrderShippingStatusEnum
    @@ -500,7 +574,7 @@

    OrderStatusEnum

    OrderStatusEnum: ShopperOrdersModelTypes.OrderStatusEnum
    @@ -510,7 +584,7 @@

    OrderTaxationEnum

    OrderTaxationEnum: ShopperOrdersModelTypes.OrderTaxationEnum
    @@ -520,7 +594,7 @@

    PaymentCard

    PaymentCard: ShopperOrdersModelTypes.PaymentCard
    @@ -530,7 +604,7 @@

    PaymentCardSpec

    PaymentCardSpec: ShopperOrdersModelTypes.PaymentCardSpec
    @@ -540,7 +614,7 @@

    PaymentMethod

    PaymentMethod: ShopperOrdersModelTypes.PaymentMethod
    @@ -550,7 +624,7 @@

    PaymentMethodResult

    PaymentMethodResult: ShopperOrdersModelTypes.PaymentMethodResult
    @@ -560,7 +634,7 @@

    PaymentReferenceRequest

    PaymentReferenceRequest: ShopperOrdersModelTypes.PaymentReferenceRequest
    @@ -570,7 +644,7 @@

    PaymentReferenceRequestGatewayEnum

    PaymentReferenceRequestGatewayEnum: ShopperOrdersModelTypes.PaymentReferenceRequestGatewayEnum
    @@ -580,7 +654,7 @@

    PaymentReferenceRequestGatewayProperties

    PaymentReferenceRequestGatewayProperties: ShopperOrdersModelTypes.PaymentReferenceRequestGatewayProperties
    @@ -590,7 +664,7 @@

    PriceAdjustment

    PriceAdjustment: ShopperOrdersModelTypes.PriceAdjustment
    @@ -600,7 +674,7 @@

    ProductDetailsLink

    ProductDetailsLink: ShopperOrdersModelTypes.ProductDetailsLink
    @@ -610,7 +684,7 @@

    ProductItem

    ProductItem: ShopperOrdersModelTypes.ProductItem
    @@ -620,7 +694,7 @@

    ProductListItemReference

    ProductListItemReference: ShopperOrdersModelTypes.ProductListItemReference
    @@ -630,7 +704,7 @@

    ProductListItemReferenceTypeEnum

    ProductListItemReferenceTypeEnum: ShopperOrdersModelTypes.ProductListItemReferenceTypeEnum
    @@ -640,7 +714,7 @@

    ProductListLink

    ProductListLink: ShopperOrdersModelTypes.ProductListLink
    @@ -650,27 +724,7 @@

    ProductListLinkTypeEnum

    ProductListLinkTypeEnum: ShopperOrdersModelTypes.ProductListLinkTypeEnum
    - -
    - -

    SchemasOmsData

    -
    SchemasOmsData: ShopperOrdersModelTypes.SchemasOmsData
    - -
    -
    - -

    SchemasShipment

    -
    SchemasShipment: ShopperOrdersModelTypes.SchemasShipment
    -
    @@ -680,17 +734,7 @@

    Shipment

    Shipment: ShopperOrdersModelTypes.Shipment
    - -
    - -

    ShipmentItem

    -
    ShipmentItem: ShopperOrdersModelTypes.ShipmentItem
    -
    @@ -700,7 +744,7 @@

    ShipmentShippingStatusEnum

    ShipmentShippingStatusEnum: ShopperOrdersModelTypes.ShipmentShippingStatusEnum
    @@ -710,7 +754,7 @@

    ShippingItem

    ShippingItem: ShopperOrdersModelTypes.ShippingItem
    @@ -720,7 +764,7 @@

    ShippingMethod

    ShippingMethod: ShopperOrdersModelTypes.ShippingMethod
    @@ -730,7 +774,7 @@

    ShippingPromotion

    ShippingPromotion: ShopperOrdersModelTypes.ShippingPromotion
    @@ -760,7 +804,7 @@

    Status

    Status: ShopperOrdersModelTypes.Status
    @@ -770,7 +814,7 @@

    TaxItem

    TaxItem: ShopperOrdersModelTypes.TaxItem
    @@ -780,7 +824,7 @@

    TaxItems

    TaxItems: ShopperOrdersModelTypes.TaxItems
    @@ -790,7 +834,7 @@

    Taxes

    Taxes: ShopperOrdersModelTypes.Taxes
    @@ -1063,6 +1107,9 @@

    updatePaymentInstrumentForOrderQueryParameters
  • BasketChannelTypeEnum
  • +
  • + BasketProductItem +
  • BasketTaxationEnum
  • @@ -1096,6 +1143,12 @@

    updatePaymentInstrumentForOrderQueryParameters
  • GetOrderExpandEnum
  • +
  • + GiftCardRequest +
  • +
  • + GiftCardResponse +
  • GiftCertificateItem
  • @@ -1109,7 +1162,16 @@

    updatePaymentInstrumentForOrderQueryParameters OmsData
  • - OmsDataStatusEnum + OmsProductData +
  • +
  • + OmsProductDataStatusEnum +
  • +
  • + OmsShipment +
  • +
  • + OmsShipmentItem
  • OptionItem @@ -1153,6 +1215,9 @@

    updatePaymentInstrumentForOrderQueryParameters
  • OrderPaymentStatusEnum
  • +
  • + OrderProductItem +
  • OrderShippingStatusEnum
  • @@ -1204,18 +1269,9 @@

    updatePaymentInstrumentForOrderQueryParameters
  • ProductListLinkTypeEnum
  • -
  • - SchemasOmsData -
  • -
  • - SchemasShipment -
  • Shipment
  • -
  • - ShipmentItem -
  • ShipmentShippingStatusEnum
  • diff --git a/docs/modules/shopperpayments.html b/docs/modules/shopperpayments.html index cfcfc892..8888423f 100644 --- a/docs/modules/shopperpayments.html +++ b/docs/modules/shopperpayments.html @@ -73,16 +73,14 @@

    Index

    References

    - - -
    -
    - -

    PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponse

    -
    PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponse: { paymentMethods?: Array<PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponsePaymentMethodsInner> } & {}
    - -
    -
    -
    property
    -

    paymentMethods: Available payment methods from gateway

    -
    -
    -
    -
    -
    - -

    PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponsePaymentMethodsInner

    -
    PaymentConfigurationPaymentMethodSetAccountsInnerGatewayResponsePaymentMethodsInner: { brands?: Array<string>; type?: undefined | string } & {}
    - -
    -
    property
    -

    brands: Supported card brands

    +

    country: The country associated with this payment account configuration

    +
      +
    • Max Length: 256
    • +
    property
    -

    type: Payment method type

    +

    paymentMethods: Available payment methods from gateway (optional, null if not an Adyen account)

    @@ -429,7 +414,7 @@

    ShopperPaymentsParameters

    @@ -444,7 +429,7 @@

    ShopperPaymentsPathParameters

    ShopperPaymentsPathParameters: Partial<getPaymentConfigurationPathParameters & {}>
    @@ -459,7 +444,7 @@

    ShopperPaymentsQueryParameters

    ShopperPaymentsQueryParameters: Partial<getPaymentConfigurationQueryParameters & {}>
    @@ -474,7 +459,7 @@

    getPaymentConfigurationPathParameters

    getPaymentConfigurationPathParameters: { organizationId: string }
    @@ -489,15 +474,18 @@
    organizationId:

    getPaymentConfigurationQueryParameters

    -
    getPaymentConfigurationQueryParameters: { countryCode?: undefined | string; currency: string; siteId: string; zoneId?: string | null }
    +
    getPaymentConfigurationQueryParameters: { amount?: number | null; countryCode?: undefined | string; currency: string; siteId: string; zoneId?: string | null }

    Type declaration

      +
    • +
      Optional amount?: number | null
      +
    • Optional countryCode?: undefined | string
    • @@ -609,6 +597,12 @@

      Const defaultBaseUri

    @@ -170,7 +182,7 @@

    ErrorResponse

    ErrorResponse: ShopperSearchModelTypes.ErrorResponse
    @@ -190,7 +202,7 @@

    Image

    Image: ShopperSearchModelTypes.Image
    @@ -200,7 +212,7 @@

    ImageGroup

    ImageGroup: ShopperSearchModelTypes.ImageGroup
    @@ -210,7 +222,7 @@

    LocaleCode

    LocaleCode: ShopperSearchModelTypes.LocaleCode
    @@ -220,7 +232,7 @@

    PageMetaTag

    PageMetaTag: ShopperSearchModelTypes.PageMetaTag
    @@ -230,7 +242,7 @@

    PaginatedResultBase

    PaginatedResultBase: ShopperSearchModelTypes.PaginatedResultBase
    @@ -240,7 +252,17 @@

    PriceRange

    PriceRange: ShopperSearchModelTypes.PriceRange
    + +
    + +

    ProcessedQuery

    +
    ProcessedQuery: ShopperSearchModelTypes.ProcessedQuery
    +
    @@ -250,7 +272,7 @@

    ProductPriceTable

    ProductPriceTable: ShopperSearchModelTypes.ProductPriceTable
    @@ -260,7 +282,7 @@

    ProductPromotion

    ProductPromotion: ShopperSearchModelTypes.ProductPromotion
    @@ -270,7 +292,7 @@

    ProductRef

    ProductRef: ShopperSearchModelTypes.ProductRef
    @@ -290,7 +312,7 @@

    ProductSearchHit

    ProductSearchHit: ShopperSearchModelTypes.ProductSearchHit
    @@ -300,7 +322,7 @@

    ProductSearchRefinement

    ProductSearchRefinement: ShopperSearchModelTypes.ProductSearchRefinement
    @@ -310,7 +332,7 @@

    ProductSearchRefinementValue

    ProductSearchRefinementValue: ShopperSearchModelTypes.ProductSearchRefinementValue
    @@ -320,7 +342,7 @@

    ProductSearchResult

    ProductSearchResult: ShopperSearchModelTypes.ProductSearchResult
    @@ -330,7 +352,7 @@

    ProductSearchSortingOption

    ProductSearchSortingOption: ShopperSearchModelTypes.ProductSearchSortingOption
    @@ -340,7 +362,7 @@

    ProductSuggestions

    ProductSuggestions: ShopperSearchModelTypes.ProductSuggestions
    @@ -350,7 +372,7 @@

    ProductType

    ProductType: ShopperSearchModelTypes.ProductType
    @@ -360,7 +382,7 @@

    ResultBase

    ResultBase: ShopperSearchModelTypes.ResultBase
    @@ -390,7 +412,7 @@

    SuggestedCategory

    SuggestedCategory: ShopperSearchModelTypes.SuggestedCategory
    @@ -400,7 +422,7 @@

    SuggestedPhrase

    SuggestedPhrase: ShopperSearchModelTypes.SuggestedPhrase
    @@ -410,7 +432,7 @@

    SuggestedProduct

    SuggestedProduct: ShopperSearchModelTypes.SuggestedProduct
    @@ -420,7 +442,7 @@

    SuggestedTerm

    SuggestedTerm: ShopperSearchModelTypes.SuggestedTerm
    @@ -430,7 +452,7 @@

    SuggestedTerms

    SuggestedTerms: ShopperSearchModelTypes.SuggestedTerms
    @@ -440,7 +462,7 @@

    Suggestion

    Suggestion: ShopperSearchModelTypes.Suggestion
    @@ -450,7 +472,7 @@

    SuggestionResult

    SuggestionResult: ShopperSearchModelTypes.SuggestionResult
    @@ -460,7 +482,7 @@

    Variant

    Variant: ShopperSearchModelTypes.Variant
    @@ -470,7 +492,7 @@

    VariationAttribute

    VariationAttribute: ShopperSearchModelTypes.VariationAttribute
    @@ -480,7 +502,7 @@

    VariationAttributeValue

    VariationAttributeValue: ShopperSearchModelTypes.VariationAttributeValue
    @@ -490,7 +512,7 @@

    VariationGroup

    VariationGroup: ShopperSearchModelTypes.VariationGroup
    @@ -617,6 +639,9 @@

    productSearchQueryParameters