Wildberries API TypeScript SDK / <internal> / DeleteMetaBulkRequest
Interface: DeleteMetaBulkRequest
Defined in: types/in-store-pickup.types.ts:351
Request body for InStorePickupModule.deleteMetaBulk.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="key"></a> key | PickupMetadataKey | Label identifier type to delete (only one per request). | types/in-store-pickup.types.ts:353 |
<a id="ordersids"></a> ordersIds | number[] | Assembly order IDs (max 1000). | types/in-store-pickup.types.ts:355 |