eBay · Schema

ShippingFulfillment

This type contains the complete details of an existing fulfillment for an order.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
fulfillmentId string The unique identifier of the fulfillment; for example, 9405509699937003457459. This eBay-generated value is created with a successful createShippingFulfillment call.
lineItems array This array contains a list of one or more line items (and purchased quantity) to which the fulfillment applies.
shipmentTrackingNumber string The tracking number provided by the shipping carrier for the package shipped in this fulfillment. This field is returned if available.
shippedDate string The date and time that the fulfillment package was shipped. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field should only be returned if t
shippingCarrierCode string The eBay code identifying the shipping carrier for this fulfillment. This field is returned if available.

Note: The Trading API's ShippingCarrierCod
View JSON Schema on GitHub

JSON Schema

ebay-shippingfulfillment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShippingFulfillment",
  "title": "ShippingFulfillment",
  "type": "object",
  "properties": {
    "fulfillmentId": {
      "type": "string",
      "description": "The unique identifier of the fulfillment; for example, <code>9405509699937003457459</code>. This eBay-generated value is created with a successful <b>createShippingFulfillment</b> call."
    },
    "lineItems": {
      "type": "array",
      "description": "This array contains a list of one or more line items (and purchased quantity) to which the fulfillment applies.",
      "items": {
        "$ref": "#/components/schemas/LineItemReference"
      }
    },
    "shipmentTrackingNumber": {
      "type": "string",
      "description": "The tracking number provided by the shipping carrier for the package shipped in this fulfillment. This field is returned if available."
    },
    "shippedDate": {
      "type": "string",
      "description": "The date and time that the fulfillment package was shipped. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field should only be returned if the package has been shipped.<br><br><b>Format:</b> <code>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z</code> <br><b>Example:</b> <code>2015-08-04T19:09:02.768Z</code>"
    },
    "shippingCarrierCode": {
      "type": "string",
      "description": "The eBay code identifying the shipping carrier for this fulfillment. This field is returned if available. <br><br><span class=\"tablenote\"><strong>Note:</strong> The Trading API's <b>ShippingCarrierCodeType</b> enumeration type contains the most current list of eBay shipping carrier codes and the countries served by each carrier. See <a href=\"https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/types/ShippingCarrierCodeType.html \" target=\"_blank\">ShippingCarrierCodeType</a>.</span>"
    }
  },
  "description": "This type contains the complete details of an existing fulfillment for an order."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-shippingfulfillment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.