UNPKG

@pipedream/wildberries

Version:

Pipedream Wildberries Components

34 lines (33 loc) 877 B
declare const _default: import("@pipedream/types").App<{ _getBaseUrl(): "https://suppliers-api.wildberries.ru/api/v2"; _getHeaders(): { "content-type": string; Authorization: string; }; _getRequestParams(opts: any): any; listOrders($: any, params: any): Promise<any>; updateOrderStatus($: any, params: any): Promise<any>; listOrderStickers($: any, params: any, asPdf: any): Promise<any>; filterEmptyValues(obj: any): {}; }, { orderId: { type: string; label: string; description: string; }; orderIds: { type: string; label: string; description: string; }; status: { label: string; type: string; description: string; options: { label: string; value: string; }[]; }; }>; export default _default;