Baselinker Call
baselinker_callCall any BaseLinker API method and get its JSON response. Supply the method name and parameters to execute actions like fetching orders or updating inventory.
Instructions
Call any BaseLinker API method and return its JSON response.
method is the exact API method name (e.g. "getOrders", "addOrder",
"updateInventoryProductsStock"). parameters is that method's argument
object. Use baselinker_list_methods first to discover names and params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| parameters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||