Public
Documentation Settings

MarketPlace Extensions

GETGet List Sellers

http://magento240.demo4coder.com/rest/V1/getlistsellers?searchCriteria
AUTHORIZATIONBearer Token
Token

<token>

PARAMS
searchCriteria
Example Request
curl
curl --location 'http://magento240.demo4coder.com/rest/V1/getlistsellers?searchCriteria=null' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Seller by Id

https://magentoce242.docker/rest/V1/getsellerbyid/:sellerId
AUTHORIZATIONBearer Token
Token

<token>

PATH VARIABLES
sellerId

3

Example Request
curl
curl --location 'https://magentoce242.docker/rest/V1/getsellerbyid/3' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet List Product Of seller

http://bicomart.demo4coder.com/rest/V1/sellersproduct/:id
AUTHORIZATIONBearer Token
Token

<token>

PATH VARIABLES
id

1

Example Request
curl
curl --location 'http://bicomart.demo4coder.com/rest/V1/sellersproduct/1' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Seller By Product ID

http://bicomart.demo4coder.com/rest/V1/sellersbyproductid/:product_id
AUTHORIZATIONBearer Token
Token

<token>

PATH VARIABLES
product_id

8

Example Request
curl
curl --location 'http://bicomart.demo4coder.com/rest/V1/sellersbyproductid/8' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers