eBay · Schema

EbayInternationalShipping

This type is used to provide details about an order line item being managed through eBay International Shipping.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
returnsManagedBy string The value returned in this field indicates the party that is responsible for managing returns of the order line item.

Valid value: EBAY
View JSON Schema on GitHub

JSON Schema

ebay-ebayinternationalshipping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EbayInternationalShipping",
  "title": "EbayInternationalShipping",
  "type": "object",
  "properties": {
    "returnsManagedBy": {
      "type": "string",
      "description": "The value returned in this field indicates the party that is responsible for managing returns of the order line item.<br><br>Valid value: <code>EBAY</code>"
    }
  },
  "description": "This type is used to provide details about an order line item being managed through eBay International Shipping."
}