Wildberries

Wildberries is the largest Russian online retailer.

Go to site
Explore
/
Apps
/
Wildberries

Wildberries API Integrations

Build and run workflows using the Wildberries API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Using the Wildberries API, developers can create amazing applications for interacting with Wildberries products. This powerful API provides a powerful set of tools for searching, buying, and managing products and provides a wide range of samples and related data to make it easier to build applications. Here are a few examples of what developers can build using the Wildberries API:

  • Mobile applications that allow users to browse products, purchase items, and track orders
  • Dynamic pricing applications that quickly adjust prices according to real-time changes in demand
  • Search engines that allow users to quickly find the exact product they are looking for
  • Tools that assist admin in managing products and analyzing customer behavior
  • Shopping bots that help automated product searches and purchases
  • Recommendation engines that suggest products to customers based on their past purchases
  • Data-driven applications for monitoring product pricing and stock levels
  • Marketplace apps that allow vendors to advertise products and buyers to purchase them
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    wildberries: {
      type: "app",
      app: "wildberries",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://suppliers-api.wildberries.ru/public/api/v1/info`,
      headers: {
        "accept": `application/json`,
        "Authorization": `${this.wildberries.$auth.api_key}`,
      },
      params: {
        quantity: `0`,
      },
    })
  },
})

Choose an API to Connect with Wildberries API

1
-
12
of
1000+
apps by most popular

List Order Stickers with Wildberries API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Wildberries
 
Try it
List Order Stickers with Wildberries API on New Message in Channel from Discord Bot API
Discord Bot + Wildberries
 
Try it
List Order Stickers with Wildberries API on New Submission from Typeform API
Typeform + Wildberries
 
Try it
List Order Stickers with Wildberries API on Custom Events from Zoom API
Zoom + Wildberries
 
Try it
List Order Stickers with Wildberries API on New Submission (Instant) from Jotform API
Jotform + Wildberries
 
Try it
List Order Stickers with the Wildberries API

List order stickers. See docs here

 
Try it
List Orders with the Wildberries API

Returns a list of orders. See docs here

 
Try it
Update Order Status with the Wildberries API

Update a order status. See docs here

 
Try it

Authentication

Wildberries uses API keys for authentication. When you connect your Wildberries account, Pipedream securely stores the keys so you can easily authenticate to Wildberries APIs in both code and no-code steps.

Generate and copy your API key from your Wildberry account settings.