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>¬forsale=<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
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
countonly | string | Count the number of rows only | |
sku | string | SKU Code of the product | |
name | string | Name of the Admin User | |
costfrom | string | Cost of a product | |
costto | string | Cost of a product | |
pricefrom | string | Price of a product | |
priceto | string | Price of a product | |
stockfrom | string | Stock of a product | |
stockto | string | Stock of a product | |
hide | string | Hide Flag | |
freeshipping | string | Free Shipping Flag | |
onsale | string | On Sale Flag | |
nontax | string | Non-Taxable Flag | |
notforsale | string | Not For Sale Flag | |
giftcertificate | string | Gift Certificate Flag | |
homespecial | string | Home Special Flag | |
categoryspecial | string | Category Special Flag | |
nonsearchable | string | Non-Searchable Flag | |
selfship | string | Ships by itself Flag | |
rewarddisable | string | Disable Rewards Flag | |
lastupdatestart | string | Start Date that the product was last updated (mm/dd/yyyy hh:mm:ss) | |
lastupdateend | string | End Date that the product was last updated (mm/dd/yyyy hh:mm:ss) |