Skip to content

Wildberries API TypeScript SDK / <internal> / B2BInfoResult

Interface: B2BInfoResult

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

B2B buyer information result

Properties

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

Made with ❤️ for the Wildberries developer community