June 30, 2026 release

APIChange TypeRelease DateDescription
InventoryOptional06/26/2026Added optional response property payload/inventory/items/inventoryData/reservedUnits in:
GET /v3/wfs/inventory (200)
AdvertisingAdded06/29/2026Added NEW endpoints:
POST /v3/advertising/sem/campaigns/recommendations/search
GET /v3/advertising/sem/item-issues/issue-types
POST /v3/advertising/sem/item-issues/search
NotificationsChanged06/26/2026Updated notification schemas and examples across:
GET /v3/webhooks/subscriptions
POST /v3/webhooks/subscriptions
PATCH /v3/webhooks/subscriptions/{subscriptionId}
POST /v3/webhooks/test

Changes include:
- Replaced rigid Headers properties with additionalProperties: { "type": "string" }
- Updated description to use optional custom headers for notification delivery
- Replaced example header values with custom header examples
- Restored headers to POST /v3/webhooks/test
- Updated related component schemas, including components/schemas/Headers and TestNotificationRequest