Skip to main content

Create Integration Instance

POST 

//:domain/api/ebay/integration-instances

Create a new Ebay integration instance. Returns a redirect_url for OAuth authorization. Requires Bearer token.

Request body fields:

  • name (required, string): Unique name for this integration instance
  • integration_id (required, integer): ID of the Ebay integration
  • environment (optional, string): eBay environment — sandbox or production. Ignored on production servers (always forced to production). Defaults to sandbox on non-production servers. Immutable after creation — OAuth tokens are bound to the issuing environment. To switch, delete and recreate the instance.
  • connection_settings (optional, object): Ebay API credentials
  • integration_settings (required, object): Settings including start_date
  • is_automatic_sync_enabled (optional, boolean): Enable automatic sync

Request

Responses

Created

Response Headers
    Content-Type