List products by manufacturer
documentedList products from a manufacturer.
GET /3dCartWebAPI/v1/Products/Manufacturer/{manufacturerId}Productsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://apirest.3dcart.com/3dCartWebAPI/v1/Manufacturers/{{$manufacturerId}}/Products?limit={{$limit}}&offset={{$offset}}&countonly={{$countonly}}&sku={{$sku}}&name={{$name}}&costfrom={{$costfrom}}&costto={{$costto}}&pricefrom={{$pricefrom}}&priceto={{$priceto}}&stockfrom={{$stockfrom}}&stockto={{$stockto}}&hide={{$hide}}&freeshipping={{$freeshipping}}&onsale={{$onsale}}&nontax={{$nontax}}¬forsale={{$notforsale}}&giftcertificate={{$giftcertificate}}&homespecial={{$homespecial}}&categoryspecial={{$categoryspecial}}&nonsearchable={{$nonsearchable}}&selfship={{$selfship}}&rewarddisable={{$rewarddisable}}&lastupdatestart={{$lastupdatestart}}&lastupdateend={{$lastupdateend}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "SecureURL: {{SHIFT4SHOP_SECURE_URL}}" \
-H "PrivateKey: {{SHIFT4SHOP_PRIVATE_KEY}}" \
-H "Token: {{SHIFT4SHOP_TOKEN}}"