Create Customs Item

POST {{API_BASE}}/{{API_VERSION}}/customs_items

Request Body

{"customs_item"=>{"description"=>"T-shirt", "quantity"=>"1", "weight"=>"5", "value"=>"10", "hs_tariff_number"=>"123456", "origin_country"=>"US"}}