MCP documentation | MCP docs for agents
ark_create_customer
ark.create_customer
Create an ARK customer profile and assign visible customer teams in one write action.
- Availability
- Expanded preview
- Scopes
customers:write- ARK permissions
canCreateCustomer- Team visibility
- Required and enforced
- Approval policy
ask_before_write- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
namestringrequiredCustomer name.
min length: 2; max length: 200
codestring | nullOptional customer code.
max length: 50
typestring | nullOptional customer type.
max length: 50
countrystringone of: USA, CAN, MEX; default: "USA"
defaultCurrencystringone of: USD, CAD, MXN; default: "USD"
trackingEmailstring | nullTracking email or delimited email list.
max length: 500
notesstring | nullmax length: 5000
businessHoursOpenstring | nullmax length: 50
businessHoursClosestring | nullmax length: 50
paymentTermIdstring | nullOptional payment term ID.
format: uuid
defaultInvoiceRemitProfileIdstring | nullOptional customer-specific invoice remit profile ID. Use null to inherit the organization default.
format: uuid
teamIdsarray<string>requiredVisible team IDs that should be able to access the customer.
min items: 1; max items: 100
Result
The tool returns the canonical ark.create_customer operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.