Brand and Manufacturer
Q: How to change, create, get the brand list from the API.
A: Brands cannot be updated through the API, but Manufacturer can. Client setting Stop using Brands (Use Manufacturer as Brand) will set the Manufacturer to be used as Brand.
- Create new: http://bj.ws.sellercloud.com/scservice.asmx?op=Manufacturer_CreateNew
- Get Manufacturer: http://bj.ws.sellercloud.com/scservice.asmx?op=Manufacturer_GetManufacturer
- List All: http://bj.ws.sellercloud.com/scservice.asmx?op=Manufacturer_ListALL
Q: How to change / Create it through a specific bulk upload.
A: http://bj.ws.sellercloud.com/scservice.asmx?op=UpdateProductFullInfo
Grouping Of Products
Group of products can be created and added through the API
- GetProductGroupsForProductID: http://bj.ws.sellercloud.com/scservice.asmx?op=GetProductGroupsForProductID
- GetProductGroupsForProductIDs: http://bj.ws.sellercloud.com/scservice.asmx?op=GetProductGroupsForProductIDs
- ListProductGroups: http://bj.ws.sellercloud.com/scservice.asmx?op=ListProductGroups
- RemoveProductsFromGroup: http://bj.ws.sellercloud.com/scservice.asmx?op=RemoveProductsFromGroup
- AddProductsToGroup: http://bj.ws.sellercloud.com/scservice.asmx?op=AddProductsToGroup