API referenceCatalogContacts
Create contact
Creates a customer or supplier. The required kind field is preserved in the returned contact projection.
- Endpoint
POST /v1/contacts- Authorization
- Permission depends on the body `kind`: `customer` → `customers:manage`, `supplier` → `providers:manage`.
- Environments
- Production and sandbox
- Idempotency
- Required for safe retries.
- Common next step