Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wish Webhook API

APIs for managing webhook subscriptions. Merchants can use webhook subscriptions to receive notifications about particular events, instead of having to make API calls periodically to check their status. Note that these APIs are for merchants, not ERPs. For ERPs, please log into merchant dashboard to update your ERP-level webhook subscription. Visit the [webhook documentation](https://merchant.wish.com/documentation/webhooks) to learn more.

Wish Webhook API is one of 21 APIs that Wish publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 6 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 3.0.65.

Requests are made against a single base URL, https://merchant.wish.com.

6 operations 3 paths 5 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
3.0.65
Base URL
https://merchant.wish.com/api/v3
Authentication
OpenID Connect, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Wish Webhook API declares 2 security schemes for authenticating requests. It supports OpenID Connect (OpenID) discovered at https://merchant.wish.com/oidc/.well-known/openid-configuration. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 37 scopes. By default, every request must be authenticated.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhook 6

APIs for managing webhook subscriptions. Merchants can use webhook subscriptions to receive notifications about particular events, instead of having to make API calls periodically…

POST
/api/v3/webhook/subscriptions
Create a Subscription
createSubscription 2 params → 200400
GET
/api/v3/webhook/subscriptions
List Subscriptions
listSubscriptions → 200400
PUT
/api/v3/webhook/subscriptions/{id}
Update a Subscription
updateSubscription 3 params → 200400
GET
/api/v3/webhook/subscriptions/{id}
Get a Subscription
getSubscription 1 param → 200400
DELETE
/api/v3/webhook/subscriptions/{id}
Delete a Subscription
deleteSubscription 1 param → 204400
GET
/api/v3/webhook/topics
List Topics
getTopics → 200400

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Subscription (4 properties), Topic (3 properties), APIError (2 properties). Each schema is shown below with its type and property counts.

APIError
object
2 properties 2 required
GetAllTopicsResponse
array
List of available topics that you can subscribe.
Topic
object
3 properties
ListSubscriptionsResponse
array
List of subscriptions returned.
Subscription
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wish-webhook-api-openapi.yml Raw ↑

Other APIs Wish publishes across the network.

Wish Brands API
Wish Bulk Products API
Wish Currencies API
Wish EU Product Compliance API
Wish France EPR Compliance API
Wish Germany EPR Compliance API
Wish Merchant API
Wish OAuth API
Wish Orders API
Wish Payments API
Wish Penalties API
Wish ProductBoost API