Create a fee
Save Fee Rule
POST
https://workspace.myeshopbox.com/payments/api/v1/fee
Headers
Name
Type
Description
Authorization
string
The Bearer token to grant access to the API.
Request Body
Name
Type
Description
isInclusiveTax
string
Fees is Tax inclusive or not.
Refer Enum: 1, 0
portalId
string
Unique Id for a portal (Ex. Amazon, Flipkart)
feeId
string
Unique Id for fee created or Unique Id for already present fee
feeName
string
Name of the created fees
actualName
string
Receivable fee Name from portal
inclusiveTaxPercentage
string
Percentage of tax applicable on a fee
validFrom
string
Date from which fees will be activated :linkFees
validTo
string
Date at which fees will be expired
fee
array
Detail of when is the fee charged
feeRules
object
Detail of fee rules
Last updated