Skip to content

SellerDetail

Type: schema

TypeScript Definition

typescript
SellerDetail: {components["schemas"]["SellerInfo"] & {
            description?: string
}

Component References

ReferenceResolves To
components["schemas"]["SellerInfo"]SellerInfo

OpenAPI Schema

json
{
  "title": "SellerDetail",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/SellerDetail",
    "description": "API reference for the SellerDetail schema"
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/SellerInfo"
    },
    {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        }
      }
    }
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: