v1

latestOpenAPI 3.0.0ICE Digital Trade License 1.0.02026-08-0431420.3 KB
ICE 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

messagestring

Operation message response description

applicationIdstring

Generated CO application number

responseCodeinteger

Response code from the API

diyCostnumber

Quotation value returned against provided CO for DIY

fsCostnumber

Quotation value returned against provided CO for DIY

shippingHandlingCoststring

Shipping handling cost against the CO

Example response

{
  "message": "Success",
  "responseCode": 200,
  "diyCost": 92.4,
  "fsCost": 102.9
}