Skip to content

Wildberries API TypeScript SDK / <internal> / UploadTaskResponse

Interface: UploadTaskResponse

Defined in: types/products.types.ts:643

Response for upload task creation (POST /api/v2/upload/task, /task/size, /task/club-discount)

Properties

PropertyTypeDescriptionDefined in
<a id="data"></a> data?{ id?: number; alreadyExists?: boolean; }Upload task datatypes/products.types.ts:645
data.id?numberUpload task IDtypes/products.types.ts:647
data.alreadyExists?booleanWhether this upload already existstypes/products.types.ts:649
<a id="error"></a> error?booleanError flagtypes/products.types.ts:652
<a id="errortext"></a> errorText?stringError descriptiontypes/products.types.ts:654

Made with ❤️ for the Wildberries developer community