You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create store POST/v1/applications/{applicationId}/stores
Delete store DELETE /v1/applications/{applicationId}/stores/{storeId}
Get store GET/v1/applications/{applicationId}/stores/{storeId}
List stores GET/v1/applications/{applicationId}/stores
Update store PUT/v1/applications/{applicationId}/stores/{storeId}
Changes:
Create strikethrough notification endpoint path was changed to /v1/applications/{applicationId}/catalogs/notifications/strikethrough
⚠️ Deprecation Notice
The TrackEvent endpoint /v1/events was deprecated. Please use the TrackEventV2 instead /v2/events.
The endpoint to create notification about campaign-related changes (POST/v1/applications/{applicationId}/notification_webhooks) was deprecated
The endpoint to delete notification about campaign-related changes (DELETE/v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated
The endpoint to get notification about campaign-related changes (GET/v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated
The endpoint to list notifications about campaign-related changes (GET/v1/applications/{applicationId}/notification_webhooks) was deprecated
The endpoint to update notification about campaign-related changes (PUT/v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated