Skip to content

PosUpdateCustomerWithId

Type: schema

TypeScript Definition

typescript
PosUpdateCustomerWithId: {{
            customer_id: string;
        };
        /** UpdateCustomerWithPhone */
}

OpenAPI Schema

json
{
  "title": "UpdateCustomerWithId",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/PosUpdateCustomerWithId",
    "description": "API reference for the PosUpdateCustomerWithId schema"
  },
  "required": [
    "customer_id"
  ],
  "properties": {
    "customer_id": {
      "type": "string"
    }
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: