Wildberries API TypeScript SDK / <internal> / SetGtinBulkRequest
Interface: SetGtinBulkRequest
Defined in: types/in-store-pickup.types.ts:385
Request body for InStorePickupModule.setGtinBulk.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orders"></a> orders | { orderId: number; gtin: string; }[] | Orders with GTIN values (max 1000). | types/in-store-pickup.types.ts:387 |