Home > @shopware-pwa/shopware-6-client > ClientSettings

# ClientSettings interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface ClientSettings 

# Properties

Property Type Description
accessToken? string (BETA) (Optional) id specific for each sales channel
auth? { username: string; password: string; } (BETA) (Optional) credentials for HTTP basic auth
contextToken? string (BETA) (Optional) session id (dynamic)
defaultPaginationLimit? number (BETA) (Optional) default amount of products shown on listings
endpoint? string (BETA) (Optional) shopware URL
languageId? string (BETA) (Optional) id of current language
timeout? number (BETA) (Optional) timeout limit (ms)