{
"$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.
Valid value: EBAY"
}
},
"description": "This type is used to provide details about an order line item being fulfilled by eBay or an eBay fulfillment partner."
}