Baselinker
baselinkerBaseLinker 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.
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get External Storages ListBASELINKER_GET_EXTERNAL_STORAGES_LISTAcciónTool to retrieve a list of available external storages connected to baselinker. use after authenticating to discover connected shops or warehouses.
BASELINKER_GET_EXTERNAL_STORAGES_LISTAcciónTool to retrieve a list of available external storages connected to baselinker. use after authenticating to discover connected shops or warehouses.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Inventory DocumentsBASELINKER_GET_INVENTORY_DOCUMENTSAcciónTool 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.
BASELINKER_GET_INVENTORY_DOCUMENTSAcciónTool 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.
Parámetros de entrada
pageintegerPage number of results (max 100 documents per page).
filter_date_tointegerMaximum creation date (Unix timestamp) to filter by.
filter_date_fromintegerMinimum creation date (Unix timestamp) to filter by.
filter_document_idintegerSpecific inventory document ID to filter by.
filter_warehouse_idintegerWarehouse ID to filter by.
filter_document_typeintegerenumDocument type to filter by: 0=GR, 1=IGR, 2=GI, 3=IGI, 4=IT, 5=OB.
012345filter_document_statusintegerenumDocument status to filter by: 0=Draft, 1=Confirmed.
01
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Inventory Document SeriesBASELINKER_GET_INVENTORY_DOCUMENT_SERIESAcciónTool to retrieve available inventory document series. use when you need to assign a numbering series to a new inventory document.
BASELINKER_GET_INVENTORY_DOCUMENT_SERIESAcciónTool to retrieve available inventory document series. use when you need to assign a numbering series to a new inventory document.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Inventory Purchase OrdersBASELINKER_GET_INVENTORY_PURCHASE_ORDERSAcciónTool 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.
BASELINKER_GET_INVENTORY_PURCHASE_ORDERSAcciónTool 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.
Parámetros de entrada
pageintegerPage number of results (100 purchase orders per page).
date_tointegerUnix timestamp up to which purchase orders should be retrieved.
date_fromintegerUnix timestamp from which purchase orders should be retrieved.
series_idintegerLimit results to a specific document series ID.
supplier_idintegerLimit results to a specific supplier ID.
inventory_idintegerCatalog ID. The list of identifiers can be retrieved using getInventories.
filter_document_numberstringFilter by document number (full or partial match).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Inventory Purchase Order SeriesBASELINKER_GET_INVENTORY_PURCHASE_ORDER_SERIESAcciónTool to retrieve a list of purchase order document series. use when you need to select a numbering series for a new purchase order.
BASELINKER_GET_INVENTORY_PURCHASE_ORDER_SERIESAcciónTool to retrieve a list of purchase order document series. use when you need to select a numbering series for a new purchase order.
Parámetros de entrada
warehouse_idintegerFilter series by warehouse ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get New ReceiptsBASELINKER_GET_NEW_RECEIPTSAcciónTool to retrieve receipts waiting to be issued. use after confirming fiscal printer availability; fetch pending receipts and mark them with setorderreceipt.
BASELINKER_GET_NEW_RECEIPTSAcciónTool to retrieve receipts waiting to be issued. use after confirming fiscal printer availability; fetch pending receipts and mark them with setorderreceipt.
Parámetros de entrada
id_fromintegerRetrieve receipts with receipt_id greater than this value. Defaults to 0 if omitted.
series_idintegerFilter receipts by numbering series ID. Use separate series when multiple fiscal printers exist.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Order Extra FieldsBASELINKER_GET_ORDER_EXTRA_FIELDSAcciónTool to retrieve extra fields defined for orders. use before fetching orders with include custom extra fields to list available custom order fields.
BASELINKER_GET_ORDER_EXTRA_FIELDSAcciónTool to retrieve extra fields defined for orders. use before fetching orders with include custom extra fields to list available custom order fields.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get OrdersBASELINKER_GET_ORDERSAcciónTool to download orders from baselinker order manager. use when you need to fetch orders filtered by date, status, or other criteria.
BASELINKER_GET_ORDERSAcciónTool to download orders from baselinker order manager. use when you need to fetch orders filtered by date, status, or other criteria.
Parámetros de entrada
id_fromintegerFetch orders with IDs greater than this value
order_idintegerFetch a single order by its ID
date_fromintegerUnix timestamp to fetch orders created from this date
status_idintegerFilter by order status ID
filter_emailstringFilter orders by customer email
with_commissionbooleanInclude commission information for products
date_confirmed_fromintegerUnix timestamp to fetch orders confirmed from this date
filter_order_sourcestringFilter orders by source name
filter_order_source_idintegerFetch orders from this source ID; requires filter_order_source
get_unconfirmed_ordersbooleanInclude unconfirmed orders
include_custom_extra_fieldsbooleanInclude custom extra fields
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Orders by EmailBASELINKER_GET_ORDERS_BY_EMAILAcciónTool to search for orders by e-mail address. use when you need to retrieve all orders linked to a specific customer email in baselinker.
BASELINKER_GET_ORDERS_BY_EMAILAcciónTool to search for orders by e-mail address. use when you need to retrieve all orders linked to a specific customer email in baselinker.
Parámetros de entrada
emailstringObligatorioE-mail address to search for orders (max length 50).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Order Status ListBASELINKER_GET_ORDER_STATUS_LISTAcciónTool 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.
BASELINKER_GET_ORDER_STATUS_LISTAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SeriesBASELINKER_GET_SERIESAcciónTool to download invoice/receipt numbering series. use when you need to retrieve all series configurations before issuing documents.
BASELINKER_GET_SERIESAcciónTool to download invoice/receipt numbering series. use when you need to retrieve all series configurations before issuing documents.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Storages ListBASELINKER_GET_STORAGES_LISTAcciónTool 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.
BASELINKER_GET_STORAGES_LISTAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not