Fee
A fee is a rate card agreed between portal and its contact. Eshopbox allows you to configure such rate cards into a set of rules.
The Fees
Object
Fees
ObjectAttributes | Type | Description |
|
| Id for a portal (Ex. Amazon, Flipkart) for which fees is created |
|
| Unique Id for fee created or Unique Id for already present fee |
|
| Name of the created fees |
|
| Receivable fee Name from portal |
|
| Fees is tax inclusive or not Refer |
|
| Percentage of tax applicable on a fee |
|
| Event at which fee is charged. |
|
| Specific fee is charged when an item is returned. It can be customer, courier or both. |
|
| Whether fees is totally, partially or not courier returned |
|
| Percentage for partial courier returned fee |
|
| Whether fees is totally, partially or not customer returned |
|
| Percentage for partial customer returned fee |
|
| Validity period for fees |
|
| Date from which fees will be activated |
|
| Date at which fees will be expired |
|
| Action to be considered for fee rules Refer |
| Detail of when is the fee charged Also see: The fee Object | |
| Details of fee rules Also see: The feeRules Object |
Enum: feeRuleStatus
Attributes | Description |
| Out of all the THEN condition defined for fees, greatest amount will be considered. |
| Out of all the THEN condition defined for fees, lowest amount will be considered. |
| Sum of all the THEN condition defined for fees is considered. |
fee (fee event)
Attributes | Type | Description |
|
| Event for which the is fee charged |
|
| Event sub type for when is the fee charged |
|
| Type of fee charged |
|
| percentage value charged for the fees |
feeRules
Attributes | Type | Description |
| Details of fee rules Also see: The details Object | |
| Details of fee rules containing ranges Also see: The feeRanges Object | |
| Details of action to be taken on fee rules Also see: The feeValues Object |
details
Attributes | Type | Description |
|
| Action to be considered for rules
|
|
| Array of categories in fee rule |
|
| Array of brands in fee rule |
|
| Mode of Payment (COD, PREPAID) |
|
| Zone where product is shipped |
feeRanges
Attributes | Type | Description |
|
| product selling price or weight range |
|
| Unit for range type |
|
| Minimum value for range type |
|
| Maximum value for range type |
feeValues
Attributes | Type | Description |
|
| Rule considered for fees
Refer |
|
| Unit in case of variable type |
|
| Value for fee rule type |
|
| Fee rule applicable on conditions
Refer |
|
| Value for partition range type |
Enum: type
Attributes | Description |
| Fixed value of fee is charged |
| Fee charged is varied according to conditions |
| Fee is charged in percent value for different conditions |
Enum: applicableOn
Attributes | Description |
| Fee rule to be considered per order |
| Fee rule to be considered per order item |
| Fee rule to be considered per shipment |
Enum: isInclusiveTax
Attributes | Description |
| Fee is tax inclusive |
| Fee is not tax inclusive |
Enum: chargedFee
Attributes | Description |
| Fee is charged when order is cancelled. |
| Fee is charged when order is returned. |
| Fee is charged when order is shipped. |
Last updated