Get all products from a specific manufacturer

GET {{baseUrl}}/3dCartWebAPI/v1/Manufacturers/:manufacturerid/Products?limit=<integer>&offset=<integer>&countonly=<integer>&sku=<string>&name=<string>&costfrom=<number>&costto=<number>&pricefrom=<number>&priceto=<number>&stockfrom=<number>&stockto=<number>&hide=<boolean>&freeshipping=<boolean>&onsale=<boolean>&nontax=<integer>&notforsale=<boolean>&giftcertificate=<boolean>&homespecial=<boolean>&categoryspecial=<boolean>&nonsearchable=<boolean>&selfship=<boolean>&rewarddisable=<integer>&lastupdatestart=<string>&lastupdateend=<string>

Get a list of all products from a specific manufacturer

Request Params

KeyDatatypeRequiredDescription
limitstringMaximum number of items that can be returned
offsetstringStarting point for the return data
countonlystringCount the number of rows only
skustringSKU Code of the product
namestringName of the Admin User
costfromstringCost of a product
costtostringCost of a product
pricefromstringPrice of a product
pricetostringPrice of a product
stockfromstringStock of a product
stocktostringStock of a product
hidestringHide Flag
freeshippingstringFree Shipping Flag
onsalestringOn Sale Flag
nontaxstringNon-Taxable Flag
notforsalestringNot For Sale Flag
giftcertificatestringGift Certificate Flag
homespecialstringHome Special Flag
categoryspecialstringCategory Special Flag
nonsearchablestringNon-Searchable Flag
selfshipstringShips by itself Flag
rewarddisablestringDisable Rewards Flag
lastupdatestartstringStart Date that the product was last updated (mm/dd/yyyy hh:mm:ss)
lastupdateendstringEnd Date that the product was last updated (mm/dd/yyyy hh:mm:ss)