This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
udropship:umarketplace:vendor-api [2018/03/20 19:14] renata |
udropship:umarketplace:vendor-api [2018/03/23 21:29] (current) renata |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Authentication ===== | ===== Authentication ===== | ||
| - | In order to perform API operations vendor need authentication. | + | In order to perform API operations vendor need authentication. |
| '' | '' | ||
| Line 68: | Line 68: | ||
| ===== Get Single Purchase Order Info ===== | ===== Get Single Purchase Order Info ===== | ||
| - | In order to get single Purchase Order information | + | In order to get single Purchase Order information, **salesOrderUdpoInfo** API call will have to be performed. Parameter could be either Purchase Order entity id or it's increment id. |
| '' | '' | ||
| Line 111: | Line 111: | ||
| ===== Add comment to Purchase Order ===== | ===== Add comment to Purchase Order ===== | ||
| - | In order to add comment to Purchase Order perform **salesOrderUdpoAddComment** API call. Parameters are '' | + | In order to add comment to Purchase Order, perform **salesOrderUdpoAddComment** API call. Parameters are '' |
| '' | '' | ||
| Line 171: | Line 171: | ||
| ===== Perform Inventory update ===== | ===== Perform Inventory update ===== | ||
| - | Vendor | + | Vendors |
| * sku | * sku | ||
| * priority | * priority | ||
| Line 191: | Line 191: | ||
| * specialToDate | * specialToDate | ||
| - | But only **sku** or **vendor_sku** are required. When not using multivendor | + | But only **sku** or **vendor_sku** are required. When Multivendor |
| Response of API call will contain string information of how many items were updated and errors list at the end if any. | Response of API call will contain string information of how many items were updated and errors list at the end if any. | ||