Skip to content

GstinDetail

Type: schema

TypeScript Definition

typescript
GstinDetail: {{
            id?: string;
        };
}

OpenAPI Schema

json
{
  "title": "GstinDetail",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/GstinDetail",
    "description": "API reference for the GstinDetail schema"
  },
  "properties": {
    "id": {
      "type": "string"
    }
  },
  "x-tags": [
    "KYC"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: