Files
cfw-autumn/apps/docs/api-reference-generator/customers/getOrCreateCustomer.mdx
2026-05-19 11:51:13 +01:00

13 lines
488 B
Plaintext

---
title: "Get or Create Customer"
openapi: "openapi POST /v1/customers.get_or_create"
---
import { DynamicParamField } from "/snippets/dynamic-param-field.jsx";
import { DynamicResponseField } from "/snippets/dynamic-response-field.jsx";
import { DynamicResponseExample } from "/snippets/dynamic-response-example.jsx";
<Note>
If the customer already exists and you try to create it again, you will simply be returned the customer object (rather than an error being thrown).
</Note>