Skip to content

Wildberries API TypeScript SDK / <internal> / ApiOrderClientInfo

Interface: ApiOrderClientInfo

Defined in: types/in-store-pickup.types.ts:160

Example

json
{
 "phone": "+71111111111",
 "firstName": "Иван",
 "orderID": 1234567,
 "phoneCode": 1234567
}

Properties

PropertyTypeDescriptionDefined in
<a id="phone"></a> phone?stringТелефон для связи с покупателем. Чтобы связаться с покупателем наберите этот номер и введите добавочный код. Данный номер не является прямым номером покупателя.types/in-store-pickup.types.ts:162
<a id="firstname"></a> firstName?stringИмя покупателяtypes/in-store-pickup.types.ts:164
<a id="orderid"></a> orderID?numberID сборочного заданияtypes/in-store-pickup.types.ts:166
<a id="phonecode"></a> phoneCode?numberДобавочный кодtypes/in-store-pickup.types.ts:168

Made with ❤️ for the Wildberries developer community