API structure has changed
45 structure changes including:
22 Breaking changes
23 Additions
22 Removals
Removed
22
Breaking
DELETE /api/channel/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /api/merchant/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /api/user/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/channel/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/channels
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/logout
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/merchant/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/merchant/{id}/{type}/channels
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/merchants
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/profile
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/user/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/users
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/amazon/call
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/channel
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/login
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/merchant
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/user
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/user/{id}/channels
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/channel/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/merchant/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/profile
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/user/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
23
DELETE /api/2024-09/channel/amazon/{amazon_channel}
DELETE /api/2024-09/merchant/{merchant_id}
DELETE /api/2024-09/user/{user_id}
GET /api/2024-09/channel/amazon/{amazon_channel}
GET /api/2024-09/logout
GET /api/2024-09/merchant/{merchant_id}
GET /api/2024-09/merchant/{merchant_id}/channels/{channel_type}
GET /api/2024-09/merchants/managed
GET /api/2024-09/merchants/owned
GET /api/2024-09/profile
GET /api/2024-09/user/{user_id}
GET /api/2024-09/users
POST /api/2024-09/channel/amazon
POST /api/2024-09/channel/amazon/{amazon_channel}/call/{url}
POST /api/2024-09/login
POST /api/2024-09/merchant
POST /api/2024-09/merchant/{merchant_id}/assign-manager
POST /api/2024-09/merchant/{merchant_id}/dismiss-manager
POST /api/2024-09/user
PUT /api/2024-09/channel/amazon/{amazon_channel}
PUT /api/2024-09/merchant/{merchant_id}
PUT /api/2024-09/profile
PUT /api/2024-09/user/{user_id}