User Tools

Site Tools


udropship:umarketplace:m2:vendor-info-api

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
udropship:umarketplace:m2:vendor-info-api [2019/11/01 11:55]
wtsergo [Get list of Vendors (possible to filter)]
udropship:umarketplace:m2:vendor-info-api [2019/11/01 11:57]
wtsergo [Ask product question to vendor]
Line 323: Line 323:
  
 In order to create new question to vendors perform ///V1/udapi/vendor/product-question-ask/:id/:sku// POST API call.  :id parameter could be either vendor entity id or his name. :sku parameter should be product's sku. Other parameters are: name - customer name, question - question text, visibility - 0 / Private or 1 / Public In order to create new question to vendors perform ///V1/udapi/vendor/product-question-ask/:id/:sku// POST API call.  :id parameter could be either vendor entity id or his name. :sku parameter should be product's sku. Other parameters are: name - customer name, question - question text, visibility - 0 / Private or 1 / Public
 +
 +''
 +Example:
 +''
 +<code>
 +POST http://magento233.loc/rest/V1/udapi/vendor/product-question-ask/1/24-WB07
 +{"email":"testapi@example.com","name":"api customer","question":"api question 1","visibility":1}
 +</code>
 +''
 +RESPONSE
 +''
 +<code>
 +true
 +</code>
 +
udropship/umarketplace/m2/vendor-info-api.txt · by wtsergo