Sign in

List products by manufacturer

documented

List products from a manufacturer.

GET /3dCartWebAPI/v1/Products/Manufacturer/{manufacturerId}Productsno implementation yet0 runs
No 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}}&notforsale={{$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}}"
List products by manufacturer · Shift4Shop · OpenIntegrations