Actions10
Overview
This node interacts with the Kaufland Marketplace API to retrieve multiple orders. It supports fetching a paginated list of orders with options to limit the number of items per page, skip a certain number of items for pagination, and include orders fulfilled by Kaufland (FBK). This is useful for sellers who want to automate order management, synchronize order data with other systems, or analyze order trends.
Use Case Examples
- Fetch the first 100 orders to synchronize with an external database.
- Retrieve orders starting from the 50th item to implement pagination in a custom dashboard.
- Include Kaufland-fulfilled orders to get a complete view of all orders including those fulfilled by Kaufland.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of orders to retrieve per page, with a maximum of 250 items. |
| Offset | Number of orders to skip from the start, used for pagination. |
| Include FBK Orders | Boolean flag to include orders fulfilled by Kaufland (FBK) by applying a filter on fulfilment type. |
Output
JSON
data- Array of order objects returned from the Kaufland Marketplace API, each representing an order with its details.
Dependencies
- Requires an API key credential for Kaufland Marketplace API authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access order data.
- If the node returns an empty array, verify the limit and offset parameters to ensure they are within valid ranges and that there are orders available matching the criteria.
- If including FBK orders, confirm that the filter syntax is supported and that such orders exist in the account.
Links
- Kaufland Marketplace API Documentation - Official documentation for the Kaufland Marketplace API, providing details on endpoints, parameters, and usage.