Skip to content

Wildberries API TypeScript SDK / <internal> / StatusSetResponse

Interface: StatusSetResponse

Defined in: types/orders-dbs.types.ts:215

Response item for bulk status change operations

Properties

PropertyTypeDescriptionDefined in
<a id="orderid"></a> orderId?numberOrder IDtypes/orders-dbs.types.ts:217
<a id="iserror"></a> isError?booleanWhether an error occurredtypes/orders-dbs.types.ts:219
<a id="errors"></a> errors?{ code?: number; detail?: string; metaDetails?: MetaValidationDetail[]; }[]Array of errors (if isError is true)types/orders-dbs.types.ts:221

Made with ❤️ for the Wildberries developer community