eBay connection for LinkyFlow
LinkyFlow brings eBay ecommerce data into Excel so teams can browse, edit, validate, and publish from the spreadsheet.
Resources
9
Read requests
9
Write actions
6
Documented fields
76
Workflows you can move into Excel
Each resource below maps to a practical spreadsheet workflow. Read actions bring useful columns into Excel; create and edit actions show what can be reviewed in rows before sending changes.
Account
Fulfillment Policies
Shipping / fulfillment business policies.
Fulfillment Policies
Shipping / fulfillment business policies.
Route: GET /fulfillmentPolicies
Excel formula: =LF.ebay.fulfillmentPolicies("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
description | string | — | - |
fulfillmentPolicyIddefault | id | — | - |
marketplaceIddefault | string | — | - |
namedefault | string | — | - |
Payment Policies
Payment business policies.
Payment Policies
Payment business policies.
Route: GET /paymentPolicies
Excel formula: =LF.ebay.paymentPolicies("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
description | string | — | - |
marketplaceIddefault | string | — | - |
namedefault | string | — | - |
paymentPolicyIddefault | id | — | - |
Return Policies
Return business policies.
Return Policies
Return business policies.
Route: GET /returnPolicies
Excel formula: =LF.ebay.returnPolicies("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
description | string | — | - |
marketplaceIddefault | string | — | - |
namedefault | string | — | - |
returnPolicyIddefault | id | — | - |
returnsAccepteddefault | boolean | — | - |
Finances
Payouts
Payouts to your bank account from the eBay Finances API.
Payouts
Payouts to your bank account from the eBay Finances API.
Route: GET /payouts
Excel formula: =LF.ebay.payouts("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | string | — | - |
currencydefault | string | — | - |
valuedefault | number | — | - |
payoutDatedefault | string | — | - |
payoutIddefault | id | — | - |
payoutInstrument | string | — | - |
instrumentType | string | — | - |
nickname | string | — | - |
payoutStatusdefault | string | — | - |
transactionCount | number | — | - |
Transactions
Monetary transactions from the eBay Finances API.
Transactions
Monetary transactions from the eBay Finances API.
Route: GET /transactions
Excel formula: =LF.ebay.transactions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
currencydefault | string | — | - |
valuedefault | number | — | - |
transactionDatedefault | string | — | - |
transactionIddefault | id | — | - |
transactionStatusdefault | string | — | - |
transactionTypedefault | string | — | - |
Inventory
Inventory Items
SKU-level inventory items (quantity, condition, product details).
Used as filter by
Inventory Items
SKU-level inventory items (quantity, condition, product details).
Route: GET /inventoryItems
Excel formula: =LF.ebay.inventoryItems("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
availability | string | — | - |
shipToLocationAvailability | string | — | - |
conditiondefault | string | — | - |
locale | string | — | - |
product | string | — | - |
brand | string | — | - |
description | string | — | - |
mpn | string | — | - |
titledefault | string | — | - |
skudefault | string | — | - |
Create / Replace Inventory Item
Create / Replace Inventory Item
Route: POST /mutation/inventoryItems
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Inventory Item
Update Inventory Item
Route: PATCH /mutation/inventoryItems
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Inventory Item
Delete Inventory Item
Route: DELETE /mutation/inventoryItems
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Inventory Locations
Warehouses / store locations that fulfil inventory.
Inventory Locations
Warehouses / store locations that fulfil inventory.
Route: GET /inventoryLocations
Excel formula: =LF.ebay.inventoryLocations("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
location | string | — | - |
address | string | — | - |
merchantLocationKeydefault | id | — | - |
merchantLocationStatusdefault | string | — | - |
namedefault | string | — | - |
Offers
Marketplace offers that turn inventory items into listings.
Offers
Marketplace offers that turn inventory items into listings.
Route: GET /offers
Excel formula: =LF.ebay.offers("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
availableQuantitydefault | number | — | - |
formatdefault | string | — | - |
marketplaceIddefault | string | — | - |
offerIddefault | id | — | - |
skudefault | string | → inventoryItems | - |
statusdefault | string | — | - |
Create Offer
Create Offer
Route: POST /mutation/offers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Offer
Update Offer
Route: PATCH /mutation/offers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Offer
Delete Offer
Route: DELETE /mutation/offers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Sales
Orders
Orders placed by buyers.
Orders
Orders placed by buyers.
Route: GET /orders
Excel formula: =LF.ebay.orders("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
buyer | string | — | - |
usernamedefault | string | — | - |
creationDatedefault | string | — | - |
legacyOrderId | id | — | - |
orderFulfillmentStatusdefault | string | — | - |
orderIddefault | id | — | - |
orderPaymentStatusdefault | string | — | - |
pricingSummary | string | — | - |
total | string | — | - |