Create customer
loyverse_create_customerAdd a customer to Loyverse via the API. Send customer fields; on error, the API message indicates what to fix.
Instructions
Create a new customer in Loyverse (POST /customers). Field names follow the Loyverse API v1.0 (developer.loyverse.com/docs). If a call fails with a 400, the error message from Loyverse is returned verbatim — adjust the fields and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The customer fields, per the Loyverse API schema. |