eBay · Schema

InventoryFilterCriteria

This container is used to set the filter criteria for the ActiveInventoryReport. A seller can create an ActiveInventoryReport for a single listing format.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
listingFormat string The listing format for the ActiveInventoryReport being created. Supported types are:
  • AUCTION
  • FIXED_PRICE
For implementation help, refer to
View JSON Schema on GitHub

JSON Schema

ebay-inventoryfiltercriteria-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InventoryFilterCriteria",
  "title": "InventoryFilterCriteria",
  "type": "object",
  "properties": {
    "listingFormat": {
      "type": "string",
      "description": "The listing format for the ActiveInventoryReport being created. Supported types are:<br><ul><li><code>AUCTION</code></li><li><code>FIXED_PRICE</code></li></ul> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:ListingFormatEnum'>eBay API documentation</a>"
    }
  },
  "description": "This container is used to set the filter criteria for the ActiveInventoryReport. A seller can create an ActiveInventoryReport for a single listing format."
}