WbTariffs icon

WbTariffs

n8n node to interact with WB API

Actions4

Overview

This node interacts with the Wildberries (WB) API to retrieve tariff information related to pallets for warehouse coefficients. Specifically, the "Get Tariffs Pallet" operation fetches tariff data based on a given date. This can be useful in scenarios where users need to obtain pricing or cost details for pallet storage or handling on specific dates, such as logistics planning, cost analysis, or inventory management.

Practical examples include:

  • Calculating storage costs for pallets on a particular day.
  • Integrating tariff data into financial reports or dashboards.
  • Automating tariff retrieval for dynamic pricing models.

Properties

Name Meaning
Date The date for which the pallet tariffs are requested, formatted as YYYY-MM-DD.

Output

The node outputs JSON data containing the tariff information for pallets corresponding to the specified date. The exact structure depends on the WB API response but typically includes tariff rates, conditions, and possibly metadata about the tariffs.

No binary data output is indicated.

Dependencies

  • Requires access to the Wildberries API.
  • Needs an API key credential configured in n8n for authentication with the WB API.
  • The base URL and request headers are preconfigured based on the bundled OpenAPI specification.

Troubleshooting

  • Invalid Date Format: If the date is not in the required YYYY-MM-DD format, the API may return an error or no data. Ensure the date input matches the expected format.
  • Authentication Errors: Missing or incorrect API credentials will cause authorization failures. Verify that the API key credential is correctly set up.
  • Network Issues: Connectivity problems to the WB API endpoint can result in timeouts or failed requests.
  • Empty or Unexpected Responses: If the API returns empty data, confirm that tariffs exist for the specified date.

Links and References

  • Wildberries API documentation (refer to official WB API docs for tariff endpoints)
  • n8n documentation on creating and using API credentials
  • OpenAPI specification used internally by the node (not publicly linked here)

Discussion