Vendor Product Attribute
vendor product attribute list
Query parameters
limitintegerOptional
offsetintegerOptional
keywordstringOptional
skustringOptional
statusstringOptional
priceintegerOptional
countintegerOptional
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got vendor product lists count. " or " Successfully got the complete vendor product list.get/vendor-product-attribute/vendor-product-attribute-list
GET /vendor-product-attribute/vendor-product-attribute-list HTTP/1.1
Authorization: text
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully got vendor product lists count. \" or \" Successfully got the complete vendor product list."
}Update a vendor product attribute
Header parameters
AuthorizationstringRequired
Body
productIdinteger · int32Optional
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully updated the Product.400
error response
*/*
post/vendor-product-attribute/update-vendor-product/{id}
POST /vendor-product-attribute/update-vendor-product/{id} HTTP/1.1
Authorization: text
Content-Type: */*
Accept: */*
Content-Length: 68
{
"productId": 1,
"productAttribute": [
{
"attributeId": 1,
"text": "text"
}
]
}{
"status": 1,
"message": "Successfully updated the Product."
}Get detail of vendor product attribute
Path parameters
idintegerRequired
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully get productDetail400
error response
*/*
get/vendor-product-attribute/vendor-product-attribute-detail/{id}
GET /vendor-product-attribute/vendor-product-attribute-detail/{id} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully get productDetail"
}Get list of attribute group
Query parameters
limitintegerOptional
offsetintegerOptional
countintegerOptional
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
statusintegerOptionalDefault:
1messagestringOptionalDefault:
Successfully got the attribute group list.get/vendor-product-attribute/attribute-group
GET /vendor-product-attribute/attribute-group HTTP/1.1
Authorization: text
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully got the attribute group list."
}Last updated

