Merchant level discount

Our APIs can apply discounts on prices on a merchant level. In other words, in a multi-merchant transaction, a single merchant can be isolated and have a discount applied to that merchant’s order.

 

The APIs that can do this are:

 

  1. Edit Order Details (Merchant Auth)

This API can edit the order details such as Freight, Discount Amount, Surcharge, Payment Statuses, for a single merchant. It must be authenticated with the token of the merchant who owns the order.

 

  1. Edit Order Details (Admin Auth)

This API can edit the order details such as Freight, Discount Amount, Surcharge, Payment Statuses, for several merchants at the same time. It must be authenticated with the admin token.