Skip to content

Wildberries API TypeScript SDK / DBWSetMetaBulkResponse

Interface: DBWSetMetaBulkResponse

Defined in: types/orders-fbw.types.ts:444

Response from bulk metadata set operations for DBW orders. Mirrors DBS SetMetaBulkResponse.

Since

3.11.0

Properties

PropertyTypeDescriptionDefined in
<a id="orders"></a> orders{ orderId: number; success: boolean; error?: string; }[]Per-order set resultstypes/orders-fbw.types.ts:446
<a id="errors"></a> errors?{ orderId: number; message: string; code: string; }[]Array of per-order errors (present when some orders failed)types/orders-fbw.types.ts:448

Made with ❤️ for the Wildberries developer community