@pipedream/wildberries
Version:
Pipedream Wildberries Components
83 lines (82 loc) • 2.46 kB
TypeScript
declare const _default: import("@pipedream/types").Action<unknown, {
app: 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;
}[];
};
}>;
orderIds: {
propDefinition: (string | 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;
}[];
};
}>)[];
};
type: {
label: string;
type: string;
description: string;
default: string;
options: string[];
};
asPdf: {
type: string;
label: string;
description: string;
default: boolean;
};
}>;
export default _default;