Skip to content

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

FieldTypeRequiredDescriptionExample
xApiKeyIdstring✔️N/A
xUserIdstring✔️N/A
xExchangeJwtExternalUserIdstring✔️N/A
createTextStoreRequestcomponents.CreateTextStoreRequest✔️N/A{
"store_name": "product_catalog"
}