This shows you the differences between two versions of the page.
| 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] (current) 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 | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | |||
| ===== Estimate guest cart shipping ===== | ===== Estimate guest cart shipping ===== | ||
| Line 469: | Line 480: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ===== Logged in customers ===== | ||
| + | |||
| + | Logged in customers checkout requests use the same approach just different endpoints and different original format. | ||