Skip to content

Wildberries API TypeScript SDK / <internal> / B2BInfoResult

Interface: B2BInfoResult

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

B2B buyer information result

Properties

PropertyTypeDescriptionDefined in
<a id="orderid"></a> orderId?numberOrder IDtypes/orders-dbs.types.ts:228
<a id="iserror"></a> isError?booleanWhether an error occurredtypes/orders-dbs.types.ts:230
<a id="data"></a> data?{ orgName?: string; inn?: string; kpp?: string; }B2B buyer data (present if isError is false)types/orders-dbs.types.ts:232
data.orgName?stringOrganization nametypes/orders-dbs.types.ts:234
data.inn?stringINN (Tax ID)types/orders-dbs.types.ts:236
data.kpp?stringKPP (may be empty for individual entrepreneurs)types/orders-dbs.types.ts:238
<a id="errors"></a> errors?{ code?: number; detail?: string; }[]Array of errors (present if isError is true)types/orders-dbs.types.ts:241

Made with ❤️ for the Wildberries developer community