(storeId: string)
| 236 | } |
| 237 | |
| 238 | async retrieve(storeId: string): Promise<unknown> { |
| 239 | return await this.client.stores.retrieve(storeId); |
| 240 | } |
| 241 | |
| 242 | async create(options: CreateStoreOptions): Promise<unknown> { |
| 243 | return await this.client.stores.create({ |