3d Cart Web API/v1-Categories-{categoryid}
Number of APIs: 2
-
This method is used to update a single category record in the database. The {categoryid} parameter specifies which category to update. PUT {{baseUrl}}/3dCartWebAPI/v1/Categories/:categoryid
-
Get all products from a specific category GET {{baseUrl}}/3dCartWebAPI/v1/Categories/:categoryid/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>