baselinker.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
Connect
getConnectIntegrationContractors
connect.getConnectIntegrationContractors
Tool to retrieve a list of contractors connected to a selected Base Connect integration. Use when you need to discover available contractors for a specific integration before performing contractor-specific operations.
Risk: read
contractors full type
contractors full type
getConnectIntegrations
connect.getConnectIntegrations
Tool to retrieve a list of all Base Connect integrations on this account. Returns both integrations created on the account and integrations to which the account has connected.
Risk: read
integrations full type
integrations full type
Couriers
createPackageManual
couriers.createPackageManual
Tool to register shipping details for orders when shipments are created outside BaseLinker. Use when you need to add tracking numbers and courier information for manually created shipments. Supports marking packages as return shipments.
Risk: write
getCourierAccounts
couriers.getCourierAccounts
Tool to retrieve the list of accounts connected to a given courier. Use when you need to identify available courier accounts before performing shipping operations.
Risk: read
accounts full type
accounts full type
getCourierFields
couriers.getCourierFields
Tool to retrieve the form fields required for creating shipments with a specific courier. Use when you need to discover which fields are required or optional for shipment creation.
Risk: read
fields full type
fields full type
package_fields full type
package_fields full type
getCourierPackagesStatusHistory
couriers.getCourierPackagesStatusHistory
Tool to retrieve the history of status changes for courier packages. Use when you need to track the delivery progress of shipments through their complete status timeline. Returns chronological status updates for up to 100 packages per request.
Risk: read
package_ids full type
package_ids full type
packages_history full type
packages_history full type
getCouriersList
couriers.getCouriersList
Tool to retrieve a list of available couriers from BaseLinker. Use when you need to discover which shipping carriers are configured before creating packages or querying courier-specific fields.
Risk: read
couriers full type
couriers full type
getOrderPackages
couriers.getOrderPackages
Tool to download shipments previously created for a selected order. Use when you need to retrieve tracking numbers, courier information, and delivery status for order packages.
Risk: read
packages full type
packages full type
getPackageDetails
couriers.getPackageDetails
Tool to get detailed information about a package. If the package contains multiple subpackages, information about all of them is included in the response. Use when you need comprehensive package dimensions, weight, COD, insurance, and shipping cost details.
Risk: read
package_details full type
package_details full type
getProtocol
couriers.getProtocol
Tool to download a parcel protocol for selected shipments. Use when you need to retrieve shipping protocol documents (PDF or HTML) for packages sent via a courier. The protocol is available only if supported by the chosen courier.
Risk: read
package_ids full type
package_ids full type
package_numbers full type
package_numbers full type
getRequestParcelPickupFields
couriers.getRequestParcelPickupFields
Tool to retrieve additional fields for a parcel pickup request from a specific courier. Use when preparing to request a parcel pickup and need to know which additional information the courier requires (e.g., pickup time, contact details, special instructions).
Risk: read
fields full type
fields full type
runRequestParcelPickup
couriers.runRequestParcelPickup
Tool to request a parcel pickup for previously created shipments. Use when you need to schedule a courier pickup for packages that have been created. The method sends a pickup request to the courier API if the courier supports it. Use getRequestParcelPickupFields first to check if the courier requires additional fields.
Risk: write
package_ids full type
package_ids full type
package_numbers full type
package_numbers full type
fields full type
fields full type
Documents
addInvoice
documents.addInvoice
Tool to issue an order invoice in BaseLinker. Use when you need to generate an invoice for an existing order using a specific numbering series.
Risk: write
addInvoiceCorrection
documents.addInvoiceCorrection
Tool to issue an order invoice correction. Use when correcting pricing errors, handling returns, or updating invoice data. Either original_invoice_id or return_order_id must be provided.
Risk: write
items full type
items full type
getInvoiceFile
documents.getInvoiceFile
Tool to retrieve an invoice file from BaseLinker in base64-encoded format. Use when you need to download an invoice document generated by BaseLinker or from an external accounting system.
Risk: read
getInvoices
documents.getInvoices
Download invoices from BaseLinker order manager with optional filtering. Use this tool to: - Fetch all invoices from a specific date onwards - Retrieve a single invoice by ID or order ID - Filter invoices by numbering series - Paginate through invoices using id_from parameter Returns up to 100 invoices per request. Use getSeries to get available series IDs for filtering.
Risk: read
invoices full type
invoices full type
getNewReceipts
documents.getNewReceipts
Tool to retrieve receipts waiting to be issued. Use after confirming fiscal printer availability; fetch pending receipts and mark them with setOrderReceipt.
Risk: read
orders full type
orders full type
products full type
products full type
getReceipts
documents.getReceipts
Tool to retrieve issued receipts from BaseLinker. Use when you need to fetch historical receipt data. Max 100 receipts returned per request.
Risk: read
receipts full type
receipts full type
getSeries
documents.getSeries
Tool to download invoice/receipt numbering series. Use when you need to retrieve all series configurations before issuing documents.
Risk: read
series full type
series full type
setOrderReceipt
documents.setOrderReceipt
Tool to mark orders with a receipt already issued. Use after printing receipts retrieved from getNewReceipts to confirm receipt issuance.
Risk: write
External Storages
addCategory
externalStorages.addCategory
Tool to add a new category to BaseLinker storage (shops, warehouses, or BaseLinker inventory). Use when you need to create a new category in a connected storage’s category structure. Requires a storage_id which can be obtained from GetExternalStoragesList or use ‘bl_1’ for BaseLinker inventory.
Risk: write
getExternalStorageProductsQuantity
externalStorages.getExternalStorageProductsQuantity
Retrieve stock quantities from an external storage (shop/wholesaler) connected to BaseLinker. Use this tool to check current inventory levels for products in external integrations. Returns product IDs with their quantities, including variant-level stock if applicable.
Risk: read
products full type
products full type
getExternalStoragesList
externalStorages.getExternalStoragesList
Retrieve a list of external storages (shops, warehouses, wholesalers) connected to BaseLinker that can be referenced via API. Returns storage IDs (e.g., ‘shop_2444’, ‘warehouse_1334’), names, and supported API methods for each storage. Use this to discover available integrations before calling storage-specific methods like getExternalStorageProductsList.
Risk: read
storages full type
storages full type
getStoragesList
externalStorages.getStoragesList
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.
Risk: read
storages full type
storages full type
Inventory
addInventory
inventory.addInventory
Tool to add or update a BaseLinker catalog (inventory). Use when you need to create a new catalog or update an existing one with the same identifier.
Risk: write
languages full type
languages full type
price_groups full type
price_groups full type
warehouses full type
warehouses full type
addInventoryCategory
inventory.addInventoryCategory
Tool to add or update a category in the BaseLinker catalog. Use when you need to create a new category or update an existing one. Adding a category with the same identifier again updates the previously saved category.
Risk: write
addInventoryManufacturer
inventory.addInventoryManufacturer
Tool to add or update a manufacturer in the BaseLinker catalog. Use when you need to create a new manufacturer or update an existing one. Adding a manufacturer with the same identifier again updates the previously saved manufacturer.
Risk: write
addInventoryPayer
inventory.addInventoryPayer
Tool to add a new payer or update an existing one in BaseLinker storage. Use when you need to create a new payer with contact details or update an existing payer’s information.
Risk: write
addInventoryPriceGroup
inventory.addInventoryPriceGroup
Tool to create or update a price group in BaseLinker storage. Use when you need to define pricing tiers (e.g., wholesale, retail, VIP) that can be later assigned to inventory items via addInventory method.
Risk: write
addInventoryProduct
inventory.addInventoryProduct
Add a new product to BaseLinker catalog or update an existing product. Use when creating inventory items or modifying product details like SKU, price, stock, dimensions, and text fields. Provide product_id to update existing products, omit it to create new ones.
Risk: write
ean_additional full type
ean_additional full type
prices full type
prices full type
stock full type
stock full type
locations full type
locations full type
text_fields full type
text_fields full type
images full type
images full type
videos full type
videos full type
media_options full type
media_options full type
links full type
links full type
bundle_products full type
bundle_products full type
suppliers full type
suppliers full type
warnings full type
warnings full type
addInventorySupplier
inventory.addInventorySupplier
Tool to add a new supplier or update an existing one in BaseLinker storage. Use when you need to manage supplier information for inventory management. If supplier_id is provided, the existing supplier will be updated; otherwise, a new supplier will be created.
Risk: write
addInventoryWarehouse
inventory.addInventoryWarehouse
Tool to add a new warehouse or update an existing warehouse in BaseLinker inventories. Use when you need to create new warehouse locations for inventory management or update warehouse details. Adding a warehouse with the same identifier again will update the previously saved warehouse. The method does not allow editing warehouses created automatically for external stocks.
Risk: write
deleteInventory
inventory.deleteInventory
Tool to delete a catalog from BaseLinker storage. Use when you need to permanently remove an inventory/catalog.
Risk: destructive · Irreversible
deleteInventoryCategory
inventory.deleteInventoryCategory
Tool to remove categories from BaseLinker warehouse. Along with the category, the products contained therein are removed (however, this does not apply to products in subcategories). The subcategories will be changed to the highest level categories.
Risk: destructive · Irreversible
deleteInventoryManufacturer
inventory.deleteInventoryManufacturer
Tool to remove a manufacturer from the BaseLinker catalog. Use when you need to delete a manufacturer that is no longer needed or was added by mistake.
Risk: destructive · Irreversible
deleteInventoryPayer
inventory.deleteInventoryPayer
Tool to remove a payer from BaseLinker storage. Use when you need to delete an existing payer entry by its ID.
Risk: destructive · Irreversible
deleteInventoryPriceGroup
inventory.deleteInventoryPriceGroup
Tool to remove a price group from BaseLinker storage. Use when you need to delete an existing price group by its identifier.
Risk: destructive · Irreversible
deleteInventoryProduct
inventory.deleteInventoryProduct
Tool to remove a product from the BaseLinker catalog. Use when you need to permanently delete an inventory product by its ID.
Risk: destructive · Irreversible
deleteInventoryWarehouse
inventory.deleteInventoryWarehouse
Tool to remove a warehouse from BaseLinker inventories. Use when you need to delete a warehouse that is no longer needed. Note: This method does not allow removal of warehouses created automatically for external stock management (shops, wholesalers, etc.).
Risk: destructive · Irreversible
getInventories
inventory.getInventories
Tool to retrieve a list of catalogs (inventories) available in the BaseLinker storage. Use when you need to discover available catalogs and their configurations before performing inventory-specific operations.
Risk: read
inventories full type
inventories full type
getInventoryAvailableTextFieldKeys
inventory.getInventoryAvailableTextFieldKeys
Tool to retrieve a list of product text fields that can be overwritten for a specific integration. Use when you need to discover which text fields are available for modification within a given inventory catalog.
Risk: read
text_field_keys full type
text_field_keys full type
getInventoryCategories
inventory.getInventoryCategories
Tool to retrieve a list of categories for a BaseLinker catalog. Use when you need to fetch category hierarchies for inventory management or product organization.
Risk: read
categories full type
categories full type
getInventoryExtraFields
inventory.getInventoryExtraFields
Tool to retrieve extra fields defined for BaseLinker catalog inventory items. Use before fetching or updating inventory products to list available custom fields.
Risk: read
extra_fields full type
extra_fields full type
getInventoryIntegrations
inventory.getInventoryIntegrations
Tool to retrieve a list of integrations where text values in the catalog can be overwritten. Use when you need to discover which sales channels support text customization and what languages are available for each integration.
Risk: read
integrations full type
integrations full type
getInventoryManufacturers
inventory.getInventoryManufacturers
Tool to retrieve a list of manufacturers from the BaseLinker catalog. Use when you need to view all manufacturers available in the system before adding or modifying manufacturer information.
Risk: read
manufacturers full type
manufacturers full type
getInventoryPayers
inventory.getInventoryPayers
Tool to retrieve a list of payers available in BaseLinker storage. Use when you need to list payers, optionally filtered by ID or name.
Risk: read
payers full type
payers full type
getInventoryPriceGroups
inventory.getInventoryPriceGroups
Tool to retrieve price groups existing in BaseLinker storage. Use when you need to discover available pricing tiers before assigning them to inventory items or performing price-related operations.
Risk: read
price_groups full type
price_groups full type
getInventoryPrintoutTemplates
inventory.getInventoryPrintoutTemplates
Tool to retrieve a list of all configured printout templates available for inventory (products). Use when you need to discover available printout templates before generating product documents.
Risk: read
printouts full type
printouts full type
getInventoryProductLogs
inventory.getInventoryProductLogs
Tool to retrieve a list of events related to product changes in the BaseLinker catalog. Use when tracking product modification history, auditing changes, or monitoring inventory updates.
Risk: read
logs full type
logs full type
getInventoryProductsData
inventory.getInventoryProductsData
Tool to retrieve detailed data for selected products from the BaseLinker inventory. Use when you need comprehensive product information including SKU, prices, stock, dimensions, descriptions, images, variants, and bundle details.
Risk: read
products full type
products full type
products full type
products full type
getInventoryProductsList
inventory.getInventoryProductsList
Tool to retrieve basic data of chosen products from BaseLinker catalogs. Use when you need to list products with optional filtering by ID, category, EAN, SKU, name, price range, or stock levels. Supports pagination for large catalogs (1000 products per page).
Risk: read
products full type
products full type
getInventoryProductsPrices
inventory.getInventoryProductsPrices
Retrieve gross prices of products from BaseLinker inventories. Use when you need to get pricing information for products and their variants across different price groups. Supports pagination for large product catalogs.
Risk: read
products full type
products full type
getInventoryProductsStock
inventory.getInventoryProductsStock
Tool to retrieve stock data of products from BaseLinker catalogs. Use when you need to check current inventory levels, reservations, or variant stock across warehouses. Results are paginated at 1000 products per page.
Risk: read
products full type
products full type
getInventorySuppliers
inventory.getInventorySuppliers
Tool to retrieve a list of suppliers available in BaseLinker storage. Use when you need to list suppliers, optionally filtered by ID or name.
Risk: read
suppliers full type
suppliers full type
getInventoryTags
inventory.getInventoryTags
Tool to retrieve a list of tags for a BaseLinker catalog. Use when you need to view all tags available in the system before categorizing or filtering inventory items.
Risk: read
getInventoryWarehouses
inventory.getInventoryWarehouses
Tool to retrieve a list of warehouses available in BaseLinker inventories. Use when you need to discover available warehouse locations before performing inventory or stock operations. Returns warehouses created manually as well as those created automatically for external stocks (shops, wholesalers).
Risk: read
warehouses full type
warehouses full type
runProductMacroTrigger
inventory.runProductMacroTrigger
Tool to execute a personal trigger for products automatic actions. Use when you need to manually run a custom event trigger for a specific product in BaseLinker inventory.
Risk: write
updateInventoryProductsStock
inventory.updateInventoryProductsStock
Tool to update stocks of products and their variants in BaseLinker catalog. Use when you need to modify inventory levels for products across warehouses. Maximum 1000 products per request.
Risk: write
products full type
products full type
warnings full type
warnings full type
Inventory Documents
addInventoryDocument
inventoryDocuments.addInventoryDocument
Tool to create a new inventory document in BaseLinker storage. Use when you need to create goods receipts, issues, or transfers. Documents are created as drafts and require confirmation via user action or setInventoryDocumentStatusConfirmed API method.
Risk: write
getInventoryDocumentItems
inventoryDocuments.getInventoryDocumentItems
Tool to retrieve items from inventory documents in BaseLinker. Use when you need to fetch product details from a specific document with support for pagination (100 items per page).
Risk: read
items full type
items full type
getInventoryDocuments
inventoryDocuments.getInventoryDocuments
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.
Risk: read
documents full type
documents full type
getInventoryDocumentSeries
inventoryDocuments.getInventoryDocumentSeries
Tool to retrieve available inventory document series. Use when you need to assign a numbering series to a new inventory document.
Risk: read
document_series full type
document_series full type
Orders
addOrder
orders.addOrder
Tool to add a new order to the BaseLinker order manager. Use when you need to create a new order with customer details, products, and delivery information.
Risk: write
custom_extra_fields full type
custom_extra_fields full type
products full type
products full type
addOrderBySplit
orders.addOrderBySplit
Tool to create a new order by splitting selected products from an existing order. Use when you need to split an order into multiple shipments or separate deliveries. The new order inherits all customer details, addresses, and settings from the original order, with only the specified products and optional delivery costs moved to it.
Risk: write
items_to_split full type
items_to_split full type
addOrderDuplicate
orders.addOrderDuplicate
Tool to add a new order by duplicating an existing order in BaseLinker. The new order will have the same data as the original order but with a different ID.
Risk: write
deleteOrderProduct
orders.deleteOrderProduct
Tool to remove a specific product from an order in BaseLinker. Use when you need to delete an order item without canceling the entire order.
Risk: destructive · Irreversible
deleteOrders
orders.deleteOrders
Tool to delete multiple orders from BaseLinker order manager. Use when you need to permanently remove orders from the system.
Risk: destructive · Irreversible
order_ids full type
order_ids full type
deleted_order_ids full type
deleted_order_ids full type
getJournalList
orders.getJournalList
Tool to download order event logs from the last 3 days. Use when you need to track order activities, changes, or events. IMPORTANT: This method must be activated by BaseLinker support on your account. If not activated, it returns an empty response. Events include order creation, status changes, payments, invoices, receipts, product modifications, and package operations. Use last_log_id to paginate through results incrementally.
Risk: read
logs_types full type
logs_types full type
logs full type
logs full type
getOrderExtraFields
orders.getOrderExtraFields
Tool to retrieve extra fields defined for orders. Use before fetching orders with include_custom_extra_fields to list available custom order fields.
Risk: read
extra_fields full type
extra_fields full type
getOrderPaymentsHistory
orders.getOrderPaymentsHistory
Tool to retrieve payment history for a selected order, including external payment identifiers from payment gateways. Use when you need to track payment events for an order. One order can have multiple payment history entries due to surcharges, order value changes, or manual payment editing.
Risk: read
payments full type
payments full type
getOrderPickPackHistory
orders.getOrderPickPackHistory
Tool to retrieve pick and pack history for a selected order. Use when you need to track the fulfillment timeline and events for an order (reservations, picking, packing, photography). Returns chronological list of pick/pack events with timestamps and responsible profiles.
Risk: read
history full type
history full type
getOrderPrintoutTemplates
orders.getOrderPrintoutTemplates
Tool to retrieve a list of all configured printout templates available for orders. Use when you need to discover available printout templates before generating order documents.
Risk: read
printouts full type
printouts full type
getOrders
orders.getOrders
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 Returns up to 100 orders per request. For confirmed orders only, omit get_unconfirmed_orders. Tip: Use getOrderStatusList to get status IDs for filtering.
Risk: read
orders full type
orders full type
getOrdersByPhone
orders.getOrdersByPhone
Search for orders associated with a specific phone number in BaseLinker. Use when identifying callers in phone recognition systems or finding order history by phone. Returns basic order information including status, recipient names, and timestamps.
Risk: read
orders full type
orders full type
getOrderSources
orders.getOrderSources
Tool to retrieve types of order sources along with their IDs from BaseLinker. Use when you need to understand available order sources for filtering orders or mapping order_source field values from getOrders method.
Risk: read
sources full type
sources full type
getOrderStatusList
orders.getOrderStatusList
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.
Risk: read
statuses full type
statuses full type
getOrderTransactionData
orders.getOrderTransactionData
Tool to retrieve transaction details for a selected order. Use when you need marketplace transaction IDs, fulfillment data, or detailed tax breakdowns for an order.
Risk: read
fulfillment_shipments full type
fulfillment_shipments full type
order_items full type
order_items full type
getPickPackCarts
orders.getPickPackCarts
Tool to retrieve a list of all PickPack carts belonging to the authenticated user. Use when you need to discover available carts and their details (ID, name, color) before performing cart-specific operations.
Risk: read
carts full type
carts full type
runOrderMacroTrigger
orders.runOrderMacroTrigger
Tool to run personal trigger for orders automatic actions. Use when you need to execute a specific automation trigger on an order.
Risk: write
setOrderFields
orders.setOrderFields
Tool to edit selected fields of a specific order in BaseLinker. Use when you need to update order details such as address data, notes, payment method, delivery information, or invoice details. Only provide the fields you want to change; other fields can be omitted.
Risk: write
custom_extra_fields full type
custom_extra_fields full type
setOrderPayment
orders.setOrderPayment
Tool to add a payment to an order in BaseLinker. Use when recording a payment for an order. The payment amount replaces (not adds to) the current payment value; if it matches the order total, the order is marked as paid.
Risk: write
setOrderProductFields
orders.setOrderProductFields
Tool to edit data of selected items in a specific BaseLinker order. Use when you need to update product fields like prices, quantities, SKU, or other item details. Only provide the fields you want to edit; other fields can be omitted.
Risk: write
setOrdersMerge
orders.setOrdersMerge
Tool to merge multiple orders into one, based on the selected merge mode. Use when you need to combine orders together with either technical merge or into main order mode.
Risk: destructive · Irreversible
order_ids_to_merge full type
order_ids_to_merge full type
setOrderStatus
orders.setOrderStatus
Tool to change the status of an existing order in BaseLinker. Use when you need to update an order’s status to a different value.
Risk: write
setOrderStatuses
orders.setOrderStatuses
Tool to batch update order statuses in BaseLinker. Use when you need to set the same status for multiple orders at once.
Risk: write
order_ids full type
order_ids full type
Purchase Orders
addInventoryPurchaseOrder
purchaseOrders.addInventoryPurchaseOrder
Tool to create a new purchase order in BaseLinker storage. Orders are created as drafts by default. Use when you need to create a new purchase order for inventory management.
Risk: write
additional_costs full type
additional_costs full type
packages full type
packages full type
addInventoryPurchaseOrderItems
purchaseOrders.addInventoryPurchaseOrderItems
Tool to add items to an existing purchase order in BaseLinker. Use when you need to add products to a purchase order that has already been created.
Risk: write
items full type
items full type
items full type
items full type
getInventoryPurchaseOrderItems
purchaseOrders.getInventoryPurchaseOrderItems
Tool to retrieve items from a specific purchase order in BaseLinker. Use when you need to fetch product details from a purchase order with support for pagination (100 items per page).
Risk: read
items full type
items full type
getInventoryPurchaseOrders
purchaseOrders.getInventoryPurchaseOrders
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.
Risk: read
purchase_orders full type
purchase_orders full type
getInventoryPurchaseOrderSeries
purchaseOrders.getInventoryPurchaseOrderSeries
Tool to retrieve a list of purchase order document series. Use when you need to select a numbering series for a new purchase order.
Risk: read
series full type
series full type
setInventoryPurchaseOrderStatus
purchaseOrders.setInventoryPurchaseOrderStatus
Tool to change the status of a purchase order in BaseLinker inventory. Use when you need to update a purchase order’s status (e.g., mark as sent, received, completed, or canceled).
Risk: write
completed_items full type
completed_items full type
Returns
addOrderReturn
returns.addOrderReturn
Tool to add a new order return to BaseLinker. Use when creating a return for an order. Requires status_id (get from getOrderReturnStatusList), date_add (Unix timestamp), currency (3-letter code), and refunded status.
Risk: write
custom_extra_fields full type
custom_extra_fields full type
products full type
products full type
addOrderReturnProduct
returns.addOrderReturnProduct
Tool to add a new product to an existing order return in BaseLinker. Use when a customer is returning items and you need to register the returned products.
Risk: write
deleteOrderReturnProduct
returns.deleteOrderReturnProduct
Tool to remove a specific product from an order return in BaseLinker. Use when you need to delete a product item from an existing return request.
Risk: destructive · Irreversible
getOrderReturnExtraFields
returns.getOrderReturnExtraFields
Tool to retrieve extra fields defined for order returns. Use before calling getOrderReturns with include_custom_extra_fields to list available custom fields. Field values can be set via setOrderReturnFields.
Risk: read
extra_fields full type
extra_fields full type
getOrderReturnJournalList
returns.getOrderReturnJournalList
Tool to download return event logs from the last 3 days in BaseLinker. Use when tracking return order history, monitoring return status changes, or auditing return-related activities. Returns events like return creation, status changes, product modifications, and refund creation.
Risk: read
logs_types full type
logs_types full type
logs full type
logs full type
getOrderReturnPaymentsHistory
returns.getOrderReturnPaymentsHistory
Tool to retrieve payment history for a selected order return, including external payment identifiers from the payment gateway. Use when you need to track payment events, surcharges, order value changes, or manual payment edits for a return.
Risk: read
payments full type
payments full type
getOrderReturnProductStatuses
returns.getOrderReturnProductStatuses
Tool to retrieve a list of order return product statuses from BaseLinker. Use when you need to identify valid status IDs for return items, or to map status IDs to human-readable names.
Risk: read
order_return_product_statuses full type
order_return_product_statuses full type
getOrderReturnReasonsList
returns.getOrderReturnReasonsList
Tool to retrieve a list of order return reasons. Use when you need to discover available return reasons before setting return fields with setOrderReturnFields.
Risk: read
return_reasons full type
return_reasons full type
getOrderReturns
returns.getOrderReturns
Download order returns from BaseLinker return manager with optional filtering. Use this tool to: - Fetch returns from a specific date onwards using date_from parameter - Retrieve a single return by return_id - Filter returns by source order, status, or marketplace source - Paginate through returns using id_from parameter Returns up to 100 order returns per request. For complete return data including custom fields, set include_custom_extra_fields=true. Use include_connect_data=true for Base Connect integration info.
Risk: read
returns full type
returns full type
getOrderReturnStatusList
returns.getOrderReturnStatusList
Tool to retrieve order return statuses created in the BaseLinker order manager. Use when you need to map return status IDs to human-readable names.
Risk: read
statuses full type
statuses full type
setOrderReturnFields
returns.setOrderReturnFields
Tool to edit selected fields of a specific order return. Use when updating return information such as buyer contact details, delivery address, or custom fields. Only the fields that need to be changed should be provided; other fields can be omitted.
Risk: write
custom_extra_fields full type
custom_extra_fields full type
setOrderReturnProductFields
returns.setOrderReturnProductFields
Tool to edit data of selected items (e.g., prices, quantities, attributes) of a specific order return product. Use when you need to update fields of a returned product in an order return.
Risk: write
setOrderReturnRefund
returns.setOrderReturnRefund
Tool to mark an order return as refunded in BaseLinker. Use when recording that a refund has been issued for a return. Note: This method doesn’t issue an actual money refund - it only updates the refund status in BaseLinker.
Risk: write
setOrderReturnStatus
returns.setOrderReturnStatus
Tool to change order return status in BaseLinker. Use when you need to update the status of a single order return.
Risk: write
setOrderReturnStatuses
returns.setOrderReturnStatuses
Tool to batch set order return statuses in BaseLinker. Use when you need to update the status of multiple order returns at once.
Risk: write
return_ids full type
return_ids full type