eBay · Schema

EbayFulfillmentProgram

This type is used to provide details about an order line item being fulfilled by eBay or an eBay fulfillment partner.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
fulfilledBy string The value returned in this field indicates the party that is handling fulfillment of the order line item.

Valid value: EBAY
View JSON Schema on GitHub

JSON Schema

ebay-ebayfulfillmentprogram-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EbayFulfillmentProgram",
  "title": "EbayFulfillmentProgram",
  "type": "object",
  "properties": {
    "fulfilledBy": {
      "type": "string",
      "description": "The value returned in this field indicates the party that is handling fulfillment 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 fulfilled by eBay or an eBay fulfillment partner."
}