put https://api.qogita.com/user/fee/
Update Fee applied to imported seller offers.
where -1 <= fee <= 1 and default fee = 0
It is applied as:
offer_price * (1 + fee)
I.e. A fee of -1.0 is 100% discount, a fee of 1.0 is 100% increase
Update Fee applied to imported seller offers.
where -1 <= fee <= 1 and default fee = 0
It is applied as:
offer_price * (1 + fee)
I.e. A fee of -1.0 is 100% discount, a fee of 1.0 is 100% increase
Try It!
to start a request and see the response here!