Common Product
Admin
This is for getting product list of common catalog.
success response
1Successfully got the common catalog product list count " or " Successfully got the common catalog product listGET /admin-common-product HTTP/1.1
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the common catalog product list count \" or \" Successfully got the common catalog product list"
}This is for set the common product.
successfully got the product rating
0.000.000.000.00POST /admin-common-product HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 31
"productId='text'&common=1"successfully got the product rating
{
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"sku": "text",
"upc": "text",
"hsn": "text",
"location": "text",
"quantity": 1,
"minimumQuantity": 1,
"subtractStock": 1,
"stockStatusId": 1,
"quotationAvailable": 1,
"image": "text",
"imagePath": "text",
"manufacturerId": 1,
"shipping": 1,
"serviceCharges": "text",
"taxType": 1,
"taxValue": 1,
"price": "text",
"priceUpdateFileLogId": 1,
"dateAvailable": "2026-01-01T00:00:00.000Z",
"sortOrder": 1,
"name": "text",
"description": "text",
"amount": 1,
"metaTagTitle": "text",
"metaTagDescription": "text",
"metaTagKeyword": "text",
"keywords": "text",
"discount": 1,
"deleteFlag": 1,
"isFeatured": 1,
"todayDeals": 1,
"condition": 1,
"rating": 1,
"wishListStatus": 1,
"productSlug": "text",
"isActive": 1,
"width": "0.00",
"height": "0.00",
"length": "0.00",
"weight": "0.00",
"hasStock": 1,
"isSimplified": 1,
"owner": 1,
"isCommon": "text",
"skuId": 1,
"hasTirePrice": 1,
"outOfStockThreshold": 1,
"notifyMinQuantity": 1,
"minQuantityAllowedCart": 1,
"maxQuantityAllowedCart": 1,
"enableBackOrders": 1,
"pincodeBasedDelivery": 1,
"attributeKeyword": "text"
}This for update a common product.
successfully got the product rating
0.000.000.000.00Bad Request
PUT /admin-common-product/:id HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 12
"common=1"{
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"sku": "text",
"upc": "text",
"hsn": "text",
"location": "text",
"quantity": 1,
"minimumQuantity": 1,
"subtractStock": 1,
"stockStatusId": 1,
"quotationAvailable": 1,
"image": "text",
"imagePath": "text",
"manufacturerId": 1,
"shipping": 1,
"serviceCharges": "text",
"taxType": 1,
"taxValue": 1,
"price": "text",
"priceUpdateFileLogId": 1,
"dateAvailable": "2026-01-01T00:00:00.000Z",
"sortOrder": 1,
"name": "text",
"description": "text",
"amount": 1,
"metaTagTitle": "text",
"metaTagDescription": "text",
"metaTagKeyword": "text",
"keywords": "text",
"discount": 1,
"deleteFlag": 1,
"isFeatured": 1,
"todayDeals": 1,
"condition": 1,
"rating": 1,
"wishListStatus": 1,
"productSlug": "text",
"isActive": 1,
"width": "0.00",
"height": "0.00",
"length": "0.00",
"weight": "0.00",
"hasStock": 1,
"isSimplified": 1,
"owner": 1,
"isCommon": 1,
"skuId": 1,
"hasTirePrice": 1,
"outOfStockThreshold": 1,
"notifyMinQuantity": 1,
"minQuantityAllowedCart": 1,
"maxQuantityAllowedCart": 1,
"enableBackOrders": 1,
"pincodeBasedDelivery": 1,
"attributeKeyword": "text"
}This is for list of a common product.
success response
1Successfully got the Vendor Product List Count " or " Successfully got the Vendor Product ListGET /admin-common-product/get-related-vendors HTTP/1.1
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the Vendor Product List Count \" or \" Successfully got the Vendor Product List"
}This for update a already added common product status.
Successfully updated reuse status.
Bad Request
PUT /admin-common-product/update-reuse-status/{id} HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 17
"reuseStatus=1"{
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"vendorProductId": 1,
"productId": 1,
"vendorId": 1,
"approvalFlag": 1,
"quotationAvailable": 1,
"approvedBy": 1,
"approvedDate": "2026-01-01T00:00:00.000Z",
"vendorProductCommission": 1,
"pincodeBasedDelivery": 1,
"sku_id": 1,
"reuse": 1,
"reuseStatus": 1
}This is for count the admin common product.
success response
1Successfully got the common products countGET /admin-common-product/common-product-count HTTP/1.1
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the common products count"
}This is for getting the common product list.
success response
1Successfully got the count " or " Successfully got the Product ListBad Request
GET /store-common-product/common-product-list/{productSlug} HTTP/1.1
Accept: */*
{
"status": 1,
"message": "Successfully got the count \" or \" Successfully got the Product List"
}This is for count of vendor common catalog.
success response
1Successfully got vendor countBad Request
GET /store-common-product/vendor-count/{productId} HTTP/1.1
Accept: */*
{
"status": 1,
"message": "Successfully got vendor count"
}This is for getting list of Common vendor product.
success response
1""GET /vendor-common-product/common-product-list HTTP/1.1
authorization: text
Accept: */*
success response
{
"status": 1,
"message": ""
}This for add and update the common vendor product.
successfully got the responses
Bad Request
POST /vendor-common-product/set-vendor-common-product HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 56
"productId=1&sku='text'&price='text'&quantity=1"{
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"vendorProductId": 1,
"productId": 1,
"vendorId": 1,
"approvalFlag": 1,
"quotationAvailable": 1,
"approvedBy": 1,
"approvedDate": "2026-01-01T00:00:00.000Z",
"vendorProductCommission": 1,
"pincodeBasedDelivery": 1,
"sku_id": 1,
"reuse": 1,
"reuseStatus": 1
}This is for delete the vendor common product.
successfully got the responses
1Successfully deleted the vendor common product.Bad Request
DELETE /vendor-common-product/delete/vendor-common-product/{productId} HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully deleted the vendor common product."
}Last updated

