Skip to content

Wildberries API TypeScript SDK / <internal> / ApiOrderClientInfo

Interface: ApiOrderClientInfo

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

Example

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

Properties

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

Made with ❤️ for the Wildberries developer community