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

ESW Developer Documentation Portal

Explore our developer documentation for eCommerce integrations, REST APIs, authentication, checkout, webhooks, setup guides, and more.

Get Started with APIs

ESW offers REST APIs and integration patterns in its Developer Portal, using resource-based URLs, JSON payloads, and standard HTTP status codes.

Go to Authentication

POST /api/v4/Package HTTP/1.1
Host: logistics-package-api.sandbox.eshopworld.com/
Authorization: Bearer YOUR_SECRET_TOKEN
{
  "brandCode": "GOC",
  "orderReference": "ABC1234567890",
  "packageReference": "AAA1234567890",
  "orderType": "CHECKOUT",
  "weight": {
    "weight": 1.34,
    "weightUnit": "KG"
  },

ESW Help Center and Client Hub

Get Started

APIs

Commerce Platform Connectors

Last updated

Was this helpful?