Baselinker

Learn how to use Baselinker with Composio

Overview

SLUG

BASELINKER

Description

BaseLinker is a comprehensive e-commerce management platform that integrates with various marketplaces, online stores, carriers, and accounting systems to streamline order processing, inventory management, and sales automation.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: BASELINKER_GET_ORDERS_BY_EMAIL

Tool to search for orders by e-mail address. use when you need to retrieve all orders linked to a specific customer email in baselinker.

Action Parameters

email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_EXTERNAL_STORAGES_LIST

Tool to retrieve a list of available external storages connected to baselinker. use after authenticating to discover connected shops or warehouses.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_INVENTORY_DOCUMENTS

Tool to retrieve a list of inventory documents. use when you need to fetch inventory records with optional filters for id, type, status, date range, warehouse, or pagination.

Action Parameters

filter_date_from
integer
filter_date_to
integer
filter_document_id
integer
filter_document_status
integer
filter_document_type
integer
filter_warehouse_id
integer
page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_INVENTORY_DOCUMENT_SERIES

Tool to retrieve available inventory document series. use when you need to assign a numbering series to a new inventory document.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_INVENTORY_PURCHASE_ORDERS

Tool to retrieve a list of purchase orders from baselinker storage. use when you need to fetch purchase orders with optional filters like date range, supplier or pagination.

Action Parameters

date_from
integer
date_to
integer
filter_document_number
string
inventory_id
integer
page
integer
series_id
integer
supplier_id
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_INVENTORY_PURCHASE_ORDER_SERIES

Tool to retrieve a list of purchase order document series. use when you need to select a numbering series for a new purchase order.

Action Parameters

warehouse_id
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_NEW_RECEIPTS

Tool to retrieve receipts waiting to be issued. use after confirming fiscal printer availability; fetch pending receipts and mark them with setorderreceipt.

Action Parameters

id_from
integer
series_id
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_ORDERS

Tool to download orders from baselinker order manager. use when you need to fetch orders filtered by date, status, or other criteria.

Action Parameters

date_confirmed_from
integer
date_from
integer
filter_email
string
filter_order_source
string
filter_order_source_id
integer
get_unconfirmed_orders
boolean
id_from
integer
include_custom_extra_fields
boolean
order_id
integer
status_id
integer
with_commission
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_ORDER_EXTRA_FIELDS

Tool to retrieve extra fields defined for orders. use before fetching orders with include custom extra fields to list available custom order fields.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_ORDER_STATUS_LIST

Tool to retrieve a list of order statuses created in the baselinker order manager. use when you need to map status ids to human-readable names.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_SERIES

Tool to download invoice/receipt numbering series. use when you need to retrieve all series configurations before issuing documents.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASELINKER_GET_STORAGES_LIST

Tool to download a list of available storages accessible via api. use when you need to discover storage endpoints and capabilities before performing storage-specific operations.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired