eBay · Schema

SignalWord

A type that describes signal words for hazardous materials labels.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
signalWordId string The identifier of the signal word. For more information, see Signal word information.
signalWordDescription string The description of the signal word localized to the default language of the marketplace. For more information, see
View JSON Schema on GitHub

JSON Schema

ebay-signalword-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignalWord",
  "title": "SignalWord",
  "type": "object",
  "properties": {
    "signalWordId": {
      "type": "string",
      "description": "The identifier of the signal word. For more information, see <a href='/api-docs/sell/static/metadata/feature-regulatorhazmatcontainer.html#Signal'>Signal word information</a>."
    },
    "signalWordDescription": {
      "type": "string",
      "description": "The description of the signal word localized to the default language of the marketplace. For more information, see <a href='/api-docs/sell/static/metadata/feature-regulatorhazmatcontainer.html#Signal'>Signal word information</a>."
    }
  },
  "description": "A type that describes signal words for hazardous materials labels."
}