Wildberries API TypeScript SDK / getWriteOperations
Function: getWriteOperations()
ts
function getWriteOperations(): string[];Defined in: config/operation-metadata.ts:3323
Get all write operations (not readonly)
Returns
string[]
Array of operation keys that have side effects
Example
typescript
import { getWriteOperations } from 'daytona-wildberries-typescript-sdk';
const writeOps = getWriteOperations();
// Returns: ['products.createContentTag', 'products.createCardsUpload', ...]
// These operations should NOT be automatically retried