eBay · Schema

OfferKeyWithId

This type is used by the getListingFees call to indicate the unpublished offer(s) for which expected listing fees will be retrieved. The user passes in one or more offerId values (a maximum of 250). See the Standard selling fees help page for more information on listing fees.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
offerId string The unique identifier of an unpublished offer for which expected listing fees will be retrieved. One to 250 offerId values can be passed in to the offers container fo
View JSON Schema on GitHub

JSON Schema

ebay-offerkeywithid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OfferKeyWithId",
  "title": "OfferKeyWithId",
  "type": "object",
  "properties": {
    "offerId": {
      "type": "string",
      "description": "The unique identifier of an unpublished offer for which expected listing fees will be retrieved. One to 250 <strong>offerId</strong> values can be passed in to the <strong>offers</strong> container for one <strong>getListingFees</strong> call. <br><br>Use the <a href=\"/api-docs/sell/inventory/resources/offer/methods/getOffers\">getOffers</a> method to retrieve offer IDs.<br><br><span class=\"tablenote\"><b>Note:</b> Errors will occur if <strong>offerId</strong> values representing published offers are passed in.</span>"
    }
  },
  "description": "This type is used by the <strong>getListingFees</strong> call to indicate the unpublished offer(s) for which expected listing fees will be retrieved. The user passes in one or more <strong>offerId</strong> values (a maximum of 250). See the <a href=\"https://pages.ebay.com/help/sell/fees.html \" target=\"_blank\">Standard selling fees</a> help page for more information on listing fees."
}