eBay · Schema

PlaceProxyBidResponse

The type that defines the fields for the place proxy bid response.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
proxyBidId string Identifier of the proxy bid created by the request. This indicates that the bid was placed and is not used for anything else.
View JSON Schema on GitHub

JSON Schema

ebay-placeproxybidresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlaceProxyBidResponse",
  "title": "PlaceProxyBidResponse",
  "type": "object",
  "properties": {
    "proxyBidId": {
      "type": "string",
      "description": "Identifier of the proxy bid created by the request. This indicates that the bid was placed and is not used for anything else."
    }
  },
  "description": "The type that defines the fields for the place proxy bid response."
}