Copy {
"error" : 0 ,
"errors" : [
{
"code" : "ISSUE_CODE" ,
"details" : "Issue description" ,
"field" : "field"
}
] ,
"warnings" : [
{
"code" : "ISSUE_CODE" ,
"details" : "Issue description" ,
"field" : "field"
}
] ,
"result" : [
{
"from_country_id" : "FR" ,
"to_country_id" : "US" ,
"to_state_id" : "CA" ,
"to_post_code" : 90210 ,
"currency" : "USD" ,
"weight" : 15.22 ,
"weight_unit" : "kg" ,
"duty_calculation_rule" : "CIF" ,
"tax_calculation_rule" : "CIF" ,
"commission_fee" : 0.12 ,
"incoterms" : "DDP" ,
"products" : [
{
"dutiable_value" : 84.75 ,
"duty_charge" : 15.25 ,
"duty_charges" : [
{
"name" : "Charge" ,
"code" : "charge_id" ,
"rate" : 9.975 ,
"type" : "dutiable_value" ,
"value" : 12.12
}
] ,
"duty_charge_included" : 12.12 ,
"duty_charge_tax" : 2.23 ,
"duty_rate" : 8.25 ,
"hs_code" : 429999 ,
"merchant_sku" : 1234567890 ,
"preference_applied" : 0 ,
"preference_source" : "Free trade agreement" ,
"prohibition_id" : "W12" ,
"prohibition_note" : "Warning for product type importing to destination country" ,
"tax_charge" : 15.25 ,
"tax_charges" : [
{
"name" : "Charge" ,
"code" : "charge_id" ,
"rate" : 9.975 ,
"type" : "dutiable_value" ,
"value" : 12.12
}
] ,
"tax_charge_included" : 12.12 ,
"tax_rate" : 20.25
}
]
}
]
}