ShopGo · AsyncAPI Specification

Shopgo Webhooks

Version

View Spec View on GitHub CompanyE-CommerceOnline StoresPaymentsShippingSoftware-as-a-ServiceMENAOrderAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.shopgo.me/developer-guides/webhooks.md
docs: https://docs.shopgo.me/developer-guides/webhooks
spec_type: Webhooks
note: >-
  ShopGo does not publish an AsyncAPI document. It exposes configurable
  store-level webhooks (set under Dashboard / Settings / Webhook, or via the
  Management API /settings/webhook/{name} endpoints). The calculate-shipping-rates
  webhook is a synchronous request/response callback: ShopGo POSTs a payload and
  expects an updated response body.
configuration:
  dashboard: Dashboard / Settings / Webhook
  api:
    get: GET https://api.shopgo.me/v1/management/settings/webhook/{name}
    set: PATCH https://api.shopgo.me/v1/management/settings/webhook/{name}
webhooks:
  - name: calculate-shipping-rates
    style: synchronous-callback
    direction: outbound (ShopGo -> your endpoint), expects response body
    description: >-
      Fires every time shipping rates are calculated at checkout. ShopGo delivers
      the available rates plus the current checkout (source and destination
      addresses) and expects an updated list of ShippingRate objects in the
      response body to use at checkout.
    request_shape:
      rates: '[ShippingRate]'
      checkout: { shipping: Address, destination: Address }
    response_shape: '[ShippingRate]'
    objects:
      ShippingRate:
        id: string
        price: Money
        duration: { value: integer, unit: 'days|minutes|hours' }
        name: BilingualString
        description: BilingualString
        provider: string  # machine-friendly shipping provider name, e.g. dhl
    docs: https://docs.shopgo.me/developer-guides/webhooks/calculate-shipping-rates
  - name: confirm-order
    style: event
    direction: outbound (ShopGo -> your endpoint)
    description: >-
      Configurable webhook fired around order confirmation. Exposed as a
      configurable webhook name via the settings/webhook endpoints; payload
      detail not published in the developer guides.
    docs: https://docs.shopgo.me/management-api/orders

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/shopgo-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.