{ "$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 eBay API documentation" } }, "description": "A type that defines the import charges that apply to an order." }