Kaufland Marketplace

Consume Kaufland Marketplace API

Overview

This node interacts with the Kaufland Marketplace API to retrieve order information. Specifically, the 'Get Order' operation fetches details of a single order using its unique order identifier. This is useful for sellers or administrators who need to access specific order data for processing, tracking, or customer service purposes.

Use Case Examples

  1. Retrieve detailed information about a specific order by providing its unique order number or sales order ID.
  2. Use the node to integrate Kaufland Marketplace order data into an automated workflow for order management or reporting.

Properties

Name Meaning
Order Identifier Unique order number or sales order ID used to fetch the specific order details.

Output

JSON

  • id - Unique identifier of the order.
  • status - Current status of the order.
  • customer - Information about the customer who placed the order.
  • items - List of items included in the order.
  • totalAmount - Total monetary value of the order.

Dependencies

  • Kaufland Marketplace API

Troubleshooting

  • Ensure the provided Order Identifier is correct and exists in the Kaufland Marketplace system to avoid 'order not found' errors.
  • Verify that the API credentials for Kaufland Marketplace are correctly configured and have the necessary permissions to access order data.
  • Check network connectivity and API endpoint availability if requests fail or time out.

Links

Discussion