Wildberries API TypeScript SDK / <internal> / PickupCustomsDeclarationItem
Interface: PickupCustomsDeclarationItem
Defined in: types/in-store-pickup.types.ts:226
Per-order item in a setCustomsDeclarationBulk request.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId | number | - | types/in-store-pickup.types.ts:227 |
<a id="customsdeclaration"></a> customsDeclaration | string | Customs declaration number (17–29 chars). | types/in-store-pickup.types.ts:229 |
<a id="origincountrycode"></a> originCountryCode | string | Numeric country-of-origin code (ОКСМ, https://esnsi.gosuslugi.ru/classifiers/16269). REQUIRED for B2B since 2026-07-08. | types/in-store-pickup.types.ts:231 |