CreateCustomer
Type: schema
TypeScript Definition
typescript
CreateCustomer: {{
business?: components["schemas"]["Business"];
address?: components["schemas"]["CustomerAddress"];
};
/** CreateCustomSubscription */
}Component References
| Reference | Resolves To |
|---|---|
components["schemas"]["Business"] | Business |
components["schemas"]["CustomerAddress"] | CustomerAddress |
OpenAPI Schema
json
{
"title": "CreateCustomer",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/CreateCustomer",
"description": "API reference for the CreateCustomer schema"
},
"properties": {
"business": {
"$ref": "#/components/schemas/Business"
},
"address": {
"$ref": "#/components/schemas/CustomerAddress"
}
},
"examples": []
}Auto-generated from OpenAPI spec and TypeScript definitions