UPS Export Assure Interactive Description of Goods Example Request
POST {{base_url}}/api/export-assure/v1/interactive
Request Body
{"importCountryCode"=>"US", "exportCountryCode"=>"US", "commodityValue"=>"100.00", "commodityCurrencyCode"=>"USD", "commodityQuantity"=>"100", "commodityUnitOfMeasure"=>"ml", "commodityDescription"=>"Water Bottles", "commodityHtsCode"=>"0101", "commodityCountryOfOrigin"=>"US", "shipperName"=>"Hardwood Floors LLC", "shipperAccountNumber"=>"10003KER50", "locale"=>"EN"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
transId | string | ||
transactionSrc | string |
RESPONSES
status: OK
{"newProductDescription":"water bottles","actualHts":"","suggestedHts":"","confidence":null,"noMoreQuestions":false,"questions":[{"id":"bc5f2c20656e11ef8ff80a370648ae4c-1","type":"multiple_choice","question":"What is the material of your water bottles?","options":["Glass","Plastic","Metal","Ceramic","Other"],"other":null,"selected":null,"assumed":false}],"session":{"id":"bc5f2c20656e11ef8ff80a370648ae4c","historyDesc":[]}}