BaseProps
Additional properties modifying responses from SAP Commerce Cloud.
interface BaseProps {
currency?: string;
fields?: "BASIC" | "DEFAULT" | "FULL" | string | string[];
lang?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
currency | Optional | string | Selected store currency. Default currency will be overwritten. |
fields | Optional | "BASIC" | "DEFAULT" | "FULL" | string | string[] | Response configuration. List of fields returned in the response body. |
lang | Optional | string | Selected store language. Default language will be overwritten. |