CreateTextStoreRequest
Example Usage
typescript
import { CreateTextStoreRequest } from "@meetkai/mka1/models/operations";
let value: CreateTextStoreRequest = {
xApiKeyId: "<id>",
xUserId: "<id>",
xExchangeJwtExternalUserId: "<id>",
createTextStoreRequest: {
storeName: "product_catalog",
},
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xApiKeyId | string | ✔️ | N/A | |
xUserId | string | ✔️ | N/A | |
xExchangeJwtExternalUserId | string | ✔️ | N/A | |
createTextStoreRequest | components.CreateTextStoreRequest | ✔️ | N/A | { "store_name": "product_catalog" } |