Skip to content

Wildberries API TypeScript SDK / FbsStatusEvent

Interface: FbsStatusEvent

Defined in: utils/classifyFbsReturnCategory.ts:9

Single FBS status event from order status history. Consumer shapes this from their order_wb_status_history table or SDK call.

Since

v3.10.0

Properties

PropertyTypeDescriptionDefined in
<a id="status"></a> statusstringStatus code (e.g., 'new', 'confirmed', 'assembled', 'delivered', 'cancelled', 'defected', 'returned', 'canceled_by_client'/'cancelled_by_client')utils/classifyFbsReturnCategory.ts:11
<a id="date"></a> datestringISO 8601 timestamp when status was setutils/classifyFbsReturnCategory.ts:13

Made with ❤️ for the Wildberries developer community