Copy {
"result" : {
"from_country_id" : "FR" ,
"to_country_id" : "US" ,
"to_state_id" : "CA" ,
"to_post_code" : 90210 ,
"duty_calculation_rule" : "CIF" ,
"tax_calculation_rule" : "CIF" ,
"is_duty_deminimis_applied" : 1 ,
"is_tax_deminimis_applied" : 1 ,
"products" : [
{
"hs_code" : 330310 ,
"country_id_of_origin" : "FR" ,
"currency" : "USD" ,
"dutiable_value" : 84.75 ,
"duty_rate" : 8.25 ,
"duty_charge" : 15.25 ,
"duty_charges" : [
{
"name" : "General" ,
"code" : "general" ,
"rate" : 9.975 ,
"type" : "duty_charge" ,
"base" : 121.5 ,
"value" : 12.12
}
] ,
"duty_deminimis" : 125 ,
"preference_applied" : 0 ,
"preference_source" : "Free trade agreement" ,
"tax_rate" : 20.25 ,
"tax_charge" : 15.25 ,
"tax_charges" : [
{
"name" : "Value Added Tax" ,
"code" : "vat" ,
"rate" : 9.975 ,
"type" : "tax_charge" ,
"base" : 121.5 ,
"value" : 12.12
}
] ,
"tax_deminimis" : 25 ,
"prohibition_id" : "W12" ,
"prohibition_note" : "Warning for product type importing to destination country" ,
"merchant_sku" : 1234567890 ,
"weight" : 1 ,
"weight_unit" : "kg"
}
]
} ,
"error" : 0 ,
"errors" : [
{
"code" : "ISSUE_CODE" ,
"details" : "Issue description" ,
"field" : "field"
}
] ,
"warnings" : [
{
"code" : "ISSUE_CODE" ,
"details" : "Issue description" ,
"field" : "field"
}
]
}