User Tools

Site Tools


udropship:umarketplace:m2:split-rate-api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
udropship:umarketplace:m2:split-rate-api [2019/10/23 21:54]
wtsergo
udropship:umarketplace:m2:split-rate-api [2019/10/23 22:04]
wtsergo
Line 4: Line 4:
  
 Split-rate add-on customizes magento native checkout API to produce data in a bit different format to match specifics of split-rate cart functionality. The add-on gives functionality to a customer to select different shipping method per vendor. Customer cart can contain products from multiple vendors. Each group of products that belongs to a different vendor can have a separate shipping method assigned that will be later used in order fulfillment.  Split-rate add-on customizes magento native checkout API to produce data in a bit different format to match specifics of split-rate cart functionality. The add-on gives functionality to a customer to select different shipping method per vendor. Customer cart can contain products from multiple vendors. Each group of products that belongs to a different vendor can have a separate shipping method assigned that will be later used in order fulfillment. 
 +The list of customized APIs
 +  * /V1/carts/mine/estimate-shipping-methods
 +  * /V1/carts/mine/estimate-shipping-methods-by-address-id
 +  * /V1/guest-carts/:cartId/estimate-shipping-methods
 +  * /V1/guest-carts/:cartId/shipping-information
 +  * /V1/carts/mine/shipping-information
 +  * /V1/carts/:cartId/shipping-information
 +  * /V1/carts/:cartId/totals-information
 +  * /V1/guest-carts/:cartId/totals-information
 +  * /V1/carts/mine/totals-information
 +
  
 ===== Estimate guest cart shipping ===== ===== Estimate guest cart shipping =====
Line 469: Line 480:
 } }
 </code> </code>
 +
 +===== Logged in customers =====
 +
 +Logged in customers checkout requests use the same approach just different endpoints and different original format.
  
udropship/umarketplace/m2/split-rate-api.txt · by wtsergo