Actions2
- Поставки Actions
Overview
This node interacts with the "Поставки" (Supplies) resource of an API, specifically performing the "Post Acceptance Options" operation. It allows users to send data related to acceptance options for supplies, optionally filtered by a warehouse ID. This can be useful in scenarios where you need to update or submit acceptance-related information for inventory or supply chain management within specific warehouses.
Practical examples include:
- Submitting acceptance details for goods received at a particular warehouse.
- Sending configuration or option data related to supply acceptance processes.
- Automating supply acceptance workflows by integrating with external systems via this API.
Properties
| Name | Meaning |
|---|---|
| Warehouse ID | The ID of the warehouse. If not specified, data for all warehouses is returned. Maximum one value allowed. |
| Body | JSON object containing the request body data to be sent with the operation. |
Output
The node outputs JSON data corresponding to the response from the API after posting the acceptance options. The structure of the JSON output depends on the API's response format and typically includes confirmation or status information about the posted acceptance options.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the WB API.
- Uses the base URL and endpoint definitions from a bundled OpenAPI specification.
- The node expects JSON content-type headers and sends requests accordingly.
Troubleshooting
Common issues:
- Invalid or missing Warehouse ID may cause the API to return errors or unexpected data.
- Malformed JSON in the Body property will likely result in request failures.
- Authentication errors if the API key credential is not configured properly.
Error messages:
- Errors related to invalid JSON body: Ensure the Body property contains valid JSON.
- Authorization errors: Verify that the API key credential is set up and has necessary permissions.
- API endpoint errors: Confirm that the Warehouse ID is correct and exists in the system.
Links and References
- No direct links provided in the source code.
- Refer to the official WB API documentation for detailed information on the "Поставки" resource and "Post Acceptance Options" operation.