eBay · Schema

BulkOfferResponse

This type is used by the base response of the bulkCreateOffer method.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
responses array
View JSON Schema on GitHub

JSON Schema

ebay-bulkofferresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkOfferResponse",
  "title": "BulkOfferResponse",
  "type": "object",
  "properties": {
    "responses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OfferSkuResponse"
      }
    }
  },
  "description": "This type is used by the base response of the <strong>bulkCreateOffer</strong> method."
}