Skip to main content

Update eBay Integration

PUT 

/api/ebay/:integrationInstance

Update an eBay integration instance. With PUT, a provided integration_settings object replaces the stored settings; use PATCH for merge semantics.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

All body fields are optional:

  • name (string): New display name.
  • integration_settings (object): Same shape as on create; every key is optional.
  • connection_settings (object): OAuth token fields.
  • is_automatic_sync_enabled (boolean): Toggle scheduled background sync.

Side effects: changing start_date re-normalizes the stored date; changing store_id updates the linked sales channel; changing the pricing master triggers a price re-cache; changing inventory settings invalidates the inventory cache so quantities are recalculated.

Request

Responses

OK

Response Headers
    Content-Type