Skip to content

SellerInfo

Type: schema

TypeScript Definition

typescript
SellerInfo: {{
            id: string;
            trade_name: string;
            legal_name: string;
            business_type: string;
            tax_identification_number: string;
        };
        /** SellerReview */
}

OpenAPI Schema

json
{
  "title": "SellerInfo",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/SellerInfo",
    "description": "API reference for the SellerInfo schema"
  },
  "required": [
    "id",
    "trade_name",
    "legal_name",
    "business_type",
    "tax_identification_number"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "trade_name": {
      "type": "string"
    },
    "legal_name": {
      "type": "string"
    },
    "business_type": {
      "type": "string"
    },
    "tax_identification_number": {
      "type": "string"
    }
  },
  "examples": []
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: