Commission Rates
Search All Commission Rates Change Log
Overview
Login
- Access
Merchants
- Merchant
- Configuration
- Onboarding
- 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
Payments
- Payout Accounts
- Distributions
- Transfers
Events
- Webhooks
- Webhook Events
- Webhook Headers
Apps
- Merchant/App Installs
- Commission Rates
Operations
- Connection
Relay
- Shipping
Ecom Syncs
- Offers
Commission Rates
Search All Commission Rates Change Log
GET
/
apps
/
commission_rate
/
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
default - application/json
default response
The response is of type object
.
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
}