Skip to content

Wildberries API TypeScript SDK / getReadonlyOperations

Function: getReadonlyOperations()

ts
function getReadonlyOperations(): string[];

Defined in: config/operation-metadata.ts:3302

Get all readonly operations

Returns

string[]

Array of operation keys that are safe to retry

Example

typescript
import { getReadonlyOperations } from 'daytona-wildberries-typescript-sdk';

const safeToRetry = getReadonlyOperations();
// Returns: ['general.ping', 'general.news', 'products.getParentAll', ...]

Made with ❤️ for the Wildberries developer community