eBay · Schema

ImportChargesV2

A type that defines the import charges that apply to an order.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
amount object The amount of the import charge.
applicableChargeType string The type of charge to apply to the order, such as import duties. For implementation help, refer to eBay API d
View JSON Schema on GitHub

JSON Schema

ebay-importchargesv2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImportChargesV2",
  "title": "ImportChargesV2",
  "type": "object",
  "properties": {
    "amount": {
      "description": "The amount of the import charge.",
      "$ref": "#/components/schemas/Amount"
    },
    "applicableChargeType": {
      "type": "string",
      "description": "The type of charge to apply to the order, such as import duties. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/order/types/chk:ApplicableChargeTypeEnum'>eBay API documentation</a>"
    }
  },
  "description": "A type that defines the import charges that apply to an order."
}