Store Vendor
Get a detail of vendor
Path parameters
vendorPrefixIdintegerRequired
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got Vendor details.400
error response
*/*
get
/vendor-store/vendor-details/{vendorPrefixId}Get list of vendor product
Path parameters
idintegerRequired
Query parameters
limitintegerOptional
offsetintegerOptional
countstringOptional
categorySlugstringRequired
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got Vendor Product list.400
error response
*/*
get
/vendor-store/vendor-product-list/{id}Vendor details based on category
Query parameters
limitintegerOptional
offsetintegerOptional
countstringOptional
categorySlugstringRequired
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got count " or " Successfully got vendor list based on category400
error response
*/*
get
/vendor-store/category-based-vendor-listContact seller
Body
vendorIdinteger · int32Required
namestringRequired
emailstringRequired
mobileNumberstringOptional
countrystringRequired
requirementstringOptional
Responses
200
success response
application/json
idinteger · int32Optional
vendorIdinteger · int32Optional
namestringOptional
emailstringOptional
mobileNumberinteger · int32Optional
countrystringOptional
requirementstringOptional
createdDatestring · date-timeOptional
modifiedDatestring · date-timeOptional
createdByinteger · int32Optional
modifiedByinteger · int32Optional
400
error response
application/json
post
/vendor-store/contact-sellerLast updated