eBay Business Policies Management APIVersion 1.0.0
 

Insurance

Type defining the insurance container, which contains the type and cost of domestic and international shipping insurance. The insurance container is required in the shipping policy if the seller offers shipping insurance to domestic and/or international buyers. Only sellers listing on the AU, FR, and IT sites can offer shipping insurance directly to the buyer.

Type that uses Insurance:

Calls that use Insurance:

Fields

domesticInsuranceFee ( Amount (double) ) [0..1]
This dollar value indicates the cost to the buyer to purchase domestic shipping insurance for the item. This field is only applicable to AU, FR, or IT sellers. This field is conditionally required if the seller is offering domestic shipping insurance to the buyer, and the domesticInsuranceOption is 'Optional' or 'Required'.
See the Field Index to learn which calls use domesticInsuranceFee.

domesticInsuranceOption ( token ) [0..1]
This string value indicates the seller's policy on offering domestic shipping insurance to the buyer. Valid values include:
  • IncludedInShippingHandling: the seller is not charging the buyer separately for shipping insurance costs, as the cost of shipping insurance is already included in the base shipping cost for the item
  • NotOffered: the seller does not offer shipping insurance to the buyer
  • Optional: purchasing shipping insurance for the item is at the discretion of the buyer
  • Required: the seller requires that the buyer purchase shipping insurance for the item
This field is required if an AU, FR, or IT seller is offering domestic shipping insurance to the buyer.
See the Field Index to learn which calls use domesticInsuranceOption.

intlInsuranceFee ( Amount (double) ) [0..1]
This dollar value indicates the cost to the buyer to purchase international shipping insurance for the item. This field is only applicable to AU, FR, or IT sellers. This field is conditionally required if the seller is offering international shipping insurance to the buyer, and the internationalInsuranceOption is 'Optional' or 'Required'.
See the Field Index to learn which calls use intlInsuranceFee.

intlInsuranceOption ( token ) [0..1]
This string value indicates the seller's policy on offering international shipping insurance to the buyer. Valid values include:
  • IncludedInShippingHandling: the seller is not charging the buyer separately for shipping insurance costs, as the cost of shipping insurance is already included in the base shipping cost for the item
  • NotOffered: the seller does not offer shipping insurance to the buyer
  • Optional: purchasing shipping insurance for the item is at the discretion of the buyer
  • Required: the seller requires that the buyer purchase shipping insurance for the item
This field is required if an AU, FR, or IT seller is offering international shipping insurance to the buyer.
See the Field Index to learn which calls use intlInsuranceOption.