InTouch Hub · Blue Isle Software

Ebay Sell Account

eBay Sell Account is an eBay API for managing seller account settings, business policies, payments, and fulfillment preferences.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

commerceebaystatus

Ebay Sell Account

eBay Sell Account is an eBay API for managing seller account settings, business policies, payments, and fulfillment preferences.

Operations

Inputs

  • a linked oauth credential (no key inputs) — the server injects a fresh Authorization: Bearer from it
  • operation — one of the operations above
  • path parameters when an operation's path contains {...}
  • query — optional JSON object of query params
  • body — JSON object for create/update ops

Example

operation: getadvertisingeligibility
# (attach an 'oauth' credential to the task — no inline secrets)

Publishes

The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.

  • error
  • operation
  • result
  • status

Input Properties

Every property this tool accepts, from its own tool.iml.

Property Type Required Default Description
operation string yes One of: getadvertisingeligibility, getcustompolicies, getcustompolicy, getfulfillmentpolicies, getfulfillmentpolicybyname, getfulfillmentpolicy
custom_policy_id string no Path parameter custom_policy_id (required by some operations).
fulfillmentPolicyId string no Path parameter fulfillmentPolicyId (required by some operations).
query string no Optional query params as a JSON object string, e.g. {"limit": 10}.