eBay · Schema

SellerActionsToRelease

This type is used to state possible action(s) that a seller can take to release a payment hold placed against an order.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
sellerActionToRelease string A possible action that the seller can take to expedite the release of a payment hold. A sellerActionToRelease field is returned for each possible action that a seller may take. Possib
View JSON Schema on GitHub

JSON Schema

ebay-selleractionstorelease-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SellerActionsToRelease",
  "title": "SellerActionsToRelease",
  "type": "object",
  "properties": {
    "sellerActionToRelease": {
      "type": "string",
      "description": "A possible action that the seller can take to expedite the release of a payment hold. A <strong>sellerActionToRelease</strong> field is returned for each possible action that a seller may take. Possible actions may include providing shipping/tracking information, issuing a refund, providing refund information, contacting customer support, etc."
    }
  },
  "description": "This type is used to state possible action(s) that a seller can take to release a payment hold placed against an order."
}