Wildberries API TypeScript SDK / <internal> / SetCustomsDeclarationBulkRequest
Interface: SetCustomsDeclarationBulkRequest
Defined in: types/orders-dbs.types.ts:508
Request body for setCustomsDeclarationBulk
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orders"></a> orders | { orderId: number; customsDeclaration: string; }[] | Array of orders with customs declaration numbers to set | types/orders-dbs.types.ts:510 |