Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

CommercialInvoiceTerms Property

Indicates the rights to the seller from the buyer.

Syntax

 fedexshipintl.getCommercialInvoiceTerms([callback])
 fedexshipintl.setCommercialInvoiceTerms( commercialInvoiceTerms, [callback])

Possible Values

  0 (citFca), 
  1 (citFob), 
  2 (citFas), 
  3 (citCfr), 
  4 (citCif), 
  5 (citCip), 
  6 (citCpt), 
  7 (citDaf), 
  8 (citDdp), 
  9 (citDdu), 
  10 (citDeq), 
  11 (citDes), 
  12 (citExw)

Default Value

0


Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getCommercialInvoiceTerms([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setCommercialInvoiceTerms([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

Remarks

Indicates the rights to the seller from the buyer.

Required for dutiable international express or ground shipment. This is not applicable to an international PIB (document) or a non-document which does not require a commercial invoice express shipment.

Valid values are:

Value Meaning FedEx UPS
citFca (0) Free Carrier X X
citFob (1) Free On Board/Free Carrier X X
citFas (2) Free Alongside Ship X
citCfr (3) Cost and Freight X X
citCif (4) Cost, Insurance and Freight X X
citCip (5) Carriage and Insurance Paid X X
citCpt (6) Carriage Paid To X X
citDaf (7) Delivered at Frontier X
citDdp (8) Delivery Duty Paid X X
citDdu (9) Delivery Duty Unpaid X X
citDeq (10) Delivered Ex Quay X
citDes (11) Delivered Ex Ship X
citExw (12) Ex Works X X

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0