For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integration Methods

Choose how to integrate with ESW APIs, SFTP file feeds, platform apps, or webhooks—and compare when to use each

Integrate with ESW using APIs, SFTP files, apps, or webhooks. Most integrations use a mix.

Integration methods

spinner
  • APIs return standard HTTP response codes.

  • API responses are in JSON format.

  • Use APIs to integrate with ESW Checkout, Shipping, and Returns.

ESW provides

  • Endpoints and request/response models.

  • Swagger definitions and API reference material.

Prereqs

  • Tenant credentials and base URLs.

Common patterns

  • APIs + Webhooks: real-time calls, plus event-driven updates downstream.

  • APIs + SFTP: real-time checkout, plus batch feeds for catalogs or packages.

gear-code

Sandbox / ESW Demo tenant

ESW provides a default tenant called ESW Demo for early integration work. If your credentials expire, register for a new set.

Last updated

Was this helpful?