Glopal offers product HS code classification via its AI driven API service, applying a sophisticated system of trained machine learning models, blended with latest external LLM services.
consttimestamp=String(Date.now() /1000).padEnd(17,'0');constusername="username";constsignature=CryptoJS.HmacSHA256(`${username}@${timestamp}`,"sharedsecret" ).toString(CryptoJS.digest)constresponse=awaitfetch('https://ws.xport.glopalservice.com/tcc/classify', { method:'POST', headers: {"Content-Type":"application/json","x-login": username,"x-timestamp": timestamp,"x-signature": signature }, body:JSON.stringify({"args": {"products": [ {"description":"Introducing our new line of high-quality leather handbags!"+" Crafted from genuine leather and expertly stitched to ensure "+"durability, our handbags are both stylish and practical. "+"The spacious interior is lined with soft fabric and "+"includes multiple pockets for organizing your belongings."+" The exterior features a sleek and modern design with "+"a sturdy zipper closure and adjustable shoulder strap. "+"Whether you're running errands or going out for a night on the town,"+" our leather handbags are the perfect accessory to complement any outfit."+" Invest in a handbag that will last for years to come and"+" make a statement wherever you go!" } ] } }),});constdata=awaitresponse.json();
Response
{"error":0,"errors": [ {"code":"ISSUE_CODE","details":"Issue description","field":"field" } ],"warnings": [ {"code":"ISSUE_CODE","details":"Issue description","field":"field" } ],"products": [ {"error":0,"errors": [ {"code":"ISSUE_CODE","details":"Issue description","field":"field" } ],"warnings": [ {"code":"ISSUE_CODE","details":"Issue description","field":"field" } ], "description": "Introducing our new line of high-quality leather handbags! Crafted from genuine leather and expertly stitched to ensure durability, our handbags are both stylish and practical. The spacious interior is lined with soft fabric and includes multiple pockets for organizing your belongings. The exterior features a sleek and modern design with a sturdy zipper closure and adjustable shoulder strap. Whether you're running errands or going out for a night on the town, our leather handbags are the perfect accessory to complement any outfit. Invest in a handbag that will last for years to come and make a statement wherever you go!",
"title":"Stylish and Practical Leather Handbags for Any Occasion","merchant_sku":1234567890,"parent_merchant_sku":1234567890,"accuracy":0.75,"hs_code":4202219000, "hs_code_description": "Handbags, Whether Or Not With Shoulder Strap Or Handles, With Outer Surface Of Leather Or Of Composition Leather",
"category": ["Apparel & Accessories","Handbags, Wallets & Cases","Handbags" ],"source":"model.base" } ]}