Actions14
- Product Actions
- Order (FBBS) Actions
- Warehouse Actions
- Report Actions
Overview
This node integrates with the OZON Seller API to retrieve sales reports. Specifically, when using the Report resource with the Sales operation, it fetches sales realization data from the OZON platform. This is useful for sellers who want to automate the retrieval of their sales performance data, analyze sales trends, or integrate sales data into other workflows such as accounting, inventory management, or business intelligence tools.
A practical example: A seller could use this node to automatically pull daily sales reports and then feed that data into a spreadsheet or database for further analysis or reporting.
Properties
| Name | Meaning |
|---|---|
| Payload (JSON) | Optional JSON payload string. If provided, it will be parsed and merged with the auto-generated request payload sent to the OZON API. This allows customization or extension of the default request parameters. |
Output
The node outputs a JSON object containing the sales report data returned by the OZON API. The exact structure depends on the API response but generally includes details about sales realizations such as order information, product details, quantities sold, prices, dates, and other relevant sales metrics.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the OZON Seller API.
- The node uses the official OZON Seller API endpoints.
- Network access to the OZON API service is required.
- Optional configuration for maximum retry attempts in case of transient errors or rate limiting.
Troubleshooting
- Invalid JSON in Payload: If the "Payload (JSON)" property contains malformed JSON, the node will throw an error indicating invalid JSON. Ensure the JSON syntax is correct.
- API Errors: The node handles HTTP errors and retries on rate limits or server errors up to a configured number of times. Persistent errors may indicate incorrect credentials, insufficient permissions, or issues with the API service.
- Timeouts or Connectivity Issues: Network problems can cause request failures. Verify network connectivity and API endpoint accessibility.
- Error Messages: Errors are prefixed with "OZON error" and include the API's error message and HTTP status code. Use these messages to diagnose issues such as authentication failures or invalid request parameters.
Links and References
- OZON Seller API Documentation (official API docs)
- n8n Documentation (for general node usage and credential setup)