v1
latestOpenAPI 3.0.0ICE Digital Trade License 1.0.02026-08-0431420.3 KBICE Digital Trade
Submit CO Application
CO is an important international trade document that certifies that goods in a particular export shipment are wholly obtained, produced, manufactured, or processed in a particular country. They declare the ‘nationality’ of the product and also serve as a declaration by the exporter to satisfy customs or trade requirements. This endpoint enables developer to submit the CO application to the Chamber
post/api/v1/cert/CO
Request body
Example request
{
"InvoiceDetails": {
"invCurrency": "USD"
}
}Response
Successful
Example response
{
"message": "Success",
"responseCode": 200,
"diyCost": 92.4,
"fsCost": 102.9
}