Download orders from BaseLinker order manager with optional filtering. Use this tool to: - Fetch all orders from a specific date onwards - Retrieve a single order by ID - Filter orders by status, email, or marketplace source - Paginate through orders using id_from parameter Retu…
id_fromintegerOnly return orders with IDs greater than this value. Useful for pagination.
order_idintegerRetrieve a single specific order by its BaseLinker order ID.
date_fromintegerUnix timestamp. Only return orders created on or after this date.
status_idintegerFilter orders by status ID. Use getOrderStatusList to get available status IDs.
filter_emailstringFilter orders by customer email address (exact match).
date_confirmed_fromintegerUnix timestamp. Only return orders confirmed on or after this date.
filter_order_sourcestringFilter orders by source name (e.g., 'ebay', 'amazon', 'allegro').
filter_shop_order_idstringFilter by shop-specific order ID (the ID from the external marketplace/shop).
include_connect_databooleanIf true, include Base Connect integration and contractor data. Default: false.
filter_order_source_idintegerFilter orders by source account ID. Requires filter_order_source to be set.
get_unconfirmed_ordersbooleanIf true, include unconfirmed orders (e.g., orders where customer hasn't completed delivery form). Default: false.
include_commission_databooleanIf true, include marketplace commission data for each product. Default: false.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.