Overview
Login
- Access
Merchants
- Merchant
- Configuration
- Explore
Catalog
- Offers
- SKUs
- Categories
- Collections
- Currencies
Orders & Checkout
- Carts
- Cart Items
- Cart Customer
- Cart Discounts
- Cart Shipping
- Cart Pricing
- Cart Payment
- Cart Completion
- Orders
- Order Refunds
- Order Cancellations
- Transfers
Events
- Webhooks
- Webhook Events
- Wekbhook Headers
Apps
- Merchant/App Installs
- Commission Rates
Operations
- Connection
Relay
- Shipping
Ecom Syncs
- Offers
Search All Commission Rates Change Log
curl --request GET \
--url https://sandbox-api.violet.io/v1/apps/commission_rate/change_log
{
"totalPages": 123,
"totalElements": 123,
"first": true,
"size": 123,
"content": [
{
"MerchantAppInstallCommissionRateChange": {
"commission_rate": 123,
"commission_locked": true,
"user_id": 123,
"user_type": "SUPER_ADMIN",
"date_created": "2023-11-07T05:31:56Z"
},
"appId": 123,
"appName": "<string>",
"merchantId": 123,
"merchantName": "<string>",
"prevRate": 123
}
],
"number": 123,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"numberOfElements": 123,
"pageable": {
"offset": 123,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"paged": true,
"unpaged": true,
"pageNumber": 123,
"pageSize": 123
},
"last": true,
"empty": true
}
Response
A MerchantAppInstallCommissionRateChange with the relevant app and merchant identification
Merchant app install commission rate change log
The commission rate of the merchant app install
Indicates if the commission rate was locked or not. Commission rates can only be locked or unlocked by a Channel.
The user id that updated the merchant app install commission rate
The user type that updated the merchant app install commission rate
SUPER_ADMIN
, ADMIN
, MERCHANT
, USER
, DEVELOPER
, INFLUENCER
, HYBRID
, OTHER
Date of creation
The app id tied to the merchant app install record
Name of the app tied to the merchant app install record
The merchant id tied to the merchant app install record
Name of the merchant tied to the merchant app install record
The previous commission rate value applied to the merchant app install
Was this page helpful?
curl --request GET \
--url https://sandbox-api.violet.io/v1/apps/commission_rate/change_log
{
"totalPages": 123,
"totalElements": 123,
"first": true,
"size": 123,
"content": [
{
"MerchantAppInstallCommissionRateChange": {
"commission_rate": 123,
"commission_locked": true,
"user_id": 123,
"user_type": "SUPER_ADMIN",
"date_created": "2023-11-07T05:31:56Z"
},
"appId": 123,
"appName": "<string>",
"merchantId": 123,
"merchantName": "<string>",
"prevRate": 123
}
],
"number": 123,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"numberOfElements": 123,
"pageable": {
"offset": 123,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"paged": true,
"unpaged": true,
"pageNumber": 123,
"pageSize": 123
},
"last": true,
"empty": true
}