RequestVariables
Request variables is a set of values, passed via cookies by default. It's subset might be passed to the endpoint via query params.
interface RequestVariables {
channel?: string;
country?: string;
currency?: string;
customerGroupId?: string;
locale?: string;
store?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
channel | Optional | string | |
country | Optional | string | |
currency | Optional | string | |
customerGroupId | Optional | string | |
locale | Optional | string | |
store | Optional | string |